01JHR4KVY3N7JQV1M8KZEMS05D: 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: 01JHR4MGXYZHN58KRZW33WR5RW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-16T18:05:51.969Zjob assigned to worker 01JHR4MPQTGKH23KPMKE6FKJT2 [factory aws, i-0ee86fe78f9ccaa5f] (queued for 49 s)
 
22025-01-16T18:05:59.935Zstarting task 0: "setup"
32025-01-16T18:05:59.945Z++ uname -s
42025-01-16T18:05:59.949Z+ kern=SunOS
52025-01-16T18:05:59.949Z+ case "$kern" in
62025-01-16T18:05:59.949Z+ groupadd -g 12345 build
72025-01-16T18:05:59.952Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-16T18:06:01.958Z+ zfs create -o mountpoint=/work rpool/work
92025-01-16T18:06:02.074Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-16T18:06:02.076Z+ home_fs=zfs
112025-01-16T18:06:02.076Z+ [[ zfs == autofs ]]
122025-01-16T18:06:02.077Z+ mkdir -p /home/build
132025-01-16T18:06:02.082Z+ chown build:build /home/build /work
142025-01-16T18:06:04.080Z+ chmod 0700 /home/build /work
152025-01-16T18:06:04.083Zprocess exited: duration 4148 ms, exit code 0
 
162025-01-16T18:06:04.089Zstarting task 1: "rust-toolchain"
172025-01-16T18:06:04.096Z+ printf ' * toolchain channel = "%s"
182025-01-16T18:06:04.096Z' 1.84.0
192025-01-16T18:06:04.096Z+ printf ' * toolchain profile = "%s"
202025-01-16T18:06:04.096Z' default
212025-01-16T18:06:04.096Z * toolchain channel = "1.84.0"
222025-01-16T18:06:04.096Z * toolchain profile = "default"
232025-01-16T18:06:04.100Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-16T18:06:04.100Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-16T18:06:04.221Zinfo: downloading installer
262025-01-16T18:06:05.652Zinfo: profile set to 'default'
272025-01-16T18:06:05.652Zinfo: default host triple is x86_64-unknown-illumos
282025-01-16T18:06:05.654Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-16T18:06:05.809Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-16T18:06:05.809Zinfo: downloading component 'cargo'
312025-01-16T18:06:06.700Zinfo: downloading component 'clippy'
322025-01-16T18:06:07.031Zinfo: downloading component 'rust-docs'
332025-01-16T18:06:08.185Zinfo: downloading component 'rust-std'
342025-01-16T18:06:09.932Zinfo: downloading component 'rustc'
352025-01-16T18:06:16.668Zinfo: downloading component 'rustfmt'
362025-01-16T18:06:16.922Zinfo: installing component 'cargo'
372025-01-16T18:06:17.767Zinfo: installing component 'clippy'
382025-01-16T18:06:18.145Zinfo: installing component 'rust-docs'
392025-01-16T18:06:19.821Zinfo: installing component 'rust-std'
402025-01-16T18:06:21.555Zinfo: installing component 'rustc'
412025-01-16T18:06:27.590Zinfo: installing component 'rustfmt'
422025-01-16T18:06:27.927Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-16T18:06:27.927Z
442025-01-16T18:06:28.324Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-16T18:06:28.324Z
462025-01-16T18:06:28.381Z
472025-01-16T18:06:28.381ZRust is installed now. Great!
482025-01-16T18:06:28.381Z
492025-01-16T18:06:28.381ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-16T18:06:28.381Zenvironment variable. This has not been done automatically.
512025-01-16T18:06:28.381Z
522025-01-16T18:06:28.381ZTo configure your current shell, you need to source
532025-01-16T18:06:28.381Zthe corresponding env file under $HOME/.cargo.
542025-01-16T18:06:28.382Z
552025-01-16T18:06:28.382ZThis is usually done by running one of the following (note the leading DOT):
562025-01-16T18:06:28.382Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-16T18:06:28.382Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-16T18:06:28.402Z+ rustc --version
592025-01-16T18:06:28.451Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-16T18:06:28.461Zprocess exited: duration 24353 ms, exit code 0
 
612025-01-16T18:06:28.542Zstarting task 2: "authentication"
622025-01-16T18:06:28.647Zprocess exited: duration 87 ms, exit code 0
 
632025-01-16T18:06:28.694Zstarting task 3: "clone repository"
642025-01-16T18:06:28.706Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-16T18:06:28.706Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-16T18:06:28.738ZCloning into '/work/oxidecomputer/omicron'...
672025-01-16T18:06:37.084Z+ cd /work/oxidecomputer/omicron
682025-01-16T18:06:37.084Z+ git fetch origin 2144c302ffca1101253dc33912f6d41d38cee145
692025-01-16T18:06:37.360ZFrom https://github.com/oxidecomputer/omicron
702025-01-16T18:06:37.360Z * branch 2144c302ffca1101253dc33912f6d41d38cee145 -> FETCH_HEAD
712025-01-16T18:06:37.370Z+ [[ -n john/debug-dataset-rendezvous-2 ]]
722025-01-16T18:06:37.375Z++ git branch --show-current
732025-01-16T18:06:37.375Z+ current=main
742025-01-16T18:06:37.375Z+ [[ main != john/debug-dataset-rendezvous-2 ]]
752025-01-16T18:06:37.375Z+ git branch -f john/debug-dataset-rendezvous-2 2144c302ffca1101253dc33912f6d41d38cee145
762025-01-16T18:06:37.381Z+ git checkout -f john/debug-dataset-rendezvous-2
772025-01-16T18:06:37.532ZSwitched to branch 'john/debug-dataset-rendezvous-2'
782025-01-16T18:06:37.539Z+ git reset --hard 2144c302ffca1101253dc33912f6d41d38cee145
792025-01-16T18:06:37.682ZHEAD is now at 2144c302f gross hack for failing integration tests
802025-01-16T18:06:37.688Zprocess exited: duration 8997 ms, exit code 0
 
812025-01-16T18:06:37.699Zstarting task 4: "build"
822025-01-16T18:06:37.708Z+ source ./env.sh
832025-01-16T18:06:37.709Z++ OLD_SHELL_OPTS=ehxB
842025-01-16T18:06:37.709Z++ set -o xtrace
852025-01-16T18:06:37.713Z++++ dirname ./env.sh
862025-01-16T18:06:37.713Z+++ readlink -f .
872025-01-16T18:06:37.721Z++ OMICRON_WS=/work/oxidecomputer/omicron
882025-01-16T18:06:37.721Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
892025-01-16T18:06:37.721Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902025-01-16T18:06:37.721Z++ 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
912025-01-16T18:06:37.721Z++ 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
922025-01-16T18:06:37.722Z++ 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
932025-01-16T18:06:37.722Z++ 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
942025-01-16T18:06:37.722Z++ 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
952025-01-16T18:06:37.722Z++ 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
962025-01-16T18:06:37.722Z++ case $OLD_SHELL_OPTS in
972025-01-16T18:06:37.722Z++ unset OLD_SHELL_OPTS OMICRON_WS
982025-01-16T18:06:37.722Z+ source .github/buildomat/ci-env.sh
992025-01-16T18:06:37.722Z++ export CARGO_TERM_COLOR=always
1002025-01-16T18:06:37.722Z++ CARGO_TERM_COLOR=always
1012025-01-16T18:06:37.723Z+ target_os=illumos
1022025-01-16T18:06:37.723Z+ NEXTEST_VERSION=0.9.86
1032025-01-16T18:06:37.723Z+ cargo --version
1042025-01-16T18:06:37.777Zcargo 1.84.0 (66221abde 2024-11-19)
1052025-01-16T18:06:37.780Z+ rustc --version
1062025-01-16T18:06:37.838Zrustc 1.84.0 (9fc6b4312 2025-01-07)
1072025-01-16T18:06:37.844Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.86/illumos
1082025-01-16T18:06:37.847Z+ gunzip
1092025-01-16T18:06:37.847Z+ tar -xvf - -C /home/build/.cargo/bin
1102025-01-16T18:06:38.862Zx cargo-nextest, 17157904 bytes, 33512 tape blocks
1112025-01-16T18:06:38.865Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1122025-01-16T18:06:38.865Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1132025-01-16T18:06:38.865Ztests will store ephemeral output in /var/tmp/omicron_tmp
1142025-01-16T18:06:38.865Z+ mkdir /var/tmp/omicron_tmp
1152025-01-16T18:06:38.865Z+ OUTPUT_DIR=/work
1162025-01-16T18:06:38.865Z+ echo 'tests will store non-ephemeral output in /work'
1172025-01-16T18:06:38.865Ztests will store non-ephemeral output in /work
1182025-01-16T18:06:38.865Z+ mkdir -p /work
1192025-01-16T18:06:38.865Z+ banner prerequisites
1202025-01-16T18:06:38.868Z
1212025-01-16T18:06:38.868Z ##### ##### ###### ##### ###### #### # # # #### #
1222025-01-16T18:06:38.868Z # # # # # # # # # # # # # # #
1232025-01-16T18:06:38.868Z # # # # ##### # # ##### # # # # # #### #
1242025-01-16T18:06:38.868Z ##### ##### # ##### # # # # # # # # #
1252025-01-16T18:06:38.868Z # # # # # # # # # # # # # # #
1262025-01-16T18:06:38.868Z # # # ###### # # ###### ### # #### # #### #
1272025-01-16T18:06:38.869Z
1282025-01-16T18:06:38.869Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292025-01-16T18:06:40.453Zpkg list: illegal option -- F
1302025-01-16T18:06:40.453ZUsage:
1312025-01-16T18:06:40.456Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1322025-01-16T18:06:40.456Z [pkg_fmri_pattern ...]
1332025-01-16T18:06:41.309Zpkg list: illegal option -- F
1342025-01-16T18:06:41.310ZUsage:
1352025-01-16T18:06:41.330Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1362025-01-16T18:06:41.334Z [pkg_fmri_pattern ...]
1372025-01-16T18:06:48.267Z Startup: Refreshing catalog 'helios-dev' ... Done
1382025-01-16T18:06:52.358Z Startup: Caching catalogs ... Done
1392025-01-16T18:07:03.655ZPlanning: Solver setup ... Done (10.492s)
1402025-01-16T18:07:03.802ZPlanning: Running solver ... Done (0.147s)
1412025-01-16T18:07:03.913ZPlanning: Finding local manifests ... Done (0.005s)
1422025-01-16T18:07:03.926ZPlanning: Fetching manifests: 0/7 0% complete
1432025-01-16T18:07:04.158ZPlanning: Fetching manifests: 7/7 100% complete
1442025-01-16T18:07:04.267ZPlanning: Package planning ... Done (0.109s)
1452025-01-16T18:07:04.325ZPlanning: Merging actions ... Done (0.057s)
1462025-01-16T18:07:04.523ZPlanning: Checking for conflicting actions ... Done (0.198s)
1472025-01-16T18:07:06.566ZPlanning: Consolidating action changes ... Done (2.043s)
1482025-01-16T18:07:07.006ZPlanning: Evaluating mediators ... Done (0.440s)
1492025-01-16T18:07:07.088ZPlanning: Planning completed in 14.63 seconds
1502025-01-16T18:07:07.104Z Packages to install: 4
1512025-01-16T18:07:07.104Z Packages to update: 3
1522025-01-16T18:07:07.109Z Mediators to change: 2
1532025-01-16T18:07:07.109Z Services to change: 1
1542025-01-16T18:07:07.109Z Estimated space available: 155.60 GB
1552025-01-16T18:07:07.109ZEstimated space to be consumed: 1.64 GB
1562025-01-16T18:07:07.109Z Create boot environment: No
1572025-01-16T18:07:07.109ZCreate backup boot environment: Yes
1582025-01-16T18:07:07.109Z Rebuild boot archive: No
1592025-01-16T18:07:07.109Z
1602025-01-16T18:07:07.109ZChanged mediators:
1612025-01-16T18:07:07.109Z mediator clang:
1622025-01-16T18:07:07.109Z version: None -> 15 (system default)
1632025-01-16T18:07:07.109Z
1642025-01-16T18:07:07.109Z mediator llvm:
1652025-01-16T18:07:07.109Z version: 14 (system default) -> 15 (system default)
1662025-01-16T18:07:07.109Z
1672025-01-16T18:07:07.109ZChanged packages:
1682025-01-16T18:07:07.109Zhelios-dev
1692025-01-16T18:07:07.109Z developer/build-essential
1702025-01-16T18:07:07.109Z None -> 11-2.0
1712025-01-16T18:07:07.109Z library/libxmlsec1
1722025-01-16T18:07:07.109Z None -> 1.2.35-2.0
1732025-01-16T18:07:07.109Z ooce/developer/clang-15
1742025-01-16T18:07:07.109Z None -> 15.0.7-2.0
1752025-01-16T18:07:07.109Z ooce/developer/llvm-15
1762025-01-16T18:07:07.110Z None -> 15.0.7-2.0
1772025-01-16T18:07:07.110Z package/pkg
1782025-01-16T18:07:07.110Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1792025-01-16T18:07:07.110Z system/library/g++-runtime
1802025-01-16T18:07:07.110Z 13-2.0 -> 14-2.0
1812025-01-16T18:07:07.110Z system/library/gcc-runtime
1822025-01-16T18:07:07.110Z 13-2.0 -> 14-2.0
1832025-01-16T18:07:07.110Z
1842025-01-16T18:07:07.110ZServices:
1852025-01-16T18:07:07.110Z restart_fmri:
1862025-01-16T18:07:07.110Z svc:/system/update-man-index:default
1872025-01-16T18:07:07.110Z
1882025-01-16T18:07:07.110ZEditable files to change:
1892025-01-16T18:07:07.110Z Update:
1902025-01-16T18:07:07.110Z usr/share/lib/pkg/web/config.shtml
1912025-01-16T18:07:07.190Z
1922025-01-16T18:07:07.190ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1932025-01-16T18:07:12.190ZDownload: 1227/4301 items 97.9/225.4MB 43% complete (19.7M/s)
1942025-01-16T18:07:17.201ZDownload: 2281/4301 items 119.5/225.4MB 53% complete (12.4M/s)
1952025-01-16T18:07:22.202ZDownload: 3136/4301 items 148.4/225.4MB 65% complete (5.0M/s)
1962025-01-16T18:07:27.603ZDownload: 3280/4301 items 210.7/225.4MB 93% complete (9.1M/s)
1972025-01-16T18:07:32.606ZDownload: 4115/4301 items 219.8/225.4MB 97% complete (5.3M/s)
1982025-01-16T18:07:34.437ZDownload: Completed 225.42 MB in 27.25 seconds (8.3M/s)
1992025-01-16T18:07:36.564Z Actions: 1/5122 actions (Removing old actions)
2002025-01-16T18:07:36.586Z Actions: 194/5122 actions (Installing new actions)
2012025-01-16T18:07:41.393Z Actions: 4267/5122 actions (Updating modified actions)
2022025-01-16T18:07:42.021Z Actions: Completed 5122 actions in 5.19 seconds.
2032025-01-16T18:07:42.171Z Done (0.406s)
2042025-01-16T18:07:42.175Z Done (0.001s)
2052025-01-16T18:07:42.762Z Done (0.589s)
2062025-01-16T18:07:47.236Z Done (4.243s)
2072025-01-16T18:07:47.326Z Done (0.020s)
2082025-01-16T18:07:47.328Z Done (0.000s)
2092025-01-16T18:07:47.489Z Done (0.000s)
2102025-01-16T18:07:48.186ZPlanning: Evaluating mediator changes ... Done
2112025-01-16T18:07:48.354ZPlanning: Checking for conflicting actions ... Done
2122025-01-16T18:07:48.357ZPlanning: Consolidating action changes ... Done
2132025-01-16T18:07:48.623ZPlanning: Evaluating mediators ... Done
2142025-01-16T18:07:48.626ZPlanning: Planning completed in 0.44 seconds
2152025-01-16T18:07:48.663Z Mediators to change: 2
2162025-01-16T18:07:48.663Z Create boot environment: No
2172025-01-16T18:07:48.665ZCreate backup boot environment: No
2182025-01-16T18:07:48.746Z Done
2192025-01-16T18:07:48.746Z Done
2202025-01-16T18:07:49.113Z Done
2212025-01-16T18:07:52.752Z Done
2222025-01-16T18:07:52.836Z Done
2232025-01-16T18:07:52.840Z Done
2242025-01-16T18:07:52.959Z Done
2252025-01-16T18:07:53.575ZPlanning: Evaluating mediator changes ... Done
2262025-01-16T18:07:53.578ZPlanning: Merging actions ... Done
2272025-01-16T18:07:53.765ZPlanning: Checking for conflicting actions ... Done
2282025-01-16T18:07:53.768ZPlanning: Consolidating action changes ... Done
2292025-01-16T18:07:54.029ZPlanning: Evaluating mediators ... Done
2302025-01-16T18:07:54.088ZPlanning: Planning completed in 0.75 seconds
2312025-01-16T18:07:54.126Z Packages to change: 1
2322025-01-16T18:07:54.126Z Mediators to change: 1
2332025-01-16T18:07:54.129Z Services to change: 1
2342025-01-16T18:07:54.129Z Create boot environment: No
2352025-01-16T18:07:54.129ZCreate backup boot environment: Yes
2362025-01-16T18:07:56.433Z Actions: 1/6 actions (Updating modified actions)
2372025-01-16T18:07:56.440Z Actions: Completed 6 actions in 0.00 seconds.
2382025-01-16T18:07:56.440Z Done
2392025-01-16T18:07:56.440Z Done
2402025-01-16T18:07:56.556Z Done
2412025-01-16T18:08:00.218Z Done
2422025-01-16T18:08:00.308Z Done
2432025-01-16T18:08:00.311Z Done
2442025-01-16T18:08:00.447Z Done
2452025-01-16T18:08:00.883ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2462025-01-16T18:08:00.883Zclang system 15 system
2472025-01-16T18:08:00.883Zcsh system system illumos
2482025-01-16T18:08:00.883Zctags system system illumos
2492025-01-16T18:08:00.883Zgcc vendor 12 vendor
2502025-01-16T18:08:00.883Zgcc system 10 system
2512025-01-16T18:08:00.883Zgcc system 7 system
2522025-01-16T18:08:00.883Zgo system 1.20 system
2532025-01-16T18:08:00.883Zgo system 1.19 system
2542025-01-16T18:08:00.883Zllvm system 15 system
2552025-01-16T18:08:00.883Zllvm system 14 system
2562025-01-16T18:08:00.883Zmariadb system 10.6 system
2572025-01-16T18:08:00.883Zmta vendor vendor dma
2582025-01-16T18:08:00.883Zopenjdk system 17 system
2592025-01-16T18:08:00.884Zopenjdk system 11 system
2602025-01-16T18:08:00.884Zopenjdk system 1.8 system
2612025-01-16T18:08:00.884Zopenssl vendor 3 vendor
2622025-01-16T18:08:00.884Zperl system 5.36 system
2632025-01-16T18:08:00.884Zpostgresql system 15 system
2642025-01-16T18:08:00.884Zpostgresql system 13 system
2652025-01-16T18:08:00.884Zpython vendor 3 vendor
2662025-01-16T18:08:00.884Zpython system 2 system
2672025-01-16T18:08:00.884Zpython3 system 3.11 system
2682025-01-16T18:08:00.884Zruby system 3.0 system
2692025-01-16T18:08:00.884Zwords vendor vendor american-english
2702025-01-16T18:08:00.884Zwords system system australian-english
2712025-01-16T18:08:00.884Zwords system system british-english
2722025-01-16T18:08:00.884Zwords system system canadian-english
2732025-01-16T18:08:00.884Zwords system system french
2742025-01-16T18:08:00.884Zwords system system italian
2752025-01-16T18:08:00.884Zwords system system ngerman
2762025-01-16T18:08:00.884Zwords system system ogerman
2772025-01-16T18:08:00.884Zwords system system spanish
2782025-01-16T18:08:01.215ZPUBLISHER TYPE STATUS P LOCATION
2792025-01-16T18:08:01.215Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2802025-01-16T18:08:04.017ZFMRI IFO
2812025-01-16T18:08:04.017Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2822025-01-16T18:08:04.017Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2832025-01-16T18:08:04.017Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2842025-01-16T18:08:04.017Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2852025-01-16T18:08:04.017Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2862025-01-16T18:08:04.017Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2872025-01-16T18:08:04.017Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2882025-01-16T18:08:04.017Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2892025-01-16T18:08:04.017Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2902025-01-16T18:08:04.017Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2912025-01-16T18:08:04.017Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2922025-01-16T18:08:04.017Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2932025-01-16T18:08:04.017Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2942025-01-16T18:08:04.017Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2952025-01-16T18:08:04.017Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2962025-01-16T18:08:04.770Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2972025-01-16T18:08:05.104Z Updating crates.io index
2982025-01-16T18:08:05.156Z Updating git repository `https://github.com/oxidecomputer/diffus`
2992025-01-16T18:08:05.472Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3002025-01-16T18:08:06.043Z Updating git repository `https://github.com/oxidecomputer/oxnet`
3012025-01-16T18:08:06.338Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3022025-01-16T18:08:06.624Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3032025-01-16T18:08:06.909Z Updating git repository `https://github.com/oxidecomputer/propolis`
3042025-01-16T18:08:07.995Z Updating git repository `https://github.com/oxidecomputer/crucible`
3052025-01-16T18:08:09.502Z Updating git repository `https://github.com/oxidecomputer/opte`
3062025-01-16T18:08:10.349Z Updating git repository `https://github.com/oxidecomputer/falcon`
3072025-01-16T18:08:11.190Z Updating git repository `https://github.com/oxidecomputer/clickward`
3082025-01-16T18:08:11.463Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3092025-01-16T18:08:11.769Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3102025-01-16T18:08:12.371Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3112025-01-16T18:08:12.695Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3122025-01-16T18:08:13.045Z Updating git repository `https://github.com/oxidecomputer/tofino`
3132025-01-16T18:08:13.394Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3142025-01-16T18:08:13.652Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3152025-01-16T18:08:13.922Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3162025-01-16T18:08:14.238Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3172025-01-16T18:08:14.585Z Updating git repository `https://github.com/oxidecomputer/ispf`
3182025-01-16T18:08:15.013Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3192025-01-16T18:08:15.281Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3202025-01-16T18:08:15.813Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3212025-01-16T18:08:16.086Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3222025-01-16T18:08:16.437Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3232025-01-16T18:08:16.935Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3242025-01-16T18:08:17.281Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3252025-01-16T18:08:17.594Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3262025-01-16T18:08:17.884Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3272025-01-16T18:08:19.173Z Downloading crates ...
3282025-01-16T18:08:19.228Z Downloaded anstyle v1.0.10
3292025-01-16T18:08:19.233Z Downloaded anstream v0.6.15
3302025-01-16T18:08:19.244Z Downloaded dtrace-parser v0.2.0
3312025-01-16T18:08:19.255Z Downloaded scroll_derive v0.12.0
3322025-01-16T18:08:19.267Z Downloaded usdt-macro v0.5.0
3332025-01-16T18:08:19.271Z Downloaded swrite v0.1.0
3342025-01-16T18:08:19.274Z Downloaded pretty-hex v0.4.1
3352025-01-16T18:08:19.274Z Downloaded usdt-attr-macro v0.5.0
3362025-01-16T18:08:19.280Z Downloaded terminal_size v0.4.0
3372025-01-16T18:08:19.283Z Downloaded tabled_derive v0.7.0
3382025-01-16T18:08:19.285Z Downloaded memmap v0.7.0
3392025-01-16T18:08:19.288Z Downloaded toml_datetime v0.6.8
3402025-01-16T18:08:19.288Z Downloaded smawk v0.3.2
3412025-01-16T18:08:19.291Z Downloaded autocfg v1.4.0
3422025-01-16T18:08:19.291Z Downloaded plain v0.2.3
3432025-01-16T18:08:19.294Z Downloaded clap_lex v0.7.2
3442025-01-16T18:08:19.294Z Downloaded equivalent v1.0.1
3452025-01-16T18:08:19.296Z Downloaded thread-id v4.2.2
3462025-01-16T18:08:19.299Z Downloaded colorchoice v1.0.2
3472025-01-16T18:08:19.303Z Downloaded generic-array v0.14.7
3482025-01-16T18:08:19.303Z Downloaded errno v0.3.9
3492025-01-16T18:08:19.307Z Downloaded heck v0.4.1
3502025-01-16T18:08:19.307Z Downloaded cpufeatures v0.2.14
3512025-01-16T18:08:19.307Z Downloaded thiserror-impl v1.0.69
3522025-01-16T18:08:19.310Z Downloaded bytecount v0.6.8
3532025-01-16T18:08:19.313Z Downloaded usdt v0.5.0
3542025-01-16T18:08:19.313Z Downloaded serde_spanned v0.6.8
3552025-01-16T18:08:19.317Z Downloaded heck v0.5.0
3562025-01-16T18:08:19.317Z Downloaded fs-err v2.11.0
3572025-01-16T18:08:19.319Z Downloaded fastrand v2.1.1
3582025-01-16T18:08:19.319Z Downloaded digest v0.10.7
3592025-01-16T18:08:19.326Z Downloaded cargo-platform v0.1.8
3602025-01-16T18:08:19.331Z Downloaded version_check v0.9.5
3612025-01-16T18:08:19.333Z Downloaded pest_generator v2.7.14
3622025-01-16T18:08:19.336Z Downloaded macaddr v1.0.1
3632025-01-16T18:08:19.336Z Downloaded itoa v1.0.11
3642025-01-16T18:08:19.339Z Downloaded is_terminal_polyfill v1.70.1
3652025-01-16T18:08:19.339Z Downloaded dof v0.3.0
3662025-01-16T18:08:19.339Z Downloaded cfg-if v1.0.0
3672025-01-16T18:08:19.339Z Downloaded byteorder v1.5.0
3682025-01-16T18:08:19.342Z Downloaded anstyle-query v1.1.1
3692025-01-16T18:08:19.342Z Downloaded utf8parse v0.2.2
3702025-01-16T18:08:19.344Z Downloaded strsim v0.11.1
3712025-01-16T18:08:19.344Z Downloaded fnv v1.0.7
3722025-01-16T18:08:19.344Z Downloaded serde_tokenstream v0.2.2
3732025-01-16T18:08:19.347Z Downloaded thiserror v1.0.69
3742025-01-16T18:08:19.351Z Downloaded once_cell v1.20.2
3752025-01-16T18:08:19.354Z Downloaded clap_derive v4.5.18
3762025-01-16T18:08:19.357Z Downloaded ryu v1.0.18
3772025-01-16T18:08:19.360Z Downloaded usdt-impl v0.5.0
3782025-01-16T18:08:19.360Z Downloaded unicode-linebreak v0.1.5
3792025-01-16T18:08:19.360Z Downloaded camino-tempfile v1.1.1
3802025-01-16T18:08:19.362Z Downloaded scroll v0.12.0
3812025-01-16T18:08:19.362Z Downloaded proc-macro-error v1.0.4
3822025-01-16T18:08:19.367Z Downloaded pest_derive v2.7.14
3832025-01-16T18:08:19.369Z Downloaded proc-macro-error-attr v1.0.4
3842025-01-16T18:08:19.369Z Downloaded block-buffer v0.10.4
3852025-01-16T18:08:19.369Z Downloaded zerocopy-derive v0.7.35
3862025-01-16T18:08:19.373Z Downloaded sha2 v0.10.8
3872025-01-16T18:08:19.377Z Downloaded cargo_toml v0.20.5
3882025-01-16T18:08:19.380Z Downloaded proc-macro2 v1.0.92
3892025-01-16T18:08:19.381Z Downloaded camino v1.1.9
3902025-01-16T18:08:19.381Z Downloaded memchr v2.7.4
3912025-01-16T18:08:19.385Z Downloaded quote v1.0.38
3922025-01-16T18:08:19.388Z Downloaded pest_meta v2.7.14
3932025-01-16T18:08:19.392Z Downloaded clap v4.5.21
3942025-01-16T18:08:19.397Z Downloaded unicode-ident v1.0.14
3952025-01-16T18:08:19.400Z Downloaded ucd-trie v0.1.7
3962025-01-16T18:08:19.404Z Downloaded typenum v1.17.0
3972025-01-16T18:08:19.404Z Downloaded toml v0.8.19
3982025-01-16T18:08:19.406Z Downloaded textwrap v0.16.1
3992025-01-16T18:08:19.410Z Downloaded semver v1.0.24
4002025-01-16T18:08:19.414Z Downloaded serde_derive v1.0.217
4012025-01-16T18:08:19.414Z Downloaded papergrid v0.11.0
4022025-01-16T18:08:19.420Z Downloaded tempfile v3.13.0
4032025-01-16T18:08:19.423Z Downloaded anyhow v1.0.93
4042025-01-16T18:08:19.426Z Downloaded indexmap v2.7.0
4052025-01-16T18:08:19.429Z Downloaded serde v1.0.217
4062025-01-16T18:08:19.432Z Downloaded log v0.4.22
4072025-01-16T18:08:19.432Z Downloaded cargo_metadata v0.18.1
4082025-01-16T18:08:19.436Z Downloaded bitflags v2.6.0
4092025-01-16T18:08:19.439Z Downloaded crypto-common v0.1.6
4102025-01-16T18:08:19.439Z Downloaded anstyle-parse v0.2.5
4112025-01-16T18:08:19.446Z Downloaded toml_edit v0.22.22
4122025-01-16T18:08:19.475Z Downloaded serde_json v1.0.135
4132025-01-16T18:08:19.479Z Downloaded hashbrown v0.15.1
4142025-01-16T18:08:19.484Z Downloaded clap_builder v4.5.21
4152025-01-16T18:08:19.490Z Downloaded pest v2.7.14
4162025-01-16T18:08:19.495Z Downloaded zerocopy v0.7.35
4172025-01-16T18:08:19.510Z Downloaded goblin v0.8.2
4182025-01-16T18:08:19.516Z Downloaded winnow v0.6.20
4192025-01-16T18:08:19.523Z Downloaded tabled v0.15.0
4202025-01-16T18:08:19.538Z Downloaded syn v1.0.109
4212025-01-16T18:08:19.547Z Downloaded unicode-width v0.1.14
4222025-01-16T18:08:19.560Z Downloaded syn v2.0.96
4232025-01-16T18:08:19.571Z Downloaded rustix v0.38.37
4242025-01-16T18:08:19.607Z Downloaded libc v0.2.162
4252025-01-16T18:08:19.917Z Compiling proc-macro2 v1.0.92
4262025-01-16T18:08:19.918Z Compiling unicode-ident v1.0.14
4272025-01-16T18:08:19.920Z Compiling version_check v0.9.5
4282025-01-16T18:08:19.920Z Compiling serde v1.0.217
4292025-01-16T18:08:19.920Z Compiling memchr v2.7.4
4302025-01-16T18:08:19.920Z Compiling thiserror v1.0.69
4312025-01-16T18:08:19.954Z Compiling libc v0.2.162
4322025-01-16T18:08:19.956Z Compiling ucd-trie v0.1.7
4332025-01-16T18:08:20.176Z Compiling ryu v1.0.18
4342025-01-16T18:08:20.556Z Compiling itoa v1.0.11
4352025-01-16T18:08:20.688Z Compiling once_cell v1.20.2
4362025-01-16T18:08:20.760Z Compiling byteorder v1.5.0
4372025-01-16T18:08:20.973Z Compiling serde_json v1.0.135
4382025-01-16T18:08:21.090Z Compiling rustix v0.38.37
4392025-01-16T18:08:21.205Z Compiling bitflags v2.6.0
4402025-01-16T18:08:21.315Z Compiling usdt-impl v0.5.0
4412025-01-16T18:08:21.591Z Compiling proc-macro-error-attr v1.0.4
4422025-01-16T18:08:21.593Z Compiling syn v1.0.109
4432025-01-16T18:08:21.656Z Compiling proc-macro-error v1.0.4
4442025-01-16T18:08:21.771Z Compiling quote v1.0.38
4452025-01-16T18:08:21.870Z Compiling errno v0.3.9
4462025-01-16T18:08:21.980Z Compiling plain v0.2.3
4472025-01-16T18:08:22.026Z Compiling hashbrown v0.15.1
4482025-01-16T18:08:22.141Z Compiling syn v2.0.96
4492025-01-16T18:08:22.168Z Compiling thread-id v4.2.2
4502025-01-16T18:08:22.237Z Compiling log v0.4.22
4512025-01-16T18:08:22.263Z Compiling camino v1.1.9
4522025-01-16T18:08:22.325Z Compiling equivalent v1.0.1
4532025-01-16T18:08:22.401Z Compiling utf8parse v0.2.2
4542025-01-16T18:08:22.569Z Compiling anstyle-parse v0.2.5
4552025-01-16T18:08:22.897Z Compiling winnow v0.6.20
4562025-01-16T18:08:22.929Z Compiling semver v1.0.24
4572025-01-16T18:08:23.086Z Compiling indexmap v2.7.0
4582025-01-16T18:08:23.113Z Compiling anstyle-query v1.1.1
4592025-01-16T18:08:23.164Z Compiling colorchoice v1.0.2
4602025-01-16T18:08:23.274Z Compiling unicode-width v0.1.14
4612025-01-16T18:08:23.334Z Compiling anstyle v1.0.10
4622025-01-16T18:08:23.385Z Compiling autocfg v1.4.0
4632025-01-16T18:08:23.763Z Compiling pretty-hex v0.4.1
4642025-01-16T18:08:23.822Z Compiling is_terminal_polyfill v1.70.1
4652025-01-16T18:08:23.964Z Compiling anstream v0.6.15
4662025-01-16T18:08:23.995Z Compiling terminal_size v0.4.0
4672025-01-16T18:08:24.378Z Compiling fs-err v2.11.0
4682025-01-16T18:08:24.455Z Compiling clap_lex v0.7.2
4692025-01-16T18:08:24.481Z Compiling strsim v0.11.1
4702025-01-16T18:08:24.593Z Compiling fastrand v2.1.1
4712025-01-16T18:08:24.624Z Compiling cfg-if v1.0.0
4722025-01-16T18:08:24.662Z Compiling fnv v1.0.7
4732025-01-16T18:08:24.723Z Compiling heck v0.5.0
4742025-01-16T18:08:24.886Z Compiling anyhow v1.0.93
4752025-01-16T18:08:25.214Z Compiling bytecount v0.6.8
4762025-01-16T18:08:25.241Z Compiling heck v0.4.1
4772025-01-16T18:08:25.243Z Compiling tempfile v3.13.0
4782025-01-16T18:08:25.450Z Compiling papergrid v0.11.0
4792025-01-16T18:08:25.739Z Compiling clap_builder v4.5.21
4802025-01-16T18:08:25.883Z Compiling memmap v0.7.0
4812025-01-16T18:08:25.911Z Compiling smawk v0.3.2
4822025-01-16T18:08:26.023Z Compiling unicode-linebreak v0.1.5
4832025-01-16T18:08:26.253Z Compiling swrite v0.1.0
4842025-01-16T18:08:26.531Z Compiling textwrap v0.16.1
4852025-01-16T18:08:27.186Z Compiling tabled_derive v0.7.0
4862025-01-16T18:08:28.552Z Compiling tabled v0.15.0
4872025-01-16T18:08:29.459Z Compiling serde_derive v1.0.217
4882025-01-16T18:08:29.459Z Compiling thiserror-impl v1.0.69
4892025-01-16T18:08:29.486Z Compiling zerocopy-derive v0.7.35
4902025-01-16T18:08:29.486Z Compiling scroll_derive v0.12.0
4912025-01-16T18:08:29.486Z Compiling clap_derive v4.5.18
4922025-01-16T18:08:30.391Z Compiling scroll v0.12.0
4932025-01-16T18:08:30.685Z Compiling zerocopy v0.7.35
4942025-01-16T18:08:30.945Z Compiling goblin v0.8.2
4952025-01-16T18:08:31.765Z Compiling pest v2.7.14
4962025-01-16T18:08:32.816Z Compiling clap v4.5.21
4972025-01-16T18:08:33.970Z Compiling pest_meta v2.7.14
4982025-01-16T18:08:34.833Z Compiling pest_generator v2.7.14
4992025-01-16T18:08:36.260Z Compiling pest_derive v2.7.14
5002025-01-16T18:08:36.900Z Compiling dtrace-parser v0.2.0
5012025-01-16T18:08:37.788Z Compiling toml_datetime v0.6.8
5022025-01-16T18:08:37.791Z Compiling serde_spanned v0.6.8
5032025-01-16T18:08:37.791Z Compiling cargo-platform v0.1.8
5042025-01-16T18:08:38.084Z Compiling serde_tokenstream v0.2.2
5052025-01-16T18:08:38.114Z Compiling toml_edit v0.22.22
5062025-01-16T18:08:38.286Z Compiling macaddr v1.0.1
5072025-01-16T18:08:38.475Z Compiling camino-tempfile v1.1.1
5082025-01-16T18:08:39.148Z Compiling dof v0.3.0
5092025-01-16T18:08:39.148Z Compiling cargo_metadata v0.18.1
5102025-01-16T18:08:40.818Z Compiling toml v0.8.19
5112025-01-16T18:08:40.856Z Compiling usdt-attr-macro v0.5.0
5122025-01-16T18:08:40.859Z Compiling usdt-macro v0.5.0
5132025-01-16T18:08:41.784Z Compiling cargo_toml v0.20.5
5142025-01-16T18:08:42.091Z Compiling usdt v0.5.0
5152025-01-16T18:08:44.409Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5162025-01-16T18:08:47.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.02s
5172025-01-16T18:08:47.847Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5182025-01-16T18:08:48.393Z Downloading crates ...
5192025-01-16T18:08:48.513Z Downloaded addr2line v0.24.2
5202025-01-16T18:08:48.530Z Downloaded cfg_aliases v0.2.1
5212025-01-16T18:08:48.533Z Downloaded cfg_aliases v0.1.1
5222025-01-16T18:08:48.536Z Downloaded assert_matches v1.5.0
5232025-01-16T18:08:48.541Z Downloaded atty v0.2.14
5242025-01-16T18:08:48.544Z Downloaded http-body v1.0.1
5252025-01-16T18:08:48.552Z Downloaded hickory-server v0.24.1
5262025-01-16T18:08:48.559Z Downloaded is_ci v1.2.0
5272025-01-16T18:08:48.562Z Downloaded cstr-argument v0.1.2
5282025-01-16T18:08:48.562Z Downloaded async-stream-impl v0.3.6
5292025-01-16T18:08:48.565Z Downloaded atomicwrites v0.4.4
5302025-01-16T18:08:48.565Z Downloaded ident_case v1.0.1
5312025-01-16T18:08:48.568Z Downloaded hubpack_derive v0.1.1
5322025-01-16T18:08:48.568Z Downloaded base16ct v0.2.0
5332025-01-16T18:08:48.571Z Downloaded crunchy v0.2.2
5342025-01-16T18:08:48.573Z Downloaded crucible-workspace-hack v0.1.0
5352025-01-16T18:08:48.578Z Downloaded darling v0.20.10
5362025-01-16T18:08:48.587Z Downloaded matches v0.1.10
5372025-01-16T18:08:48.590Z Downloaded instant v0.1.13
5382025-01-16T18:08:48.590Z Downloaded icu_provider_macros v1.5.0
5392025-01-16T18:08:48.590Z Downloaded hostname v0.3.1
5402025-01-16T18:08:48.590Z Downloaded headers-core v0.3.0
5412025-01-16T18:08:48.590Z Downloaded md5 v0.7.0
5422025-01-16T18:08:48.593Z Downloaded atomic-waker v1.1.2
5432025-01-16T18:08:48.594Z Downloaded async-stream v0.3.6
5442025-01-16T18:08:48.596Z Downloaded mirai-annotations v1.12.0
5452025-01-16T18:08:48.599Z Downloaded colored v2.1.0
5462025-01-16T18:08:48.606Z Downloaded hex-literal v0.4.1
5472025-01-16T18:08:48.606Z Downloaded cexpr v0.6.0
5482025-01-16T18:08:48.606Z Downloaded internet-checksum v0.2.1
5492025-01-16T18:08:48.609Z Downloaded indent_write v2.2.0
5502025-01-16T18:08:48.609Z Downloaded idna_adapter v1.2.0
5512025-01-16T18:08:48.609Z Downloaded lazycell v1.3.0
5522025-01-16T18:08:48.609Z Downloaded humantime v2.1.0
5532025-01-16T18:08:48.612Z Downloaded is-terminal v0.4.13
5542025-01-16T18:08:48.612Z Downloaded inout v0.1.3
5552025-01-16T18:08:48.612Z Downloaded array-init v0.0.4
5562025-01-16T18:08:48.615Z Downloaded keccak v0.1.5
5572025-01-16T18:08:48.615Z Downloaded indoc v1.0.9
5582025-01-16T18:08:48.619Z Downloaded ipnetwork v0.20.0
5592025-01-16T18:08:48.622Z Downloaded bb8 v0.8.5
5602025-01-16T18:08:48.622Z Downloaded arrayref v0.3.9
5612025-01-16T18:08:48.624Z Downloaded hmac v0.12.1
5622025-01-16T18:08:48.627Z Downloaded mime v0.3.17
5632025-01-16T18:08:48.627Z Downloaded cobs v0.2.3
5642025-01-16T18:08:48.630Z Downloaded aead v0.5.2
5652025-01-16T18:08:48.630Z Downloaded libsw v3.3.1
5662025-01-16T18:08:48.633Z Downloaded memoffset v0.9.1
5672025-01-16T18:08:48.635Z Downloaded ascii-canvas v3.0.0
5682025-01-16T18:08:48.635Z Downloaded adler2 v2.0.0
5692025-01-16T18:08:48.638Z Downloaded lazy_static v1.5.0
5702025-01-16T18:08:48.640Z Downloaded block-padding v0.3.3
5712025-01-16T18:08:48.640Z Downloaded impl-trait-for-tuples v0.2.2
5722025-01-16T18:08:48.643Z Downloaded maplit v1.0.2
5732025-01-16T18:08:48.646Z Downloaded lru v0.12.5
5742025-01-16T18:08:48.646Z Downloaded lockfree-object-pool v0.1.6
5752025-01-16T18:08:48.651Z Downloaded chrono-tz-build v0.4.0
5762025-01-16T18:08:48.655Z Downloaded http-range v0.1.5
5772025-01-16T18:08:48.655Z Downloaded bitflags v1.3.2
5782025-01-16T18:08:48.660Z Downloaded ipnet v2.10.1
5792025-01-16T18:08:48.660Z Downloaded iana-time-zone v0.1.61
5802025-01-16T18:08:48.664Z Downloaded progenitor-client v0.8.0
5812025-01-16T18:08:48.664Z Downloaded home v0.5.9
5822025-01-16T18:08:48.664Z Downloaded managed v0.8.0
5832025-01-16T18:08:48.664Z Downloaded lalrpop-util v0.19.12
5842025-01-16T18:08:48.667Z Downloaded ctr v0.9.2
5852025-01-16T18:08:48.667Z Downloaded crc v3.2.1
5862025-01-16T18:08:48.670Z Downloaded maybe-uninit v2.0.0
5872025-01-16T18:08:48.670Z Downloaded linear-map v1.2.0
5882025-01-16T18:08:48.672Z Downloaded async-recursion v1.1.1
5892025-01-16T18:08:48.675Z Downloaded md-5 v0.10.6
5902025-01-16T18:08:48.677Z Downloaded lock_api v0.4.12
5912025-01-16T18:08:48.680Z Downloaded mime_guess v2.0.5
5922025-01-16T18:08:48.683Z Downloaded hickory-client v0.24.1
5932025-01-16T18:08:48.686Z Downloaded hyper-tls v0.6.0
5942025-01-16T18:08:48.688Z Downloaded libloading v0.8.5
5952025-01-16T18:08:48.690Z Downloaded crc32fast v1.4.2
5962025-01-16T18:08:48.691Z Downloaded base64ct v1.6.0
5972025-01-16T18:08:48.694Z Downloaded rpassword v7.3.1
5982025-01-16T18:08:48.697Z Downloaded rand_core v0.6.4
5992025-01-16T18:08:48.702Z Downloaded memmap2 v0.9.5
6002025-01-16T18:08:48.702Z Downloaded time-core v0.1.2
6012025-01-16T18:08:48.702Z Downloaded sync_wrapper v1.0.1
6022025-01-16T18:08:48.704Z Downloaded lru-cache v0.1.2
6032025-01-16T18:08:48.705Z Downloaded hyper-rustls v0.27.3
6042025-01-16T18:08:48.708Z Downloaded linked-hash-map v0.5.6
6052025-01-16T18:08:48.708Z Downloaded hostname v0.4.0
6062025-01-16T18:08:48.711Z Downloaded serde-big-array v0.5.1
6072025-01-16T18:08:48.711Z Downloaded httpdate v1.0.3
6082025-01-16T18:08:48.713Z Downloaded salsa20 v0.10.2
6092025-01-16T18:08:48.713Z Downloaded mockall v0.13.0
6102025-01-16T18:08:48.716Z Downloaded csv-core v0.1.11
6112025-01-16T18:08:48.719Z Downloaded async-bb8-diesel v0.2.1
6122025-01-16T18:08:48.721Z Downloaded jobserver v0.1.32
6132025-01-16T18:08:48.721Z Downloaded httparse v1.9.5
6142025-01-16T18:08:48.724Z Downloaded cancel-safe-futures v0.1.5
6152025-01-16T18:08:48.727Z Downloaded icu_normalizer v1.5.0
6162025-01-16T18:08:48.732Z Downloaded icu_locid_transform_data v1.5.0
6172025-01-16T18:08:48.735Z Downloaded r2d2 v0.8.10
6182025-01-16T18:08:48.737Z Downloaded zerofrom v0.1.4
6192025-01-16T18:08:48.737Z Downloaded curve25519-dalek-derive v0.1.1
6202025-01-16T18:08:48.740Z Downloaded serde_plain v1.0.2
6212025-01-16T18:08:48.740Z Downloaded libefi-sys v0.1.0
6222025-01-16T18:08:48.742Z Downloaded castaway v0.2.3
6232025-01-16T18:08:48.745Z Downloaded serde-hex v0.1.0
6242025-01-16T18:08:48.745Z Downloaded serde_path_to_error v0.1.16
6252025-01-16T18:08:48.747Z Downloaded quick-error v1.2.3
6262025-01-16T18:08:48.751Z Downloaded bit-set v0.5.3
6272025-01-16T18:08:48.752Z Downloaded console v0.15.8
6282025-01-16T18:08:48.755Z Downloaded backoff v0.4.0
6292025-01-16T18:08:48.757Z Downloaded icu_locid v1.5.0
6302025-01-16T18:08:48.760Z Downloaded dhcproto-macros v0.1.0
6312025-01-16T18:08:48.763Z Downloaded time-macros v0.2.18
6322025-01-16T18:08:48.765Z Downloaded synstructure v0.13.1
6332025-01-16T18:08:48.768Z Downloaded clang-sys v1.8.1
6342025-01-16T18:08:48.770Z Downloaded diesel_table_macro_syntax v0.2.0
6352025-01-16T18:08:48.770Z Downloaded rustc-hash v2.0.0
6362025-01-16T18:08:48.773Z Downloaded crossbeam-utils v0.8.20
6372025-01-16T18:08:48.776Z Downloaded hyper-staticfile v0.10.1
6382025-01-16T18:08:48.778Z Downloaded topological-sort v0.2.2
6392025-01-16T18:08:48.778Z Downloaded tabwriter v1.4.0
6402025-01-16T18:08:48.781Z Downloaded unicase v2.7.0
6412025-01-16T18:08:48.783Z Downloaded stable_deref_trait v1.2.0
6422025-01-16T18:08:48.783Z Downloaded slog-scope v4.4.0
6432025-01-16T18:08:48.786Z Downloaded strum_macros v0.25.3
6442025-01-16T18:08:48.786Z Downloaded ref-cast-impl v1.0.23
6452025-01-16T18:08:48.789Z Downloaded const-oid v0.9.6
6462025-01-16T18:08:48.792Z Downloaded icu_properties v1.5.1
6472025-01-16T18:08:48.794Z Downloaded blake2 v0.10.6
6482025-01-16T18:08:48.797Z Downloaded progenitor-macro v0.9.1
6492025-01-16T18:08:48.797Z Downloaded ahash v0.8.11
6502025-01-16T18:08:48.800Z Downloaded path-slash v0.1.5
6512025-01-16T18:08:48.803Z Downloaded untrusted v0.7.1
6522025-01-16T18:08:48.803Z Downloaded indexmap v1.9.3
6532025-01-16T18:08:48.806Z Downloaded wyz v0.5.1
6542025-01-16T18:08:48.808Z Downloaded universal-hash v0.5.1
6552025-01-16T18:08:48.808Z Downloaded thread_local v1.1.8
6562025-01-16T18:08:48.811Z Downloaded defmt-parser v0.3.4
6572025-01-16T18:08:48.813Z Downloaded zone v0.1.8
6582025-01-16T18:08:48.813Z Downloaded serde_derive_internals v0.29.1
6592025-01-16T18:08:48.816Z Downloaded cookie v0.18.1
6602025-01-16T18:08:48.819Z Downloaded chacha20poly1305 v0.10.1
6612025-01-16T18:08:48.821Z Downloaded allocator-api2 v0.2.18
6622025-01-16T18:08:48.824Z Downloaded bitfield-struct v0.6.2
6632025-01-16T18:08:48.824Z Downloaded miniz_oxide v0.8.0
6642025-01-16T18:08:48.826Z Downloaded crc-any v2.5.0
6652025-01-16T18:08:48.829Z Downloaded base64 v0.13.1
6662025-01-16T18:08:48.832Z Downloaded try-lock v0.2.5
6672025-01-16T18:08:48.835Z Downloaded sync-ptr v0.1.1
6682025-01-16T18:08:48.835Z Downloaded hyper-util v0.1.10
6692025-01-16T18:08:48.840Z Downloaded hex v0.4.3
6702025-01-16T18:08:48.843Z Downloaded diesel-dtrace v0.4.2
6712025-01-16T18:08:48.845Z Downloaded num_enum v0.5.11
6722025-01-16T18:08:48.848Z Downloaded tokio-stream v0.1.16
6732025-01-16T18:08:48.853Z Downloaded num-iter v0.1.45
6742025-01-16T18:08:48.858Z Downloaded nibble_vec v0.1.0
6752025-01-16T18:08:48.862Z Downloaded ena v0.14.3
6762025-01-16T18:08:48.862Z Downloaded crossbeam-epoch v0.9.18
6772025-01-16T18:08:48.865Z Downloaded bytes v1.9.0
6782025-01-16T18:08:48.867Z Downloaded pbkdf2 v0.12.2
6792025-01-16T18:08:48.867Z Downloaded pbkdf2 v0.11.0
6802025-01-16T18:08:48.871Z Downloaded num_threads v0.1.7
6812025-01-16T18:08:48.875Z Downloaded num_enum_derive v0.5.11
6822025-01-16T18:08:48.875Z Downloaded sct v0.7.1
6832025-01-16T18:08:48.879Z Downloaded psl-types v2.0.11
6842025-01-16T18:08:48.879Z Downloaded pem v3.0.4
6852025-01-16T18:08:48.885Z Downloaded rustls-pemfile v1.0.4
6862025-01-16T18:08:48.886Z Downloaded writeable v0.5.5
6872025-01-16T18:08:48.886Z Downloaded untrusted v0.9.0
6882025-01-16T18:08:48.886Z Downloaded zone v0.3.0
6892025-01-16T18:08:48.889Z Downloaded darling_macro v0.20.10
6902025-01-16T18:08:48.889Z Downloaded cc v1.1.30
6912025-01-16T18:08:48.891Z Downloaded peg v0.8.4
6922025-01-16T18:08:48.895Z Downloaded hickory-resolver v0.24.1
6932025-01-16T18:08:48.900Z Downloaded scheduled-thread-pool v0.2.7
6942025-01-16T18:08:48.903Z Downloaded foreign-types v0.5.0
6952025-01-16T18:08:48.906Z Downloaded slab v0.4.9
6962025-01-16T18:08:48.906Z Downloaded siphasher v0.3.11
6972025-01-16T18:08:48.912Z Downloaded foreign-types v0.3.2
6982025-01-16T18:08:48.912Z Downloaded peg-runtime v0.8.3
6992025-01-16T18:08:48.912Z Downloaded static_assertions v1.1.0
7002025-01-16T18:08:48.914Z Downloaded rtoolbox v0.0.2
7012025-01-16T18:08:48.922Z Downloaded tokio-native-tls v0.3.1
7022025-01-16T18:08:48.926Z Downloaded tokio-macros v2.4.0
7032025-01-16T18:08:48.929Z Downloaded num-rational v0.4.2
7042025-01-16T18:08:48.929Z Downloaded bumpalo v3.16.0
7052025-01-16T18:08:48.934Z Downloaded tls_codec_derive v0.4.1
7062025-01-16T18:08:48.934Z Downloaded oso-derive v0.27.3
7072025-01-16T18:08:48.938Z Downloaded supports-color v3.0.1
7082025-01-16T18:08:48.938Z Downloaded subtle v2.6.1
7092025-01-16T18:08:48.938Z Downloaded structmeta v0.3.0
7102025-01-16T18:08:48.941Z Downloaded backtrace v0.3.74
7112025-01-16T18:08:48.944Z Downloaded opaque-debug v0.3.1
7122025-01-16T18:08:48.944Z Downloaded slog-async v2.8.0
7132025-01-16T18:08:48.947Z Downloaded mockall_derive v0.13.0
7142025-01-16T18:08:48.952Z Downloaded compact_str v0.8.0
7152025-01-16T18:08:48.955Z Downloaded postgres-types v0.2.8
7162025-01-16T18:08:48.955Z Downloaded zerovec-derive v0.10.3
7172025-01-16T18:08:48.958Z Downloaded crossbeam-channel v0.5.13
7182025-01-16T18:08:48.961Z Downloaded indicatif v0.17.9
7192025-01-16T18:08:48.965Z Downloaded enum-as-inner v0.6.1
7202025-01-16T18:08:48.968Z Downloaded socket2 v0.5.7
7212025-01-16T18:08:48.971Z Downloaded enum-as-inner v0.5.1
7222025-01-16T18:08:48.974Z Downloaded dunce v1.0.5
7232025-01-16T18:08:48.974Z Downloaded ghash v0.5.1
7242025-01-16T18:08:48.978Z Downloaded russh-cryptovec v0.7.3
7252025-01-16T18:08:48.978Z Downloaded futures-macro v0.3.31
7262025-01-16T18:08:48.980Z Downloaded sqlparser_derive v0.2.2
7272025-01-16T18:08:48.981Z Downloaded tower-service v0.3.3
7282025-01-16T18:08:48.981Z Downloaded strum v0.26.3
7292025-01-16T18:08:48.981Z Downloaded icu_normalizer_data v1.5.0
7302025-01-16T18:08:48.983Z Downloaded toolchain_find v0.4.0
7312025-01-16T18:08:48.987Z Downloaded foreign-types-macros v0.2.3
7322025-01-16T18:08:48.987Z Downloaded either v1.13.0
7332025-01-16T18:08:48.987Z Downloaded rayon-core v1.12.1
7342025-01-16T18:08:48.991Z Downloaded num v0.4.3
7352025-01-16T18:08:48.995Z Downloaded strum_macros v0.26.4
7362025-01-16T18:08:48.997Z Downloaded tungstenite v0.24.0
7372025-01-16T18:08:49.000Z Downloaded crypto-bigint v0.5.5
7382025-01-16T18:08:49.006Z Downloaded paste v1.0.15
7392025-01-16T18:08:49.009Z Downloaded uzers v0.12.1
7402025-01-16T18:08:49.012Z Downloaded vte_generate_state_changes v0.1.2
7412025-01-16T18:08:49.015Z Downloaded whoami v1.5.2
7422025-01-16T18:08:49.019Z Downloaded foreign-types-shared v0.1.1
7432025-01-16T18:08:49.019Z Downloaded endian-type v0.1.2
7442025-01-16T18:08:49.019Z Downloaded value-bag v1.9.0
7452025-01-16T18:08:49.022Z Downloaded predicates-core v1.0.8
7462025-01-16T18:08:49.022Z Downloaded parking_lot v0.12.3
7472025-01-16T18:08:49.025Z Downloaded unsafe-libyaml v0.2.11
7482025-01-16T18:08:49.028Z Downloaded dhcproto v0.12.0
7492025-01-16T18:08:49.032Z Downloaded progenitor-macro v0.8.0
7502025-01-16T18:08:49.036Z Downloaded fd-lock v4.0.2
7512025-01-16T18:08:49.039Z Downloaded tungstenite v0.23.0
7522025-01-16T18:08:49.041Z Downloaded parse-size v1.1.0
7532025-01-16T18:08:49.041Z Downloaded peg-macros v0.8.4
7542025-01-16T18:08:49.044Z Downloaded unicode-xid v0.2.6
7552025-01-16T18:08:49.047Z Downloaded slog-stdlog v4.1.1
7562025-01-16T18:08:49.047Z Downloaded rustc_version v0.4.1
7572025-01-16T18:08:49.050Z Downloaded rustc_version v0.1.7
7582025-01-16T18:08:49.050Z Downloaded rfc6979 v0.4.0
7592025-01-16T18:08:49.050Z Downloaded ff v0.13.0
7602025-01-16T18:08:49.052Z Downloaded des v0.8.1
7612025-01-16T18:08:49.055Z Downloaded tinystr v0.7.6
7622025-01-16T18:08:49.062Z Downloaded mio v1.0.2
7632025-01-16T18:08:49.064Z Downloaded strum_macros v0.24.3
7642025-01-16T18:08:49.067Z Downloaded subprocess v0.2.9
7652025-01-16T18:08:49.070Z Downloaded num-traits v0.2.19
7662025-01-16T18:08:49.074Z Downloaded password-hash v0.5.0
7672025-01-16T18:08:49.077Z Downloaded itertools v0.10.5
7682025-01-16T18:08:49.081Z Downloaded take_mut v0.2.2
7692025-01-16T18:08:49.084Z Downloaded display-error-chain v0.2.2
7702025-01-16T18:08:49.084Z Downloaded predicates v3.1.2
7712025-01-16T18:08:49.087Z Downloaded ron v0.8.1
7722025-01-16T18:08:49.092Z Downloaded rand_xorshift v0.3.0
7732025-01-16T18:08:49.095Z Downloaded aes v0.8.4
7742025-01-16T18:08:49.097Z Downloaded nodrop v0.1.14
7752025-01-16T18:08:49.101Z Downloaded foldhash v0.1.3
7762025-01-16T18:08:49.101Z Downloaded zone_cfg_derive v0.3.0
7772025-01-16T18:08:49.101Z Downloaded diff v0.1.13
7782025-01-16T18:08:49.105Z Downloaded derive_more v0.99.18
7792025-01-16T18:08:49.109Z Downloaded rustc-demangle v0.1.24
7802025-01-16T18:08:49.114Z Downloaded serde_yaml v0.9.34+deprecated
7812025-01-16T18:08:49.117Z Downloaded parse-display-derive v0.10.0
7822025-01-16T18:08:49.117Z Downloaded parse-display v0.10.0
7832025-01-16T18:08:49.120Z Downloaded url v2.5.3
7842025-01-16T18:08:49.123Z Downloaded fxhash v0.2.1
7852025-01-16T18:08:49.123Z Downloaded quinn-udp v0.5.5
7862025-01-16T18:08:49.125Z Downloaded number_prefix v0.4.0
7872025-01-16T18:08:49.128Z Downloaded owo-colors v4.1.0
7882025-01-16T18:08:49.132Z Downloaded progenitor v0.9.1
7892025-01-16T18:08:49.134Z Downloaded simd-adler32 v0.3.7
7902025-01-16T18:08:49.134Z Downloaded typify v0.2.0
7912025-01-16T18:08:49.137Z Downloaded oso v0.27.3
7922025-01-16T18:08:49.140Z Downloaded der_derive v0.7.3
7932025-01-16T18:08:49.143Z Downloaded data-encoding v2.6.0
7942025-01-16T18:08:49.143Z Downloaded vsss-rs v3.3.4
7952025-01-16T18:08:49.146Z Downloaded serde_repr v0.1.19
7962025-01-16T18:08:49.148Z Downloaded hashlink v0.9.1
7972025-01-16T18:08:49.151Z Downloaded quinn v0.11.5
7982025-01-16T18:08:49.154Z Downloaded qorb v0.2.1
7992025-01-16T18:08:49.159Z Downloaded stringprep v0.1.5
8002025-01-16T18:08:49.161Z Downloaded structmeta-derive v0.2.0
8012025-01-16T18:08:49.164Z Downloaded typify-macro v0.2.0
8022025-01-16T18:08:49.164Z Downloaded password-hash v0.4.2
8032025-01-16T18:08:49.166Z Downloaded structmeta v0.2.0
8042025-01-16T18:08:49.169Z Downloaded ed25519 v2.2.3
8052025-01-16T18:08:49.169Z Downloaded defmt-macros v0.3.9
8062025-01-16T18:08:49.172Z Downloaded russh-keys v0.45.0
8072025-01-16T18:08:49.175Z Downloaded progenitor-impl v0.9.1
8082025-01-16T18:08:49.177Z Downloaded defmt v0.3.8
8092025-01-16T18:08:49.181Z Downloaded zeroize_derive v1.4.2
8102025-01-16T18:08:49.183Z Downloaded which v4.4.2
8112025-01-16T18:08:49.188Z Downloaded tui-tree-widget v0.22.0
8122025-01-16T18:08:49.188Z Downloaded ron v0.7.1
8132025-01-16T18:08:49.191Z Downloaded gethostname v0.5.0
8142025-01-16T18:08:49.194Z Downloaded unicode-properties v0.1.3
8152025-01-16T18:08:49.197Z Downloaded vte v0.11.1
8162025-01-16T18:08:49.201Z Downloaded newtype_derive v0.1.6
8172025-01-16T18:08:49.201Z Downloaded headers v0.4.0
8182025-01-16T18:08:49.205Z Downloaded serde_urlencoded v0.7.1
8192025-01-16T18:08:49.208Z Downloaded pretty-hex v0.2.1
8202025-01-16T18:08:49.208Z Downloaded pin-utils v0.1.0
8212025-01-16T18:08:49.210Z Downloaded packed_struct v0.10.1
8222025-01-16T18:08:49.213Z Downloaded progenitor v0.8.0
8232025-01-16T18:08:49.213Z Downloaded proc-macro-crate v1.3.1
8242025-01-16T18:08:49.215Z Downloaded darling_core v0.20.10
8252025-01-16T18:08:49.219Z Downloaded sha1 v0.10.6
8262025-01-16T18:08:49.222Z Downloaded schemars_derive v0.8.21
8272025-01-16T18:08:49.226Z Downloaded predicates-tree v1.0.11
8282025-01-16T18:08:49.226Z Downloaded normalize-line-endings v0.3.0
8292025-01-16T18:08:49.229Z Downloaded pkcs8 v0.10.2
8302025-01-16T18:08:49.229Z Downloaded utf16_iter v1.0.5
8312025-01-16T18:08:49.232Z Downloaded publicsuffix v2.2.3
8322025-01-16T18:08:49.235Z Downloaded smallvec v0.6.14
8332025-01-16T18:08:49.235Z Downloaded rustyline v14.0.0
8342025-01-16T18:08:49.239Z Downloaded yoke-derive v0.7.4
8352025-01-16T18:08:49.242Z Downloaded slog-envlogger v2.2.0
8362025-01-16T18:08:49.244Z Downloaded flate2 v1.0.34
8372025-01-16T18:08:49.248Z Downloaded xattr v1.3.1
8382025-01-16T18:08:49.250Z Downloaded itertools v0.13.0
8392025-01-16T18:08:49.258Z Downloaded smf v0.2.3
8402025-01-16T18:08:49.261Z Downloaded env_logger v0.10.2
8412025-01-16T18:08:49.263Z Downloaded new_debug_unreachable v1.0.6
8422025-01-16T18:08:49.263Z Downloaded termtree v0.4.1
8432025-01-16T18:08:49.266Z Downloaded phf_shared v0.10.0
8442025-01-16T18:08:49.266Z Downloaded dsl_auto_type v0.1.2
8452025-01-16T18:08:49.269Z Downloaded glob v0.3.1
8462025-01-16T18:08:49.269Z Downloaded native-tls v0.2.12
8472025-01-16T18:08:49.273Z Downloaded multer v3.1.0
8482025-01-16T18:08:49.276Z Downloaded phf_shared v0.11.2
8492025-01-16T18:08:49.276Z Downloaded steno v0.4.1
8502025-01-16T18:08:49.279Z Downloaded pkcs1 v0.7.5
8512025-01-16T18:08:49.282Z Downloaded time v0.3.36
8522025-01-16T18:08:49.289Z Downloaded hyper v1.5.0
8532025-01-16T18:08:49.296Z Downloaded openssl-macros v0.1.1
8542025-01-16T18:08:49.299Z Downloaded thiserror-impl v2.0.11
8552025-01-16T18:08:49.301Z Downloaded openssl-sys v0.9.103
8562025-01-16T18:08:49.304Z Downloaded downcast v0.11.0
8572025-01-16T18:08:49.308Z Downloaded semver v0.1.20
8582025-01-16T18:08:49.310Z Downloaded openssl-probe v0.1.5
8592025-01-16T18:08:49.310Z Downloaded tracing-attributes v0.1.27
8602025-01-16T18:08:49.313Z Downloaded secrecy v0.8.0
8612025-01-16T18:08:49.313Z Downloaded tough v0.19.0
8622025-01-16T18:08:49.321Z Downloaded env_logger v0.11.5
8632025-01-16T18:08:49.324Z Downloaded ssh-key v0.6.6
8642025-01-16T18:08:49.331Z Downloaded foreign-types-shared v0.3.1
8652025-01-16T18:08:49.334Z Downloaded deranged v0.3.11
8662025-01-16T18:08:49.334Z Downloaded num-conv v0.1.0
8672025-01-16T18:08:49.336Z Downloaded want v0.3.1
8682025-01-16T18:08:49.337Z Downloaded unicode-truncate v1.1.0
8692025-01-16T18:08:49.340Z Downloaded nanorand v0.7.0
8702025-01-16T18:08:49.343Z Downloaded sec1 v0.7.3
8712025-01-16T18:08:49.343Z Downloaded twox-hash v1.6.3
8722025-01-16T18:08:49.346Z Downloaded slog-dtrace v0.3.0
8732025-01-16T18:08:49.349Z Downloaded olpc-cjson v0.1.4
8742025-01-16T18:08:49.349Z Downloaded num-complex v0.4.6
8752025-01-16T18:08:49.352Z Downloaded snafu v0.8.5
8762025-01-16T18:08:49.356Z Downloaded fallible-streaming-iterator v0.1.9
8772025-01-16T18:08:49.359Z Downloaded newline-converter v0.3.0
8782025-01-16T18:08:49.359Z Downloaded globset v0.4.15
8792025-01-16T18:08:49.361Z Downloaded tokio-tungstenite v0.23.1
8802025-01-16T18:08:49.364Z Downloaded serde_with_macros v3.11.0
8812025-01-16T18:08:49.367Z Downloaded hash32 v0.2.1
8822025-01-16T18:08:49.367Z Downloaded smallvec v1.13.2
8832025-01-16T18:08:49.369Z Downloaded rustfmt-wrapper v0.2.1
8842025-01-16T18:08:49.372Z Downloaded percent-encoding v2.3.1
8852025-01-16T18:08:49.372Z Downloaded blake3 v1.5.4
8862025-01-16T18:08:49.380Z Downloaded signal-hook-tokio v0.3.1
8872025-01-16T18:08:49.382Z Downloaded radium v0.7.0
8882025-01-16T18:08:49.383Z Downloaded aho-corasick v1.1.3
8892025-01-16T18:08:49.389Z Downloaded termcolor v1.4.1
8902025-01-16T18:08:49.392Z Downloaded slog-bunyan v2.5.0
8912025-01-16T18:08:49.395Z Downloaded tokio-tungstenite v0.21.0
8922025-01-16T18:08:49.395Z Downloaded scrypt v0.11.0
8932025-01-16T18:08:49.397Z Downloaded slog-term v2.9.1
8942025-01-16T18:08:49.400Z Downloaded shell-words v1.1.0
8952025-01-16T18:08:49.400Z Downloaded thiserror v2.0.11
8962025-01-16T18:08:49.405Z Downloaded env_filter v0.1.2
8972025-01-16T18:08:49.407Z Downloaded num-bigint v0.4.6
8982025-01-16T18:08:49.412Z Downloaded waitgroup v0.1.2
8992025-01-16T18:08:49.414Z Downloaded ref-cast v1.0.23
9002025-01-16T18:08:49.417Z Downloaded rustls-pemfile v2.2.0
9012025-01-16T18:08:49.420Z Downloaded dropshot_endpoint v0.13.0
9022025-01-16T18:08:49.424Z Downloaded shlex v1.3.0
9032025-01-16T18:08:49.428Z Downloaded fallible-iterator v0.3.0
9042025-01-16T18:08:49.428Z Downloaded dropshot_endpoint v0.12.0
9052025-01-16T18:08:49.431Z Downloaded unicode_categories v0.1.1
9062025-01-16T18:08:49.431Z Downloaded zeroize v1.8.1
9072025-01-16T18:08:49.440Z Downloaded num-derive v0.4.2
9082025-01-16T18:08:49.444Z Downloaded derive_builder_macro v0.20.2
9092025-01-16T18:08:49.444Z Downloaded progenitor-client v0.9.1
9102025-01-16T18:08:49.444Z Downloaded precomputed-hash v0.1.1
9112025-01-16T18:08:49.444Z Downloaded yoke v0.7.4
9122025-01-16T18:08:49.444Z Downloaded aws-lc-rs v1.10.0
9132025-01-16T18:08:49.448Z Downloaded tinyvec_macros v0.1.1
9142025-01-16T18:08:49.451Z Downloaded ssh-encoding v0.2.0
9152025-01-16T18:08:49.451Z Downloaded heck v0.3.3
9162025-01-16T18:08:49.454Z Downloaded rand_seeder v0.3.0
9172025-01-16T18:08:49.454Z Downloaded form_urlencoded v1.2.1
9182025-01-16T18:08:49.457Z Downloaded embedded-io v0.4.0
9192025-01-16T18:08:49.457Z Downloaded pkg-config v0.3.31
9202025-01-16T18:08:49.460Z Downloaded hkdf v0.12.4
9212025-01-16T18:08:49.462Z Downloaded termios v0.3.3
9222025-01-16T18:08:49.462Z Downloaded ecdsa v0.16.9
9232025-01-16T18:08:49.465Z Downloaded phf v0.11.2
9242025-01-16T18:08:49.465Z Downloaded tap v1.0.1
9252025-01-16T18:08:49.468Z Downloaded powerfmt v0.2.0
9262025-01-16T18:08:49.468Z Downloaded flume v0.11.1
9272025-01-16T18:08:49.471Z Downloaded zone_cfg_derive v0.1.2
9282025-01-16T18:08:49.473Z Downloaded similar v2.6.0
9292025-01-16T18:08:49.476Z Downloaded tokio-rustls v0.26.0
9302025-01-16T18:08:49.479Z Downloaded displaydoc v0.2.5
9312025-01-16T18:08:49.482Z Downloaded yasna v0.5.2
9322025-01-16T18:08:49.485Z Downloaded zip v0.6.6
9332025-01-16T18:08:49.488Z Downloaded progenitor-impl v0.8.0
9342025-01-16T18:08:49.491Z Downloaded postcard v1.0.10
9352025-01-16T18:08:49.494Z Downloaded phf_codegen v0.11.2
9362025-01-16T18:08:49.497Z Downloaded tracing-core v0.1.32
9372025-01-16T18:08:49.497Z Downloaded fragile v2.0.0
9382025-01-16T18:08:49.500Z Downloaded hash32 v0.3.1
9392025-01-16T18:08:49.503Z Downloaded idna v1.0.3
9402025-01-16T18:08:49.506Z Downloaded crossterm v0.28.1
9412025-01-16T18:08:49.511Z Downloaded rand_chacha v0.3.1
9422025-01-16T18:08:49.513Z Downloaded spki v0.7.3
9432025-01-16T18:08:49.516Z Downloaded sigpipe v0.1.3
9442025-01-16T18:08:49.516Z Downloaded tokio-rustls v0.25.0
9452025-01-16T18:08:49.519Z Downloaded tokio-rustls v0.24.1
9462025-01-16T18:08:49.522Z Downloaded thiserror-impl-no-std v2.0.2
9472025-01-16T18:08:49.522Z Downloaded parse-zoneinfo v0.3.1
9482025-01-16T18:08:49.525Z Downloaded unarray v0.1.4
9492025-01-16T18:08:49.527Z Downloaded rusty-fork v0.3.0
9502025-01-16T18:08:49.527Z Downloaded tokio-tungstenite v0.24.0
9512025-01-16T18:08:49.530Z Downloaded signal-hook-registry v1.4.2
9522025-01-16T18:08:49.535Z Downloaded half v2.4.1
9532025-01-16T18:08:49.535Z Downloaded funty v2.0.0
9542025-01-16T18:08:49.538Z Downloaded parking_lot_core v0.9.10
9552025-01-16T18:08:49.538Z Downloaded parking_lot v0.11.2
9562025-01-16T18:08:49.540Z Downloaded pin-project-lite v0.2.14
9572025-01-16T18:08:49.544Z Downloaded getrandom v0.2.15
9582025-01-16T18:08:49.547Z Downloaded rustversion v1.0.17
9592025-01-16T18:08:49.549Z Downloaded ppv-lite86 v0.2.20
9602025-01-16T18:08:49.552Z Downloaded typify-macro v0.3.0
9612025-01-16T18:08:49.552Z Downloaded num-integer v0.1.46
9622025-01-16T18:08:49.554Z Downloaded dyn-clone v1.0.17
9632025-01-16T18:08:49.559Z Downloaded xz2 v0.1.7
9642025-01-16T18:08:49.559Z Downloaded samael v0.0.17
9652025-01-16T18:08:49.563Z Downloaded ssh-cipher v0.2.0
9662025-01-16T18:08:49.565Z Downloaded walkdir v2.5.0
9672025-01-16T18:08:49.565Z Downloaded group v0.13.0
9682025-01-16T18:08:49.568Z Downloaded phf_generator v0.11.2
9692025-01-16T18:08:49.572Z Downloaded russh v0.45.0
9702025-01-16T18:08:49.576Z Downloaded utf8_iter v1.0.4
9712025-01-16T18:08:49.580Z Downloaded snafu-derive v0.8.5
9722025-01-16T18:08:49.580Z Downloaded polyval v0.6.2
9732025-01-16T18:08:49.580Z Downloaded fs_extra v1.3.0
9742025-01-16T18:08:49.583Z Downloaded poly1305 v0.8.0
9752025-01-16T18:08:49.586Z Downloaded vergen v8.3.2
9762025-01-16T18:08:49.592Z Downloaded test-strategy v0.3.1
9772025-01-16T18:08:49.599Z Downloaded icu_properties_data v1.5.0
9782025-01-16T18:08:49.602Z Downloaded pin-project-internal v1.1.6
9792025-01-16T18:08:49.604Z Downloaded p256 v0.13.2
9802025-01-16T18:08:49.606Z Downloaded zip v2.1.3
9812025-01-16T18:08:49.610Z Downloaded nom v7.1.3
9822025-01-16T18:08:49.616Z Downloaded signature v2.2.0
9832025-01-16T18:08:49.619Z Downloaded zerocopy v0.6.6
9842025-01-16T18:08:49.621Z Downloaded unicode-normalization v0.1.24
9852025-01-16T18:08:49.624Z Downloaded term v0.7.0
9862025-01-16T18:08:49.627Z Downloaded der v0.7.9
9872025-01-16T18:08:49.632Z Downloaded tungstenite v0.21.0
9882025-01-16T18:08:49.636Z Downloaded toml_edit v0.19.15
9892025-01-16T18:08:49.654Z Downloaded tokio-util v0.7.12
9902025-01-16T18:08:49.660Z Downloaded tar v0.4.42
9912025-01-16T18:08:49.662Z Downloaded elliptic-curve v0.13.8
9922025-01-16T18:08:49.666Z Downloaded derive-where v1.2.7
9932025-01-16T18:08:49.669Z Downloaded toml v0.7.8
9942025-01-16T18:08:49.673Z Downloaded rustls-pki-types v1.10.0
9952025-01-16T18:08:49.677Z Downloaded derive_builder_core v0.20.2
9962025-01-16T18:08:49.679Z Downloaded rusqlite v0.32.1
9972025-01-16T18:08:49.687Z Downloaded tinyvec v1.8.0
9982025-01-16T18:08:49.690Z Downloaded quick-xml v0.33.0
9992025-01-16T18:08:49.697Z Downloaded pin-project v1.1.6
10002025-01-16T18:08:49.707Z Downloaded uuid v1.11.0
10012025-01-16T18:08:49.710Z Downloaded idna v0.3.0
10022025-01-16T18:08:49.717Z Downloaded unicode-segmentation v1.12.0
10032025-01-16T18:08:49.722Z Downloaded bitvec v1.0.1
10042025-01-16T18:08:49.736Z Downloaded ed25519-dalek v2.1.1
10052025-01-16T18:08:49.739Z Downloaded bindgen v0.69.5
10062025-01-16T18:08:49.746Z Downloaded typed-path v0.9.3
10072025-01-16T18:08:49.753Z Downloaded p521 v0.13.3
10082025-01-16T18:08:49.757Z Downloaded sqlparser v0.45.0
10092025-01-16T18:08:49.762Z Downloaded regex v1.11.1
10102025-01-16T18:08:49.777Z Downloaded idna v0.4.0
10112025-01-16T18:08:49.784Z Downloaded zerovec v0.10.4
10122025-01-16T18:08:49.789Z Downloaded idna v0.5.0
10132025-01-16T18:08:49.796Z Downloaded num-bigint-dig v0.8.4
10142025-01-16T18:08:49.801Z Downloaded serde_with v3.11.0
10152025-01-16T18:08:49.809Z Downloaded futures v0.3.31
10162025-01-16T18:08:49.814Z Downloaded tokio-postgres v0.7.12
10172025-01-16T18:08:49.820Z Downloaded hashbrown v0.12.3
10182025-01-16T18:08:49.824Z Downloaded heapless v0.7.17
10192025-01-16T18:08:49.828Z Downloaded reqwest v0.12.9
10202025-01-16T18:08:49.836Z Downloaded reedline v0.35.0
10212025-01-16T18:08:49.844Z Downloaded rayon v1.10.0
10222025-01-16T18:08:49.853Z Downloaded rustls-webpki v0.101.7
10232025-01-16T18:08:49.871Z Downloaded salty v0.3.0
10242025-01-16T18:08:49.877Z Downloaded portable-atomic v1.9.0
10252025-01-16T18:08:49.883Z Downloaded rustls-webpki v0.102.8
10262025-01-16T18:08:49.901Z Downloaded idna v0.2.3
10272025-01-16T18:08:49.908Z Downloaded curve25519-dalek v4.1.3
10282025-01-16T18:08:49.917Z Downloaded vcpkg v0.2.15
10292025-01-16T18:08:49.957Z Downloaded git2 v0.19.0
10302025-01-16T18:08:49.965Z Downloaded p384 v0.13.0
10312025-01-16T18:08:49.972Z Downloaded quinn-proto v0.11.8
10322025-01-16T18:08:49.979Z Downloaded chrono-tz v0.10.0
10332025-01-16T18:08:49.988Z Downloaded nix v0.28.0
10342025-01-16T18:08:49.999Z Downloaded nix v0.27.1
10352025-01-16T18:08:50.010Z Downloaded h2 v0.4.6
10362025-01-16T18:08:50.019Z Downloaded smoltcp v0.9.1
10372025-01-16T18:08:50.029Z Downloaded futures-util v0.3.31
10382025-01-16T18:08:50.041Z Downloaded gimli v0.31.1
10392025-01-16T18:08:50.050Z Downloaded rustls v0.23.19
10402025-01-16T18:08:50.062Z Downloaded hickory-proto v0.24.1
10412025-01-16T18:08:50.080Z Downloaded proptest v1.5.0
10422025-01-16T18:08:50.088Z Downloaded object v0.36.5
10432025-01-16T18:08:50.100Z Downloaded object v0.30.4
10442025-01-16T18:08:50.110Z Downloaded dropshot v0.12.0
10452025-01-16T18:08:50.132Z Downloaded dropshot v0.13.0
10462025-01-16T18:08:50.153Z Downloaded zerocopy v0.8.10
10472025-01-16T18:08:50.177Z Downloaded radix_trie v0.2.1
10482025-01-16T18:08:50.183Z Downloaded webpki-roots v0.26.6
10492025-01-16T18:08:50.186Z Downloaded openssl v0.10.66
10502025-01-16T18:08:50.197Z Downloaded smoltcp v0.11.0
10512025-01-16T18:08:50.210Z Downloaded regex-syntax v0.6.29
10522025-01-16T18:08:50.218Z Downloaded polar-core v0.27.3
10532025-01-16T18:08:50.227Z Downloaded rustls v0.21.12
10542025-01-16T18:08:50.239Z Downloaded zerocopy-derive v0.6.6
10552025-01-16T18:08:50.249Z Downloaded nix v0.29.0
10562025-01-16T18:08:50.261Z Downloaded openapiv3 v2.0.0
10572025-01-16T18:08:50.276Z Downloaded typify-impl v0.2.0
10582025-01-16T18:08:50.290Z Downloaded bzip2-sys v0.1.11+1.0.8
10592025-01-16T18:08:50.303Z Downloaded sled v0.34.7
10602025-01-16T18:08:50.313Z Downloaded regex-syntax v0.8.5
10612025-01-16T18:08:50.322Z Downloaded ratatui v0.28.1
10622025-01-16T18:08:50.342Z Downloaded regex-automata v0.4.8
10632025-01-16T18:08:50.381Z Downloaded typify-impl v0.3.0
10642025-01-16T18:08:50.402Z Downloaded unicode-width v0.2.0
10652025-01-16T18:08:50.409Z Downloaded regress v0.10.1
10662025-01-16T18:08:50.422Z Downloaded diesel v2.2.6
10672025-01-16T18:08:50.447Z Downloaded petgraph v0.6.5
10682025-01-16T18:08:50.464Z Downloaded regress v0.9.1
10692025-01-16T18:08:50.471Z Downloaded rustls v0.22.4
10702025-01-16T18:08:50.484Z Downloaded petname v2.0.2
10712025-01-16T18:08:50.489Z Downloaded tokio v1.40.0
10722025-01-16T18:08:50.525Z Downloaded bstr v1.10.0
10732025-01-16T18:08:50.534Z Downloaded lzma-sys v0.1.20
10742025-01-16T18:08:50.564Z Downloaded csv v1.3.0
10752025-01-16T18:08:50.581Z Downloaded trust-dns-proto v0.22.0
10762025-01-16T18:08:50.591Z Downloaded heapless v0.8.0
10772025-01-16T18:08:50.595Z Downloaded libz-sys v1.1.20
10782025-01-16T18:08:50.615Z Downloaded rand v0.8.5
10792025-01-16T18:08:50.618Z Downloaded omicron-zone-package v0.12.0
10802025-01-16T18:08:50.621Z Downloaded x509-cert v0.2.5
10812025-01-16T18:08:50.627Z Downloaded signal-hook v0.3.17
10822025-01-16T18:08:50.630Z Downloaded lalrpop v0.19.12
10832025-01-16T18:08:50.641Z Downloaded hashbrown v0.14.5
10842025-01-16T18:08:50.646Z Downloaded winnow v0.5.40
10852025-01-16T18:08:50.654Z Downloaded chrono v0.4.38
10862025-01-16T18:08:50.662Z Downloaded fatfs v0.3.6
10872025-01-16T18:08:50.665Z Downloaded sha3 v0.10.8
10882025-01-16T18:08:50.668Z Downloaded rcgen v0.12.1
10892025-01-16T18:08:50.671Z Downloaded tracing v0.1.40
10902025-01-16T18:08:50.675Z Downloaded expectorate v1.1.0
10912025-01-16T18:08:50.678Z Downloaded hashbrown v0.13.2
10922025-01-16T18:08:50.681Z Downloaded debug-ignore v1.0.5
10932025-01-16T18:08:50.684Z Downloaded strip-ansi-escapes v0.2.0
10942025-01-16T18:08:50.686Z Downloaded string_cache v0.8.7
10952025-01-16T18:08:50.687Z Downloaded libxml v0.3.3
10962025-01-16T18:08:50.691Z Downloaded diesel_derives v2.2.3
10972025-01-16T18:08:50.695Z Downloaded pkcs5 v0.7.1
10982025-01-16T18:08:50.699Z Downloaded zopfli v0.8.1
10992025-01-16T18:08:50.701Z Downloaded prettyplease v0.2.25
11002025-01-16T18:08:50.704Z Downloaded scopeguard v1.2.0
11012025-01-16T18:08:50.706Z Downloaded resolv-conf v0.7.0
11022025-01-16T18:08:50.709Z Downloaded itertools v0.12.1
11032025-01-16T18:08:50.713Z Downloaded packed_struct_codegen v0.10.1
11042025-01-16T18:08:50.715Z Downloaded schemars v0.8.21
11052025-01-16T18:08:50.725Z Downloaded aes-gcm v0.10.3
11062025-01-16T18:08:50.728Z Downloaded write16 v1.0.0
11072025-01-16T18:08:50.730Z Downloaded encoding_rs v0.8.34
11082025-01-16T18:08:50.748Z Downloaded float-ord v0.3.2
11092025-01-16T18:08:50.750Z Downloaded float-cmp v0.9.0
11102025-01-16T18:08:50.750Z Downloaded rustc-hash v1.1.0
11112025-01-16T18:08:50.753Z Downloaded libm v0.2.8
11122025-01-16T18:08:50.759Z Downloaded zerocopy-derive v0.8.10
11132025-01-16T18:08:50.764Z Downloaded futures-channel v0.3.31
11142025-01-16T18:08:50.766Z Downloaded rsa v0.9.6
11152025-01-16T18:08:50.771Z Downloaded pem-rfc7468 v0.7.0
11162025-01-16T18:08:50.775Z Downloaded dirs-sys-next v0.1.2
11172025-01-16T18:08:50.775Z Downloaded dirs-next v2.0.0
11182025-01-16T18:08:50.775Z Downloaded zerofrom-derive v0.1.4
11192025-01-16T18:08:50.777Z Downloaded wait-timeout v0.2.0
11202025-01-16T18:08:50.778Z Downloaded embedded-io v0.6.1
11212025-01-16T18:08:50.778Z Downloaded difflib v0.4.0
11222025-01-16T18:08:50.778Z Downloaded nu-ansi-term v0.50.1
11232025-01-16T18:08:50.780Z Downloaded typify v0.3.0
11242025-01-16T18:08:50.783Z Downloaded minimal-lexical v0.2.1
11252025-01-16T18:08:50.786Z Downloaded tiny-keccak v2.0.2
11262025-01-16T18:08:50.789Z Downloaded thiserror-no-std v2.0.2
11272025-01-16T18:08:50.792Z Downloaded structmeta-derive v0.3.0
11282025-01-16T18:08:50.795Z Downloaded newtype-uuid v1.2.1
11292025-01-16T18:08:50.795Z Downloaded unicode-bidi v0.3.17
11302025-01-16T18:08:50.797Z Downloaded http v1.2.0
11312025-01-16T18:08:50.801Z Downloaded multimap v0.10.0
11322025-01-16T18:08:50.804Z Downloaded tls_codec v0.4.1
11332025-01-16T18:08:50.806Z Downloaded sqlformat v0.2.6
11342025-01-16T18:08:50.806Z Downloaded libgit2-sys v0.17.0+1.8.1
11352025-01-16T18:08:50.864Z Downloaded signal-hook-mio v0.2.4
11362025-01-16T18:08:50.867Z Downloaded futures-executor v0.3.31
11372025-01-16T18:08:50.867Z Downloaded icu_collections v1.5.0
11382025-01-16T18:08:50.873Z Downloaded postgres-protocol v0.6.7
11392025-01-16T18:08:50.875Z Downloaded parking_lot_core v0.8.6
11402025-01-16T18:08:50.878Z Downloaded same-file v1.0.6
11412025-01-16T18:08:50.878Z Downloaded primeorder v0.13.6
11422025-01-16T18:08:50.884Z Downloaded icu_provider v1.5.0
11432025-01-16T18:08:50.884Z Downloaded const_format v0.2.33
11442025-01-16T18:08:50.887Z Downloaded base64 v0.22.1
11452025-01-16T18:08:50.891Z Downloaded base64 v0.21.7
11462025-01-16T18:08:50.894Z Downloaded derive_builder v0.20.2
11472025-01-16T18:08:50.898Z Downloaded spin v0.9.8
11482025-01-16T18:08:50.900Z Downloaded slog v2.7.0
11492025-01-16T18:08:50.903Z Downloaded arc-swap v1.7.1
11502025-01-16T18:08:50.905Z Downloaded futures-task v0.3.31
11512025-01-16T18:08:50.908Z Downloaded futures-sink v0.3.31
11522025-01-16T18:08:50.908Z Downloaded futures-io v0.3.31
11532025-01-16T18:08:50.908Z Downloaded futures-core v0.3.31
11542025-01-16T18:08:50.911Z Downloaded flagset v0.4.6
11552025-01-16T18:08:50.911Z Downloaded fixedbitset v0.4.2
11562025-01-16T18:08:50.920Z Downloaded filetime v0.2.25
11572025-01-16T18:08:50.920Z Downloaded fallible-iterator v0.2.0
11582025-01-16T18:08:50.920Z Downloaded utf-8 v0.7.6
11592025-01-16T18:08:50.920Z Downloaded slog-json v2.6.1
11602025-01-16T18:08:50.920Z Downloaded bitfield v0.14.0
11612025-01-16T18:08:50.924Z Downloaded constant_time_eq v0.3.1
11622025-01-16T18:08:50.924Z Downloaded const_format_proc_macros v0.2.33
11632025-01-16T18:08:50.924Z Downloaded cmake v0.1.51
11642025-01-16T18:08:50.924Z Downloaded bzip2 v0.4.4
11652025-01-16T18:08:50.928Z Downloaded ciborium v0.2.2
11662025-01-16T18:08:50.928Z Downloaded bcs v0.1.6
11672025-01-16T18:08:50.933Z Downloaded async-trait v0.1.83
11682025-01-16T18:08:50.935Z Downloaded icu_locid_transform v1.5.0
11692025-01-16T18:08:50.935Z Downloaded hubpack v0.1.2
11702025-01-16T18:08:50.935Z Downloaded cookie_store v0.21.0
11712025-01-16T18:08:50.938Z Downloaded blowfish v0.9.1
11722025-01-16T18:08:50.940Z Downloaded bit-vec v0.6.3
11732025-01-16T18:08:50.941Z Downloaded arrayvec v0.7.6
11742025-01-16T18:08:50.944Z Downloaded argon2 v0.5.3
11752025-01-16T18:08:50.948Z Downloaded litemap v0.7.3
11762025-01-16T18:08:50.948Z Downloaded crossbeam-deque v0.8.5
11772025-01-16T18:08:50.951Z Downloaded cipher v0.4.4
11782025-01-16T18:08:50.951Z Downloaded chacha20 v0.9.1
11792025-01-16T18:08:50.953Z Downloaded ciborium-io v0.2.2
11802025-01-16T18:08:50.953Z Downloaded cassowary v0.3.0
11812025-01-16T18:08:50.956Z Downloaded cbc v0.1.2
11822025-01-16T18:08:50.956Z Downloaded buf-list v1.0.3
11832025-01-16T18:08:50.958Z Downloaded http-body-util v0.1.2
11842025-01-16T18:08:50.961Z Downloaded convert_case v0.4.0
11852025-01-16T18:08:50.961Z Downloaded ciborium-ll v0.2.2
11862025-01-16T18:08:50.961Z Downloaded kstat-rs v0.2.4
11872025-01-16T18:08:50.964Z Downloaded instability v0.3.2
11882025-01-16T18:08:50.964Z Downloaded crc-catalog v2.4.0
11892025-01-16T18:08:50.967Z Downloaded bcrypt-pbkdf v0.10.0
11902025-01-16T18:08:50.967Z Downloaded highway v1.2.0
11912025-01-16T18:08:50.969Z Downloaded match_cfg v0.1.0
11922025-01-16T18:08:51.137Z Downloaded libsqlite3-sys v0.30.1
11932025-01-16T18:08:51.347Z Downloaded ring v0.17.8
11942025-01-16T18:08:51.696Z Downloaded aws-lc-sys v0.22.0
11952025-01-16T18:08:52.012Z Compiling serde v1.0.217
11962025-01-16T18:08:52.015Z Compiling lock_api v0.4.12
11972025-01-16T18:08:52.015Z Compiling scopeguard v1.2.0
11982025-01-16T18:08:52.015Z Compiling value-bag v1.9.0
11992025-01-16T18:08:52.171Z Compiling typenum v1.17.0
12002025-01-16T18:08:52.174Z Compiling generic-array v0.14.7
12012025-01-16T18:08:52.244Z Compiling syn v2.0.96
12022025-01-16T18:08:52.247Z Compiling getrandom v0.2.15
12032025-01-16T18:08:52.307Z Compiling subtle v2.6.1
12042025-01-16T18:08:52.554Z Compiling rand_core v0.6.4
12052025-01-16T18:08:52.659Z Compiling log v0.4.22
12062025-01-16T18:08:52.722Z Compiling shlex v1.3.0
12072025-01-16T18:08:52.752Z Compiling jobserver v0.1.32
12082025-01-16T18:08:52.773Z Compiling const-oid v0.9.6
12092025-01-16T18:08:53.056Z Compiling smallvec v1.13.2
12102025-01-16T18:08:53.079Z Compiling spin v0.9.8
12112025-01-16T18:08:53.109Z Compiling pin-project-lite v0.2.14
12122025-01-16T18:08:53.254Z Compiling cc v1.1.30
12132025-01-16T18:08:53.439Z Compiling rustix v0.38.37
12142025-01-16T18:08:53.459Z Compiling parking_lot_core v0.9.10
12152025-01-16T18:08:53.459Z Compiling futures-core v0.3.31
12162025-01-16T18:08:53.582Z Compiling signal-hook-registry v1.4.2
12172025-01-16T18:08:53.720Z Compiling mio v1.0.2
12182025-01-16T18:08:54.265Z Compiling parking_lot v0.12.3
12192025-01-16T18:08:54.288Z Compiling aho-corasick v1.1.3
12202025-01-16T18:08:54.433Z Compiling cpufeatures v0.2.14
12212025-01-16T18:08:54.520Z Compiling regex-syntax v0.8.5
12222025-01-16T18:08:54.546Z Compiling lazy_static v1.5.0
12232025-01-16T18:08:54.674Z Compiling glob v0.3.1
12242025-01-16T18:08:54.764Z Compiling either v1.13.0
12252025-01-16T18:08:54.810Z Compiling stable_deref_trait v1.2.0
12262025-01-16T18:08:54.930Z Compiling futures-sink v0.3.31
12272025-01-16T18:08:55.089Z Compiling socket2 v0.5.7
12282025-01-16T18:08:55.109Z Compiling slab v0.4.9
12292025-01-16T18:08:55.168Z Compiling prettyplease v0.2.25
12302025-01-16T18:08:55.547Z Compiling clang-sys v1.8.1
12312025-01-16T18:08:55.611Z Compiling serde_json v1.0.135
12322025-01-16T18:08:55.634Z Compiling minimal-lexical v0.2.1
12332025-01-16T18:08:56.045Z Compiling nom v7.1.3
12342025-01-16T18:08:56.158Z Compiling libloading v0.8.5
12352025-01-16T18:08:56.245Z Compiling bindgen v0.69.5
12362025-01-16T18:08:56.270Z Compiling home v0.5.9
12372025-01-16T18:08:56.551Z Compiling itertools v0.10.5
12382025-01-16T18:08:56.995Z Compiling futures-channel v0.3.31
12392025-01-16T18:08:57.110Z Compiling rustc-hash v1.1.0
12402025-01-16T18:08:57.267Z Compiling lazycell v1.3.0
12412025-01-16T18:08:57.409Z Compiling futures-task v0.3.31
12422025-01-16T18:08:57.452Z Compiling pin-utils v0.1.0
12432025-01-16T18:08:57.564Z Compiling foldhash v0.1.3
12442025-01-16T18:08:57.732Z Compiling futures-io v0.3.31
12452025-01-16T18:08:57.893Z Compiling allocator-api2 v0.2.18
12462025-01-16T18:08:58.002Z Compiling libm v0.2.8
12472025-01-16T18:08:58.325Z Compiling regex-automata v0.4.8
12482025-01-16T18:08:58.638Z Compiling hashbrown v0.15.1
12492025-01-16T18:08:59.062Z Compiling cmake v0.1.51
12502025-01-16T18:08:59.086Z Compiling cexpr v0.6.0
12512025-01-16T18:08:59.394Z Compiling synstructure v0.13.1
12522025-01-16T18:08:59.922Z Compiling num-traits v0.2.19
12532025-01-16T18:09:00.217Z Compiling pkg-config v0.3.31
12542025-01-16T18:09:00.643Z Compiling fs_extra v1.3.0
12552025-01-16T18:09:00.669Z Compiling tinyvec_macros v0.1.1
12562025-01-16T18:09:00.760Z Compiling dunce v1.0.5
12572025-01-16T18:09:00.854Z Compiling tinyvec v1.8.0
12582025-01-16T18:09:01.154Z Compiling ring v0.17.8
12592025-01-16T18:09:01.567Z Compiling paste v1.0.15
12602025-01-16T18:09:02.184Z Compiling litemap v0.7.3
12612025-01-16T18:09:02.309Z Compiling unicode-normalization v0.1.24
12622025-01-16T18:09:02.438Z Compiling unicode-bidi v0.3.17
12632025-01-16T18:09:02.548Z Compiling base64ct v1.6.0
12642025-01-16T18:09:02.570Z Compiling writeable v0.5.5
12652025-01-16T18:09:03.076Z Compiling pem-rfc7468 v0.7.0
12662025-01-16T18:09:03.442Z Compiling httparse v1.9.5
12672025-01-16T18:09:03.691Z Compiling regex v1.11.1
12682025-01-16T18:09:03.691Z Compiling flagset v0.4.6
12692025-01-16T18:09:03.771Z Compiling aws-lc-rs v1.10.0
12702025-01-16T18:09:04.140Z Compiling tracing-core v0.1.32
12712025-01-16T18:09:04.160Z Compiling percent-encoding v2.3.1
12722025-01-16T18:09:04.477Z Compiling rustls-pki-types v1.10.0
12732025-01-16T18:09:04.628Z Compiling crossbeam-utils v0.8.20
12742025-01-16T18:09:04.906Z Compiling icu_locid_transform_data v1.5.0
12752025-01-16T18:09:05.013Z Compiling serde_derive v1.0.217
12762025-01-16T18:09:05.030Z Compiling zeroize_derive v1.4.2
12772025-01-16T18:09:05.105Z Compiling zerocopy-derive v0.7.35
12782025-01-16T18:09:05.235Z Compiling tokio-macros v2.4.0
12792025-01-16T18:09:05.409Z Compiling zerofrom-derive v0.1.4
12802025-01-16T18:09:06.450Z Compiling zeroize v1.8.1
12812025-01-16T18:09:06.806Z Compiling yoke-derive v0.7.4
12822025-01-16T18:09:06.976Z Compiling thiserror-impl v1.0.69
12832025-01-16T18:09:07.059Z Compiling zerocopy v0.7.35
12842025-01-16T18:09:07.956Z Compiling crypto-common v0.1.6
12852025-01-16T18:09:08.203Z Compiling block-buffer v0.10.4
12862025-01-16T18:09:08.262Z Compiling zerovec-derive v0.10.3
12872025-01-16T18:09:08.457Z Compiling digest v0.10.7
12882025-01-16T18:09:08.880Z Compiling hmac v0.12.1
12892025-01-16T18:09:08.929Z Compiling zerofrom v0.1.4
12902025-01-16T18:09:08.948Z Compiling futures-macro v0.3.31
12912025-01-16T18:09:09.134Z Compiling block-padding v0.3.3
12922025-01-16T18:09:09.156Z Compiling displaydoc v0.2.5
12932025-01-16T18:09:09.305Z Compiling sha2 v0.10.8
12942025-01-16T18:09:09.384Z Compiling inout v0.1.3
12952025-01-16T18:09:09.442Z Compiling yoke v0.7.4
12962025-01-16T18:09:09.658Z Compiling cipher v0.4.4
12972025-01-16T18:09:09.796Z Compiling ppv-lite86 v0.2.20
12982025-01-16T18:09:09.872Z Compiling thiserror v1.0.69
12992025-01-16T18:09:10.028Z Compiling icu_provider_macros v1.5.0
13002025-01-16T18:09:10.158Z Compiling der_derive v0.7.3
13012025-01-16T18:09:10.573Z Compiling rand_chacha v0.3.1
13022025-01-16T18:09:10.708Z Compiling zerovec v0.10.4
13032025-01-16T18:09:10.729Z Compiling tracing-attributes v0.1.27
13042025-01-16T18:09:10.815Z Compiling futures-util v0.3.31
13052025-01-16T18:09:11.132Z Compiling rand v0.8.5
13062025-01-16T18:09:12.498Z Compiling tinystr v0.7.6
13072025-01-16T18:09:12.710Z Compiling der v0.7.9
13082025-01-16T18:09:12.819Z Compiling icu_collections v1.5.0
13092025-01-16T18:09:12.819Z Compiling salsa20 v0.10.2
13102025-01-16T18:09:12.906Z Compiling icu_locid v1.5.0
13112025-01-16T18:09:13.043Z Compiling pest v2.7.14
13122025-01-16T18:09:13.120Z Compiling pbkdf2 v0.12.2
13132025-01-16T18:09:14.015Z Compiling icu_provider v1.5.0
13142025-01-16T18:09:14.069Z Compiling tracing v0.1.40
13152025-01-16T18:09:14.105Z Compiling untrusted v0.7.1
13162025-01-16T18:09:14.291Z Compiling powerfmt v0.2.0
13172025-01-16T18:09:14.536Z Compiling icu_properties_data v1.5.0
13182025-01-16T18:09:14.639Z Compiling spki v0.7.3
13192025-01-16T18:09:14.806Z Compiling icu_locid_transform v1.5.0
13202025-01-16T18:09:14.931Z Compiling time-core v0.1.2
13212025-01-16T18:09:14.957Z Compiling vcpkg v0.2.15
13222025-01-16T18:09:15.004Z Compiling mirai-annotations v1.12.0
13232025-01-16T18:09:15.109Z Compiling untrusted v0.9.0
13242025-01-16T18:09:15.198Z Compiling num-conv v0.1.0
13252025-01-16T18:09:15.528Z Compiling time-macros v0.2.18
13262025-01-16T18:09:15.627Z Compiling deranged v0.3.11
13272025-01-16T18:09:16.110Z Compiling icu_properties v1.5.1
13282025-01-16T18:09:16.169Z Compiling pest_meta v2.7.14
13292025-01-16T18:09:16.839Z Compiling openssl-sys v0.9.103
13302025-01-16T18:09:17.212Z Compiling scrypt v0.11.0
13312025-01-16T18:09:17.718Z Compiling cbc v0.1.2
13322025-01-16T18:09:17.859Z Compiling bitflags v2.6.0
13332025-01-16T18:09:17.957Z Compiling bytes v1.9.0
13342025-01-16T18:09:18.302Z Compiling indexmap v2.7.0
13352025-01-16T18:09:18.587Z Compiling semver v1.0.24
13362025-01-16T18:09:18.695Z Compiling aes v0.8.4
13372025-01-16T18:09:19.158Z Compiling tokio v1.40.0
13382025-01-16T18:09:19.293Z Compiling http v1.2.0
13392025-01-16T18:09:19.538Z Compiling rustc_version v0.4.1
13402025-01-16T18:09:20.209Z Compiling scroll_derive v0.12.0
13412025-01-16T18:09:20.619Z Compiling atomic-waker v1.1.2
13422025-01-16T18:09:20.639Z Compiling icu_normalizer_data v1.5.0
13432025-01-16T18:09:20.753Z Compiling write16 v1.0.0
13442025-01-16T18:09:20.827Z Compiling utf16_iter v1.0.5
13452025-01-16T18:09:20.897Z Compiling utf8_iter v1.0.4
13462025-01-16T18:09:20.989Z Compiling num_threads v0.1.7
13472025-01-16T18:09:21.040Z Compiling http-body v1.0.1
13482025-01-16T18:09:21.128Z Compiling time v0.3.36
13492025-01-16T18:09:21.149Z Compiling icu_normalizer v1.5.0
13502025-01-16T18:09:21.276Z Compiling pkcs5 v0.7.1
13512025-01-16T18:09:21.499Z Compiling pest_generator v2.7.14
13522025-01-16T18:09:21.578Z Compiling form_urlencoded v1.2.1
13532025-01-16T18:09:21.666Z Compiling scroll v0.12.0
13542025-01-16T18:09:21.903Z Compiling which v4.4.2
13552025-01-16T18:09:22.177Z Compiling slog v2.7.0
13562025-01-16T18:09:22.442Z Compiling try-lock v0.2.5
13572025-01-16T18:09:22.608Z Compiling want v0.3.1
13582025-01-16T18:09:22.750Z Compiling goblin v0.8.2
13592025-01-16T18:09:22.887Z Compiling idna_adapter v1.2.0
13602025-01-16T18:09:22.890Z Compiling pkcs8 v0.10.2
13612025-01-16T18:09:22.920Z Compiling uuid v1.11.0
13622025-01-16T18:09:23.109Z Compiling iana-time-zone v0.1.61
13632025-01-16T18:09:23.330Z Compiling pest_derive v2.7.14
13642025-01-16T18:09:23.503Z Compiling httpdate v1.0.3
13652025-01-16T18:09:23.531Z Compiling chrono v0.4.38
13662025-01-16T18:09:23.951Z Compiling idna v1.0.3
13672025-01-16T18:09:24.113Z Compiling dtrace-parser v0.2.0
13682025-01-16T18:09:24.970Z Compiling serde_spanned v0.6.8
13692025-01-16T18:09:25.209Z Compiling toml_datetime v0.6.8
13702025-01-16T18:09:25.634Z Compiling serde_tokenstream v0.2.2
13712025-01-16T18:09:25.700Z Compiling rustversion v1.0.17
13722025-01-16T18:09:25.838Z Compiling openssl v0.10.66
13732025-01-16T18:09:25.975Z Compiling base64 v0.22.1
13742025-01-16T18:09:26.189Z Compiling match_cfg v0.1.0
13752025-01-16T18:09:26.243Z Compiling adler2 v2.0.0
13762025-01-16T18:09:26.290Z Compiling foreign-types-shared v0.1.1
13772025-01-16T18:09:26.361Z Compiling tower-service v0.3.3
13782025-01-16T18:09:26.411Z Compiling miniz_oxide v0.8.0
13792025-01-16T18:09:26.456Z Compiling foreign-types v0.3.2
13802025-01-16T18:09:26.562Z Compiling hostname v0.3.1
13812025-01-16T18:09:26.610Z Compiling url v2.5.3
13822025-01-16T18:09:26.772Z Compiling async-trait v0.1.83
13832025-01-16T18:09:26.819Z Compiling openssl-macros v0.1.1
13842025-01-16T18:09:27.542Z Compiling tokio-util v0.7.12
13852025-01-16T18:09:27.830Z Compiling serde_derive_internals v0.29.1
13862025-01-16T18:09:27.911Z Compiling dirs-sys-next v0.1.2
13872025-01-16T18:09:28.331Z Compiling native-tls v0.2.12
13882025-01-16T18:09:28.483Z Compiling h2 v0.4.6
13892025-01-16T18:09:28.673Z Compiling dof v0.3.0
13902025-01-16T18:09:28.805Z Compiling data-encoding v2.6.0
13912025-01-16T18:09:29.116Z Compiling siphasher v0.3.11
13922025-01-16T18:09:29.490Z Compiling usdt-impl v0.5.0
13932025-01-16T18:09:30.208Z Compiling syn v1.0.109
13942025-01-16T18:09:30.505Z Compiling rustls v0.22.4
13952025-01-16T18:09:30.783Z Compiling schemars v0.8.21
13962025-01-16T18:09:30.804Z Compiling rustls v0.23.19
13972025-01-16T18:09:30.899Z Compiling schemars_derive v0.8.21
13982025-01-16T18:09:30.964Z Compiling dirs-next v2.0.0
13992025-01-16T18:09:31.167Z Compiling http-body-util v0.1.2
14002025-01-16T18:09:31.645Z Compiling heapless v0.7.17
14012025-01-16T18:09:32.064Z Compiling crossbeam-epoch v0.9.18
14022025-01-16T18:09:32.093Z Compiling sha1 v0.10.6
14032025-01-16T18:09:32.391Z Compiling signature v2.2.0
14042025-01-16T18:09:32.483Z Compiling bzip2-sys v0.1.11+1.0.8
14052025-01-16T18:09:32.503Z Compiling thread_local v1.1.8
14062025-01-16T18:09:32.685Z Compiling multer v3.1.0
14072025-01-16T18:09:32.743Z Compiling cookie v0.18.1
14082025-01-16T18:09:32.954Z Compiling encoding_rs v0.8.34
14092025-01-16T18:09:32.976Z Compiling rayon-core v1.12.1
14102025-01-16T18:09:32.977Z Compiling mime v0.3.17
14112025-01-16T18:09:33.015Z Compiling slog-async v2.8.0
14122025-01-16T18:09:33.274Z Compiling unicode-properties v0.1.3
14132025-01-16T18:09:33.466Z Compiling gimli v0.31.1
14142025-01-16T18:09:33.489Z Compiling signal-hook v0.3.17
14152025-01-16T18:09:33.703Z Compiling openssl-probe v0.1.5
14162025-01-16T18:09:33.755Z Compiling dyn-clone v1.0.17
14172025-01-16T18:09:33.915Z Compiling ipnet v2.10.1
14182025-01-16T18:09:34.031Z Compiling stringprep v0.1.5
14192025-01-16T18:09:35.105Z Compiling toml_edit v0.22.22
14202025-01-16T18:09:36.893Z Compiling hyper v1.5.0
14212025-01-16T18:09:37.398Z Compiling crossbeam-deque v0.8.5
14222025-01-16T18:09:37.526Z Compiling addr2line v0.24.2
14232025-01-16T18:09:37.740Z Compiling usdt-macro v0.5.0
14242025-01-16T18:09:38.055Z Compiling usdt-attr-macro v0.5.0
14252025-01-16T18:09:38.267Z Compiling term v0.7.0
14262025-01-16T18:09:38.687Z Compiling slog-json v2.6.1
14272025-01-16T18:09:39.042Z Compiling serde_urlencoded v0.7.1
14282025-01-16T18:09:39.195Z Compiling curve25519-dalek v4.1.3
14292025-01-16T18:09:39.521Z Compiling hyper-util v0.1.10
14302025-01-16T18:09:39.557Z Compiling crossbeam-channel v0.5.13
14312025-01-16T18:09:39.579Z Compiling futures-executor v0.3.31
14322025-01-16T18:09:39.823Z Compiling enum-as-inner v0.6.1
14332025-01-16T18:09:40.099Z Compiling md-5 v0.10.6
14342025-01-16T18:09:40.411Z Compiling rustls-pemfile v2.2.0
14352025-01-16T18:09:40.543Z Compiling async-stream-impl v0.3.6
14362025-01-16T18:09:40.566Z Compiling num-integer v0.1.46
14372025-01-16T18:09:40.740Z Compiling idna v0.4.0
14382025-01-16T18:09:40.917Z Compiling idna v0.3.0
14392025-01-16T18:09:41.314Z Compiling hash32 v0.2.1
14402025-01-16T18:09:41.690Z Compiling ff v0.13.0
14412025-01-16T18:09:41.857Z Compiling is-terminal v0.4.13
14422025-01-16T18:09:41.922Z Compiling dropshot v0.12.0
14432025-01-16T18:09:41.990Z Compiling object v0.36.5
14442025-01-16T18:09:42.218Z Compiling fallible-iterator v0.2.0
14452025-01-16T18:09:42.342Z Compiling portable-atomic v1.9.0
14462025-01-16T18:09:42.368Z Compiling linked-hash-map v0.5.6
14472025-01-16T18:09:42.439Z Compiling smoltcp v0.9.1
14482025-01-16T18:09:42.521Z Compiling anyhow v1.0.93
14492025-01-16T18:09:42.668Z Compiling quick-error v1.2.3
14502025-01-16T18:09:42.831Z Compiling utf-8 v0.7.6
14512025-01-16T18:09:42.873Z Compiling base16ct v0.2.0
14522025-01-16T18:09:43.045Z Compiling take_mut v0.2.2
14532025-01-16T18:09:43.106Z Compiling rustc-demangle v0.1.24
14542025-01-16T18:09:43.159Z Compiling num-bigint-dig v0.8.4
14552025-01-16T18:09:43.202Z Compiling psl-types v2.0.11
14562025-01-16T18:09:43.385Z Compiling publicsuffix v2.2.3
14572025-01-16T18:09:43.503Z Compiling sec1 v0.7.3
14582025-01-16T18:09:43.683Z Compiling tungstenite v0.24.0
14592025-01-16T18:09:43.814Z Compiling postgres-protocol v0.6.7
14602025-01-16T18:09:43.994Z Compiling resolv-conf v0.7.0
14612025-01-16T18:09:44.082Z Compiling lru-cache v0.1.2
14622025-01-16T18:09:44.289Z Compiling slog-term v2.9.1
14632025-01-16T18:09:44.335Z Compiling usdt v0.5.0
14642025-01-16T18:09:44.717Z Compiling group v0.13.0
14652025-01-16T18:09:44.829Z Compiling async-stream v0.3.6
14662025-01-16T18:09:45.051Z Compiling hickory-proto v0.24.1
14672025-01-16T18:09:45.123Z Compiling num-iter v0.1.45
14682025-01-16T18:09:45.320Z Compiling futures v0.3.31
14692025-01-16T18:09:45.496Z Compiling slog-bunyan v2.5.0
14702025-01-16T18:09:45.598Z Compiling toml v0.8.19
14712025-01-16T18:09:46.042Z Compiling tokio-native-tls v0.3.1
14722025-01-16T18:09:47.108Z Compiling camino v1.1.9
14732025-01-16T18:09:47.322Z Compiling phf_shared v0.11.2
14742025-01-16T18:09:47.536Z Compiling dropshot_endpoint v0.12.0
14752025-01-16T18:09:47.646Z Compiling terminal_size v0.4.0
14762025-01-16T18:09:47.682Z Compiling waitgroup v0.1.2
14772025-01-16T18:09:47.862Z Compiling openapiv3 v2.0.0
14782025-01-16T18:09:47.897Z Compiling serde_path_to_error v0.1.16
14792025-01-16T18:09:47.941Z Compiling hkdf v0.12.4
14802025-01-16T18:09:48.211Z Compiling crypto-bigint v0.5.5
14812025-01-16T18:09:48.639Z Compiling backtrace v0.3.74
14822025-01-16T18:09:48.985Z Compiling webpki-roots v0.26.6
14832025-01-16T18:09:49.206Z Compiling curve25519-dalek-derive v0.1.1
14842025-01-16T18:09:50.699Z Compiling zerocopy-derive v0.6.6
14852025-01-16T18:09:50.975Z Compiling hubpack_derive v0.1.1
14862025-01-16T18:09:51.716Z Compiling idna v0.5.0
14872025-01-16T18:09:51.744Z Compiling hostname v0.4.0
14882025-01-16T18:09:51.823Z Compiling crc32fast v1.4.2
14892025-01-16T18:09:51.884Z Compiling ahash v0.8.11
14902025-01-16T18:09:51.935Z Compiling fs-err v2.11.0
14912025-01-16T18:09:52.161Z Compiling managed v0.8.0
14922025-01-16T18:09:52.203Z Compiling debug-ignore v1.0.5
14932025-01-16T18:09:52.222Z Compiling winnow v0.5.40
14942025-01-16T18:09:52.364Z Compiling newtype-uuid v1.2.1
14952025-01-16T18:09:52.590Z Compiling bitflags v1.3.2
14962025-01-16T18:09:52.640Z Compiling zerocopy v0.6.6
14972025-01-16T18:09:52.712Z Compiling cookie_store v0.21.0
14982025-01-16T18:09:53.217Z Compiling console v0.15.8
14992025-01-16T18:09:53.362Z Compiling clap_builder v4.5.21
15002025-01-16T18:09:54.246Z Compiling strum_macros v0.25.3
15012025-01-16T18:09:54.272Z Compiling flate2 v1.0.34
15022025-01-16T18:09:54.332Z Compiling hubpack v0.1.2
15032025-01-16T18:09:54.567Z Compiling elliptic-curve v0.13.8
15042025-01-16T18:09:54.747Z Compiling hickory-resolver v0.24.1
15052025-01-16T18:09:55.357Z Compiling phf v0.11.2
15062025-01-16T18:09:55.666Z Compiling toml_edit v0.19.15
15072025-01-16T18:09:55.738Z Compiling signal-hook-mio v0.2.4
15082025-01-16T18:09:55.918Z Compiling rayon v1.10.0
15092025-01-16T18:09:55.972Z Compiling bzip2 v0.4.4
15102025-01-16T18:09:56.368Z Compiling hyper-tls v0.6.0
15112025-01-16T18:09:58.076Z Compiling tokio-tungstenite v0.24.0
15122025-01-16T18:09:58.603Z Compiling postgres-types v0.2.8
15132025-01-16T18:10:00.144Z Compiling ed25519 v2.2.3
15142025-01-16T18:10:00.781Z Compiling phf_shared v0.10.0
15152025-01-16T18:10:01.171Z Compiling tokio-stream v0.1.16
15162025-01-16T18:10:01.182Z Compiling pkcs1 v0.7.5
15172025-01-16T18:10:01.571Z Compiling serde-big-array v0.5.1
15182025-01-16T18:10:01.808Z Compiling clap_derive v4.5.18
15192025-01-16T18:10:02.058Z Compiling rfc6979 v0.4.0
15202025-01-16T18:10:02.079Z Compiling serde_repr v0.1.19
15212025-01-16T18:10:02.105Z Compiling derive-where v1.2.7
15222025-01-16T18:10:02.246Z Compiling bstr v1.10.0
15232025-01-16T18:10:02.634Z Compiling float-cmp v0.9.0
15242025-01-16T18:10:02.865Z Compiling sync_wrapper v1.0.1
15252025-01-16T18:10:02.870Z Compiling unicode-width v0.2.0
15262025-01-16T18:10:03.029Z Compiling whoami v1.5.2
15272025-01-16T18:10:03.212Z Compiling normalize-line-endings v0.3.0
15282025-01-16T18:10:03.350Z Compiling bit-vec v0.6.3
15292025-01-16T18:10:03.407Z Compiling unicode-segmentation v1.12.0
15302025-01-16T18:10:03.603Z Compiling number_prefix v0.4.0
15312025-01-16T18:10:03.725Z Compiling fixedbitset v0.4.2
15322025-01-16T18:10:04.315Z Compiling new_debug_unreachable v1.0.6
15332025-01-16T18:10:04.330Z Compiling difflib v0.4.0
15342025-01-16T18:10:04.330Z Compiling predicates-core v1.0.8
15352025-01-16T18:10:04.330Z Compiling precomputed-hash v0.1.1
15362025-01-16T18:10:04.331Z Compiling static_assertions v1.1.0
15372025-01-16T18:10:04.331Z Compiling string_cache v0.8.7
15382025-01-16T18:10:04.331Z Compiling similar v2.6.0
15392025-01-16T18:10:04.369Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15402025-01-16T18:10:04.699Z Compiling predicates v3.1.2
15412025-01-16T18:10:05.269Z Compiling petgraph v0.6.5
15422025-01-16T18:10:05.289Z Compiling indicatif v0.17.9
15432025-01-16T18:10:06.279Z Compiling bit-set v0.5.3
15442025-01-16T18:10:06.438Z Compiling clap v4.5.21
15452025-01-16T18:10:06.471Z Compiling tokio-postgres v0.7.12
15462025-01-16T18:10:06.515Z Compiling ecdsa v0.16.9
15472025-01-16T18:10:06.543Z Compiling rsa v0.9.6
15482025-01-16T18:10:07.348Z Compiling ed25519-dalek v2.1.1
15492025-01-16T18:10:07.369Z Compiling toml v0.7.8
15502025-01-16T18:10:08.613Z Compiling zip v0.6.6
15512025-01-16T18:10:08.855Z Compiling crossterm v0.28.1
15522025-01-16T18:10:10.231Z Compiling hex v0.4.3
15532025-01-16T18:10:10.255Z Compiling x509-cert v0.2.5
15542025-01-16T18:10:10.479Z Compiling peg-runtime v0.8.3
15552025-01-16T18:10:10.658Z Compiling unicode-xid v0.2.6
15562025-01-16T18:10:10.855Z Compiling lalrpop-util v0.19.12
15572025-01-16T18:10:10.908Z Compiling strum_macros v0.26.4
15582025-01-16T18:10:11.051Z Compiling xattr v1.3.1
15592025-01-16T18:10:11.231Z Compiling filetime v0.2.25
15602025-01-16T18:10:11.507Z Compiling tar v0.4.42
15612025-01-16T18:10:15.853Z Compiling strum v0.26.3
15622025-01-16T18:10:19.259Z Compiling aws-lc-sys v0.22.0
15632025-01-16T18:10:46.734Z Compiling rustls-webpki v0.102.8
15642025-01-16T18:10:49.945Z Compiling tokio-rustls v0.25.0
15652025-01-16T18:10:51.734Z Compiling tokio-rustls v0.26.0
15662025-01-16T18:10:51.953Z Compiling hyper-rustls v0.27.3
15672025-01-16T18:10:52.270Z Compiling reqwest v0.12.9
15682025-01-16T18:10:53.686Z Compiling qorb v0.2.1
15692025-01-16T18:10:56.743Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15702025-01-16T18:10:56.995Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15712025-01-16T18:11:01.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
15722025-01-16T18:11:01.781Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15732025-01-16T18:11:01.832ZJan 16 18:11:00.900 INFO Starting download, target: Clickhouse
15742025-01-16T18:11:01.832ZJan 16 18:11:00.900 INFO Starting download, target: Console
15752025-01-16T18:11:01.832ZJan 16 18:11:00.900 INFO Starting download, target: Cockroach
15762025-01-16T18:11:01.832ZJan 16 18:11:00.900 INFO Starting download, target: DendriteOpenapi
15772025-01-16T18:11:01.832ZJan 16 18:11:00.900 INFO Starting download, target: DendriteStub
15782025-01-16T18:11:01.832ZJan 16 18:11:00.900 INFO Starting download, target: MaghemiteMgd
15792025-01-16T18:11:01.832ZJan 16 18:11:00.900 INFO Starting download, target: TransceiverControl
15802025-01-16T18:11:01.834ZJan 16 18:11:00.901 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15812025-01-16T18:11:01.834ZJan 16 18:11:00.901 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15822025-01-16T18:11:01.834ZJan 16 18:11:00.901 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15832025-01-16T18:11:01.835ZJan 16 18:11:00.901 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15842025-01-16T18:11:01.835ZJan 16 18:11:00.901 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15852025-01-16T18:11:01.835ZJan 16 18:11:00.901 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15862025-01-16T18:11:01.835ZJan 16 18:11:00.901 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15872025-01-16T18:11:02.102ZJan 16 18:11:01.149 INFO Download complete, target: DendriteOpenapi
15882025-01-16T18:11:02.317ZJan 16 18:11:01.335 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15892025-01-16T18:11:02.373ZJan 16 18:11:01.342 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15902025-01-16T18:11:02.618ZJan 16 18:11:01.667 INFO Download complete, target: Console
15912025-01-16T18:11:02.764ZJan 16 18:11:01.827 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15922025-01-16T18:11:02.925ZJan 16 18:11:01.992 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15932025-01-16T18:11:02.962ZJan 16 18:11:02.027 INFO Download complete, target: TransceiverControl
15942025-01-16T18:11:03.439ZJan 16 18:11:02.508 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15952025-01-16T18:11:03.439ZJan 16 18:11:02.508 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15962025-01-16T18:11:03.800ZJan 16 18:11:02.868 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15972025-01-16T18:11:05.653ZJan 16 18:11:04.721 INFO Download complete, target: MaghemiteMgd
15982025-01-16T18:11:05.783ZJan 16 18:11:04.851 INFO Download complete, target: DendriteStub
15992025-01-16T18:11:10.881ZJan 16 18:11:09.949 INFO Checking that binary works, target: Cockroach
16002025-01-16T18:11:11.043ZJan 16 18:11:10.112 INFO Download complete, target: Cockroach
16012025-01-16T18:11:16.326ZJan 16 18:11:15.394 INFO Checking that binary works, target: Clickhouse
16022025-01-16T18:11:16.441ZJan 16 18:11:15.509 INFO Download complete, target: Clickhouse
16032025-01-16T18:11:16.462ZAll builder prerequisites installed successfully, and PATH looks valid
16042025-01-16T18:11:16.465Z
16052025-01-16T18:11:16.465Zreal 4:37.577325110
16062025-01-16T18:11:16.465Zuser 15:41.442541359
16072025-01-16T18:11:16.465Zsys 2:03.272868089
16082025-01-16T18:11:16.465Ztrap 0.562279205
16092025-01-16T18:11:16.465Ztflt 1.479563542
16102025-01-16T18:11:16.465Zdflt 1.666823006
16112025-01-16T18:11:16.465Zkflt 0.028712360
16122025-01-16T18:11:16.465Zlock 25:07.825438904
16132025-01-16T18:11:16.465Zslp 54:26.779838075
16142025-01-16T18:11:16.465Zlat 1:00.682989669
16152025-01-16T18:11:16.465Zstop 2:24.210799092
16162025-01-16T18:11:16.468Z++ bmat factory name
16172025-01-16T18:11:16.471Z++ bmat factory private
16182025-01-16T18:11:16.476Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-0ee86fe78f9ccaa5f '{
16192025-01-16T18:11:16.476Z buildomat: {
16202025-01-16T18:11:16.476Z factory: {
16212025-01-16T18:11:16.476Z name: $bmat_factory_name,
16222025-01-16T18:11:16.476Z private: $bmat_factory_private,
16232025-01-16T18:11:16.478Z },
16242025-01-16T18:11:16.478Z },
16252025-01-16T18:11:16.478Z }'
16262025-01-16T18:11:16.512Z+ banner ls-apis
16272025-01-16T18:11:16.514Z
16282025-01-16T18:11:16.515Z # #### ## ##### # ####
16292025-01-16T18:11:16.515Z # # # # # # # #
16302025-01-16T18:11:16.515Z # #### ##### # # # # # ####
16312025-01-16T18:11:16.515Z # # ###### ##### # #
16322025-01-16T18:11:16.515Z # # # # # # # # #
16332025-01-16T18:11:16.515Z ###### #### # # # # ####
16342025-01-16T18:11:16.515Z
16352025-01-16T18:11:16.518Z+ source ./tools/include/force-git-over-https.sh
16362025-01-16T18:11:16.518Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16372025-01-16T18:11:16.518Z++ (( i = 0 ))
16382025-01-16T18:11:16.518Z++ (( i < 5 ))
16392025-01-16T18:11:16.518Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16402025-01-16T18:11:16.521Z++ (( i++ ))
16412025-01-16T18:11:16.521Z++ (( i < 5 ))
16422025-01-16T18:11:16.522Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16432025-01-16T18:11:16.527Z++ (( i++ ))
16442025-01-16T18:11:16.527Z++ (( i < 5 ))
16452025-01-16T18:11:16.528Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16462025-01-16T18:11:16.528Z++ (( i++ ))
16472025-01-16T18:11:16.528Z++ (( i < 5 ))
16482025-01-16T18:11:16.528Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16492025-01-16T18:11:16.530Z++ (( i++ ))
16502025-01-16T18:11:16.530Z++ (( i < 5 ))
16512025-01-16T18:11:16.530Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16522025-01-16T18:11:16.535Z++ (( i++ ))
16532025-01-16T18:11:16.536Z++ (( i < 5 ))
16542025-01-16T18:11:16.536Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16552025-01-16T18:11:16.536Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16562025-01-16T18:11:16.536Z+ ptime -m cargo xtask ls-apis apis
16572025-01-16T18:11:17.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16582025-01-16T18:11:17.074Z Running `target/debug/xtask ls-apis apis`
16592025-01-16T18:11:17.916Z Compiling semver v0.1.20
16602025-01-16T18:11:17.930Z Compiling structmeta-derive v0.3.0
16612025-01-16T18:11:18.038Z Compiling cargo-platform v0.1.8
16622025-01-16T18:11:18.238Z Compiling cargo_metadata v0.18.1
16632025-01-16T18:11:18.251Z Compiling rustc_version v0.1.7
16642025-01-16T18:11:18.552Z Compiling newtype_derive v0.1.6
16652025-01-16T18:11:19.335Z Compiling structmeta v0.3.0
16662025-01-16T18:11:19.583Z Compiling parse-display-derive v0.10.0
16672025-01-16T18:11:21.351Z Compiling parse-display v0.10.0
16682025-01-16T18:11:21.515Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
16692025-01-16T18:11:25.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.48s
16702025-01-16T18:11:25.743Z Running `target/debug/ls-apis apis`
16712025-01-16T18:11:25.784Zloading metadata for workspace omicron from current workspace
16722025-01-16T18:11:30.755Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
16732025-01-16T18:11:30.762Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/Cargo.toml
16742025-01-16T18:11:30.765Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/Cargo.toml
16752025-01-16T18:11:48.435Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
16762025-01-16T18:11:52.106Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
16772025-01-16T18:11:52.123Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
16782025-01-16T18:11:52.296ZBootstrap Agent (client: bootstrap-agent-client)
16792025-01-16T18:11:52.296Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16802025-01-16T18:11:52.296Z consumed by: wicketd (omicron/wicketd) via 2 paths
16812025-01-16T18:11:52.296Z
16822025-01-16T18:11:52.296ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
16832025-01-16T18:11:52.296Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
16842025-01-16T18:11:52.296Z
16852025-01-16T18:11:52.296ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
16862025-01-16T18:11:52.296Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
16872025-01-16T18:11:52.296Z
16882025-01-16T18:11:52.296ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
16892025-01-16T18:11:52.296Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
16902025-01-16T18:11:52.296Z
16912025-01-16T18:11:52.296ZCockroachDB Cluster Admin (client: cockroach-admin-client)
16922025-01-16T18:11:52.296Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
16932025-01-16T18:11:52.296Z
16942025-01-16T18:11:52.296ZCrucible Agent (client: crucible-agent-client)
16952025-01-16T18:11:52.299Z consumed by: omicron-nexus (omicron/nexus) via 1 path
16962025-01-16T18:11:52.299Z
16972025-01-16T18:11:52.299ZCrucible Control (for testing only) (client: crucible-control-client)
16982025-01-16T18:11:52.299Z
16992025-01-16T18:11:52.299ZCrucible Pantry (client: crucible-pantry-client)
17002025-01-16T18:11:52.299Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17012025-01-16T18:11:52.299Z
17022025-01-16T18:11:52.299ZMaghemite DDM Admin (client: ddm-admin-client)
17032025-01-16T18:11:52.299Z consumed by: installinator (omicron/installinator) via 1 path
17042025-01-16T18:11:52.299Z consumed by: mgd (maghemite/mgd) via 1 path
17052025-01-16T18:11:52.299Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17062025-01-16T18:11:52.299Z consumed by: wicketd (omicron/wicketd) via 1 path
17072025-01-16T18:11:52.299Z
17082025-01-16T18:11:52.299ZDNS Server (client: dns-service-client)
17092025-01-16T18:11:52.309Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17102025-01-16T18:11:52.309Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17112025-01-16T18:11:52.309Z
17122025-01-16T18:11:52.309ZDendrite DPD (client: dpd-client)
17132025-01-16T18:11:52.309Z consumed by: ddmd (maghemite/ddmd) via 2 paths
17142025-01-16T18:11:52.309Z consumed by: mgd (maghemite/mgd) via 1 path
17152025-01-16T18:11:52.309Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17162025-01-16T18:11:52.309Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17172025-01-16T18:11:52.309Z consumed by: tfportd (dendrite/tfportd) via 1 path
17182025-01-16T18:11:52.309Z consumed by: wicketd (omicron/wicketd) via 2 paths
17192025-01-16T18:11:52.309Z
17202025-01-16T18:11:52.309ZDownstairs Controller (debugging only) (client: dsc-client)
17212025-01-16T18:11:52.309Z
17222025-01-16T18:11:52.309ZManagement Gateway Service (client: gateway-client)
17232025-01-16T18:11:52.313Z consumed by: dpd (dendrite/dpd) via 1 path
17242025-01-16T18:11:52.313Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17252025-01-16T18:11:52.313Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17262025-01-16T18:11:52.314Z consumed by: wicketd (omicron/wicketd) via 3 paths
17272025-01-16T18:11:52.314Z
17282025-01-16T18:11:52.314ZWicketd Installinator (client: installinator-client)
17292025-01-16T18:11:52.314Z consumed by: installinator (omicron/installinator) via 1 path
17302025-01-16T18:11:52.314Z
17312025-01-16T18:11:52.314ZMaghemite MG Admin (client: mg-admin-client)
17322025-01-16T18:11:52.318Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17332025-01-16T18:11:52.318Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17342025-01-16T18:11:52.318Z
17352025-01-16T18:11:52.318ZNexus Internal API (client: nexus-client)
17362025-01-16T18:11:52.322Z consumed by: dpd (dendrite/dpd) via 1 path
17372025-01-16T18:11:52.322Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17382025-01-16T18:11:52.322Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
17392025-01-16T18:11:52.322Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
17402025-01-16T18:11:52.322Z
17412025-01-16T18:11:52.322ZExternal API (client: oxide-client)
17422025-01-16T18:11:52.322Z
17432025-01-16T18:11:52.322ZOximeter (client: oximeter-client)
17442025-01-16T18:11:52.325Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17452025-01-16T18:11:52.325Z
17462025-01-16T18:11:52.325ZPropolis (client: propolis-client)
17472025-01-16T18:11:52.325Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17482025-01-16T18:11:52.325Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
17492025-01-16T18:11:52.325Z
17502025-01-16T18:11:52.325ZCrucible Repair (client: repair-client)
17512025-01-16T18:11:52.325Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
17522025-01-16T18:11:52.325Z
17532025-01-16T18:11:52.325ZRepo Depot API (client: repo-depot-client)
17542025-01-16T18:11:52.325Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17552025-01-16T18:11:52.325Z
17562025-01-16T18:11:52.325ZSled Agent (client: sled-agent-client)
17572025-01-16T18:11:52.329Z consumed by: dpd (dendrite/dpd) via 1 path
17582025-01-16T18:11:52.329Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
17592025-01-16T18:11:52.329Z
17602025-01-16T18:11:52.329ZWicketd (client: wicketd-client)
17612025-01-16T18:11:52.332Z
17622025-01-16T18:11:52.446Z
17632025-01-16T18:11:52.449Zreal 35.898603914
17642025-01-16T18:11:52.449Zuser 30.806180911
17652025-01-16T18:11:52.449Zsys 8.674991411
17662025-01-16T18:11:52.449Ztrap 0.016672624
17672025-01-16T18:11:52.449Ztflt 0.053301117
17682025-01-16T18:11:52.449Zdflt 0.235485310
17692025-01-16T18:11:52.449Zkflt 0.011562236
17702025-01-16T18:11:52.449Zlock 39.539719366
17712025-01-16T18:11:52.449Zslp 3:02.422156998
17722025-01-16T18:11:52.449Zlat 0.793731059
17732025-01-16T18:11:52.449Zstop 1.539028733
17742025-01-16T18:11:52.449Z+ ptime -m cargo xtask ls-apis deployment-units
17752025-01-16T18:11:52.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17762025-01-16T18:11:52.988Z Running `target/debug/xtask ls-apis deployment-units`
17772025-01-16T18:11:53.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
17782025-01-16T18:11:53.890Z Running `target/debug/ls-apis deployment-units`
17792025-01-16T18:11:53.932Zloading metadata for workspace omicron from current workspace
17802025-01-16T18:11:55.137Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
17812025-01-16T18:11:55.142Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/Cargo.toml
17822025-01-16T18:11:55.145Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/Cargo.toml
17832025-01-16T18:11:56.960Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
17842025-01-16T18:11:57.767Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
17852025-01-16T18:11:57.787Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
17862025-01-16T18:11:57.933ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
17872025-01-16T18:11:57.934Z omicron-clickhouse-admin (omicron/clickhouse-admin)
17882025-01-16T18:11:57.934Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
17892025-01-16T18:11:57.934Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
17902025-01-16T18:11:57.934Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
17912025-01-16T18:11:57.986Z
17922025-01-16T18:11:57.986Z
17932025-01-16T18:11:57.986ZCockroach
17942025-01-16T18:11:57.986Z omicron-cockroach-admin (omicron/cockroach-admin)
17952025-01-16T18:11:57.986Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
17962025-01-16T18:11:57.986Z
17972025-01-16T18:11:57.986Z
17982025-01-16T18:11:57.987ZCrucible
17992025-01-16T18:11:57.987Z crucible-agent (crucible/agent)
18002025-01-16T18:11:57.987Z exposes: Crucible Agent (client = crucible-agent-client)
18012025-01-16T18:11:57.987Z
18022025-01-16T18:11:57.987Z crucible-downstairs (crucible/downstairs)
18032025-01-16T18:11:57.987Z exposes: Crucible Repair (client = repair-client)
18042025-01-16T18:11:57.987Z consumes: repair-client
18052025-01-16T18:11:57.987Z
18062025-01-16T18:11:57.987Z
18072025-01-16T18:11:57.987ZCrucible Pantry
18082025-01-16T18:11:57.988Z crucible-pantry (crucible/pantry)
18092025-01-16T18:11:57.988Z exposes: Crucible Pantry (client = crucible-pantry-client)
18102025-01-16T18:11:57.988Z
18112025-01-16T18:11:57.988Z
18122025-01-16T18:11:57.988ZDNS Server
18132025-01-16T18:11:57.988Z dns-server (omicron/dns-server)
18142025-01-16T18:11:57.988Z exposes: DNS Server (client = dns-service-client)
18152025-01-16T18:11:57.988Z
18162025-01-16T18:11:57.988Z
18172025-01-16T18:11:57.988ZHost OS
18182025-01-16T18:11:57.988Z ddmd (maghemite/ddmd)
18192025-01-16T18:11:57.989Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
18202025-01-16T18:11:57.989Z consumes: dpd-client
18212025-01-16T18:11:57.989Z
18222025-01-16T18:11:57.990Z dpd (dendrite/dpd)
18232025-01-16T18:11:57.990Z exposes: Dendrite DPD (client = dpd-client)
18242025-01-16T18:11:57.991Z consumes: gateway-client
18252025-01-16T18:11:57.991Z consumes: nexus-client
18262025-01-16T18:11:57.991Z consumes: sled-agent-client
18272025-01-16T18:11:57.991Z
18282025-01-16T18:11:57.991Z mgd (maghemite/mgd)
18292025-01-16T18:11:57.991Z exposes: Maghemite MG Admin (client = mg-admin-client)
18302025-01-16T18:11:57.991Z consumes: ddm-admin-client
18312025-01-16T18:11:57.991Z consumes: dpd-client
18322025-01-16T18:11:57.991Z
18332025-01-16T18:11:57.992Z omicron-gateway (omicron/gateway)
18342025-01-16T18:11:57.992Z exposes: Management Gateway Service (client = gateway-client)
18352025-01-16T18:11:57.992Z
18362025-01-16T18:11:57.992Z omicron-sled-agent (omicron/sled-agent)
18372025-01-16T18:11:57.992Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
18382025-01-16T18:11:57.992Z exposes: Repo Depot API (client = repo-depot-client)
18392025-01-16T18:11:57.992Z exposes: Sled Agent (client = sled-agent-client)
18402025-01-16T18:11:57.992Z consumes: bootstrap-agent-client
18412025-01-16T18:11:57.992Z consumes: ddm-admin-client
18422025-01-16T18:11:57.992Z consumes: dns-service-client
18432025-01-16T18:11:57.992Z consumes: dpd-client
18442025-01-16T18:11:57.993Z consumes: gateway-client
18452025-01-16T18:11:57.993Z consumes: mg-admin-client
18462025-01-16T18:11:57.993Z consumes: nexus-client
18472025-01-16T18:11:57.993Z consumes: propolis-client
18482025-01-16T18:11:57.993Z consumes: repo-depot-client
18492025-01-16T18:11:57.993Z
18502025-01-16T18:11:57.993Z propolis-server (propolis/bin/propolis-server)
18512025-01-16T18:11:57.993Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
18522025-01-16T18:11:57.993Z exposes: Propolis (client = propolis-client)
18532025-01-16T18:11:57.993Z consumes: nexus-client
18542025-01-16T18:11:57.993Z
18552025-01-16T18:11:57.993Z tfportd (dendrite/tfportd)
18562025-01-16T18:11:57.993Z consumes: dpd-client
18572025-01-16T18:11:57.993Z
18582025-01-16T18:11:57.993Z wicketd (omicron/wicketd)
18592025-01-16T18:11:57.993Z exposes: Wicketd Installinator (client = installinator-client)
18602025-01-16T18:11:57.994Z exposes: Wicketd (client = wicketd-client)
18612025-01-16T18:11:57.994Z consumes: bootstrap-agent-client
18622025-01-16T18:11:57.994Z consumes: ddm-admin-client
18632025-01-16T18:11:57.994Z consumes: dpd-client
18642025-01-16T18:11:57.994Z consumes: gateway-client
18652025-01-16T18:11:57.994Z
18662025-01-16T18:11:57.994Z
18672025-01-16T18:11:57.994ZInstallinator
18682025-01-16T18:11:57.994Z installinator (omicron/installinator)
18692025-01-16T18:11:57.994Z consumes: ddm-admin-client
18702025-01-16T18:11:57.994Z consumes: installinator-client
18712025-01-16T18:11:57.994Z
18722025-01-16T18:11:57.995Z
18732025-01-16T18:11:57.995ZNexus
18742025-01-16T18:11:57.995Z omicron-nexus (omicron/nexus)
18752025-01-16T18:11:57.995Z exposes: Nexus Internal API (client = nexus-client)
18762025-01-16T18:11:57.995Z exposes: External API (client = oxide-client)
18772025-01-16T18:11:57.995Z consumes: clickhouse-admin-keeper-client
18782025-01-16T18:11:57.995Z consumes: clickhouse-admin-server-client
18792025-01-16T18:11:57.995Z consumes: clickhouse-admin-single-client
18802025-01-16T18:11:57.995Z consumes: cockroach-admin-client
18812025-01-16T18:11:57.995Z consumes: crucible-agent-client
18822025-01-16T18:11:57.995Z consumes: crucible-pantry-client
18832025-01-16T18:11:57.995Z consumes: dns-service-client
18842025-01-16T18:11:57.995Z consumes: dpd-client
18852025-01-16T18:11:57.996Z consumes: gateway-client
18862025-01-16T18:11:57.996Z consumes: mg-admin-client
18872025-01-16T18:11:57.996Z consumes: oximeter-client
18882025-01-16T18:11:57.996Z consumes: propolis-client
18892025-01-16T18:11:57.996Z consumes: sled-agent-client
18902025-01-16T18:11:57.996Z
18912025-01-16T18:11:58.030Z
18922025-01-16T18:11:58.031ZOximeter
18932025-01-16T18:11:58.031Z oximeter-collector (omicron/oximeter/collector)
18942025-01-16T18:11:58.031Z exposes: Oximeter (client = oximeter-client)
18952025-01-16T18:11:58.031Z consumes: nexus-client
18962025-01-16T18:11:58.031Z
18972025-01-16T18:11:58.031Z
18982025-01-16T18:11:58.045Z
18992025-01-16T18:11:58.045Zreal 5.564274340
19002025-01-16T18:11:58.045Zuser 4.394631786
19012025-01-16T18:11:58.045Zsys 1.727273069
19022025-01-16T18:11:58.045Ztrap 0.002244256
19032025-01-16T18:11:58.045Ztflt 0.000025115
19042025-01-16T18:11:58.046Zdflt 0.000007048
19052025-01-16T18:11:58.046Zkflt 0.000000000
19062025-01-16T18:11:58.046Zlock 0.001881001
19072025-01-16T18:11:58.046Zslp 10.312494158
19082025-01-16T18:11:58.046Zlat 0.043468315
19092025-01-16T18:11:58.047Zstop 0.070806565
19102025-01-16T18:11:58.047Z+ ptime -m cargo xtask ls-apis servers
19112025-01-16T18:11:58.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19122025-01-16T18:11:58.546Z Running `target/debug/xtask ls-apis servers`
19132025-01-16T18:11:59.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
19142025-01-16T18:11:59.412Z Running `target/debug/ls-apis servers`
19152025-01-16T18:11:59.453Zloading metadata for workspace omicron from current workspace
19162025-01-16T18:12:00.660Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
19172025-01-16T18:12:00.663Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/Cargo.toml
19182025-01-16T18:12:00.665Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/Cargo.toml
19192025-01-16T18:12:02.381Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
19202025-01-16T18:12:03.123Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19212025-01-16T18:12:03.141Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19222025-01-16T18:12:03.305Zomicron-clickhouse-admin (omicron/clickhouse-admin)
19232025-01-16T18:12:03.305Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19242025-01-16T18:12:03.305Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19252025-01-16T18:12:03.305Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19262025-01-16T18:12:03.308Z
19272025-01-16T18:12:03.308Zomicron-cockroach-admin (omicron/cockroach-admin)
19282025-01-16T18:12:03.308Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19292025-01-16T18:12:03.308Z
19302025-01-16T18:12:03.308Zcrucible-agent (crucible/agent)
19312025-01-16T18:12:03.308Z exposes: Crucible Agent (client = crucible-agent-client)
19322025-01-16T18:12:03.308Z
19332025-01-16T18:12:03.308Zcrucible-downstairs (crucible/downstairs)
19342025-01-16T18:12:03.308Z exposes: Crucible Repair (client = repair-client)
19352025-01-16T18:12:03.311Z consumes: repair-client
19362025-01-16T18:12:03.311Z
19372025-01-16T18:12:03.311Zcrucible-pantry (crucible/pantry)
19382025-01-16T18:12:03.311Z exposes: Crucible Pantry (client = crucible-pantry-client)
19392025-01-16T18:12:03.313Z
19402025-01-16T18:12:03.313Zdns-server (omicron/dns-server)
19412025-01-16T18:12:03.313Z exposes: DNS Server (client = dns-service-client)
19422025-01-16T18:12:03.313Z
19432025-01-16T18:12:03.313Zomicron-sled-agent (omicron/sled-agent)
19442025-01-16T18:12:03.313Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
19452025-01-16T18:12:03.313Z exposes: Repo Depot API (client = repo-depot-client)
19462025-01-16T18:12:03.313Z exposes: Sled Agent (client = sled-agent-client)
19472025-01-16T18:12:03.317Z consumes: bootstrap-agent-client
19482025-01-16T18:12:03.317Z consumes: ddm-admin-client
19492025-01-16T18:12:03.317Z consumes: dns-service-client
19502025-01-16T18:12:03.317Z consumes: dpd-client
19512025-01-16T18:12:03.317Z consumes: gateway-client
19522025-01-16T18:12:03.317Z consumes: mg-admin-client
19532025-01-16T18:12:03.317Z consumes: nexus-client
19542025-01-16T18:12:03.317Z consumes: propolis-client
19552025-01-16T18:12:03.317Z consumes: repo-depot-client
19562025-01-16T18:12:03.317Z
19572025-01-16T18:12:03.317Zpropolis-server (propolis/bin/propolis-server)
19582025-01-16T18:12:03.317Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
19592025-01-16T18:12:03.317Z exposes: Propolis (client = propolis-client)
19602025-01-16T18:12:03.320Z consumes: nexus-client
19612025-01-16T18:12:03.320Z
19622025-01-16T18:12:03.320Zddmd (maghemite/ddmd)
19632025-01-16T18:12:03.320Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
19642025-01-16T18:12:03.320Z consumes: dpd-client
19652025-01-16T18:12:03.320Z
19662025-01-16T18:12:03.320Zdpd (dendrite/dpd)
19672025-01-16T18:12:03.320Z exposes: Dendrite DPD (client = dpd-client)
19682025-01-16T18:12:03.323Z consumes: gateway-client
19692025-01-16T18:12:03.323Z consumes: nexus-client
19702025-01-16T18:12:03.323Z consumes: sled-agent-client
19712025-01-16T18:12:03.323Z
19722025-01-16T18:12:03.323Zmgd (maghemite/mgd)
19732025-01-16T18:12:03.323Z exposes: Maghemite MG Admin (client = mg-admin-client)
19742025-01-16T18:12:03.325Z consumes: ddm-admin-client
19752025-01-16T18:12:03.325Z consumes: dpd-client
19762025-01-16T18:12:03.325Z
19772025-01-16T18:12:03.325Zomicron-gateway (omicron/gateway)
19782025-01-16T18:12:03.326Z exposes: Management Gateway Service (client = gateway-client)
19792025-01-16T18:12:03.328Z
19802025-01-16T18:12:03.329Ztfportd (dendrite/tfportd)
19812025-01-16T18:12:03.329Z consumes: dpd-client
19822025-01-16T18:12:03.329Z
19832025-01-16T18:12:03.329Zwicketd (omicron/wicketd)
19842025-01-16T18:12:03.329Z exposes: Wicketd Installinator (client = installinator-client)
19852025-01-16T18:12:03.329Z exposes: Wicketd (client = wicketd-client)
19862025-01-16T18:12:03.329Z consumes: bootstrap-agent-client
19872025-01-16T18:12:03.329Z consumes: ddm-admin-client
19882025-01-16T18:12:03.329Z consumes: dpd-client
19892025-01-16T18:12:03.329Z consumes: gateway-client
19902025-01-16T18:12:03.329Z
19912025-01-16T18:12:03.329Zinstallinator (omicron/installinator)
19922025-01-16T18:12:03.329Z consumes: ddm-admin-client
19932025-01-16T18:12:03.329Z consumes: installinator-client
19942025-01-16T18:12:03.329Z
19952025-01-16T18:12:03.329Zomicron-nexus (omicron/nexus)
19962025-01-16T18:12:03.329Z exposes: Nexus Internal API (client = nexus-client)
19972025-01-16T18:12:03.329Z exposes: External API (client = oxide-client)
19982025-01-16T18:12:03.332Z consumes: clickhouse-admin-keeper-client
19992025-01-16T18:12:03.332Z consumes: clickhouse-admin-server-client
20002025-01-16T18:12:03.332Z consumes: clickhouse-admin-single-client
20012025-01-16T18:12:03.332Z consumes: cockroach-admin-client
20022025-01-16T18:12:03.332Z consumes: crucible-agent-client
20032025-01-16T18:12:03.332Z consumes: crucible-pantry-client
20042025-01-16T18:12:03.332Z consumes: dns-service-client
20052025-01-16T18:12:03.332Z consumes: dpd-client
20062025-01-16T18:12:03.332Z consumes: gateway-client
20072025-01-16T18:12:03.332Z consumes: mg-admin-client
20082025-01-16T18:12:03.332Z consumes: oximeter-client
20092025-01-16T18:12:03.332Z consumes: propolis-client
20102025-01-16T18:12:03.332Z consumes: sled-agent-client
20112025-01-16T18:12:03.332Z
20122025-01-16T18:12:03.332Zoximeter-collector (omicron/oximeter/collector)
20132025-01-16T18:12:03.332Z exposes: Oximeter (client = oximeter-client)
20142025-01-16T18:12:03.332Z consumes: nexus-client
20152025-01-16T18:12:03.332Z
20162025-01-16T18:12:03.450Z
20172025-01-16T18:12:03.450Zreal 5.404527891
20182025-01-16T18:12:03.453Zuser 4.324820223
20192025-01-16T18:12:03.453Zsys 1.625991048
20202025-01-16T18:12:03.453Ztrap 0.000735938
20212025-01-16T18:12:03.453Ztflt 0.000024463
20222025-01-16T18:12:03.453Zdflt 0.000051176
20232025-01-16T18:12:03.453Zkflt 0.000000000
20242025-01-16T18:12:03.453Zlock 0.001959670
20252025-01-16T18:12:03.453Zslp 9.764466730
20262025-01-16T18:12:03.453Zlat 0.008650723
20272025-01-16T18:12:03.453Zstop 0.069859646
20282025-01-16T18:12:03.453Z+ ptime -m cargo xtask ls-apis check
20292025-01-16T18:12:03.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20302025-01-16T18:12:03.969Z Running `target/debug/xtask ls-apis check`
20312025-01-16T18:12:04.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20322025-01-16T18:12:04.822Z Running `target/debug/ls-apis check`
20332025-01-16T18:12:04.864Zloading metadata for workspace omicron from current workspace
20342025-01-16T18:12:06.060Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
20352025-01-16T18:12:06.067Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/Cargo.toml
20362025-01-16T18:12:06.072Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/Cargo.toml
20372025-01-16T18:12:07.777Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
20382025-01-16T18:12:08.541Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20392025-01-16T18:12:08.552Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20402025-01-16T18:12:08.833Z
20412025-01-16T18:12:08.833Z
20422025-01-16T18:12:08.833ZServer-managed APIs:
20432025-01-16T18:12:08.833Z
20442025-01-16T18:12:08.834Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
20452025-01-16T18:12:08.834Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
20462025-01-16T18:12:08.834Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
20472025-01-16T18:12:08.834Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
20482025-01-16T18:12:08.834Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
20492025-01-16T18:12:08.834Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
20502025-01-16T18:12:08.834Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
20512025-01-16T18:12:08.835Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
20522025-01-16T18:12:08.835Z DNS Server (dns-service-client, exposed by dns-server)
20532025-01-16T18:12:08.835Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
20542025-01-16T18:12:08.835Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
20552025-01-16T18:12:08.835Z External API (oxide-client, exposed by omicron-nexus)
20562025-01-16T18:12:08.835Z Oximeter (oximeter-client, exposed by oximeter-collector)
20572025-01-16T18:12:08.835Z Propolis (propolis-client, exposed by propolis-server)
20582025-01-16T18:12:08.836Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
20592025-01-16T18:12:08.836Z Wicketd (wicketd-client, exposed by wicketd)
20602025-01-16T18:12:08.836Z
20612025-01-16T18:12:08.836Z
20622025-01-16T18:12:08.836ZClient-managed API:
20632025-01-16T18:12:08.836Z
20642025-01-16T18:12:08.836Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
20652025-01-16T18:12:08.836Z reason: depends on itself (i.e., instances call each other)
20662025-01-16T18:12:08.836Z Dendrite DPD (dpd-client, exposed by dpd)
20672025-01-16T18:12:08.836Z reason: Sled Agent calling DPD creates a circular dependency
20682025-01-16T18:12:08.837Z Wicketd Installinator (installinator-client, exposed by wicketd)
20692025-01-16T18:12:08.837Z reason: client is provided implicitly by the operator
20702025-01-16T18:12:08.837Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
20712025-01-16T18:12:08.837Z reason: Circular dependencies between Nexus and other services
20722025-01-16T18:12:08.837Z Crucible Repair (repair-client, exposed by crucible-downstairs)
20732025-01-16T18:12:08.839Z reason: depends on itself (i.e., instances call each other)
20742025-01-16T18:12:08.839Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
20752025-01-16T18:12:08.839Z reason: depends on itself (i.e., instances call each other)
20762025-01-16T18:12:08.839Z
20772025-01-16T18:12:08.839Z
20782025-01-16T18:12:08.839ZAPIs with unknown version management: none
20792025-01-16T18:12:08.923Z
20802025-01-16T18:12:08.927Zreal 5.455021069
20812025-01-16T18:12:08.928Zuser 4.374537082
20822025-01-16T18:12:08.928Zsys 1.634898685
20832025-01-16T18:12:08.928Ztrap 0.000392658
20842025-01-16T18:12:08.928Ztflt 0.000034713
20852025-01-16T18:12:08.928Zdflt 0.000035324
20862025-01-16T18:12:08.928Zkflt 0.000000000
20872025-01-16T18:12:08.928Zlock 0.001737548
20882025-01-16T18:12:08.928Zslp 9.734116220
20892025-01-16T18:12:08.929Zlat 0.007636938
20902025-01-16T18:12:08.929Zstop 0.071765281
20912025-01-16T18:12:08.929Z+ banner build
20922025-01-16T18:12:08.929Z
20932025-01-16T18:12:08.929Z ##### # # # # #####
20942025-01-16T18:12:08.929Z # # # # # # # #
20952025-01-16T18:12:08.929Z ##### # # # # # #
20962025-01-16T18:12:08.929Z # # # # # # # #
20972025-01-16T18:12:08.929Z # # # # # # # #
20982025-01-16T18:12:08.930Z ##### #### # ###### #####
20992025-01-16T18:12:08.930Z
21002025-01-16T18:12:08.930Z+ export 'RUSTFLAGS=-D warnings'
21012025-01-16T18:12:08.930Z+ RUSTFLAGS='-D warnings'
21022025-01-16T18:12:08.930Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
21032025-01-16T18:12:08.930Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
21042025-01-16T18:12:08.930Z+ [[ illumos == \i\l\l\u\m\o\s ]]
21052025-01-16T18:12:08.930Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
21062025-01-16T18:12:08.931Z+ export TMPDIR=/var/tmp/omicron_tmp
21072025-01-16T18:12:08.931Z+ TMPDIR=/var/tmp/omicron_tmp
21082025-01-16T18:12:08.931Z+ export RUST_BACKTRACE=1
21092025-01-16T18:12:08.931Z+ RUST_BACKTRACE=1
21102025-01-16T18:12:08.931Z+ export CARGO_INCREMENTAL=0
21112025-01-16T18:12:08.931Z+ CARGO_INCREMENTAL=0
21122025-01-16T18:12:08.931Z+ export RUSTC_BOOTSTRAP=1
21132025-01-16T18:12:08.931Z+ RUSTC_BOOTSTRAP=1
21142025-01-16T18:12:08.931Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
21152025-01-16T18:12:10.657Z Dirty unicode-ident v1.0.14: the rustflags changed
21162025-01-16T18:12:10.657Z Compiling unicode-ident v1.0.14
21172025-01-16T18:12:10.657Z Dirty proc-macro2 v1.0.92: the rustflags changed
21182025-01-16T18:12:10.657Z Compiling proc-macro2 v1.0.92
21192025-01-16T18:12:10.657Z Dirty libc v0.2.162: the rustflags changed
21202025-01-16T18:12:10.657Z Compiling libc v0.2.162
21212025-01-16T18:12:10.661Z Dirty cfg-if v1.0.0: the rustflags changed
21222025-01-16T18:12:10.661Z Compiling cfg-if v1.0.0
21232025-01-16T18:12:10.661Z Dirty serde v1.0.217: the rustflags changed
21242025-01-16T18:12:10.661Z Compiling serde v1.0.217
21252025-01-16T18:12:10.661Z Dirty autocfg v1.4.0: the rustflags changed
21262025-01-16T18:12:10.661Z Compiling autocfg v1.4.0
21272025-01-16T18:12:10.661Z Dirty memchr v2.7.4: the rustflags changed
21282025-01-16T18:12:10.661Z Compiling memchr v2.7.4
21292025-01-16T18:12:10.661Z Dirty version_check v0.9.5: the rustflags changed
21302025-01-16T18:12:10.661Z Compiling version_check v0.9.5
21312025-01-16T18:12:10.812Z Running `/home/build/.rustup/toolchains/1.84.0-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=79c505353f8cd80b -C extra-filename=-79c505353f8cd80b --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`
21322025-01-16T18:12:10.815Z Running `/home/build/.rustup/toolchains/1.84.0-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=10f066d9d8ac37f0 -C extra-filename=-10f066d9d8ac37f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-10f066d9d8ac37f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21332025-01-16T18:12:10.815Z Running `/home/build/.rustup/toolchains/1.84.0-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=4219371846cd7a99 -C extra-filename=-4219371846cd7a99 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-4219371846cd7a99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21342025-01-16T18:12:10.828Z Running `/home/build/.rustup/toolchains/1.84.0-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=2f4d20600755659a -C extra-filename=-2f4d20600755659a --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`
21352025-01-16T18:12:10.831Z Running `/home/build/.rustup/toolchains/1.84.0-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=c3c9b6fd71e894f1 -C extra-filename=-c3c9b6fd71e894f1 --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`
21362025-01-16T18:12:10.831Z Running `/home/build/.rustup/toolchains/1.84.0-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=4182dae7cc683f1e -C extra-filename=-4182dae7cc683f1e --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`
21372025-01-16T18:12:10.831Z Running `/home/build/.rustup/toolchains/1.84.0-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=8e4a03f715f1d52e -C extra-filename=-8e4a03f715f1d52e --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`
21382025-01-16T18:12:10.831Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.162/build.rs --error-format=json --json=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=140a627c57f93d39 -C extra-filename=-140a627c57f93d39 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-140a627c57f93d39 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21392025-01-16T18:12:10.955Z Dirty value-bag v1.9.0: the rustflags changed
21402025-01-16T18:12:10.955Z Compiling value-bag v1.9.0
21412025-01-16T18:12:10.996Z Running `/home/build/.rustup/toolchains/1.84.0-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=f4dee63d7438a1c0 -C extra-filename=-f4dee63d7438a1c0 --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`
21422025-01-16T18:12:11.026Z Dirty scopeguard v1.2.0: the rustflags changed
21432025-01-16T18:12:11.026Z Compiling scopeguard v1.2.0
21442025-01-16T18:12:11.093Z Running `/home/build/.rustup/toolchains/1.84.0-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=df89f03d00cf139f -C extra-filename=-df89f03d00cf139f --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`
21452025-01-16T18:12:11.205Z Dirty once_cell v1.20.2: the rustflags changed
21462025-01-16T18:12:11.205Z Compiling once_cell v1.20.2
21472025-01-16T18:12:11.208Z Running `/home/build/.rustup/toolchains/1.84.0-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=60ef584d13ef286e -C extra-filename=-60ef584d13ef286e --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`
21482025-01-16T18:12:11.390Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-4219371846cd7a99/build-script-build`
21492025-01-16T18:12:11.476Z Dirty log v0.4.22: the rustflags changed
21502025-01-16T18:12:11.476Z Compiling log v0.4.22
21512025-01-16T18:12:11.479Z Running `/home/build/.rustup/toolchains/1.84.0-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=e1464231da30ba90 -C extra-filename=-e1464231da30ba90 --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-f4dee63d7438a1c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21522025-01-16T18:12:11.513Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-10f066d9d8ac37f0/build-script-build`
21532025-01-16T18:12:11.542Z Dirty itoa v1.0.11: the rustflags changed
21542025-01-16T18:12:11.542Z Compiling itoa v1.0.11
21552025-01-16T18:12:11.545Z Running `/home/build/.rustup/toolchains/1.84.0-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=04bafa42b6ada290 -C extra-filename=-04bafa42b6ada290 --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`
21562025-01-16T18:12:11.609Z Dirty smallvec v1.13.2: the rustflags changed
21572025-01-16T18:12:11.609Z Compiling smallvec v1.13.2
21582025-01-16T18:12:11.612Z Running `/home/build/.rustup/toolchains/1.84.0-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=6dc292e9f3a2bf65 -C extra-filename=-6dc292e9f3a2bf65 --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`
21592025-01-16T18:12:11.634Z Dirty byteorder v1.5.0: the rustflags changed
21602025-01-16T18:12:11.634Z Compiling byteorder v1.5.0
21612025-01-16T18:12:11.637Z Running `/home/build/.rustup/toolchains/1.84.0-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=876b15a9d7bdd3ca -C extra-filename=-876b15a9d7bdd3ca --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`
21622025-01-16T18:12:11.664Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-140a627c57f93d39/build-script-build`
21632025-01-16T18:12:11.772Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.162/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=c613ee633f8b6caa -C extra-filename=-c613ee633f8b6caa --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_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --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_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --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"))'`
21642025-01-16T18:12:11.787Z Dirty pin-project-lite v0.2.14: the rustflags changed
21652025-01-16T18:12:11.787Z Compiling pin-project-lite v0.2.14
21662025-01-16T18:12:11.790Z Running `/home/build/.rustup/toolchains/1.84.0-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=191fa3bf3ffbfed4 -C extra-filename=-191fa3bf3ffbfed4 --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`
21672025-01-16T18:12:11.884Z Dirty lock_api v0.4.12: the rustflags changed
21682025-01-16T18:12:11.884Z Compiling lock_api v0.4.12
21692025-01-16T18:12:11.884Z Running `/home/build/.rustup/toolchains/1.84.0-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=af08541b00afd941 -C extra-filename=-af08541b00afd941 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-af08541b00afd941 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21702025-01-16T18:12:11.935Z Dirty subtle v2.6.1: the rustflags changed
21712025-01-16T18:12:11.935Z Compiling subtle v2.6.1
21722025-01-16T18:12:11.938Z Running `/home/build/.rustup/toolchains/1.84.0-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=c513df462f984acf -C extra-filename=-c513df462f984acf --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`
21732025-01-16T18:12:11.991Z Running `/home/build/.rustup/toolchains/1.84.0-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=bd41c333537d5136 -C extra-filename=-bd41c333537d5136 --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-79c505353f8cd80b.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)'`
21742025-01-16T18:12:12.020Z Dirty regex-syntax v0.8.5: the rustflags changed
21752025-01-16T18:12:12.020Z Compiling regex-syntax v0.8.5
21762025-01-16T18:12:12.023Z Running `/home/build/.rustup/toolchains/1.84.0-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=a66ab2e1c0f0e719 -C extra-filename=-a66ab2e1c0f0e719 --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-16T18:12:12.100Z Dirty shlex v1.3.0: the rustflags changed
21782025-01-16T18:12:12.100Z Compiling shlex v1.3.0
21792025-01-16T18:12:12.106Z Running `/home/build/.rustup/toolchains/1.84.0-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=7a287c72367768d2 -C extra-filename=-7a287c72367768d2 --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`
21802025-01-16T18:12:12.251Z Dirty aho-corasick v1.1.3: the rustflags changed
21812025-01-16T18:12:12.251Z Compiling aho-corasick v1.1.3
21822025-01-16T18:12:12.253Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-af08541b00afd941/build-script-build`
21832025-01-16T18:12:12.254Z Running `/home/build/.rustup/toolchains/1.84.0-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=c3065e531983c7c3 -C extra-filename=-c3065e531983c7c3 --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-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21842025-01-16T18:12:12.294Z Dirty allocator-api2 v0.2.18: the rustflags changed
21852025-01-16T18:12:12.294Z Compiling allocator-api2 v0.2.18
21862025-01-16T18:12:12.294Z Running `/home/build/.rustup/toolchains/1.84.0-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=3cd2c893cf2d9e8b -C extra-filename=-3cd2c893cf2d9e8b --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`
21872025-01-16T18:12:12.393Z Dirty typenum v1.17.0: the rustflags changed
21882025-01-16T18:12:12.393Z Compiling typenum v1.17.0
21892025-01-16T18:12:12.396Z Running `/home/build/.rustup/toolchains/1.84.0-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=2e8f2568a91afce2 -C extra-filename=-2e8f2568a91afce2 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-2e8f2568a91afce2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21902025-01-16T18:12:12.418Z Running `/home/build/.rustup/toolchains/1.84.0-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=ccddae81612c627a -C extra-filename=-ccddae81612c627a --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-df89f03d00cf139f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
21912025-01-16T18:12:12.488Z Dirty ryu v1.0.18: the rustflags changed
21922025-01-16T18:12:12.488Z Compiling ryu v1.0.18
21932025-01-16T18:12:12.490Z Running `/home/build/.rustup/toolchains/1.84.0-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=e121c62561f36b4c -C extra-filename=-e121c62561f36b4c --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`
21942025-01-16T18:12:12.874Z Dirty quote v1.0.38: the rustflags changed
21952025-01-16T18:12:12.874Z Compiling quote v1.0.38
21962025-01-16T18:12:12.877Z Dirty getrandom v0.2.15: the rustflags changed
21972025-01-16T18:12:12.877Z Compiling getrandom v0.2.15
21982025-01-16T18:12:12.877Z Running `/home/build/.rustup/toolchains/1.84.0-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=498985666c383562 -C extra-filename=-498985666c383562 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21992025-01-16T18:12:12.900Z Running `/home/build/.rustup/toolchains/1.84.0-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=0c516cdc2c9f9726 -C extra-filename=-0c516cdc2c9f9726 --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-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22002025-01-16T18:12:13.008Z Dirty jobserver v0.1.32: the rustflags changed
22012025-01-16T18:12:13.008Z Compiling jobserver v0.1.32
22022025-01-16T18:12:13.032Z Running `/home/build/.rustup/toolchains/1.84.0-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=8663ee8225e29ca3 -C extra-filename=-8663ee8225e29ca3 --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-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22032025-01-16T18:12:13.045Z Dirty generic-array v0.14.7: the rustflags changed
22042025-01-16T18:12:13.045Z Compiling generic-array v0.14.7
22052025-01-16T18:12:13.048Z Running `/home/build/.rustup/toolchains/1.84.0-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=139570e6fff76617 -C extra-filename=-139570e6fff76617 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-139570e6fff76617 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22062025-01-16T18:12:13.300Z Dirty syn v2.0.96: the rustflags changed
22072025-01-16T18:12:13.300Z Compiling syn v2.0.96
22082025-01-16T18:12:13.304Z Running `/home/build/.rustup/toolchains/1.84.0-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=028145fd6b5d9770 -C extra-filename=-028145fd6b5d9770 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22092025-01-16T18:12:13.439Z Dirty rand_core v0.6.4: the rustflags changed
22102025-01-16T18:12:13.439Z Compiling rand_core v0.6.4
22112025-01-16T18:12:13.442Z Running `/home/build/.rustup/toolchains/1.84.0-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=b7e6707f0003ad91 -C extra-filename=-b7e6707f0003ad91 --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-0c516cdc2c9f9726.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22122025-01-16T18:12:13.468Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-2e8f2568a91afce2/build-script-main`
22132025-01-16T18:12:13.505Z Dirty cc v1.1.30: the rustflags changed
22142025-01-16T18:12:13.505Z Compiling cc v1.1.30
22152025-01-16T18:12:13.508Z Running `/home/build/.rustup/toolchains/1.84.0-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=4c7af3260133b595 -C extra-filename=-4c7af3260133b595 --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-8663ee8225e29ca3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-7a287c72367768d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22162025-01-16T18:12:13.535Z Dirty libm v0.2.8: the rustflags changed
22172025-01-16T18:12:13.535Z Compiling libm v0.2.8
22182025-01-16T18:12:13.538Z Running `/home/build/.rustup/toolchains/1.84.0-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=f03913d03ca28051 -C extra-filename=-f03913d03ca28051 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-f03913d03ca28051 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22192025-01-16T18:12:13.670Z Running `/home/build/.rustup/toolchains/1.84.0-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=8b84945d5afed316 -C extra-filename=-8b84945d5afed316 --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`
22202025-01-16T18:12:13.820Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-139570e6fff76617/build-script-build`
22212025-01-16T18:12:13.909Z Dirty num-traits v0.2.19: the rustflags changed
22222025-01-16T18:12:13.909Z Compiling num-traits v0.2.19
22232025-01-16T18:12:13.913Z Running `/home/build/.rustup/toolchains/1.84.0-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=36570671de51037e -C extra-filename=-36570671de51037e --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-36570671de51037e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22242025-01-16T18:12:13.964Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-f03913d03ca28051/build-script-build`
22252025-01-16T18:12:13.970Z Dirty thiserror v1.0.69: the rustflags changed
22262025-01-16T18:12:13.970Z Compiling thiserror v1.0.69
22272025-01-16T18:12:13.972Z Running `/home/build/.rustup/toolchains/1.84.0-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=c1fe6987f581660a -C extra-filename=-c1fe6987f581660a --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-c1fe6987f581660a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22282025-01-16T18:12:14.002Z Dirty parking_lot_core v0.9.10: the rustflags changed
22292025-01-16T18:12:14.002Z Compiling parking_lot_core v0.9.10
22302025-01-16T18:12:14.006Z Running `/home/build/.rustup/toolchains/1.84.0-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=5676c49e9077a6e3 -C extra-filename=-5676c49e9077a6e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-5676c49e9077a6e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22312025-01-16T18:12:14.283Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-36570671de51037e/build-script-build`
22322025-01-16T18:12:14.509Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-5676c49e9077a6e3/build-script-build`
22332025-01-16T18:12:14.548Z Running `/home/build/.rustup/toolchains/1.84.0-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=74bc698943a40f85 -C extra-filename=-74bc698943a40f85 --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`
22342025-01-16T18:12:14.577Z Running `/home/build/.rustup/toolchains/1.84.0-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=ff3620a6822b620f -C extra-filename=-ff3620a6822b620f --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-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22352025-01-16T18:12:14.595Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-c1fe6987f581660a/build-script-build`
22362025-01-16T18:12:14.839Z Dirty serde_json v1.0.135: the rustflags changed
22372025-01-16T18:12:14.839Z Compiling serde_json v1.0.135
22382025-01-16T18:12:14.864Z Running `/home/build/.rustup/toolchains/1.84.0-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=b99a4c4ce554e545 -C extra-filename=-b99a4c4ce554e545 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-b99a4c4ce554e545 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22392025-01-16T18:12:15.062Z Dirty parking_lot v0.12.3: the rustflags changed
22402025-01-16T18:12:15.062Z Compiling parking_lot v0.12.3
22412025-01-16T18:12:15.065Z Running `/home/build/.rustup/toolchains/1.84.0-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=e7f6481d86e59bfb -C extra-filename=-e7f6481d86e59bfb --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-ccddae81612c627a.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-ff3620a6822b620f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22422025-01-16T18:12:15.148Z Dirty futures-core v0.3.31: the rustflags changed
22432025-01-16T18:12:15.148Z Compiling futures-core v0.3.31
22442025-01-16T18:12:15.151Z Running `/home/build/.rustup/toolchains/1.84.0-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=6723a47d595cc3af -C extra-filename=-6723a47d595cc3af --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`
22452025-01-16T18:12:15.234Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-b99a4c4ce554e545/build-script-build`
22462025-01-16T18:12:15.293Z Dirty spin v0.9.8: the rustflags changed
22472025-01-16T18:12:15.293Z Compiling spin v0.9.8
22482025-01-16T18:12:15.296Z Running `/home/build/.rustup/toolchains/1.84.0-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=ab8acbf5910d8815 -C extra-filename=-ab8acbf5910d8815 --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-ccddae81612c627a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22492025-01-16T18:12:15.459Z Dirty rustix v0.38.37: the rustflags changed
22502025-01-16T18:12:15.459Z Compiling rustix v0.38.37
22512025-01-16T18:12:15.461Z Running `/home/build/.rustup/toolchains/1.84.0-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=463c3edaf87986e5 -C extra-filename=-463c3edaf87986e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-463c3edaf87986e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22522025-01-16T18:12:15.714Z Dirty regex-automata v0.4.8: the rustflags changed
22532025-01-16T18:12:15.714Z Compiling regex-automata v0.4.8
22542025-01-16T18:12:15.740Z Running `/home/build/.rustup/toolchains/1.84.0-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=e5f079cc6d264231 -C extra-filename=-e5f079cc6d264231 --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-c3065e531983c7c3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22552025-01-16T18:12:15.923Z Running `/home/build/.rustup/toolchains/1.84.0-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=e2a796a15b1388de -C extra-filename=-e2a796a15b1388de --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-74bc698943a40f85.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)'`
22562025-01-16T18:12:15.968Z Dirty errno v0.3.9: the rustflags changed
22572025-01-16T18:12:15.968Z Compiling errno v0.3.9
22582025-01-16T18:12:15.972Z Running `/home/build/.rustup/toolchains/1.84.0-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=206680e43ee8fb8c -C extra-filename=-206680e43ee8fb8c --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-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22592025-01-16T18:12:16.235Z Dirty signal-hook-registry v1.4.2: the rustflags changed
22602025-01-16T18:12:16.236Z Compiling signal-hook-registry v1.4.2
22612025-01-16T18:12:16.238Z Running `/home/build/.rustup/toolchains/1.84.0-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=c38335ed0e2accea -C extra-filename=-c38335ed0e2accea --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-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22622025-01-16T18:12:16.266Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-463c3edaf87986e5/build-script-build`
22632025-01-16T18:12:16.618Z Dirty fnv v1.0.7: the rustflags changed
22642025-01-16T18:12:16.618Z Compiling fnv v1.0.7
22652025-01-16T18:12:16.620Z Running `/home/build/.rustup/toolchains/1.84.0-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=519bcd82bf42b6cc -C extra-filename=-519bcd82bf42b6cc --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`
22662025-01-16T18:12:16.718Z Dirty equivalent v1.0.1: the rustflags changed
22672025-01-16T18:12:16.718Z Compiling equivalent v1.0.1
22682025-01-16T18:12:16.721Z Running `/home/build/.rustup/toolchains/1.84.0-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=af359b78b2cc337f -C extra-filename=-af359b78b2cc337f --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`
22692025-01-16T18:12:16.784Z Dirty foldhash v0.1.3: the rustflags changed
22702025-01-16T18:12:16.784Z Compiling foldhash v0.1.3
22712025-01-16T18:12:16.787Z Running `/home/build/.rustup/toolchains/1.84.0-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=17d0e488ed49c9cf -C extra-filename=-17d0e488ed49c9cf --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`
22722025-01-16T18:12:16.871Z Dirty either v1.13.0: the rustflags changed
22732025-01-16T18:12:16.871Z Compiling either v1.13.0
22742025-01-16T18:12:16.904Z Running `/home/build/.rustup/toolchains/1.84.0-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=def387f0ad91f972 -C extra-filename=-def387f0ad91f972 --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`
22752025-01-16T18:12:16.964Z Dirty mio v1.0.2: the rustflags changed
22762025-01-16T18:12:16.964Z Compiling mio v1.0.2
22772025-01-16T18:12:16.969Z Running `/home/build/.rustup/toolchains/1.84.0-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=8d09f0811006783a -C extra-filename=-8d09f0811006783a --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-c613ee633f8b6caa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22782025-01-16T18:12:17.123Z Dirty hashbrown v0.15.1: the rustflags changed
22792025-01-16T18:12:17.124Z Compiling hashbrown v0.15.1
22802025-01-16T18:12:17.127Z Running `/home/build/.rustup/toolchains/1.84.0-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=9285703b23ee883d -C extra-filename=-9285703b23ee883d --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-3cd2c893cf2d9e8b.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-af359b78b2cc337f.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-17d0e488ed49c9cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22812025-01-16T18:12:17.153Z Dirty socket2 v0.5.7: the rustflags changed
22822025-01-16T18:12:17.153Z Compiling socket2 v0.5.7
22832025-01-16T18:12:17.193Z Running `/home/build/.rustup/toolchains/1.84.0-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=6ebd98972fa2d96b -C extra-filename=-6ebd98972fa2d96b --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-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22842025-01-16T18:12:17.268Z Dirty lazy_static v1.5.0: the rustflags changed
22852025-01-16T18:12:17.268Z Compiling lazy_static v1.5.0
22862025-01-16T18:12:17.270Z Running `/home/build/.rustup/toolchains/1.84.0-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=57d431b61839a6c3 -C extra-filename=-57d431b61839a6c3 --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-ab8acbf5910d8815.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22872025-01-16T18:12:17.420Z Dirty const-oid v0.9.6: the rustflags changed
22882025-01-16T18:12:17.422Z Compiling const-oid v0.9.6
22892025-01-16T18:12:17.424Z Running `/home/build/.rustup/toolchains/1.84.0-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=96c496a36c3a16e3 -C extra-filename=-96c496a36c3a16e3 --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`
22902025-01-16T18:12:17.608Z Dirty slab v0.4.9: the rustflags changed
22912025-01-16T18:12:17.608Z Compiling slab v0.4.9
22922025-01-16T18:12:17.611Z Running `/home/build/.rustup/toolchains/1.84.0-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=4e90da021d98366d -C extra-filename=-4e90da021d98366d --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-4e90da021d98366d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22932025-01-16T18:12:18.018Z Dirty futures-io v0.3.31: the rustflags changed
22942025-01-16T18:12:18.018Z Compiling futures-io v0.3.31
22952025-01-16T18:12:18.021Z Running `/home/build/.rustup/toolchains/1.84.0-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=aee6ae55f06be3cb -C extra-filename=-aee6ae55f06be3cb --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`
22962025-01-16T18:12:18.095Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-4e90da021d98366d/build-script-build`
22972025-01-16T18:12:18.101Z Dirty cpufeatures v0.2.14: the rustflags changed
22982025-01-16T18:12:18.101Z Compiling cpufeatures v0.2.14
22992025-01-16T18:12:18.104Z Dirty pkg-config v0.3.31: the rustflags changed
23002025-01-16T18:12:18.104Z Compiling pkg-config v0.3.31
23012025-01-16T18:12:18.104Z Running `/home/build/.rustup/toolchains/1.84.0-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=d598cd9474a3b865 -C extra-filename=-d598cd9474a3b865 --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`
23022025-01-16T18:12:18.104Z Running `/home/build/.rustup/toolchains/1.84.0-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=afaad52f9c8e0636 -C extra-filename=-afaad52f9c8e0636 --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-16T18:12:18.260Z Running `/home/build/.rustup/toolchains/1.84.0-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=cada76e4ef944563 -C extra-filename=-cada76e4ef944563 --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`
23042025-01-16T18:12:18.265Z Dirty futures-sink v0.3.31: the rustflags changed
23052025-01-16T18:12:18.266Z Compiling futures-sink v0.3.31
23062025-01-16T18:12:18.266Z Running `/home/build/.rustup/toolchains/1.84.0-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=dbf99efc1a6d3206 -C extra-filename=-dbf99efc1a6d3206 --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`
23072025-01-16T18:12:18.296Z Dirty semver v1.0.24: the rustflags changed
23082025-01-16T18:12:18.296Z Compiling semver v1.0.24
23092025-01-16T18:12:18.299Z Running `/home/build/.rustup/toolchains/1.84.0-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=cbf0f4ba3e9441f7 -C extra-filename=-cbf0f4ba3e9441f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-cbf0f4ba3e9441f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23102025-01-16T18:12:18.324Z Dirty heck v0.5.0: the rustflags changed
23112025-01-16T18:12:18.324Z Compiling heck v0.5.0
23122025-01-16T18:12:18.327Z Running `/home/build/.rustup/toolchains/1.84.0-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=eca0aece77251b6e -C extra-filename=-eca0aece77251b6e --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`
23132025-01-16T18:12:18.456Z Dirty iana-time-zone v0.1.61: the rustflags changed
23142025-01-16T18:12:18.456Z Compiling iana-time-zone v0.1.61
23152025-01-16T18:12:18.459Z Running `/home/build/.rustup/toolchains/1.84.0-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=44f9af647fcea788 -C extra-filename=-44f9af647fcea788 --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`
23162025-01-16T18:12:18.552Z Dirty stable_deref_trait v1.2.0: the rustflags changed
23172025-01-16T18:12:18.552Z Compiling stable_deref_trait v1.2.0
23182025-01-16T18:12:18.554Z Running `/home/build/.rustup/toolchains/1.84.0-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=9f6c9094a52be94c -C extra-filename=-9f6c9094a52be94c --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`
23192025-01-16T18:12:18.691Z Dirty pin-utils v0.1.0: the rustflags changed
23202025-01-16T18:12:18.691Z Compiling pin-utils v0.1.0
23212025-01-16T18:12:18.713Z Running `/home/build/.rustup/toolchains/1.84.0-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=890d8c93a53b900e -C extra-filename=-890d8c93a53b900e --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`
23222025-01-16T18:12:18.815Z Dirty futures-channel v0.3.31: the rustflags changed
23232025-01-16T18:12:18.816Z Compiling futures-channel v0.3.31
23242025-01-16T18:12:18.818Z Running `/home/build/.rustup/toolchains/1.84.0-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=2e887d49c0e6853d -C extra-filename=-2e887d49c0e6853d --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-6723a47d595cc3af.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23252025-01-16T18:12:18.847Z Dirty futures-task v0.3.31: the rustflags changed
23262025-01-16T18:12:18.847Z Compiling futures-task v0.3.31
23272025-01-16T18:12:18.850Z Dirty syn v1.0.109: the rustflags changed
23282025-01-16T18:12:18.850Z Compiling syn v1.0.109
23292025-01-16T18:12:18.850Z Running `/home/build/.rustup/toolchains/1.84.0-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=73f5e80fb91076c7 -C extra-filename=-73f5e80fb91076c7 --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`
23302025-01-16T18:12:18.872Z Running `/home/build/.rustup/toolchains/1.84.0-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=29e8cb407edb1dd0 -C extra-filename=-29e8cb407edb1dd0 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-29e8cb407edb1dd0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23312025-01-16T18:12:18.896Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-cbf0f4ba3e9441f7/build-script-build`
23322025-01-16T18:12:18.981Z Dirty itertools v0.10.5: the rustflags changed
23332025-01-16T18:12:18.981Z Compiling itertools v0.10.5
23342025-01-16T18:12:18.984Z Running `/home/build/.rustup/toolchains/1.84.0-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=0ea64c80b6db031d -C extra-filename=-0ea64c80b6db031d --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-def387f0ad91f972.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23352025-01-16T18:12:19.134Z Dirty tracing-core v0.1.32: the rustflags changed
23362025-01-16T18:12:19.134Z Compiling tracing-core v0.1.32
23372025-01-16T18:12:19.137Z Running `/home/build/.rustup/toolchains/1.84.0-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=0ed74dea4f4939a5 -C extra-filename=-0ed74dea4f4939a5 --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-60ef584d13ef286e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23382025-01-16T18:12:19.240Z Dirty dyn-clone v1.0.17: the rustflags changed
23392025-01-16T18:12:19.240Z Compiling dyn-clone v1.0.17
23402025-01-16T18:12:19.278Z Running `/home/build/.rustup/toolchains/1.84.0-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=73d05713540a027d -C extra-filename=-73d05713540a027d --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`
23412025-01-16T18:12:19.450Z Dirty schemars v0.8.21: the rustflags changed
23422025-01-16T18:12:19.450Z Compiling schemars v0.8.21
23432025-01-16T18:12:19.474Z Running `/home/build/.rustup/toolchains/1.84.0-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=cf95a8775434d4e9 -C extra-filename=-cf95a8775434d4e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-cf95a8775434d4e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23442025-01-16T18:12:19.479Z Dirty glob v0.3.1: the rustflags changed
23452025-01-16T18:12:19.479Z Compiling glob v0.3.1
23462025-01-16T18:12:19.481Z Dirty home v0.5.9: the rustflags changed
23472025-01-16T18:12:19.481Z Compiling home v0.5.9
23482025-01-16T18:12:19.500Z Running `/home/build/.rustup/toolchains/1.84.0-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=f8ac525f227664f4 -C extra-filename=-f8ac525f227664f4 --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`
23492025-01-16T18:12:19.503Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-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=bc199f92aeb6c1f7 -C extra-filename=-bc199f92aeb6c1f7 --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`
23502025-01-16T18:12:19.534Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-29e8cb407edb1dd0/build-script-build`
23512025-01-16T18:12:19.624Z Running `/home/build/.rustup/toolchains/1.84.0-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=0b3d324b272def3b -C extra-filename=-0b3d324b272def3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
23522025-01-16T18:12:19.747Z Dirty minimal-lexical v0.2.1: the rustflags changed
23532025-01-16T18:12:19.747Z Compiling minimal-lexical v0.2.1
23542025-01-16T18:12:19.751Z Running `/home/build/.rustup/toolchains/1.84.0-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=1915d1cdcf333f2c -C extra-filename=-1915d1cdcf333f2c --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`
23552025-01-16T18:12:19.845Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-cf95a8775434d4e9/build-script-build`
23562025-01-16T18:12:19.889Z Dirty percent-encoding v2.3.1: the rustflags changed
23572025-01-16T18:12:19.889Z Compiling percent-encoding v2.3.1
23582025-01-16T18:12:19.892Z Running `/home/build/.rustup/toolchains/1.84.0-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=dd59636cc9d88936 -C extra-filename=-dd59636cc9d88936 --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`
23592025-01-16T18:12:20.242Z Dirty nom v7.1.3: the rustflags changed
23602025-01-16T18:12:20.242Z Compiling nom v7.1.3
23612025-01-16T18:12:20.245Z Running `/home/build/.rustup/toolchains/1.84.0-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=a40758ffb1943256 -C extra-filename=-a40758ffb1943256 --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-4182dae7cc683f1e.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-1915d1cdcf333f2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23622025-01-16T18:12:20.275Z Dirty litemap v0.7.3: the rustflags changed
23632025-01-16T18:12:20.275Z Compiling litemap v0.7.3
23642025-01-16T18:12:20.278Z Running `/home/build/.rustup/toolchains/1.84.0-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=5cd5201825356c11 -C extra-filename=-5cd5201825356c11 --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`
23652025-01-16T18:12:20.350Z Dirty synstructure v0.13.1: the rustflags changed
23662025-01-16T18:12:20.350Z Compiling synstructure v0.13.1
23672025-01-16T18:12:20.353Z Running `/home/build/.rustup/toolchains/1.84.0-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=c039a95a6db6e6f9 -C extra-filename=-c039a95a6db6e6f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23682025-01-16T18:12:20.379Z Dirty serde_derive_internals v0.29.1: the rustflags changed
23692025-01-16T18:12:20.379Z Compiling serde_derive_internals v0.29.1
23702025-01-16T18:12:20.401Z Running `/home/build/.rustup/toolchains/1.84.0-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=2118dcafe025d36f -C extra-filename=-2118dcafe025d36f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23712025-01-16T18:12:20.669Z Dirty writeable v0.5.5: the rustflags changed
23722025-01-16T18:12:20.669Z Compiling writeable v0.5.5
23732025-01-16T18:12:20.672Z Running `/home/build/.rustup/toolchains/1.84.0-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=5547c0301457b354 -C extra-filename=-5547c0301457b354 --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`
23742025-01-16T18:12:21.228Z Dirty regex v1.11.1: the rustflags changed
23752025-01-16T18:12:21.228Z Compiling regex v1.11.1
23762025-01-16T18:12:21.231Z Running `/home/build/.rustup/toolchains/1.84.0-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=1e69782a0be8362b -C extra-filename=-1e69782a0be8362b --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-c3065e531983c7c3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772025-01-16T18:12:21.514Z Dirty clang-sys v1.8.1: the rustflags changed
23782025-01-16T18:12:21.514Z Compiling clang-sys v1.8.1
23792025-01-16T18:12:21.517Z Running `/home/build/.rustup/toolchains/1.84.0-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=aae102f13dfd5840 -C extra-filename=-aae102f13dfd5840 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-aae102f13dfd5840 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23802025-01-16T18:12:21.862Z Dirty vcpkg v0.2.15: the rustflags changed
23812025-01-16T18:12:21.862Z Compiling vcpkg v0.2.15
23822025-01-16T18:12:21.864Z Running `/home/build/.rustup/toolchains/1.84.0-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=a14e1f9b807d2369 -C extra-filename=-a14e1f9b807d2369 --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`
23832025-01-16T18:12:22.242Z Dirty prettyplease v0.2.25: the rustflags changed
23842025-01-16T18:12:22.242Z Compiling prettyplease v0.2.25
23852025-01-16T18:12:22.245Z Running `/home/build/.rustup/toolchains/1.84.0-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=adf536bd91ff55f0 -C extra-filename=-adf536bd91ff55f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-adf536bd91ff55f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23862025-01-16T18:12:22.283Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-aae102f13dfd5840/build-script-build`
23872025-01-16T18:12:22.330Z Dirty icu_locid_transform_data v1.5.0: the rustflags changed
23882025-01-16T18:12:22.330Z Compiling icu_locid_transform_data v1.5.0
23892025-01-16T18:12:22.332Z Running `/home/build/.rustup/toolchains/1.84.0-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=b1c787b69297e97d -C extra-filename=-b1c787b69297e97d --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`
23902025-01-16T18:12:22.461Z Dirty form_urlencoded v1.2.1: the rustflags changed
23912025-01-16T18:12:22.461Z Compiling form_urlencoded v1.2.1
23922025-01-16T18:12:22.464Z Running `/home/build/.rustup/toolchains/1.84.0-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=9a22328da2b144e8 -C extra-filename=-9a22328da2b144e8 --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-dd59636cc9d88936.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23932025-01-16T18:12:22.635Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-adf536bd91ff55f0/build-script-build`
23942025-01-16T18:12:22.678Z Dirty libloading v0.8.5: the rustflags changed
23952025-01-16T18:12:22.678Z Compiling libloading v0.8.5
23962025-01-16T18:12:22.678Z Running `/home/build/.rustup/toolchains/1.84.0-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=05ca7c5cc109f8e8 -C extra-filename=-05ca7c5cc109f8e8 --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-2f4d20600755659a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23972025-01-16T18:12:22.751Z Dirty icu_properties_data v1.5.0: the rustflags changed
23982025-01-16T18:12:22.751Z Compiling icu_properties_data v1.5.0
23992025-01-16T18:12:22.754Z Running `/home/build/.rustup/toolchains/1.84.0-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=bc5d9fbe90c50abe -C extra-filename=-bc5d9fbe90c50abe --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`
24002025-01-16T18:12:22.800Z Dirty bindgen v0.69.5: the rustflags changed
24012025-01-16T18:12:22.800Z Compiling bindgen v0.69.5
24022025-01-16T18:12:22.804Z Running `/home/build/.rustup/toolchains/1.84.0-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=df9c24cd77d51add -C extra-filename=-df9c24cd77d51add --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-df9c24cd77d51add -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24032025-01-16T18:12:23.039Z Running `/home/build/.rustup/toolchains/1.84.0-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=f42b606c0aba94a4 -C extra-filename=-f42b606c0aba94a4 --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-bc199f92aeb6c1f7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-05ca7c5cc109f8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24042025-01-16T18:12:23.094Z Running `/home/build/.rustup/toolchains/1.84.0-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=4c84752ba284ab52 -C extra-filename=-4c84752ba284ab52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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)'`
24052025-01-16T18:12:23.511Z Dirty cexpr v0.6.0: the rustflags changed
24062025-01-16T18:12:23.511Z Compiling cexpr v0.6.0
24072025-01-16T18:12:23.516Z Running `/home/build/.rustup/toolchains/1.84.0-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=88d3761b5b4b050a -C extra-filename=-88d3761b5b4b050a --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-a40758ffb1943256.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24082025-01-16T18:12:23.668Z Dirty ring v0.17.8: the rustflags changed
24092025-01-16T18:12:23.668Z Compiling ring v0.17.8
24102025-01-16T18:12:23.671Z Running `/home/build/.rustup/toolchains/1.84.0-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=d3d0522c6002857a -C extra-filename=-d3d0522c6002857a --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-d3d0522c6002857a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-4c7af3260133b595.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24112025-01-16T18:12:23.698Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-df9c24cd77d51add/build-script-build`
24122025-01-16T18:12:23.739Z Dirty lazycell v1.3.0: the rustflags changed
24132025-01-16T18:12:23.739Z Compiling lazycell v1.3.0
24142025-01-16T18:12:23.742Z Running `/home/build/.rustup/toolchains/1.84.0-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=8979d158a363d4f6 -C extra-filename=-8979d158a363d4f6 --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`
24152025-01-16T18:12:23.934Z Dirty icu_normalizer_data v1.5.0: the rustflags changed
24162025-01-16T18:12:23.934Z Compiling icu_normalizer_data v1.5.0
24172025-01-16T18:12:23.936Z Running `/home/build/.rustup/toolchains/1.84.0-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=a665c983d42ad140 -C extra-filename=-a665c983d42ad140 --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`
24182025-01-16T18:12:24.070Z Dirty write16 v1.0.0: the rustflags changed
24192025-01-16T18:12:24.070Z Compiling write16 v1.0.0
24202025-01-16T18:12:24.094Z Running `/home/build/.rustup/toolchains/1.84.0-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=29e7c954aed6cc24 -C extra-filename=-29e7c954aed6cc24 --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`
24212025-01-16T18:12:24.242Z Dirty utf16_iter v1.0.5: the rustflags changed
24222025-01-16T18:12:24.242Z Compiling utf16_iter v1.0.5
24232025-01-16T18:12:24.245Z Running `/home/build/.rustup/toolchains/1.84.0-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=f32504f2be281d16 -C extra-filename=-f32504f2be281d16 --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`
24242025-01-16T18:12:24.473Z Dirty strsim v0.11.1: the rustflags changed
24252025-01-16T18:12:24.473Z Compiling strsim v0.11.1
24262025-01-16T18:12:24.476Z Running `/home/build/.rustup/toolchains/1.84.0-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=fb16d374a192cad6 -C extra-filename=-fb16d374a192cad6 --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`
24272025-01-16T18:12:24.853Z Dirty crossbeam-utils v0.8.20: the rustflags changed
24282025-01-16T18:12:24.853Z Compiling crossbeam-utils v0.8.20
24292025-01-16T18:12:24.856Z Running `/home/build/.rustup/toolchains/1.84.0-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=c37082b409d2476b -C extra-filename=-c37082b409d2476b --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c37082b409d2476b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302025-01-16T18:12:25.138Z Dirty rustc-hash v1.1.0: the rustflags changed
24312025-01-16T18:12:25.138Z Compiling rustc-hash v1.1.0
24322025-01-16T18:12:25.141Z Running `/home/build/.rustup/toolchains/1.84.0-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=d061298049524a8c -C extra-filename=-d061298049524a8c --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`
24332025-01-16T18:12:25.211Z Dirty utf8_iter v1.0.4: the rustflags changed
24342025-01-16T18:12:25.211Z Compiling utf8_iter v1.0.4
24352025-01-16T18:12:25.215Z Running `/home/build/.rustup/toolchains/1.84.0-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=1975c2ee4172c278 -C extra-filename=-1975c2ee4172c278 --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`
24362025-01-16T18:12:25.339Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-d3d0522c6002857a/build-script-build`
24372025-01-16T18:12:25.510Z Dirty adler2 v2.0.0: the rustflags changed
24382025-01-16T18:12:25.510Z Compiling adler2 v2.0.0
24392025-01-16T18:12:25.537Z Running `/home/build/.rustup/toolchains/1.84.0-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=89d10dac645178e9 -C extra-filename=-89d10dac645178e9 --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`
24402025-01-16T18:12:25.542Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c37082b409d2476b/build-script-build`
24412025-01-16T18:12:25.575Z Dirty paste v1.0.15: the rustflags changed
24422025-01-16T18:12:25.575Z Compiling paste v1.0.15
24432025-01-16T18:12:25.578Z Running `/home/build/.rustup/toolchains/1.84.0-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=7270e69f72837507 -C extra-filename=-7270e69f72837507 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-7270e69f72837507 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442025-01-16T18:12:25.768Z Dirty httparse v1.9.5: the rustflags changed
24452025-01-16T18:12:25.768Z Compiling httparse v1.9.5
24462025-01-16T18:12:25.771Z Running `/home/build/.rustup/toolchains/1.84.0-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=0594b135d0800817 -C extra-filename=-0594b135d0800817 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-0594b135d0800817 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24472025-01-16T18:12:25.850Z Dirty miniz_oxide v0.8.0: the rustflags changed
24482025-01-16T18:12:25.850Z Compiling miniz_oxide v0.8.0
24492025-01-16T18:12:25.853Z Running `/home/build/.rustup/toolchains/1.84.0-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=329e4edf3119c1a5 -C extra-filename=-329e4edf3119c1a5 --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-89d10dac645178e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24502025-01-16T18:12:26.137Z Dirty serde_derive v1.0.217: the rustflags changed
24512025-01-16T18:12:26.137Z Compiling serde_derive v1.0.217
24522025-01-16T18:12:26.139Z Running `/home/build/.rustup/toolchains/1.84.0-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=ee3f54e659206937 -C extra-filename=-ee3f54e659206937 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532025-01-16T18:12:26.167Z Dirty zeroize_derive v1.4.2: the rustflags changed
24542025-01-16T18:12:26.167Z Compiling zeroize_derive v1.4.2
24552025-01-16T18:12:26.169Z Running `/home/build/.rustup/toolchains/1.84.0-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=e879da4d2526c964 -C extra-filename=-e879da4d2526c964 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24562025-01-16T18:12:26.692Z Dirty zerocopy-derive v0.7.35: the rustflags changed
24572025-01-16T18:12:26.692Z Compiling zerocopy-derive v0.7.35
24582025-01-16T18:12:26.723Z Running `/home/build/.rustup/toolchains/1.84.0-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=7d4343c0a5a36819 -C extra-filename=-7d4343c0a5a36819 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592025-01-16T18:12:26.841Z Dirty thiserror-impl v1.0.69: the rustflags changed
24602025-01-16T18:12:26.841Z Compiling thiserror-impl v1.0.69
24612025-01-16T18:12:26.844Z Running `/home/build/.rustup/toolchains/1.84.0-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=9ca8da04f825e1e5 -C extra-filename=-9ca8da04f825e1e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622025-01-16T18:12:27.294Z Dirty tokio-macros v2.4.0: the rustflags changed
24632025-01-16T18:12:27.294Z Compiling tokio-macros v2.4.0
24642025-01-16T18:12:27.298Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.4.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=383f5ecdf559d777 -C extra-filename=-383f5ecdf559d777 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652025-01-16T18:12:27.755Z Dirty zeroize v1.8.1: the rustflags changed
24662025-01-16T18:12:27.755Z Compiling zeroize v1.8.1
24672025-01-16T18:12:27.758Z Running `/home/build/.rustup/toolchains/1.84.0-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=ce3957574e03d034 -C extra-filename=-ce3957574e03d034 --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-e879da4d2526c964.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24682025-01-16T18:12:28.141Z Running `/home/build/.rustup/toolchains/1.84.0-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=9ce67c21d1f9f81a -C extra-filename=-9ce67c21d1f9f81a --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-8b84945d5afed316.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
24692025-01-16T18:12:28.717Z Dirty zerocopy v0.7.35: the rustflags changed
24702025-01-16T18:12:28.717Z Compiling zerocopy v0.7.35
24712025-01-16T18:12:28.721Z Running `/home/build/.rustup/toolchains/1.84.0-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=6ff68796564bf4a0 -C extra-filename=-6ff68796564bf4a0 --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-876b15a9d7bdd3ca.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-7d4343c0a5a36819.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722025-01-16T18:12:28.964Z Dirty futures-macro v0.3.31: the rustflags changed
24732025-01-16T18:12:28.964Z Compiling futures-macro v0.3.31
24742025-01-16T18:12:28.967Z Running `/home/build/.rustup/toolchains/1.84.0-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=27a88e4af62594d5 -C extra-filename=-27a88e4af62594d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752025-01-16T18:12:29.447Z Dirty crypto-common v0.1.6: the rustflags changed
24762025-01-16T18:12:29.447Z Compiling crypto-common v0.1.6
24772025-01-16T18:12:29.449Z Running `/home/build/.rustup/toolchains/1.84.0-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=215d97576b464e83 -C extra-filename=-215d97576b464e83 --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-9ce67c21d1f9f81a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7e6707f0003ad91.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-8b84945d5afed316.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782025-01-16T18:12:29.720Z Dirty block-buffer v0.10.4: the rustflags changed
24792025-01-16T18:12:29.720Z Compiling block-buffer v0.10.4
24802025-01-16T18:12:29.724Z Running `/home/build/.rustup/toolchains/1.84.0-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=09316e049d0ba851 -C extra-filename=-09316e049d0ba851 --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-9ce67c21d1f9f81a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812025-01-16T18:12:29.946Z Running `/home/build/.rustup/toolchains/1.84.0-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=69903ab7b0254d11 -C extra-filename=-69903ab7b0254d11 --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-9ca8da04f825e1e5.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)'`
24822025-01-16T18:12:30.008Z Dirty digest v0.10.7: the rustflags changed
24832025-01-16T18:12:30.008Z Compiling digest v0.10.7
24842025-01-16T18:12:30.011Z Running `/home/build/.rustup/toolchains/1.84.0-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=53e0848c3ee07c7a -C extra-filename=-53e0848c3ee07c7a --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-09316e049d0ba851.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-96c496a36c3a16e3.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-215d97576b464e83.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852025-01-16T18:12:30.040Z Dirty ppv-lite86 v0.2.20: the rustflags changed
24862025-01-16T18:12:30.040Z Compiling ppv-lite86 v0.2.20
24872025-01-16T18:12:30.042Z Running `/home/build/.rustup/toolchains/1.84.0-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=f743a5535befe395 -C extra-filename=-f743a5535befe395 --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-6ff68796564bf4a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882025-01-16T18:12:30.093Z Dirty tracing-attributes v0.1.27: the rustflags changed
24892025-01-16T18:12:30.093Z Compiling tracing-attributes v0.1.27
24902025-01-16T18:12:30.096Z Running `/home/build/.rustup/toolchains/1.84.0-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=74c570e1d794f507 -C extra-filename=-74c570e1d794f507 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912025-01-16T18:12:30.480Z Dirty zerofrom-derive v0.1.4: the rustflags changed
24922025-01-16T18:12:30.480Z Compiling zerofrom-derive v0.1.4
24932025-01-16T18:12:30.483Z Running `/home/build/.rustup/toolchains/1.84.0-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=acd23a1c4c9fd620 -C extra-filename=-acd23a1c4c9fd620 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-c039a95a6db6e6f9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942025-01-16T18:12:30.709Z Dirty yoke-derive v0.7.4: the rustflags changed
24952025-01-16T18:12:30.709Z Compiling yoke-derive v0.7.4
24962025-01-16T18:12:30.712Z Running `/home/build/.rustup/toolchains/1.84.0-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=fb69fa11b48ff368 -C extra-filename=-fb69fa11b48ff368 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-c039a95a6db6e6f9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972025-01-16T18:12:30.893Z Dirty rand_chacha v0.3.1: the rustflags changed
24982025-01-16T18:12:30.893Z Compiling rand_chacha v0.3.1
24992025-01-16T18:12:30.900Z Running `/home/build/.rustup/toolchains/1.84.0-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=8240079a59e44e83 -C extra-filename=-8240079a59e44e83 --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-f743a5535befe395.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7e6707f0003ad91.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002025-01-16T18:12:31.041Z Dirty futures-util v0.3.31: the rustflags changed
25012025-01-16T18:12:31.041Z Compiling futures-util v0.3.31
25022025-01-16T18:12:31.044Z Running `/home/build/.rustup/toolchains/1.84.0-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=839ba9a41c83a702 -C extra-filename=-839ba9a41c83a702 --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-2e887d49c0e6853d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-27a88e4af62594d5.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-890d8c93a53b900e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-cada76e4ef944563.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032025-01-16T18:12:32.004Z Dirty rand v0.8.5: the rustflags changed
25042025-01-16T18:12:32.004Z Compiling rand v0.8.5
25052025-01-16T18:12:32.008Z Running `/home/build/.rustup/toolchains/1.84.0-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=1ee997bf54777181 -C extra-filename=-1ee997bf54777181 --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-c613ee633f8b6caa.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-8240079a59e44e83.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7e6707f0003ad91.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062025-01-16T18:12:33.200Z Dirty schemars_derive v0.8.21: the rustflags changed
25072025-01-16T18:12:33.200Z Compiling schemars_derive v0.8.21
25082025-01-16T18:12:33.203Z Running `/home/build/.rustup/toolchains/1.84.0-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=3dcab9b3ab95bc8d -C extra-filename=-3dcab9b3ab95bc8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-2118dcafe025d36f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092025-01-16T18:12:33.317Z Dirty zerovec-derive v0.10.3: the rustflags changed
25102025-01-16T18:12:33.317Z Compiling zerovec-derive v0.10.3
25112025-01-16T18:12:33.320Z Running `/home/build/.rustup/toolchains/1.84.0-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=0ca287260767ec2e -C extra-filename=-0ca287260767ec2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122025-01-16T18:12:33.639Z Dirty displaydoc v0.2.5: the rustflags changed
25132025-01-16T18:12:33.639Z Compiling displaydoc v0.2.5
25142025-01-16T18:12:33.641Z Running `/home/build/.rustup/toolchains/1.84.0-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=1be088aac0fcd431 -C extra-filename=-1be088aac0fcd431 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152025-01-16T18:12:33.665Z Dirty tracing v0.1.40: the rustflags changed
25162025-01-16T18:12:33.665Z Compiling tracing v0.1.40
25172025-01-16T18:12:33.687Z Running `/home/build/.rustup/toolchains/1.84.0-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=4a49c43766e9a56c -C extra-filename=-4a49c43766e9a56c --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-e1464231da30ba90.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-74c570e1d794f507.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-0ed74dea4f4939a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182025-01-16T18:12:33.810Z Running `/home/build/.rustup/toolchains/1.84.0-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=74905474c961af45 -C extra-filename=-74905474c961af45 --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-ee3f54e659206937.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)'`
25192025-01-16T18:12:34.022Z Dirty icu_provider_macros v1.5.0: the rustflags changed
25202025-01-16T18:12:34.022Z Compiling icu_provider_macros v1.5.0
25212025-01-16T18:12:34.051Z Running `/home/build/.rustup/toolchains/1.84.0-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=57cd680b355bfee1 -C extra-filename=-57cd680b355bfee1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222025-01-16T18:12:34.178Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-0594b135d0800817/build-script-build`
25232025-01-16T18:12:34.266Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-7270e69f72837507/build-script-build`
25242025-01-16T18:12:34.350Z Dirty zerofrom v0.1.4: the rustflags changed
25252025-01-16T18:12:34.350Z Compiling zerofrom v0.1.4
25262025-01-16T18:12:34.353Z Running `/home/build/.rustup/toolchains/1.84.0-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=f279d16d3c4986ff -C extra-filename=-f279d16d3c4986ff --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-acd23a1c4c9fd620.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25272025-01-16T18:12:34.378Z Running `/home/build/.rustup/toolchains/1.84.0-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=1d9d1ebbe6560d01 -C extra-filename=-1d9d1ebbe6560d01 --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)'`
25282025-01-16T18:12:34.605Z Dirty yoke v0.7.4: the rustflags changed
25292025-01-16T18:12:34.605Z Compiling yoke v0.7.4
25302025-01-16T18:12:34.609Z Running `/home/build/.rustup/toolchains/1.84.0-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=213deaed17fe4c91 -C extra-filename=-213deaed17fe4c91 --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-9f6c9094a52be94c.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-fb69fa11b48ff368.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f279d16d3c4986ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312025-01-16T18:12:34.964Z Dirty tinyvec_macros v0.1.1: the rustflags changed
25322025-01-16T18:12:34.964Z Compiling tinyvec_macros v0.1.1
25332025-01-16T18:12:34.964Z Running `/home/build/.rustup/toolchains/1.84.0-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=bd19653a8d66252f -C extra-filename=-bd19653a8d66252f --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`
25342025-01-16T18:12:35.083Z Dirty tinyvec v1.8.0: the rustflags changed
25352025-01-16T18:12:35.083Z Compiling tinyvec v1.8.0
25362025-01-16T18:12:35.087Z Running `/home/build/.rustup/toolchains/1.84.0-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=63824ab9e110268f -C extra-filename=-63824ab9e110268f --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-bd19653a8d66252f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372025-01-16T18:12:35.311Z Running `/home/build/.rustup/toolchains/1.84.0-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=c7e16f148db66112 -C extra-filename=-c7e16f148db66112 --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"))'`
25382025-01-16T18:12:35.504Z Running `/home/build/.rustup/toolchains/1.84.0-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=7259561918d96c79 -C extra-filename=-7259561918d96c79 --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`
25392025-01-16T18:12:35.551Z Dirty block-padding v0.3.3: the rustflags changed
25402025-01-16T18:12:35.551Z Compiling block-padding v0.3.3
25412025-01-16T18:12:35.554Z Running `/home/build/.rustup/toolchains/1.84.0-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=98f6f495d8c43e5d -C extra-filename=-98f6f495d8c43e5d --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-9ce67c21d1f9f81a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25422025-01-16T18:12:35.828Z Dirty atomic-waker v1.1.2: the rustflags changed
25432025-01-16T18:12:35.828Z Compiling atomic-waker v1.1.2
25442025-01-16T18:12:35.853Z Running `/home/build/.rustup/toolchains/1.84.0-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=300320b4c213bb02 -C extra-filename=-300320b4c213bb02 --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`
25452025-01-16T18:12:35.995Z Dirty zerovec v0.10.4: the rustflags changed
25462025-01-16T18:12:35.995Z Compiling zerovec v0.10.4
25472025-01-16T18:12:35.998Z Running `/home/build/.rustup/toolchains/1.84.0-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=9e4bc1d9fdeb3e89 -C extra-filename=-9e4bc1d9fdeb3e89 --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-213deaed17fe4c91.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f279d16d3c4986ff.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-0ca287260767ec2e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482025-01-16T18:12:36.058Z Dirty time-core v0.1.2: the rustflags changed
25492025-01-16T18:12:36.059Z Compiling time-core v0.1.2
25502025-01-16T18:12:36.062Z Running `/home/build/.rustup/toolchains/1.84.0-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=c247b003e1bf5756 -C extra-filename=-c247b003e1bf5756 --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`
25512025-01-16T18:12:36.125Z Dirty num-conv v0.1.0: the rustflags changed
25522025-01-16T18:12:36.125Z Compiling num-conv v0.1.0
25532025-01-16T18:12:36.128Z Running `/home/build/.rustup/toolchains/1.84.0-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=b511a2c685745a80 -C extra-filename=-b511a2c685745a80 --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`
25542025-01-16T18:12:36.273Z Dirty powerfmt v0.2.0: the rustflags changed
25552025-01-16T18:12:36.273Z Compiling powerfmt v0.2.0
25562025-01-16T18:12:36.339Z Running `/home/build/.rustup/toolchains/1.84.0-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=281187b8282cd4ff -C extra-filename=-281187b8282cd4ff --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`
25572025-01-16T18:12:36.401Z Dirty time-macros v0.2.18: the rustflags changed
25582025-01-16T18:12:36.401Z Compiling time-macros v0.2.18
25592025-01-16T18:12:36.404Z Dirty inout v0.1.3: the rustflags changed
25602025-01-16T18:12:36.404Z Compiling inout v0.1.3
25612025-01-16T18:12:36.404Z Running `/home/build/.rustup/toolchains/1.84.0-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=408ff635f0ac8c8d -C extra-filename=-408ff635f0ac8c8d --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-b511a2c685745a80.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-c247b003e1bf5756.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622025-01-16T18:12:36.429Z Running `/home/build/.rustup/toolchains/1.84.0-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=844976e379ef9a19 -C extra-filename=-844976e379ef9a19 --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-98f6f495d8c43e5d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632025-01-16T18:12:36.463Z Dirty cmake v0.1.51: the rustflags changed
25642025-01-16T18:12:36.463Z Compiling cmake v0.1.51
25652025-01-16T18:12:36.466Z Running `/home/build/.rustup/toolchains/1.84.0-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=b70847ec13642fa7 -C extra-filename=-b70847ec13642fa7 --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-4c7af3260133b595.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662025-01-16T18:12:36.522Z Dirty unicode-normalization v0.1.24: the rustflags changed
25672025-01-16T18:12:36.522Z Compiling unicode-normalization v0.1.24
25682025-01-16T18:12:36.530Z Running `/home/build/.rustup/toolchains/1.84.0-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=ea999eb0da411208 -C extra-filename=-ea999eb0da411208 --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-63824ab9e110268f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692025-01-16T18:12:36.574Z Dirty deranged v0.3.11: the rustflags changed
25702025-01-16T18:12:36.574Z Compiling deranged v0.3.11
25712025-01-16T18:12:36.612Z Running `/home/build/.rustup/toolchains/1.84.0-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=dba598fffeb56686 -C extra-filename=-dba598fffeb56686 --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-281187b8282cd4ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722025-01-16T18:12:36.649Z Dirty ahash v0.8.11: the rustflags changed
25732025-01-16T18:12:36.649Z Compiling ahash v0.8.11
25742025-01-16T18:12:36.704Z Running `/home/build/.rustup/toolchains/1.84.0-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=9c01f71d77a94b10 -C extra-filename=-9c01f71d77a94b10 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-9c01f71d77a94b10 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752025-01-16T18:12:36.727Z Dirty untrusted v0.9.0: the rustflags changed
25762025-01-16T18:12:36.727Z Compiling untrusted v0.9.0
25772025-01-16T18:12:36.730Z Running `/home/build/.rustup/toolchains/1.84.0-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=2c769ba8c7310228 -C extra-filename=-2c769ba8c7310228 --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`
25782025-01-16T18:12:36.943Z Dirty dunce v1.0.5: the rustflags changed
25792025-01-16T18:12:36.943Z Compiling dunce v1.0.5
25802025-01-16T18:12:36.946Z Running `/home/build/.rustup/toolchains/1.84.0-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=8963394abf5f78f4 -C extra-filename=-8963394abf5f78f4 --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`
25812025-01-16T18:12:37.054Z Dirty num_threads v0.1.7: the rustflags changed
25822025-01-16T18:12:37.054Z Compiling num_threads v0.1.7
25832025-01-16T18:12:37.057Z Running `/home/build/.rustup/toolchains/1.84.0-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=f095a215d8979552 -C extra-filename=-f095a215d8979552 --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`
25842025-01-16T18:12:37.116Z Dirty fs_extra v1.3.0: the rustflags changed
25852025-01-16T18:12:37.116Z Compiling fs_extra v1.3.0
25862025-01-16T18:12:37.119Z Running `/home/build/.rustup/toolchains/1.84.0-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=04077f29428a2d4b -C extra-filename=-04077f29428a2d4b --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`
25872025-01-16T18:12:37.249Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-9c01f71d77a94b10/build-script-build`
25882025-01-16T18:12:37.310Z Running `/home/build/.rustup/toolchains/1.84.0-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=3a22d6b4fafe8b56 -C extra-filename=-3a22d6b4fafe8b56 --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-2f4d20600755659a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0c516cdc2c9f9726.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2c769ba8c7310228.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
25892025-01-16T18:12:37.418Z Dirty cipher v0.4.4: the rustflags changed
25902025-01-16T18:12:37.418Z Compiling cipher v0.4.4
25912025-01-16T18:12:37.421Z Running `/home/build/.rustup/toolchains/1.84.0-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=5bfb3788f96d69c5 -C extra-filename=-5bfb3788f96d69c5 --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-215d97576b464e83.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-844976e379ef9a19.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25922025-01-16T18:12:37.616Z Dirty tinystr v0.7.6: the rustflags changed
25932025-01-16T18:12:37.616Z Compiling tinystr v0.7.6
25942025-01-16T18:12:37.642Z Running `/home/build/.rustup/toolchains/1.84.0-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=56f474dd5f86dacc -C extra-filename=-56f474dd5f86dacc --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-1be088aac0fcd431.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952025-01-16T18:12:37.667Z Dirty icu_collections v1.5.0: the rustflags changed
25962025-01-16T18:12:37.667Z Compiling icu_collections v1.5.0
25972025-01-16T18:12:37.670Z Running `/home/build/.rustup/toolchains/1.84.0-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=0d76d234b48932d2 -C extra-filename=-0d76d234b48932d2 --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-1be088aac0fcd431.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-213deaed17fe4c91.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f279d16d3c4986ff.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25982025-01-16T18:12:37.952Z Dirty icu_locid v1.5.0: the rustflags changed
25992025-01-16T18:12:37.952Z Compiling icu_locid v1.5.0
26002025-01-16T18:12:37.955Z Running `/home/build/.rustup/toolchains/1.84.0-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=fe0b1cf29b075beb -C extra-filename=-fe0b1cf29b075beb --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-1be088aac0fcd431.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-5cd5201825356c11.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-56f474dd5f86dacc.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-5547c0301457b354.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012025-01-16T18:12:37.979Z Dirty unicode-bidi v0.3.17: the rustflags changed
26022025-01-16T18:12:37.979Z Compiling unicode-bidi v0.3.17
26032025-01-16T18:12:38.005Z Running `/home/build/.rustup/toolchains/1.84.0-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=bb3580d2ff429c8d -C extra-filename=-bb3580d2ff429c8d --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`
26042025-01-16T18:12:38.007Z Running `/home/build/.rustup/toolchains/1.84.0-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=6d85581e60b2f012 -C extra-filename=-6d85581e60b2f012 --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-2f4d20600755659a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0c516cdc2c9f9726.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
26052025-01-16T18:12:38.032Z Dirty sha2 v0.10.8: the rustflags changed
26062025-01-16T18:12:38.032Z Compiling sha2 v0.10.8
26072025-01-16T18:12:38.035Z Running `/home/build/.rustup/toolchains/1.84.0-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=61e19b59a18ca535 -C extra-filename=-61e19b59a18ca535 --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-2f4d20600755659a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53e0848c3ee07c7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082025-01-16T18:12:38.582Z Dirty aws-lc-rs v1.10.0: the rustflags changed
26092025-01-16T18:12:38.582Z Compiling aws-lc-rs v1.10.0
26102025-01-16T18:12:38.585Z Running `/home/build/.rustup/toolchains/1.84.0-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=d0249044ee6dec98 -C extra-filename=-d0249044ee6dec98 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-d0249044ee6dec98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26112025-01-16T18:12:38.981Z Dirty bytes v1.9.0: the rustflags changed
26122025-01-16T18:12:38.981Z Compiling bytes v1.9.0
26132025-01-16T18:12:38.984Z Running `/home/build/.rustup/toolchains/1.84.0-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=369ee3d2c774136a -C extra-filename=-369ee3d2c774136a --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142025-01-16T18:12:39.083Z Dirty bitflags v2.6.0: the rustflags changed
26152025-01-16T18:12:39.083Z Compiling bitflags v2.6.0
26162025-01-16T18:12:39.086Z Running `/home/build/.rustup/toolchains/1.84.0-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=01159dab402db438 -C extra-filename=-01159dab402db438 --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172025-01-16T18:12:39.232Z Running `/home/build/.rustup/toolchains/1.84.0-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=9a57d07140db7ded -C extra-filename=-9a57d07140db7ded --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-04bafa42b6ada290.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e121c62561f36b4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.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"))'`
26182025-01-16T18:12:39.260Z Dirty indexmap v2.7.0: the rustflags changed
26192025-01-16T18:12:39.260Z Compiling indexmap v2.7.0
26202025-01-16T18:12:39.264Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 '--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=1ccc891f17e7a7a6 -C extra-filename=-1ccc891f17e7a7a6 --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-af359b78b2cc337f.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9285703b23ee883d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212025-01-16T18:12:39.501Z Running `/home/build/.rustup/toolchains/1.84.0-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=7b456fcff16b9237 -C extra-filename=-7b456fcff16b9237 --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-01159dab402db438.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-206680e43ee8fb8c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
26222025-01-16T18:12:39.532Z Dirty chrono v0.4.38: the rustflags changed
26232025-01-16T18:12:39.532Z Compiling chrono v0.4.38
26242025-01-16T18:12:39.574Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.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="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=d26e192b7ea979d3 -C extra-filename=-d26e192b7ea979d3 --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-44f9af647fcea788.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252025-01-16T18:12:39.993Z Dirty tokio v1.40.0: the rustflags changed
26262025-01-16T18:12:39.993Z Compiling tokio v1.40.0
26272025-01-16T18:12:39.996Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=3be77aef057a1bae -C extra-filename=-3be77aef057a1bae --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-369ee3d2c774136a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-8d09f0811006783a.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e7f6481d86e59bfb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-c38335ed0e2accea.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ebd98972fa2d96b.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-383f5ecdf559d777.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26282025-01-16T18:12:40.198Z Running `/home/build/.rustup/toolchains/1.84.0-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=14419073895f953e -C extra-filename=-14419073895f953e --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-74905474c961af45.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)'`
26292025-01-16T18:12:40.606Z Dirty uuid v1.11.0: the rustflags changed
26302025-01-16T18:12:40.606Z Compiling uuid v1.11.0
26312025-01-16T18:12:40.609Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=fe90213f4e9a3cd9 -C extra-filename=-fe90213f4e9a3cd9 --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-0c516cdc2c9f9726.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322025-01-16T18:12:40.764Z Dirty http v1.2.0: the rustflags changed
26332025-01-16T18:12:40.764Z Compiling http v1.2.0
26342025-01-16T18:12:40.767Z Running `/home/build/.rustup/toolchains/1.84.0-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=3774a995781acb23 -C extra-filename=-3774a995781acb23 --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-369ee3d2c774136a.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-519bcd82bf42b6cc.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352025-01-16T18:12:40.944Z Dirty icu_provider v1.5.0: the rustflags changed
26362025-01-16T18:12:40.944Z Compiling icu_provider v1.5.0
26372025-01-16T18:12:40.947Z Running `/home/build/.rustup/toolchains/1.84.0-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=c28a3a334b3bcc75 -C extra-filename=-c28a3a334b3bcc75 --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-1be088aac0fcd431.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-fe0b1cf29b075beb.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-57cd680b355bfee1.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f6c9094a52be94c.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-56f474dd5f86dacc.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-5547c0301457b354.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-213deaed17fe4c91.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f279d16d3c4986ff.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382025-01-16T18:12:41.700Z Dirty icu_locid_transform v1.5.0: the rustflags changed
26392025-01-16T18:12:41.700Z Compiling icu_locid_transform v1.5.0
26402025-01-16T18:12:41.703Z Running `/home/build/.rustup/toolchains/1.84.0-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=187726fad3ce530c -C extra-filename=-187726fad3ce530c --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-1be088aac0fcd431.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-fe0b1cf29b075beb.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-b1c787b69297e97d.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-c28a3a334b3bcc75.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-56f474dd5f86dacc.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412025-01-16T18:12:41.947Z Running `/home/build/.rustup/toolchains/1.84.0-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=f606a476d402af67 -C extra-filename=-f606a476d402af67 --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-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-3dcab9b3ab95bc8d.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
26422025-01-16T18:12:42.059Z Dirty time v0.3.36: the rustflags changed
26432025-01-16T18:12:42.059Z Compiling time v0.3.36
26442025-01-16T18:12:42.085Z Running `/home/build/.rustup/toolchains/1.84.0-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=657ea94e2e159f93 -C extra-filename=-657ea94e2e159f93 --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-dba598fffeb56686.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-b511a2c685745a80.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-f095a215d8979552.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-281187b8282cd4ff.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-c247b003e1bf5756.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-408ff635f0ac8c8d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452025-01-16T18:12:42.174Z Dirty serde_spanned v0.6.8: the rustflags changed
26462025-01-16T18:12:42.174Z Compiling serde_spanned v0.6.8
26472025-01-16T18:12:42.177Z Running `/home/build/.rustup/toolchains/1.84.0-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=b671e902af892656 -C extra-filename=-b671e902af892656 --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26482025-01-16T18:12:42.448Z Dirty toml_datetime v0.6.8: the rustflags changed
26492025-01-16T18:12:42.448Z Compiling toml_datetime v0.6.8
26502025-01-16T18:12:42.483Z Running `/home/build/.rustup/toolchains/1.84.0-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=702aef2c8046aee3 -C extra-filename=-702aef2c8046aee3 --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512025-01-16T18:12:42.921Z Dirty serde_tokenstream v0.2.2: the rustflags changed
26522025-01-16T18:12:42.922Z Compiling serde_tokenstream v0.2.2
26532025-01-16T18:12:42.924Z Dirty rustls-pki-types v1.10.0: the rustflags changed
26542025-01-16T18:12:42.924Z Compiling rustls-pki-types v1.10.0
26552025-01-16T18:12:42.948Z Running `/home/build/.rustup/toolchains/1.84.0-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=0db04ce7ccb238b3 -C extra-filename=-0db04ce7ccb238b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562025-01-16T18:12:42.948Z Running `/home/build/.rustup/toolchains/1.84.0-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=d4102aff58bcf5e5 -C extra-filename=-d4102aff58bcf5e5 --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`
26572025-01-16T18:12:43.038Z Dirty icu_properties v1.5.1: the rustflags changed
26582025-01-16T18:12:43.038Z Compiling icu_properties v1.5.1
26592025-01-16T18:12:43.040Z Running `/home/build/.rustup/toolchains/1.84.0-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=e2780a5e5251f43f -C extra-filename=-e2780a5e5251f43f --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-1be088aac0fcd431.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-0d76d234b48932d2.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-187726fad3ce530c.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-bc5d9fbe90c50abe.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-c28a3a334b3bcc75.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-56f474dd5f86dacc.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602025-01-16T18:12:43.521Z Dirty which v4.4.2: the rustflags changed
26612025-01-16T18:12:43.521Z Compiling which v4.4.2
26622025-01-16T18:12:43.524Z Running `/home/build/.rustup/toolchains/1.84.0-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=bd01150d9fdeac15 -C extra-filename=-bd01150d9fdeac15 --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-def387f0ad91f972.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f8ac525f227664f4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7b456fcff16b9237.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632025-01-16T18:12:43.994Z Running `/home/build/.rustup/toolchains/1.84.0-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=718d162c8ffb3205 -C extra-filename=-718d162c8ffb3205 --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-01159dab402db438.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-88d3761b5b4b050a.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-f42b606c0aba94a4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-8979d158a363d4f6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-d061298049524a8c.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-7a287c72367768d2.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-bd01150d9fdeac15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642025-01-16T18:12:44.108Z Dirty base64ct v1.6.0: the rustflags changed
26652025-01-16T18:12:44.108Z Compiling base64ct v1.6.0
26662025-01-16T18:12:44.114Z Dirty hmac v0.12.1: the rustflags changed
26672025-01-16T18:12:44.114Z Compiling hmac v0.12.1
26682025-01-16T18:12:44.132Z Running `/home/build/.rustup/toolchains/1.84.0-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=13c7e0208d5dc15e -C extra-filename=-13c7e0208d5dc15e --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`
26692025-01-16T18:12:44.135Z Running `/home/build/.rustup/toolchains/1.84.0-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=517e02b56c4bc0b5 -C extra-filename=-517e02b56c4bc0b5 --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-53e0848c3ee07c7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702025-01-16T18:12:44.362Z Dirty gimli v0.31.1: the rustflags changed
26712025-01-16T18:12:44.362Z Compiling gimli v0.31.1
26722025-01-16T18:12:44.365Z Running `/home/build/.rustup/toolchains/1.84.0-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=0256f877021821d8 -C extra-filename=-0256f877021821d8 --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`
26732025-01-16T18:12:44.433Z Dirty http-body v1.0.1: the rustflags changed
26742025-01-16T18:12:44.433Z Compiling http-body v1.0.1
26752025-01-16T18:12:44.436Z Running `/home/build/.rustup/toolchains/1.84.0-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=dd0120f590377142 -C extra-filename=-dd0120f590377142 --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-369ee3d2c774136a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762025-01-16T18:12:44.698Z Dirty object v0.36.5: the rustflags changed
26772025-01-16T18:12:44.698Z Compiling object v0.36.5
26782025-01-16T18:12:44.701Z Running `/home/build/.rustup/toolchains/1.84.0-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=43c02ebb0ddbb5bf -C extra-filename=-43c02ebb0ddbb5bf --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-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792025-01-16T18:12:44.727Z Dirty untrusted v0.7.1: the rustflags changed
26802025-01-16T18:12:44.728Z Compiling untrusted v0.7.1
26812025-01-16T18:12:44.731Z Running `/home/build/.rustup/toolchains/1.84.0-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=6742e56345b9f870 -C extra-filename=-6742e56345b9f870 --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`
26822025-01-16T18:12:44.935Z Dirty base64 v0.22.1: the rustflags changed
26832025-01-16T18:12:44.935Z Compiling base64 v0.22.1
26842025-01-16T18:12:44.994Z Running `/home/build/.rustup/toolchains/1.84.0-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=7fc06bffdc865433 -C extra-filename=-7fc06bffdc865433 --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`
26852025-01-16T18:12:45.276Z Dirty rustc-demangle v0.1.24: the rustflags changed
26862025-01-16T18:12:45.276Z Compiling rustc-demangle v0.1.24
26872025-01-16T18:12:45.281Z Running `/home/build/.rustup/toolchains/1.84.0-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=70b7fc28bb4af819 -C extra-filename=-70b7fc28bb4af819 --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`
26882025-01-16T18:12:45.687Z Dirty try-lock v0.2.5: the rustflags changed
26892025-01-16T18:12:45.687Z Compiling try-lock v0.2.5
26902025-01-16T18:12:45.692Z Running `/home/build/.rustup/toolchains/1.84.0-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=40fb3d637872db69 -C extra-filename=-40fb3d637872db69 --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`
26912025-01-16T18:12:45.875Z Dirty httpdate v1.0.3: the rustflags changed
26922025-01-16T18:12:45.875Z Compiling httpdate v1.0.3
26932025-01-16T18:12:45.899Z Running `/home/build/.rustup/toolchains/1.84.0-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=e9467ca7ef9bcfa8 -C extra-filename=-e9467ca7ef9bcfa8 --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`
26942025-01-16T18:12:46.258Z Dirty mirai-annotations v1.12.0: the rustflags changed
26952025-01-16T18:12:46.258Z Compiling mirai-annotations v1.12.0
26962025-01-16T18:12:46.261Z Running `/home/build/.rustup/toolchains/1.84.0-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=c7a488fcbaa355d2 -C extra-filename=-c7a488fcbaa355d2 --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`
26972025-01-16T18:12:46.356Z Dirty anyhow v1.0.93: the rustflags changed
26982025-01-16T18:12:46.356Z Compiling anyhow v1.0.93
26992025-01-16T18:12:46.393Z Running `/home/build/.rustup/toolchains/1.84.0-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.93/build.rs --error-format=json --json=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=d70fe477efac010e -C extra-filename=-d70fe477efac010e --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-d70fe477efac010e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002025-01-16T18:12:46.479Z Dirty want v0.3.1: the rustflags changed
27012025-01-16T18:12:46.479Z Compiling want v0.3.1
27022025-01-16T18:12:46.482Z Running `/home/build/.rustup/toolchains/1.84.0-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=0c31e0cedcc79261 -C extra-filename=-0c31e0cedcc79261 --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-40fb3d637872db69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032025-01-16T18:12:46.791Z Dirty icu_normalizer v1.5.0: the rustflags changed
27042025-01-16T18:12:46.791Z Compiling icu_normalizer v1.5.0
27052025-01-16T18:12:46.794Z Running `/home/build/.rustup/toolchains/1.84.0-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=fe519769932c9d73 -C extra-filename=-fe519769932c9d73 --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-1be088aac0fcd431.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-0d76d234b48932d2.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-a665c983d42ad140.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-e2780a5e5251f43f.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-c28a3a334b3bcc75.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-f32504f2be281d16.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-1975c2ee4172c278.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-29e7c954aed6cc24.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062025-01-16T18:12:46.908Z Dirty pem-rfc7468 v0.7.0: the rustflags changed
27072025-01-16T18:12:46.908Z Compiling pem-rfc7468 v0.7.0
27082025-01-16T18:12:46.956Z Running `/home/build/.rustup/toolchains/1.84.0-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=e4f92dfc40af4225 -C extra-filename=-e4f92dfc40af4225 --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-13c7e0208d5dc15e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092025-01-16T18:12:47.077Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-d70fe477efac010e/build-script-build`
27102025-01-16T18:12:47.600Z Dirty openssl-sys v0.9.103: the rustflags changed
27112025-01-16T18:12:47.600Z Compiling openssl-sys v0.9.103
27122025-01-16T18:12:47.602Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/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=e1ecc6c01b65434d -C extra-filename=-e1ecc6c01b65434d --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-e1ecc6c01b65434d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-4c7af3260133b595.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-a14e1f9b807d2369.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132025-01-16T18:12:47.630Z Dirty slog v2.7.0: the rustflags changed
27142025-01-16T18:12:47.630Z Compiling slog v2.7.0
27152025-01-16T18:12:47.632Z Running `/home/build/.rustup/toolchains/1.84.0-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=5991412ba4ef37fc -C extra-filename=-5991412ba4ef37fc --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-5991412ba4ef37fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162025-01-16T18:12:47.688Z Dirty idna_adapter v1.2.0: the rustflags changed
27172025-01-16T18:12:47.688Z Compiling idna_adapter v1.2.0
27182025-01-16T18:12:47.691Z Running `/home/build/.rustup/toolchains/1.84.0-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=b35a00e56325f226 -C extra-filename=-b35a00e56325f226 --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-fe519769932c9d73.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-e2780a5e5251f43f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192025-01-16T18:12:47.948Z Dirty idna v1.0.3: the rustflags changed
27202025-01-16T18:12:47.949Z Compiling idna v1.0.3
27212025-01-16T18:12:47.952Z Running `/home/build/.rustup/toolchains/1.84.0-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=9888d592d39ed80c -C extra-filename=-9888d592d39ed80c --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-b35a00e56325f226.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-1975c2ee4172c278.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222025-01-16T18:12:48.210Z Dirty tokio-util v0.7.12: the rustflags changed
27232025-01-16T18:12:48.210Z Compiling tokio-util v0.7.12
27242025-01-16T18:12:48.242Z Running `/home/build/.rustup/toolchains/1.84.0-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=f9ccc7ae453d1496 -C extra-filename=-f9ccc7ae453d1496 --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-369ee3d2c774136a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252025-01-16T18:12:48.605Z Dirty url v2.5.3: the rustflags changed
27262025-01-16T18:12:48.605Z Compiling url v2.5.3
27272025-01-16T18:12:48.645Z Running `/home/build/.rustup/toolchains/1.84.0-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=e8de6a5c1cd11221 -C extra-filename=-e8de6a5c1cd11221 --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-9a22328da2b144e8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9888d592d39ed80c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282025-01-16T18:12:48.781Z Dirty addr2line v0.24.2: the rustflags changed
27292025-01-16T18:12:48.781Z Compiling addr2line v0.24.2
27302025-01-16T18:12:48.784Z Running `/home/build/.rustup/toolchains/1.84.0-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=07f1e7fb79503da7 -C extra-filename=-07f1e7fb79503da7 --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-0256f877021821d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312025-01-16T18:12:48.982Z Dirty tower-service v0.3.3: the rustflags changed
27322025-01-16T18:12:48.982Z Compiling tower-service v0.3.3
27332025-01-16T18:12:48.984Z Running `/home/build/.rustup/toolchains/1.84.0-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=68c109a7dea1215e -C extra-filename=-68c109a7dea1215e --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`
27342025-01-16T18:12:49.152Z Dirty h2 v0.4.6: the rustflags changed
27352025-01-16T18:12:49.152Z Compiling h2 v0.4.6
27362025-01-16T18:12:49.155Z Running `/home/build/.rustup/toolchains/1.84.0-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=6a45c13d42a50517 -C extra-filename=-6a45c13d42a50517 --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-300320b4c213bb02.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-519bcd82bf42b6cc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-cada76e4ef944563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372025-01-16T18:12:49.517Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-e1ecc6c01b65434d/build-script-main`
27382025-01-16T18:12:49.526Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-5991412ba4ef37fc/build-script-build`
27392025-01-16T18:12:49.587Z Dirty async-trait v0.1.83: the rustflags changed
27402025-01-16T18:12:49.587Z Compiling async-trait v0.1.83
27412025-01-16T18:12:49.612Z Running `/home/build/.rustup/toolchains/1.84.0-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.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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=897d930859dde460 -C extra-filename=-897d930859dde460 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422025-01-16T18:12:49.619Z Dirty mime v0.3.17: the rustflags changed
27432025-01-16T18:12:49.619Z Compiling mime v0.3.17
27442025-01-16T18:12:49.622Z Running `/home/build/.rustup/toolchains/1.84.0-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=3fd47857214c95c3 -C extra-filename=-3fd47857214c95c3 --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-16T18:12:49.622Z Running `/home/build/.rustup/toolchains/1.84.0-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=f36114cf7413752c -C extra-filename=-f36114cf7413752c --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`
27462025-01-16T18:12:50.158Z Dirty der_derive v0.7.3: the rustflags changed
27472025-01-16T18:12:50.158Z Compiling der_derive v0.7.3
27482025-01-16T18:12:50.161Z Running `/home/build/.rustup/toolchains/1.84.0-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=d25ec0d24cda5aaa -C extra-filename=-d25ec0d24cda5aaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492025-01-16T18:12:50.383Z Dirty flagset v0.4.6: the rustflags changed
27502025-01-16T18:12:50.383Z Compiling flagset v0.4.6
27512025-01-16T18:12:50.385Z Dirty http-body-util v0.1.2: the rustflags changed
27522025-01-16T18:12:50.385Z Compiling http-body-util v0.1.2
27532025-01-16T18:12:50.385Z Running `/home/build/.rustup/toolchains/1.84.0-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=9e80d58319b397c5 -C extra-filename=-9e80d58319b397c5 --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`
27542025-01-16T18:12:50.408Z Running `/home/build/.rustup/toolchains/1.84.0-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=50b83adea387f3c1 -C extra-filename=-50b83adea387f3c1 --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-369ee3d2c774136a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552025-01-16T18:12:50.624Z Dirty pbkdf2 v0.12.2: the rustflags changed
27562025-01-16T18:12:50.624Z Compiling pbkdf2 v0.12.2
27572025-01-16T18:12:50.627Z Running `/home/build/.rustup/toolchains/1.84.0-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=5a3678f5455ea2e8 -C extra-filename=-5a3678f5455ea2e8 --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-53e0848c3ee07c7a.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-517e02b56c4bc0b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582025-01-16T18:12:50.832Z Dirty rustc_version v0.4.1: the rustflags changed
27592025-01-16T18:12:50.832Z Compiling rustc_version v0.4.1
27602025-01-16T18:12:50.834Z Running `/home/build/.rustup/toolchains/1.84.0-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=87cd6b4b517bea28 -C extra-filename=-87cd6b4b517bea28 --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-14419073895f953e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612025-01-16T18:12:50.929Z Dirty aes v0.8.4: the rustflags changed
27622025-01-16T18:12:50.929Z Compiling aes v0.8.4
27632025-01-16T18:12:50.931Z Running `/home/build/.rustup/toolchains/1.84.0-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=1a3e38e196e01e78 -C extra-filename=-1a3e38e196e01e78 --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-2f4d20600755659a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5bfb3788f96d69c5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27642025-01-16T18:12:51.568Z Dirty backtrace v0.3.74: the rustflags changed
27652025-01-16T18:12:51.568Z Compiling backtrace v0.3.74
27662025-01-16T18:12:51.571Z Running `/home/build/.rustup/toolchains/1.84.0-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=d1c857bfbbcbf933 -C extra-filename=-d1c857bfbbcbf933 --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-07f1e7fb79503da7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-329e4edf3119c1a5.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-43c02ebb0ddbb5bf.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-70b7fc28bb4af819.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672025-01-16T18:12:51.714Z Dirty ipnet v2.10.1: the rustflags changed
27682025-01-16T18:12:51.714Z Compiling ipnet v2.10.1
27692025-01-16T18:12:51.746Z Running `/home/build/.rustup/toolchains/1.84.0-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=33eb166cd2a8508e -C extra-filename=-33eb166cd2a8508e --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`
27702025-01-16T18:12:52.243Z Dirty rustls-pemfile v2.2.0: the rustflags changed
27712025-01-16T18:12:52.243Z Compiling rustls-pemfile v2.2.0
27722025-01-16T18:12:52.246Z Running `/home/build/.rustup/toolchains/1.84.0-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=57abaa9443df0306 -C extra-filename=-57abaa9443df0306 --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-d4102aff58bcf5e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27732025-01-16T18:12:52.568Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.93/src/lib.rs --error-format=json --json=diagnostic-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=128c90a25a552fff -C extra-filename=-128c90a25a552fff --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-d1c857bfbbcbf933.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)'`
27742025-01-16T18:12:52.604Z Dirty der v0.7.9: the rustflags changed
27752025-01-16T18:12:52.604Z Compiling der v0.7.9
27762025-01-16T18:12:52.638Z Running `/home/build/.rustup/toolchains/1.84.0-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=be7fb8384212584f -C extra-filename=-be7fb8384212584f --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-96c496a36c3a16e3.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-d25ec0d24cda5aaa.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-9e80d58319b397c5.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27772025-01-16T18:12:52.858Z Dirty salsa20 v0.10.2: the rustflags changed
27782025-01-16T18:12:52.858Z Compiling salsa20 v0.10.2
27792025-01-16T18:12:52.863Z Running `/home/build/.rustup/toolchains/1.84.0-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=7aee77b04f14190a -C extra-filename=-7aee77b04f14190a --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-5bfb3788f96d69c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802025-01-16T18:12:53.112Z Dirty cbc v0.1.2: the rustflags changed
27812025-01-16T18:12:53.112Z Compiling cbc v0.1.2
27822025-01-16T18:12:53.115Z Running `/home/build/.rustup/toolchains/1.84.0-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=3ca3327fe816a91d -C extra-filename=-3ca3327fe816a91d --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-5bfb3788f96d69c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832025-01-16T18:12:53.328Z Dirty openssl v0.10.66: the rustflags changed
27842025-01-16T18:12:53.328Z Compiling openssl v0.10.66
27852025-01-16T18:12:53.356Z Running `/home/build/.rustup/toolchains/1.84.0-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=1017326139d51462 -C extra-filename=-1017326139d51462 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-1017326139d51462 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862025-01-16T18:12:53.385Z Dirty openssl-probe v0.1.5: the rustflags changed
27872025-01-16T18:12:53.385Z Compiling openssl-probe v0.1.5
27882025-01-16T18:12:53.388Z Dirty foreign-types-shared v0.1.1: the rustflags changed
27892025-01-16T18:12:53.388Z Compiling foreign-types-shared v0.1.1
27902025-01-16T18:12:53.410Z Running `/home/build/.rustup/toolchains/1.84.0-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=0545e742edad87bb -C extra-filename=-0545e742edad87bb --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`
27912025-01-16T18:12:53.413Z Running `/home/build/.rustup/toolchains/1.84.0-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=f584848380c25a4e -C extra-filename=-f584848380c25a4e --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`
27922025-01-16T18:12:53.538Z Dirty rustversion v1.0.17: the rustflags changed
27932025-01-16T18:12:53.539Z Compiling rustversion v1.0.17
27942025-01-16T18:12:53.542Z Running `/home/build/.rustup/toolchains/1.84.0-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=b8eda4d6fd48e8e7 -C extra-filename=-b8eda4d6fd48e8e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-b8eda4d6fd48e8e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952025-01-16T18:12:53.665Z Dirty foreign-types v0.3.2: the rustflags changed
27962025-01-16T18:12:53.665Z Compiling foreign-types v0.3.2
27972025-01-16T18:12:53.668Z Running `/home/build/.rustup/toolchains/1.84.0-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=dce0a5f485344e44 -C extra-filename=-dce0a5f485344e44 --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-f584848380c25a4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27982025-01-16T18:12:53.744Z Dirty scrypt v0.11.0: the rustflags changed
27992025-01-16T18:12:53.744Z Compiling scrypt v0.11.0
28002025-01-16T18:12:53.758Z Running `/home/build/.rustup/toolchains/1.84.0-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=0a5838af1acda075 -C extra-filename=-0a5838af1acda075 --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-5a3678f5455ea2e8.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-7aee77b04f14190a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012025-01-16T18:12:53.791Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=55438b802f2eecf1 -C extra-filename=-55438b802f2eecf1 --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-c613ee633f8b6caa.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"))' --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)'`
28022025-01-16T18:12:53.821Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-1017326139d51462/build-script-build`
28032025-01-16T18:12:53.858Z Dirty serde_urlencoded v0.7.1: the rustflags changed
28042025-01-16T18:12:53.858Z Compiling serde_urlencoded v0.7.1
28052025-01-16T18:12:53.887Z Running `/home/build/.rustup/toolchains/1.84.0-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=816cf77ff72cdc50 -C extra-filename=-816cf77ff72cdc50 --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-9a22328da2b144e8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e121c62561f36b4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062025-01-16T18:12:54.298Z Dirty futures-executor v0.3.31: the rustflags changed
28072025-01-16T18:12:54.298Z Compiling futures-executor v0.3.31
28082025-01-16T18:12:54.301Z Running `/home/build/.rustup/toolchains/1.84.0-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=8eeae466febe96f5 -C extra-filename=-8eeae466febe96f5 --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-6723a47d595cc3af.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28092025-01-16T18:12:54.329Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-b8eda4d6fd48e8e7/build-script-build`
28102025-01-16T18:12:54.372Z Dirty openssl-macros v0.1.1: the rustflags changed
28112025-01-16T18:12:54.372Z Compiling openssl-macros v0.1.1
28122025-01-16T18:12:54.374Z Running `/home/build/.rustup/toolchains/1.84.0-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=8f278b2464b1b20d -C extra-filename=-8f278b2464b1b20d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132025-01-16T18:12:54.413Z Dirty encoding_rs v0.8.34: the rustflags changed
28142025-01-16T18:12:54.413Z Compiling encoding_rs v0.8.34
28152025-01-16T18:12:54.416Z Running `/home/build/.rustup/toolchains/1.84.0-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=5bbd5d6599ea15c7 -C extra-filename=-5bbd5d6599ea15c7 --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-2f4d20600755659a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162025-01-16T18:12:54.593Z Dirty spki v0.7.3: the rustflags changed
28172025-01-16T18:12:54.593Z Compiling spki v0.7.3
28182025-01-16T18:12:54.596Z Running `/home/build/.rustup/toolchains/1.84.0-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=d1fbc7835bc0f1b3 -C extra-filename=-d1fbc7835bc0f1b3 --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-be7fb8384212584f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192025-01-16T18:12:54.826Z Dirty camino v1.1.9: the rustflags changed
28202025-01-16T18:12:54.826Z Compiling camino v1.1.9
28212025-01-16T18:12:54.868Z Running `/home/build/.rustup/toolchains/1.84.0-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=7e9412332707da98 -C extra-filename=-7e9412332707da98 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-7e9412332707da98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222025-01-16T18:12:54.994Z Dirty rustls v0.23.19: the rustflags changed
28232025-01-16T18:12:54.994Z Compiling rustls v0.23.19
28242025-01-16T18:12:54.997Z Running `/home/build/.rustup/toolchains/1.84.0-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=80074849aabc2540 -C extra-filename=-80074849aabc2540 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-80074849aabc2540 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252025-01-16T18:12:55.093Z Dirty pkcs5 v0.7.1: the rustflags changed
28262025-01-16T18:12:55.093Z Compiling pkcs5 v0.7.1
28272025-01-16T18:12:55.096Z Running `/home/build/.rustup/toolchains/1.84.0-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=b33b79b2a09fd24d -C extra-filename=-b33b79b2a09fd24d --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-1a3e38e196e01e78.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-3ca3327fe816a91d.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-5a3678f5455ea2e8.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-0a5838af1acda075.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28282025-01-16T18:12:55.247Z Running `/home/build/.rustup/toolchains/1.84.0-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=1332338ae6debb56 -C extra-filename=-1332338ae6debb56 --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-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dce0a5f485344e44.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-8f278b2464b1b20d.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-55438b802f2eecf1.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)'`
28292025-01-16T18:12:55.422Z Dirty futures v0.3.31: the rustflags changed
28302025-01-16T18:12:55.422Z Compiling futures v0.3.31
28312025-01-16T18:12:55.477Z Running `/home/build/.rustup/toolchains/1.84.0-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=8cb871a83619a59b -C extra-filename=-8cb871a83619a59b --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-2e887d49c0e6853d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-8eeae466febe96f5.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322025-01-16T18:12:55.567Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-7e9412332707da98/build-script-build`
28332025-01-16T18:12:55.570Z Running `/home/build/.rustup/toolchains/1.84.0-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=99c0464e9f1cdfe0 -C extra-filename=-99c0464e9f1cdfe0 --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"))'`
28342025-01-16T18:12:55.600Z Dirty openapiv3 v2.0.0: the rustflags changed
28352025-01-16T18:12:55.601Z Compiling openapiv3 v2.0.0
28362025-01-16T18:12:55.605Z Running `/home/build/.rustup/toolchains/1.84.0-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=2142c2f6805d4362 -C extra-filename=-2142c2f6805d4362 --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-1ccc891f17e7a7a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372025-01-16T18:12:55.628Z Dirty native-tls v0.2.12: the rustflags changed
28382025-01-16T18:12:55.628Z Compiling native-tls v0.2.12
28392025-01-16T18:12:55.631Z Running `/home/build/.rustup/toolchains/1.84.0-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=790ba40f1b41caf5 -C extra-filename=-790ba40f1b41caf5 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-790ba40f1b41caf5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402025-01-16T18:12:56.061Z Dirty winnow v0.6.20: the rustflags changed
28412025-01-16T18:12:56.061Z Compiling winnow v0.6.20
28422025-01-16T18:12:56.078Z Running `/home/build/.rustup/toolchains/1.84.0-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=bc8fd8ce66d5dae8 -C extra-filename=-bc8fd8ce66d5dae8 --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`
28432025-01-16T18:12:56.269Z Dirty hyper v1.5.0: the rustflags changed
28442025-01-16T18:12:56.269Z Compiling hyper v1.5.0
28452025-01-16T18:12:56.278Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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 --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("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=5728d730ea250e91 -C extra-filename=-5728d730ea250e91 --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-369ee3d2c774136a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-6a45c13d42a50517.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7259561918d96c79.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-e9467ca7ef9bcfa8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-0c31e0cedcc79261.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462025-01-16T18:12:56.955Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-790ba40f1b41caf5/build-script-build`
28472025-01-16T18:12:57.001Z Dirty pkcs8 v0.10.2: the rustflags changed
28482025-01-16T18:12:57.001Z Compiling pkcs8 v0.10.2
28492025-01-16T18:12:57.007Z Running `/home/build/.rustup/toolchains/1.84.0-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=91f2019334cb8470 -C extra-filename=-91f2019334cb8470 --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-be7fb8384212584f.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-b33b79b2a09fd24d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7e6707f0003ad91.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502025-01-16T18:12:57.712Z Running `/home/build/.rustup/toolchains/1.84.0-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=b1ce1825125c2b44 -C extra-filename=-b1ce1825125c2b44 --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-74905474c961af45.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)'`
28512025-01-16T18:12:58.593Z Dirty hyper-util v0.1.10: the rustflags changed
28522025-01-16T18:12:58.594Z Compiling hyper-util v0.1.10
28532025-01-16T18:12:58.596Z Dirty cookie v0.18.1: the rustflags changed
28542025-01-16T18:12:58.596Z Compiling cookie v0.18.1
28552025-01-16T18:12:58.596Z Running `/home/build/.rustup/toolchains/1.84.0-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=735530e47edd001b -C extra-filename=-735530e47edd001b --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-369ee3d2c774136a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ebd98972fa2d96b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-68c109a7dea1215e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562025-01-16T18:12:58.597Z Running `/home/build/.rustup/toolchains/1.84.0-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=7143535549929882 -C extra-filename=-7143535549929882 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-7143535549929882 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572025-01-16T18:12:58.998Z Dirty utf8parse v0.2.2: the rustflags changed
28582025-01-16T18:12:58.998Z Compiling utf8parse v0.2.2
28592025-01-16T18:12:59.001Z Running `/home/build/.rustup/toolchains/1.84.0-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=064524b04a714b2d -C extra-filename=-064524b04a714b2d --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`
28602025-01-16T18:12:59.199Z Dirty data-encoding v2.6.0: the rustflags changed
28612025-01-16T18:12:59.199Z Compiling data-encoding v2.6.0
28622025-01-16T18:12:59.202Z Running `/home/build/.rustup/toolchains/1.84.0-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=6d7fd5a150541115 -C extra-filename=-6d7fd5a150541115 --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`
28632025-01-16T18:12:59.281Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-7143535549929882/build-script-build`
28642025-01-16T18:12:59.366Z Dirty idna v0.3.0: the rustflags changed
28652025-01-16T18:12:59.366Z Compiling idna v0.3.0
28662025-01-16T18:12:59.369Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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=540c3f1816967086 -C extra-filename=-540c3f1816967086 --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-bb3580d2ff429c8d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672025-01-16T18:12:59.524Z Dirty is-terminal v0.4.13: the rustflags changed
28682025-01-16T18:12:59.524Z Compiling is-terminal v0.4.13
28692025-01-16T18:12:59.527Z Running `/home/build/.rustup/toolchains/1.84.0-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=d3778fbb78f4b217 -C extra-filename=-d3778fbb78f4b217 --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-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28702025-01-16T18:12:59.589Z Dirty unicode-width v0.1.14: the rustflags changed
28712025-01-16T18:12:59.589Z Compiling unicode-width v0.1.14
28722025-01-16T18:12:59.592Z Running `/home/build/.rustup/toolchains/1.84.0-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=5b836c922ad74bb3 -C extra-filename=-5b836c922ad74bb3 --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`
28732025-01-16T18:12:59.679Z Dirty psl-types v2.0.11: the rustflags changed
28742025-01-16T18:12:59.679Z Compiling psl-types v2.0.11
28752025-01-16T18:12:59.682Z Running `/home/build/.rustup/toolchains/1.84.0-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=fe679681e8fcc66f -C extra-filename=-fe679681e8fcc66f --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`
28762025-01-16T18:12:59.910Z Dirty winnow v0.5.40: the rustflags changed
28772025-01-16T18:12:59.910Z Compiling winnow v0.5.40
28782025-01-16T18:12:59.933Z Running `/home/build/.rustup/toolchains/1.84.0-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=9463a7d469a7166a -C extra-filename=-9463a7d469a7166a --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-16T18:12:59.939Z Running `/home/build/.rustup/toolchains/1.84.0-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=8202775424847477 -C extra-filename=-8202775424847477 --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-dd59636cc9d88936.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-657ea94e2e159f93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802025-01-16T18:13:00.140Z Dirty webpki-roots v0.26.6: the rustflags changed
28812025-01-16T18:13:00.140Z Compiling webpki-roots v0.26.6
28822025-01-16T18:13:00.143Z Running `/home/build/.rustup/toolchains/1.84.0-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=12aab8f306fe6ace -C extra-filename=-12aab8f306fe6ace --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-d4102aff58bcf5e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28832025-01-16T18:13:00.416Z Dirty publicsuffix v2.2.3: the rustflags changed
28842025-01-16T18:13:00.416Z Compiling publicsuffix v2.2.3
28852025-01-16T18:13:00.419Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-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 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=6dba8ae1c4851ad7 -C extra-filename=-6dba8ae1c4851ad7 --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-540c3f1816967086.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-fe679681e8fcc66f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862025-01-16T18:13:00.703Z Dirty idna v0.5.0: the rustflags changed
28872025-01-16T18:13:00.703Z Compiling idna v0.5.0
28882025-01-16T18:13:00.706Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=687baeab1d5c97c9 -C extra-filename=-687baeab1d5c97c9 --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-bb3580d2ff429c8d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892025-01-16T18:13:01.001Z Running `/home/build/.rustup/toolchains/1.84.0-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=f3f6ca21c873bccb -C extra-filename=-f3f6ca21c873bccb --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-e1464231da30ba90.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1332338ae6debb56.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-0545e742edad87bb.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-55438b802f2eecf1.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`
28902025-01-16T18:13:01.029Z Dirty sha1 v0.10.6: the rustflags changed
28912025-01-16T18:13:01.029Z Compiling sha1 v0.10.6
28922025-01-16T18:13:01.031Z Running `/home/build/.rustup/toolchains/1.84.0-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=930926124dabe7b4 -C extra-filename=-930926124dabe7b4 --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-2f4d20600755659a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53e0848c3ee07c7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28932025-01-16T18:13:01.225Z Dirty anstyle v1.0.10: the rustflags changed
28942025-01-16T18:13:01.225Z Compiling anstyle v1.0.10
28952025-01-16T18:13:01.228Z Running `/home/build/.rustup/toolchains/1.84.0-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=306c1e1ce10f7b6c -C extra-filename=-306c1e1ce10f7b6c --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-16T18:13:01.452Z Dirty tokio-native-tls v0.3.1: the rustflags changed
28972025-01-16T18:13:01.452Z Compiling tokio-native-tls v0.3.1
28982025-01-16T18:13:01.506Z Running `/home/build/.rustup/toolchains/1.84.0-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=e0bd8b29085d28b9 -C extra-filename=-e0bd8b29085d28b9 --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-f3f6ca21c873bccb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
28992025-01-16T18:13:01.510Z Dirty ucd-trie v0.1.7: the rustflags changed
29002025-01-16T18:13:01.510Z Compiling ucd-trie v0.1.7
29012025-01-16T18:13:01.512Z Running `/home/build/.rustup/toolchains/1.84.0-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=57a8d7744562e4a1 -C extra-filename=-57a8d7744562e4a1 --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`
29022025-01-16T18:13:01.605Z Dirty heck v0.4.1: the rustflags changed
29032025-01-16T18:13:01.605Z Compiling heck v0.4.1
29042025-01-16T18:13:01.607Z Running `/home/build/.rustup/toolchains/1.84.0-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=17774551a3c17b51 -C extra-filename=-17774551a3c17b51 --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`
29052025-01-16T18:13:01.687Z Dirty cookie_store v0.21.0: the rustflags changed
29062025-01-16T18:13:01.687Z Compiling cookie_store v0.21.0
29072025-01-16T18:13:01.690Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="publicsuffix"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "log_secure_cookie_values", "preserve_order", "public_suffix", "publicsuffix", "wasm-bindgen"))' -C metadata=6884dc2ac08021d2 -C extra-filename=-6884dc2ac08021d2 --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-8202775424847477.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-687baeab1d5c97c9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-6dba8ae1c4851ad7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-657ea94e2e159f93.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082025-01-16T18:13:01.758Z Dirty hyper-tls v0.6.0: the rustflags changed
29092025-01-16T18:13:01.758Z Compiling hyper-tls v0.6.0
29102025-01-16T18:13:01.761Z Running `/home/build/.rustup/toolchains/1.84.0-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=c94e36afc1d498ed -C extra-filename=-c94e36afc1d498ed --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-369ee3d2c774136a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-735530e47edd001b.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-f3f6ca21c873bccb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-e0bd8b29085d28b9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-68c109a7dea1215e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29112025-01-16T18:13:02.063Z Dirty pest v2.7.14: the rustflags changed
29122025-01-16T18:13:02.063Z Compiling pest v2.7.14
29132025-01-16T18:13:02.071Z Running `/home/build/.rustup/toolchains/1.84.0-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=e54700061fc940c7 -C extra-filename=-e54700061fc940c7 --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-4182dae7cc683f1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-57a8d7744562e4a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142025-01-16T18:13:02.093Z Dirty sync_wrapper v1.0.1: the rustflags changed
29152025-01-16T18:13:02.093Z Compiling sync_wrapper v1.0.1
29162025-01-16T18:13:02.093Z Running `/home/build/.rustup/toolchains/1.84.0-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=a5914ea7e9a792fe -C extra-filename=-a5914ea7e9a792fe --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-6723a47d595cc3af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172025-01-16T18:13:02.176Z Dirty dirs-sys-next v0.1.2: the rustflags changed
29182025-01-16T18:13:02.176Z Compiling dirs-sys-next v0.1.2
29192025-01-16T18:13:02.180Z Running `/home/build/.rustup/toolchains/1.84.0-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=2ca1f7fa13d3bc2f -C extra-filename=-2ca1f7fa13d3bc2f --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-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202025-01-16T18:13:02.257Z Dirty siphasher v0.3.11: the rustflags changed
29212025-01-16T18:13:02.257Z Compiling siphasher v0.3.11
29222025-01-16T18:13:02.261Z Running `/home/build/.rustup/toolchains/1.84.0-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=19946207e45caf8b -C extra-filename=-19946207e45caf8b --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`
29232025-01-16T18:13:02.281Z Dirty toml_edit v0.22.22: the rustflags changed
29242025-01-16T18:13:02.281Z Compiling toml_edit v0.22.22
29252025-01-16T18:13:02.284Z Running `/home/build/.rustup/toolchains/1.84.0-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=b9ed638281fb6747 -C extra-filename=-b9ed638281fb6747 --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-1ccc891f17e7a7a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b671e902af892656.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bc8fd8ce66d5dae8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262025-01-16T18:13:03.663Z Dirty dirs-next v2.0.0: the rustflags changed
29272025-01-16T18:13:03.663Z Compiling dirs-next v2.0.0
29282025-01-16T18:13:03.669Z Running `/home/build/.rustup/toolchains/1.84.0-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=a7c79b554d245ba1 -C extra-filename=-a7c79b554d245ba1 --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-2f4d20600755659a.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-2ca1f7fa13d3bc2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292025-01-16T18:13:03.669Z Dirty scroll_derive v0.12.0: the rustflags changed
29302025-01-16T18:13:03.669Z Compiling scroll_derive v0.12.0
29312025-01-16T18:13:03.669Z Running `/home/build/.rustup/toolchains/1.84.0-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=6398dfa259878bf7 -C extra-filename=-6398dfa259878bf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322025-01-16T18:13:03.669Z Dirty term v0.7.0: the rustflags changed
29332025-01-16T18:13:03.670Z Compiling term v0.7.0
29342025-01-16T18:13:03.670Z Running `/home/build/.rustup/toolchains/1.84.0-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=b8051aa10a7a22cc -C extra-filename=-b8051aa10a7a22cc --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-a7c79b554d245ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352025-01-16T18:13:03.670Z Dirty toml_edit v0.19.15: the rustflags changed
29362025-01-16T18:13:03.670Z Compiling toml_edit v0.19.15
29372025-01-16T18:13:03.670Z Running `/home/build/.rustup/toolchains/1.84.0-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=6f976decdfac1eaf -C extra-filename=-6f976decdfac1eaf --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-1ccc891f17e7a7a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b671e902af892656.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-9463a7d469a7166a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29382025-01-16T18:13:03.670Z Dirty anstyle-parse v0.2.5: the rustflags changed
29392025-01-16T18:13:03.670Z Compiling anstyle-parse v0.2.5
29402025-01-16T18:13:03.670Z Running `/home/build/.rustup/toolchains/1.84.0-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=6bdc11d7c0d7a508 -C extra-filename=-6bdc11d7c0d7a508 --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-064524b04a714b2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412025-01-16T18:13:03.670Z Dirty signature v2.2.0: the rustflags changed
29422025-01-16T18:13:03.670Z Compiling signature v2.2.0
29432025-01-16T18:13:03.670Z Running `/home/build/.rustup/toolchains/1.84.0-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=9ad74570a405311a -C extra-filename=-9ad74570a405311a --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-53e0848c3ee07c7a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7e6707f0003ad91.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442025-01-16T18:13:03.670Z Dirty colorchoice v1.0.2: the rustflags changed
29452025-01-16T18:13:03.670Z Compiling colorchoice v1.0.2
29462025-01-16T18:13:03.670Z Running `/home/build/.rustup/toolchains/1.84.0-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=1ec9c3fbb1f08f16 -C extra-filename=-1ec9c3fbb1f08f16 --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`
29472025-01-16T18:13:03.670Z Dirty is_terminal_polyfill v1.70.1: the rustflags changed
29482025-01-16T18:13:03.670Z Compiling is_terminal_polyfill v1.70.1
29492025-01-16T18:13:03.670Z Running `/home/build/.rustup/toolchains/1.84.0-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=dabb91fca72a99df -C extra-filename=-dabb91fca72a99df --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`
29502025-01-16T18:13:03.694Z Dirty anstyle-query v1.1.1: the rustflags changed
29512025-01-16T18:13:03.694Z Compiling anstyle-query v1.1.1
29522025-01-16T18:13:03.697Z Running `/home/build/.rustup/toolchains/1.84.0-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=938ed45a96b335ad -C extra-filename=-938ed45a96b335ad --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`
29532025-01-16T18:13:03.731Z Dirty plain v0.2.3: the rustflags changed
29542025-01-16T18:13:03.731Z Compiling plain v0.2.3
29552025-01-16T18:13:03.734Z Running `/home/build/.rustup/toolchains/1.84.0-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=e8276dd51c6496c1 -C extra-filename=-e8276dd51c6496c1 --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`
29562025-01-16T18:13:03.864Z Dirty anstream v0.6.15: the rustflags changed
29572025-01-16T18:13:03.864Z Compiling anstream v0.6.15
29582025-01-16T18:13:03.867Z Running `/home/build/.rustup/toolchains/1.84.0-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=1c8185022a2fe8a2 -C extra-filename=-1c8185022a2fe8a2 --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-306c1e1ce10f7b6c.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-6bdc11d7c0d7a508.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-938ed45a96b335ad.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-1ec9c3fbb1f08f16.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-dabb91fca72a99df.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-064524b04a714b2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592025-01-16T18:13:03.930Z Dirty terminal_size v0.4.0: the rustflags changed
29602025-01-16T18:13:03.930Z Compiling terminal_size v0.4.0
29612025-01-16T18:13:03.932Z Running `/home/build/.rustup/toolchains/1.84.0-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=09466fdf65b9de41 -C extra-filename=-09466fdf65b9de41 --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-7b456fcff16b9237.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622025-01-16T18:13:04.170Z Dirty usdt-impl v0.5.0: the rustflags changed
29632025-01-16T18:13:04.170Z Compiling usdt-impl v0.5.0
29642025-01-16T18:13:04.173Z Running `/home/build/.rustup/toolchains/1.84.0-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=b131c588103caa76 -C extra-filename=-b131c588103caa76 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-b131c588103caa76 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652025-01-16T18:13:04.225Z Dirty unicode-segmentation v1.12.0: the rustflags changed
29662025-01-16T18:13:04.225Z Compiling unicode-segmentation v1.12.0
29672025-01-16T18:13:04.270Z Running `/home/build/.rustup/toolchains/1.84.0-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=4466e3a88ed6f5e1 -C extra-filename=-4466e3a88ed6f5e1 --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`
29682025-01-16T18:13:04.360Z Dirty scroll v0.12.0: the rustflags changed
29692025-01-16T18:13:04.360Z Compiling scroll v0.12.0
29702025-01-16T18:13:04.382Z Running `/home/build/.rustup/toolchains/1.84.0-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=6ec3730eba41ec3c -C extra-filename=-6ec3730eba41ec3c --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-6398dfa259878bf7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712025-01-16T18:13:04.523Z Dirty clap_lex v0.7.2: the rustflags changed
29722025-01-16T18:13:04.523Z Compiling clap_lex v0.7.2
29732025-01-16T18:13:04.526Z Running `/home/build/.rustup/toolchains/1.84.0-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.2/src/lib.rs --error-format=json --json=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::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_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=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' '--allow=clippy::multiple_bound_locations' '--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' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9a54459e48e0939f -C extra-filename=-9a54459e48e0939f --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`
29742025-01-16T18:13:04.620Z Dirty pretty-hex v0.4.1: the rustflags changed
29752025-01-16T18:13:04.620Z Compiling pretty-hex v0.4.1
29762025-01-16T18:13:04.624Z Running `/home/build/.rustup/toolchains/1.84.0-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=61f3ff9327ee1d10 -C extra-filename=-61f3ff9327ee1d10 --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`
29772025-01-16T18:13:04.868Z Dirty pest_meta v2.7.14: the rustflags changed
29782025-01-16T18:13:04.868Z Compiling pest_meta v2.7.14
29792025-01-16T18:13:04.872Z Running `/home/build/.rustup/toolchains/1.84.0-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=7dc8337381f6d65d -C extra-filename=-7dc8337381f6d65d --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-60ef584d13ef286e.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-e54700061fc940c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802025-01-16T18:13:04.909Z Dirty goblin v0.8.2: the rustflags changed
29812025-01-16T18:13:04.909Z Compiling goblin v0.8.2
29822025-01-16T18:13:04.950Z Running `/home/build/.rustup/toolchains/1.84.0-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=bdfb595a1452c7cf -C extra-filename=-bdfb595a1452c7cf --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-e1464231da30ba90.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-e8276dd51c6496c1.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-6ec3730eba41ec3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832025-01-16T18:13:04.994Z Dirty clap_builder v4.5.21: the rustflags changed
29842025-01-16T18:13:04.994Z Compiling clap_builder v4.5.21
29852025-01-16T18:13:04.999Z Running `/home/build/.rustup/toolchains/1.84.0-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.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::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=a5eb7c1d4ad001b6 -C extra-filename=-a5eb7c1d4ad001b6 --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-1c8185022a2fe8a2.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-306c1e1ce10f7b6c.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-9a54459e48e0939f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-fb16d374a192cad6.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-09466fdf65b9de41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862025-01-16T18:13:05.137Z Dirty clap_derive v4.5.18: the rustflags changed
29872025-01-16T18:13:05.137Z Compiling clap_derive v4.5.18
29882025-01-16T18:13:05.140Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-b131c588103caa76/build-script-build`
29892025-01-16T18:13:05.140Z Running `/home/build/.rustup/toolchains/1.84.0-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.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=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::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=a140fff7441773ce -C extra-filename=-a140fff7441773ce --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-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29902025-01-16T18:13:05.337Z Dirty thread-id v4.2.2: the rustflags changed
29912025-01-16T18:13:05.337Z Compiling thread-id v4.2.2
29922025-01-16T18:13:05.339Z Running `/home/build/.rustup/toolchains/1.84.0-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=37cbfb91a342fe9f -C extra-filename=-37cbfb91a342fe9f --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-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932025-01-16T18:13:05.480Z Dirty crc32fast v1.4.2: the rustflags changed
29942025-01-16T18:13:05.480Z Compiling crc32fast v1.4.2
29952025-01-16T18:13:05.506Z Running `/home/build/.rustup/toolchains/1.84.0-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=fc3ea3725139f5f8 -C extra-filename=-fc3ea3725139f5f8 --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-2f4d20600755659a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962025-01-16T18:13:05.848Z Dirty base16ct v0.2.0: the rustflags changed
29972025-01-16T18:13:05.848Z Compiling base16ct v0.2.0
29982025-01-16T18:13:05.851Z Running `/home/build/.rustup/toolchains/1.84.0-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=e8b2861f754b86e4 -C extra-filename=-e8b2861f754b86e4 --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`
29992025-01-16T18:13:06.214Z Dirty pest_generator v2.7.14: the rustflags changed
30002025-01-16T18:13:06.214Z Compiling pest_generator v2.7.14
30012025-01-16T18:13:06.217Z Running `/home/build/.rustup/toolchains/1.84.0-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=3a9a3b75748783ff -C extra-filename=-3a9a3b75748783ff --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-e54700061fc940c7.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-7dc8337381f6d65d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022025-01-16T18:13:08.181Z Dirty sec1 v0.7.3: the rustflags changed
30032025-01-16T18:13:08.182Z Compiling sec1 v0.7.3
30042025-01-16T18:13:08.184Z Running `/home/build/.rustup/toolchains/1.84.0-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=c1e4438817c9d6eb -C extra-filename=-c1e4438817c9d6eb --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-e8b2861f754b86e4.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-91f2019334cb8470.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052025-01-16T18:13:08.772Z Dirty toml v0.8.19: the rustflags changed
30062025-01-16T18:13:08.772Z Compiling toml v0.8.19
30072025-01-16T18:13:08.774Z Running `/home/build/.rustup/toolchains/1.84.0-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=75da850f88b93e4d -C extra-filename=-75da850f88b93e4d --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-74905474c961af45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b671e902af892656.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082025-01-16T18:13:09.330Z Dirty pest_derive v2.7.14: the rustflags changed
30092025-01-16T18:13:09.330Z Compiling pest_derive v2.7.14
30102025-01-16T18:13:09.362Z Running `/home/build/.rustup/toolchains/1.84.0-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=727f2556364ea801 -C extra-filename=-727f2556364ea801 --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-e54700061fc940c7.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-3a9a3b75748783ff.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112025-01-16T18:13:09.823Z Dirty num-integer v0.1.46: the rustflags changed
30122025-01-16T18:13:09.823Z Compiling num-integer v0.1.46
30132025-01-16T18:13:09.825Z Running `/home/build/.rustup/toolchains/1.84.0-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=deb592893980e78a -C extra-filename=-deb592893980e78a --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-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142025-01-16T18:13:09.994Z Dirty clap v4.5.21: the rustflags changed
30152025-01-16T18:13:09.994Z Compiling clap v4.5.21
30162025-01-16T18:13:09.997Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::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=f5d919e039af2652 -C extra-filename=-f5d919e039af2652 --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-a5eb7c1d4ad001b6.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-a140fff7441773ce.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172025-01-16T18:13:10.099Z Dirty ff v0.13.0: the rustflags changed
30182025-01-16T18:13:10.099Z Compiling ff v0.13.0
30192025-01-16T18:13:10.138Z Running `/home/build/.rustup/toolchains/1.84.0-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=b34deca97f74ec86 -C extra-filename=-b34deca97f74ec86 --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-b7e6707f0003ad91.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202025-01-16T18:13:10.142Z Dirty hkdf v0.12.4: the rustflags changed
30212025-01-16T18:13:10.142Z Compiling hkdf v0.12.4
30222025-01-16T18:13:10.145Z Running `/home/build/.rustup/toolchains/1.84.0-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=4762d669c6b046d7 -C extra-filename=-4762d669c6b046d7 --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-517e02b56c4bc0b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232025-01-16T18:13:10.277Z Dirty crossbeam-epoch v0.9.18: the rustflags changed
30242025-01-16T18:13:10.277Z Compiling crossbeam-epoch v0.9.18
30252025-01-16T18:13:10.302Z Running `/home/build/.rustup/toolchains/1.84.0-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=48c8eacb47accb9a -C extra-filename=-48c8eacb47accb9a --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-1d9d1ebbe6560d01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262025-01-16T18:13:10.379Z Dirty dtrace-parser v0.2.0: the rustflags changed
30272025-01-16T18:13:10.379Z Compiling dtrace-parser v0.2.0
30282025-01-16T18:13:10.383Z Running `/home/build/.rustup/toolchains/1.84.0-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=305eeae961c1807f -C extra-filename=-305eeae961c1807f --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-e54700061fc940c7.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-727f2556364ea801.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292025-01-16T18:13:10.409Z Dirty group v0.13.0: the rustflags changed
30302025-01-16T18:13:10.409Z Compiling group v0.13.0
30312025-01-16T18:13:10.446Z Running `/home/build/.rustup/toolchains/1.84.0-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=71e773b8f60a7a6e -C extra-filename=-71e773b8f60a7a6e --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-b34deca97f74ec86.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7e6707f0003ad91.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322025-01-16T18:13:10.458Z Dirty crypto-bigint v0.5.5: the rustflags changed
30332025-01-16T18:13:10.458Z Compiling crypto-bigint v0.5.5
30342025-01-16T18:13:10.461Z Running `/home/build/.rustup/toolchains/1.84.0-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=c127a344d01837f8 -C extra-filename=-c127a344d01837f8 --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-9ce67c21d1f9f81a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7e6707f0003ad91.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352025-01-16T18:13:10.578Z Dirty dof v0.3.0: the rustflags changed
30362025-01-16T18:13:10.578Z Compiling dof v0.3.0
30372025-01-16T18:13:10.580Z Running `/home/build/.rustup/toolchains/1.84.0-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=f7fa3da68d019689 -C extra-filename=-f7fa3da68d019689 --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-bdfb595a1452c7cf.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382025-01-16T18:13:10.750Z Dirty rayon-core v1.12.1: the rustflags changed
30392025-01-16T18:13:10.750Z Compiling rayon-core v1.12.1
30402025-01-16T18:13:10.806Z Running `/home/build/.rustup/toolchains/1.84.0-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=2c53aee684955e1b -C extra-filename=-2c53aee684955e1b --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-2c53aee684955e1b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412025-01-16T18:13:11.036Z Dirty bitflags v1.3.2: the rustflags changed
30422025-01-16T18:13:11.036Z Compiling bitflags v1.3.2
30432025-01-16T18:13:11.038Z Running `/home/build/.rustup/toolchains/1.84.0-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=f603d2aad5e0b54d -C extra-filename=-f603d2aad5e0b54d --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`
30442025-01-16T18:13:11.110Z Dirty utf-8 v0.7.6: the rustflags changed
30452025-01-16T18:13:11.110Z Compiling utf-8 v0.7.6
30462025-01-16T18:13:11.113Z Running `/home/build/.rustup/toolchains/1.84.0-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=f2c4e1bab67cf4d6 -C extra-filename=-f2c4e1bab67cf4d6 --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`
30472025-01-16T18:13:11.167Z Dirty static_assertions v1.1.0: the rustflags changed
30482025-01-16T18:13:11.167Z Compiling static_assertions v1.1.0
30492025-01-16T18:13:11.170Z Running `/home/build/.rustup/toolchains/1.84.0-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=fe33a9ed2bbee5cb -C extra-filename=-fe33a9ed2bbee5cb --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`
30502025-01-16T18:13:11.298Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-2c53aee684955e1b/build-script-build`
30512025-01-16T18:13:11.341Z Running `/home/build/.rustup/toolchains/1.84.0-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=2af185a96295bb45 -C extra-filename=-2af185a96295bb45 --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-876b15a9d7bdd3ca.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7fa3da68d019689.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-305eeae961c1807f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-37cbfb91a342fe9f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
30522025-01-16T18:13:11.467Z Dirty hex v0.4.3: the rustflags changed
30532025-01-16T18:13:11.467Z Compiling hex v0.4.3
30542025-01-16T18:13:11.484Z Running `/home/build/.rustup/toolchains/1.84.0-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=9d458307bf9bbccd -C extra-filename=-9d458307bf9bbccd --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552025-01-16T18:13:12.077Z Dirty crossbeam-channel v0.5.13: the rustflags changed
30562025-01-16T18:13:12.077Z Compiling crossbeam-channel v0.5.13
30572025-01-16T18:13:12.080Z Running `/home/build/.rustup/toolchains/1.84.0-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=b2592bbf09d20250 -C extra-filename=-b2592bbf09d20250 --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-1d9d1ebbe6560d01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582025-01-16T18:13:12.338Z Dirty memmap v0.7.0: the rustflags changed
30592025-01-16T18:13:12.340Z Compiling memmap v0.7.0
30602025-01-16T18:13:12.343Z Running `/home/build/.rustup/toolchains/1.84.0-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=4636668f589237af -C extra-filename=-4636668f589237af --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-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612025-01-16T18:13:12.398Z Dirty thread_local v1.1.8: the rustflags changed
30622025-01-16T18:13:12.398Z Compiling thread_local v1.1.8
30632025-01-16T18:13:12.400Z Running `/home/build/.rustup/toolchains/1.84.0-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=2094d41bd48cf0ec -C extra-filename=-2094d41bd48cf0ec --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-2f4d20600755659a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642025-01-16T18:13:12.721Z Dirty slog-async v2.8.0: the rustflags changed
30652025-01-16T18:13:12.721Z Compiling slog-async v2.8.0
30662025-01-16T18:13:12.766Z Running `/home/build/.rustup/toolchains/1.84.0-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=8ba10b168783a208 -C extra-filename=-8ba10b168783a208 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-8ba10b168783a208 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672025-01-16T18:13:12.794Z Dirty bit-vec v0.6.3: the rustflags changed
30682025-01-16T18:13:12.794Z Compiling bit-vec v0.6.3
30692025-01-16T18:13:12.797Z Running `/home/build/.rustup/toolchains/1.84.0-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=97672bc6c1d66d83 -C extra-filename=-97672bc6c1d66d83 --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`
30702025-01-16T18:13:12.919Z Dirty crossbeam-deque v0.8.5: the rustflags changed
30712025-01-16T18:13:12.919Z Compiling crossbeam-deque v0.8.5
30722025-01-16T18:13:13.009Z Running `/home/build/.rustup/toolchains/1.84.0-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=93cb16adfbbee0c4 -C extra-filename=-93cb16adfbbee0c4 --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-48c8eacb47accb9a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732025-01-16T18:13:13.123Z Dirty num-iter v0.1.45: the rustflags changed
30742025-01-16T18:13:13.123Z Compiling num-iter v0.1.45
30752025-01-16T18:13:13.125Z Running `/home/build/.rustup/toolchains/1.84.0-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=074ecb6f361c60e4 -C extra-filename=-074ecb6f361c60e4 --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-deb592893980e78a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762025-01-16T18:13:13.229Z Dirty bit-set v0.5.3: the rustflags changed
30772025-01-16T18:13:13.230Z Compiling bit-set v0.5.3
30782025-01-16T18:13:13.234Z Running `/home/build/.rustup/toolchains/1.84.0-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=405f76e08a13eea9 -C extra-filename=-405f76e08a13eea9 --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-97672bc6c1d66d83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792025-01-16T18:13:13.280Z Dirty flate2 v1.0.34: the rustflags changed
30802025-01-16T18:13:13.280Z Compiling flate2 v1.0.34
30812025-01-16T18:13:13.302Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.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="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=b34d1c090ab67efe -C extra-filename=-b34d1c090ab67efe --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-fc3ea3725139f5f8.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-329e4edf3119c1a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822025-01-16T18:13:13.302Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-8ba10b168783a208/build-script-build`
30832025-01-16T18:13:13.328Z Dirty elliptic-curve v0.13.8: the rustflags changed
30842025-01-16T18:13:13.328Z Compiling elliptic-curve v0.13.8
30852025-01-16T18:13:13.328Z Running `/home/build/.rustup/toolchains/1.84.0-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=4e1a08ad60a931b7 -C extra-filename=-4e1a08ad60a931b7 --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-e8b2861f754b86e4.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-c127a344d01837f8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53e0848c3ee07c7a.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-b34deca97f74ec86.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-71e773b8f60a7a6e.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4762d669c6b046d7.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-91f2019334cb8470.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7e6707f0003ad91.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-c1e4438817c9d6eb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862025-01-16T18:13:13.353Z Dirty curve25519-dalek v4.1.3: the rustflags changed
30872025-01-16T18:13:13.353Z Compiling curve25519-dalek v4.1.3
30882025-01-16T18:13:13.356Z Running `/home/build/.rustup/toolchains/1.84.0-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=177d858100d58b96 -C extra-filename=-177d858100d58b96 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-177d858100d58b96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-87cd6b4b517bea28.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892025-01-16T18:13:13.383Z Dirty rustls v0.22.4: the rustflags changed
30902025-01-16T18:13:13.383Z Compiling rustls v0.22.4
30912025-01-16T18:13:13.385Z Running `/home/build/.rustup/toolchains/1.84.0-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=3c41f80e69ed187a -C extra-filename=-3c41f80e69ed187a --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-3c41f80e69ed187a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922025-01-16T18:13:13.522Z Dirty take_mut v0.2.2: the rustflags changed
30932025-01-16T18:13:13.522Z Compiling take_mut v0.2.2
30942025-01-16T18:13:13.525Z Running `/home/build/.rustup/toolchains/1.84.0-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=b9d98aaa99338c16 -C extra-filename=-b9d98aaa99338c16 --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`
30952025-01-16T18:13:14.072Z Dirty num-bigint-dig v0.8.4: the rustflags changed
30962025-01-16T18:13:14.072Z Compiling num-bigint-dig v0.8.4
30972025-01-16T18:13:14.100Z Running `/home/build/.rustup/toolchains/1.84.0-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=4fe5e5373a72d957 -C extra-filename=-4fe5e5373a72d957 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-4fe5e5373a72d957 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982025-01-16T18:13:14.100Z Dirty match_cfg v0.1.0: the rustflags changed
30992025-01-16T18:13:14.100Z Compiling match_cfg v0.1.0
31002025-01-16T18:13:14.100Z Running `/home/build/.rustup/toolchains/1.84.0-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=bbc0f074b4a8c553 -C extra-filename=-bbc0f074b4a8c553 --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`
31012025-01-16T18:13:14.100Z Dirty hostname v0.3.1: the rustflags changed
31022025-01-16T18:13:14.100Z Compiling hostname v0.3.1
31032025-01-16T18:13:14.100Z Running `/home/build/.rustup/toolchains/1.84.0-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=ee2ed04f0791195d -C extra-filename=-ee2ed04f0791195d --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-c613ee633f8b6caa.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-bbc0f074b4a8c553.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042025-01-16T18:13:14.119Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-3c41f80e69ed187a/build-script-build`
31052025-01-16T18:13:14.128Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-4fe5e5373a72d957/build-script-build`
31062025-01-16T18:13:14.131Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-177d858100d58b96/build-script-build`
31072025-01-16T18:13:14.175Z Dirty usdt-macro v0.5.0: the rustflags changed
31082025-01-16T18:13:14.175Z Compiling usdt-macro v0.5.0
31092025-01-16T18:13:14.179Z Dirty usdt-attr-macro v0.5.0: the rustflags changed
31102025-01-16T18:13:14.179Z Compiling usdt-attr-macro v0.5.0
31112025-01-16T18:13:14.192Z Running `/home/build/.rustup/toolchains/1.84.0-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=beb863c219d7702d -C extra-filename=-beb863c219d7702d --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-b2592bbf09d20250.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-b9d98aaa99338c16.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-2094d41bd48cf0ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
31122025-01-16T18:13:14.195Z Dirty slog-term v2.9.1: the rustflags changed
31132025-01-16T18:13:14.195Z Compiling slog-term v2.9.1
31142025-01-16T18:13:14.195Z Running `/home/build/.rustup/toolchains/1.84.0-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=8e2bb0ba4f610594 -C extra-filename=-8e2bb0ba4f610594 --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-305eeae961c1807f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-2af185a96295bb45.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152025-01-16T18:13:14.195Z Running `/home/build/.rustup/toolchains/1.84.0-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=3788f35b6ee62418 -C extra-filename=-3788f35b6ee62418 --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-305eeae961c1807f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-2af185a96295bb45.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31162025-01-16T18:13:14.195Z Running `/home/build/.rustup/toolchains/1.84.0-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=ac5646eae2f22228 -C extra-filename=-ac5646eae2f22228 --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-93cb16adfbbee0c4.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172025-01-16T18:13:14.234Z Running `/home/build/.rustup/toolchains/1.84.0-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=02ce2f402bd6f360 -C extra-filename=-02ce2f402bd6f360 --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-d3778fbb78f4b217.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b8051aa10a7a22cc.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-2094d41bd48cf0ec.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-657ea94e2e159f93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182025-01-16T18:13:14.276Z Dirty toml v0.7.8: the rustflags changed
31192025-01-16T18:13:14.276Z Compiling toml v0.7.8
31202025-01-16T18:13:14.344Z Running `/home/build/.rustup/toolchains/1.84.0-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=77ff0efa8822dc90 -C extra-filename=-77ff0efa8822dc90 --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-74905474c961af45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b671e902af892656.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6f976decdfac1eaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212025-01-16T18:13:15.218Z Dirty phf_shared v0.11.2: the rustflags changed
31222025-01-16T18:13:15.219Z Compiling phf_shared v0.11.2
31232025-01-16T18:13:15.221Z Running `/home/build/.rustup/toolchains/1.84.0-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=4f87d965dafa2825 -C extra-filename=-4f87d965dafa2825 --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-19946207e45caf8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242025-01-16T18:13:15.413Z Dirty rfc6979 v0.4.0: the rustflags changed
31252025-01-16T18:13:15.413Z Compiling rfc6979 v0.4.0
31262025-01-16T18:13:15.439Z Running `/home/build/.rustup/toolchains/1.84.0-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=267f8a4aeb715817 -C extra-filename=-267f8a4aeb715817 --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-517e02b56c4bc0b5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31272025-01-16T18:13:15.633Z Dirty zerocopy-derive v0.6.6: the rustflags changed
31282025-01-16T18:13:15.633Z Compiling zerocopy-derive v0.6.6
31292025-01-16T18:13:15.636Z Running `/home/build/.rustup/toolchains/1.84.0-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=0be5a749ec06bcc0 -C extra-filename=-0be5a749ec06bcc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302025-01-16T18:13:15.659Z Dirty curve25519-dalek-derive v0.1.1: the rustflags changed
31312025-01-16T18:13:15.659Z Compiling curve25519-dalek-derive v0.1.1
31322025-01-16T18:13:15.697Z Running `/home/build/.rustup/toolchains/1.84.0-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=f84d01731a39222e -C extra-filename=-f84d01731a39222e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332025-01-16T18:13:15.748Z Dirty bstr v1.10.0: the rustflags changed
31342025-01-16T18:13:15.748Z Compiling bstr v1.10.0
31352025-01-16T18:13:15.752Z Running `/home/build/.rustup/toolchains/1.84.0-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=e31d762c6d2f42d1 -C extra-filename=-e31d762c6d2f42d1 --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-4182dae7cc683f1e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362025-01-16T18:13:15.778Z Dirty managed v0.8.0: the rustflags changed
31372025-01-16T18:13:15.778Z Compiling managed v0.8.0
31382025-01-16T18:13:15.780Z Running `/home/build/.rustup/toolchains/1.84.0-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=74d3035b7c22bdf7 -C extra-filename=-74d3035b7c22bdf7 --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`
31392025-01-16T18:13:16.017Z Dirty signal-hook v0.3.17: the rustflags changed
31402025-01-16T18:13:16.017Z Compiling signal-hook v0.3.17
31412025-01-16T18:13:16.041Z Running `/home/build/.rustup/toolchains/1.84.0-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=9bc43d0f1c569e8d -C extra-filename=-9bc43d0f1c569e8d --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-9bc43d0f1c569e8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422025-01-16T18:13:16.180Z Dirty usdt v0.5.0: the rustflags changed
31432025-01-16T18:13:16.180Z Compiling usdt v0.5.0
31442025-01-16T18:13:16.184Z Running `/home/build/.rustup/toolchains/1.84.0-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=80afca318dc2db3d -C extra-filename=-80afca318dc2db3d --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-f7fa3da68d019689.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-305eeae961c1807f.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-bdfb595a1452c7cf.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-4636668f589237af.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-3788f35b6ee62418.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-2af185a96295bb45.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-8e2bb0ba4f610594.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452025-01-16T18:13:16.228Z Dirty fixedbitset v0.4.2: the rustflags changed
31462025-01-16T18:13:16.229Z Compiling fixedbitset v0.4.2
31472025-01-16T18:13:16.231Z Running `/home/build/.rustup/toolchains/1.84.0-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=8b31b40d58ece303 -C extra-filename=-8b31b40d58ece303 --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`
31482025-01-16T18:13:16.253Z Dirty ecdsa v0.16.9: the rustflags changed
31492025-01-16T18:13:16.254Z Compiling ecdsa v0.16.9
31502025-01-16T18:13:16.256Z Running `/home/build/.rustup/toolchains/1.84.0-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=c1af42b47e915229 -C extra-filename=-c1af42b47e915229 --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-be7fb8384212584f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53e0848c3ee07c7a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-4e1a08ad60a931b7.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-267f8a4aeb715817.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9ad74570a405311a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512025-01-16T18:13:16.401Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-9bc43d0f1c569e8d/build-script-build`
31522025-01-16T18:13:16.419Z Running `/home/build/.rustup/toolchains/1.84.0-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=b5fc7e8b2a0dfdbf -C extra-filename=-b5fc7e8b2a0dfdbf --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-876b15a9d7bdd3ca.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-74bc698943a40f85.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-074ecb6f361c60e4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
31532025-01-16T18:13:16.670Z Dirty petgraph v0.6.5: the rustflags changed
31542025-01-16T18:13:16.670Z Compiling petgraph v0.6.5
31552025-01-16T18:13:16.670Z Running `/home/build/.rustup/toolchains/1.84.0-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=8375ac69ab4c2472 -C extra-filename=-8375ac69ab4c2472 --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-8b31b40d58ece303.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31562025-01-16T18:13:16.699Z Dirty phf_shared v0.10.0: the rustflags changed
31572025-01-16T18:13:16.699Z Compiling phf_shared v0.10.0
31582025-01-16T18:13:16.702Z Running `/home/build/.rustup/toolchains/1.84.0-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=2e5000d62e549b51 -C extra-filename=-2e5000d62e549b51 --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-19946207e45caf8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592025-01-16T18:13:17.032Z Dirty pkcs1 v0.7.5: the rustflags changed
31602025-01-16T18:13:17.032Z Compiling pkcs1 v0.7.5
31612025-01-16T18:13:17.035Z Running `/home/build/.rustup/toolchains/1.84.0-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=da26bf7ee7d3c095 -C extra-filename=-da26bf7ee7d3c095 --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-be7fb8384212584f.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-91f2019334cb8470.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622025-01-16T18:13:17.106Z Dirty bzip2-sys v0.1.11+1.0.8: the rustflags changed
31632025-01-16T18:13:17.106Z Compiling bzip2-sys v0.1.11+1.0.8
31642025-01-16T18:13:17.109Z Running `/home/build/.rustup/toolchains/1.84.0-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=4374cf2532aff75d -C extra-filename=-4374cf2532aff75d --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4374cf2532aff75d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-4c7af3260133b595.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652025-01-16T18:13:17.287Z Running `/home/build/.rustup/toolchains/1.84.0-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=f9de644c70452000 -C extra-filename=-f9de644c70452000 --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-2f4d20600755659a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-f84d01731a39222e.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53e0848c3ee07c7a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7e6707f0003ad91.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.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"'`
31662025-01-16T18:13:17.291Z Dirty multer v3.1.0: the rustflags changed
31672025-01-16T18:13:17.291Z Compiling multer v3.1.0
31682025-01-16T18:13:17.294Z Running `/home/build/.rustup/toolchains/1.84.0-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=a8e242ff95e78939 -C extra-filename=-a8e242ff95e78939 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-a8e242ff95e78939 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692025-01-16T18:13:17.667Z Dirty new_debug_unreachable v1.0.6: the rustflags changed
31702025-01-16T18:13:17.667Z Compiling new_debug_unreachable v1.0.6
31712025-01-16T18:13:17.703Z Running `/home/build/.rustup/toolchains/1.84.0-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=afcf66c800fc794e -C extra-filename=-afcf66c800fc794e --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`
31722025-01-16T18:13:17.744Z Dirty precomputed-hash v0.1.1: the rustflags changed
31732025-01-16T18:13:17.744Z Compiling precomputed-hash v0.1.1
31742025-01-16T18:13:17.771Z Running `/home/build/.rustup/toolchains/1.84.0-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=364fc3b2164eeedb -C extra-filename=-364fc3b2164eeedb --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`
31752025-01-16T18:13:17.775Z Dirty zerocopy v0.6.6: the rustflags changed
31762025-01-16T18:13:17.775Z Compiling zerocopy v0.6.6
31772025-01-16T18:13:17.803Z Running `/home/build/.rustup/toolchains/1.84.0-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=2d48586636f54240 -C extra-filename=-2d48586636f54240 --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-876b15a9d7bdd3ca.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-0be5a749ec06bcc0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782025-01-16T18:13:17.803Z Dirty unicode-xid v0.2.6: the rustflags changed
31792025-01-16T18:13:17.803Z Compiling unicode-xid v0.2.6
31802025-01-16T18:13:17.807Z Running `/home/build/.rustup/toolchains/1.84.0-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=a0e8137b2872d57c -C extra-filename=-a0e8137b2872d57c --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`
31812025-01-16T18:13:17.900Z Dirty string_cache v0.8.7: the rustflags changed
31822025-01-16T18:13:17.900Z Compiling string_cache v0.8.7
31832025-01-16T18:13:17.903Z Running `/home/build/.rustup/toolchains/1.84.0-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=183e7b811b862707 -C extra-filename=-183e7b811b862707 --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-afcf66c800fc794e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e7f6481d86e59bfb.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-2e5000d62e549b51.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-364fc3b2164eeedb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842025-01-16T18:13:17.975Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4374cf2532aff75d/build-script-build`
31852025-01-16T18:13:18.052Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-a8e242ff95e78939/build-script-build`
31862025-01-16T18:13:18.098Z Running `/home/build/.rustup/toolchains/1.84.0-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=d856ce5d15fe3475 -C extra-filename=-d856ce5d15fe3475 --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-c613ee633f8b6caa.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-c38335ed0e2accea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872025-01-16T18:13:18.341Z Dirty ed25519 v2.2.3: the rustflags changed
31882025-01-16T18:13:18.341Z Compiling ed25519 v2.2.3
31892025-01-16T18:13:18.344Z Running `/home/build/.rustup/toolchains/1.84.0-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=e2ebaae0843303c6 -C extra-filename=-e2ebaae0843303c6 --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-91f2019334cb8470.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9ad74570a405311a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902025-01-16T18:13:18.533Z Dirty slog-json v2.6.1: the rustflags changed
31912025-01-16T18:13:18.534Z Compiling slog-json v2.6.1
31922025-01-16T18:13:18.536Z Running `/home/build/.rustup/toolchains/1.84.0-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=c80bfc886b8b2c8e -C extra-filename=-c80bfc886b8b2c8e --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-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-657ea94e2e159f93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932025-01-16T18:13:18.924Z Dirty rsa v0.9.6: the rustflags changed
31942025-01-16T18:13:18.924Z Compiling rsa v0.9.6
31952025-01-16T18:13:18.927Z Running `/home/build/.rustup/toolchains/1.84.0-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=a2c428ee1d997310 -C extra-filename=-a2c428ee1d997310 --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-96c496a36c3a16e3.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53e0848c3ee07c7a.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b5fc7e8b2a0dfdbf.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-da26bf7ee7d3c095.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-91f2019334cb8470.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7e6707f0003ad91.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9ad74570a405311a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962025-01-16T18:13:18.975Z Dirty hubpack_derive v0.1.1: the rustflags changed
31972025-01-16T18:13:18.975Z Compiling hubpack_derive v0.1.1
31982025-01-16T18:13:18.979Z Running `/home/build/.rustup/toolchains/1.84.0-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=4a6032cdcba87bf2 -C extra-filename=-4a6032cdcba87bf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992025-01-16T18:13:19.652Z Dirty async-stream-impl v0.3.6: the rustflags changed
32002025-01-16T18:13:19.652Z Compiling async-stream-impl v0.3.6
32012025-01-16T18:13:19.656Z Running `/home/build/.rustup/toolchains/1.84.0-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=6b73b2c689630178 -C extra-filename=-6b73b2c689630178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022025-01-16T18:13:19.936Z Dirty debug-ignore v1.0.5: the rustflags changed
32032025-01-16T18:13:19.937Z Compiling debug-ignore v1.0.5
32042025-01-16T18:13:19.940Z Running `/home/build/.rustup/toolchains/1.84.0-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=0092373b64d1ada5 -C extra-filename=-0092373b64d1ada5 --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`
32052025-01-16T18:13:20.102Z Dirty quick-error v1.2.3: the rustflags changed
32062025-01-16T18:13:20.102Z Compiling quick-error v1.2.3
32072025-01-16T18:13:20.105Z Running `/home/build/.rustup/toolchains/1.84.0-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=31449fb4569280b5 -C extra-filename=-31449fb4569280b5 --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`
32082025-01-16T18:13:20.131Z Dirty hubpack v0.1.2: the rustflags changed
32092025-01-16T18:13:20.131Z Compiling hubpack v0.1.2
32102025-01-16T18:13:20.133Z Running `/home/build/.rustup/toolchains/1.84.0-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=d359207ba9fb3377 -C extra-filename=-d359207ba9fb3377 --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-4a6032cdcba87bf2.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112025-01-16T18:13:20.246Z Running `/home/build/.rustup/toolchains/1.84.0-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=6100d6ce8ea15f06 -C extra-filename=-6100d6ce8ea15f06 --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-c613ee633f8b6caa.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-6ac60295cad7b5c9/out/lib -l static=bz2`
32122025-01-16T18:13:20.326Z Dirty ed25519-dalek v2.1.1: the rustflags changed
32132025-01-16T18:13:20.326Z Compiling ed25519-dalek v2.1.1
32142025-01-16T18:13:20.332Z Running `/home/build/.rustup/toolchains/1.84.0-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=2d3b51473a5edfb6 -C extra-filename=-2d3b51473a5edfb6 --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-f9de644c70452000.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-e2ebaae0843303c6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7e6707f0003ad91.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9ad74570a405311a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32152025-01-16T18:13:20.447Z Dirty slog-bunyan v2.5.0: the rustflags changed
32162025-01-16T18:13:20.447Z Compiling slog-bunyan v2.5.0
32172025-01-16T18:13:20.450Z Running `/home/build/.rustup/toolchains/1.84.0-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=dbd78c2cd4fe5c27 -C extra-filename=-dbd78c2cd4fe5c27 --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-ee2ed04f0791195d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-c80bfc886b8b2c8e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-657ea94e2e159f93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182025-01-16T18:13:20.616Z Running `/home/build/.rustup/toolchains/1.84.0-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=181d8e662fc1873f -C extra-filename=-181d8e662fc1873f --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-369ee3d2c774136a.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-5bbd5d6599ea15c7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7259561918d96c79.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-3fd47857214c95c3.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192025-01-16T18:13:20.693Z Dirty x509-cert v0.2.5: the rustflags changed
32202025-01-16T18:13:20.693Z Compiling x509-cert v0.2.5
32212025-01-16T18:13:20.723Z Running `/home/build/.rustup/toolchains/1.84.0-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=4d57f6e224f4074c -C extra-filename=-4d57f6e224f4074c --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-96c496a36c3a16e3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222025-01-16T18:13:21.160Z Dirty async-stream v0.3.6: the rustflags changed
32232025-01-16T18:13:21.160Z Compiling async-stream v0.3.6
32242025-01-16T18:13:21.163Z Running `/home/build/.rustup/toolchains/1.84.0-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=b4f7f05ffcdc9508 -C extra-filename=-b4f7f05ffcdc9508 --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-6b73b2c689630178.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252025-01-16T18:13:21.491Z Dirty heapless v0.7.17: the rustflags changed
32262025-01-16T18:13:21.491Z Compiling heapless v0.7.17
32272025-01-16T18:13:21.495Z Running `/home/build/.rustup/toolchains/1.84.0-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=95012c0647a565dd -C extra-filename=-95012c0647a565dd --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-95012c0647a565dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-87cd6b4b517bea28.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282025-01-16T18:13:21.627Z Dirty serde_path_to_error v0.1.16: the rustflags changed
32292025-01-16T18:13:21.627Z Compiling serde_path_to_error v0.1.16
32302025-01-16T18:13:21.652Z Running `/home/build/.rustup/toolchains/1.84.0-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=38e47cf4ad398319 -C extra-filename=-38e47cf4ad398319 --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-04bafa42b6ada290.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312025-01-16T18:13:21.656Z Dirty idna v0.4.0: the rustflags changed
32322025-01-16T18:13:21.656Z Compiling idna v0.4.0
32332025-01-16T18:13:21.656Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e00e7b1b82a04306 -C extra-filename=-e00e7b1b82a04306 --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-bb3580d2ff429c8d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342025-01-16T18:13:22.004Z Dirty waitgroup v0.1.2: the rustflags changed
32352025-01-16T18:13:22.004Z Compiling waitgroup v0.1.2
32362025-01-16T18:13:22.007Z Running `/home/build/.rustup/toolchains/1.84.0-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=c6efa411e52fb3a4 -C extra-filename=-c6efa411e52fb3a4 --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-300320b4c213bb02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372025-01-16T18:13:22.251Z Dirty enum-as-inner v0.6.1: the rustflags changed
32382025-01-16T18:13:22.251Z Compiling enum-as-inner v0.6.1
32392025-01-16T18:13:22.254Z Running `/home/build/.rustup/toolchains/1.84.0-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=c2ffdc7adc8b0f28 -C extra-filename=-c2ffdc7adc8b0f28 --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-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402025-01-16T18:13:22.433Z Dirty hostname v0.4.0: the rustflags changed
32412025-01-16T18:13:22.433Z Compiling hostname v0.4.0
32422025-01-16T18:13:22.436Z Running `/home/build/.rustup/toolchains/1.84.0-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=a87d321d726a68a5 -C extra-filename=-a87d321d726a68a5 --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-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432025-01-16T18:13:22.676Z Dirty dropshot v0.12.0: the rustflags changed
32442025-01-16T18:13:22.676Z Compiling dropshot v0.12.0
32452025-01-16T18:13:22.679Z Running `/home/build/.rustup/toolchains/1.84.0-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=a66bb4bb631e2420 -C extra-filename=-a66bb4bb631e2420 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-a66bb4bb631e2420 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462025-01-16T18:13:23.076Z Dirty newtype-uuid v1.2.1: the rustflags changed
32472025-01-16T18:13:23.076Z Compiling newtype-uuid v1.2.1
32482025-01-16T18:13:23.079Z Running `/home/build/.rustup/toolchains/1.84.0-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=e2b21ab03774c0de -C extra-filename=-e2b21ab03774c0de --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-e2b21ab03774c0de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492025-01-16T18:13:23.230Z Dirty lalrpop-util v0.19.12: the rustflags changed
32502025-01-16T18:13:23.230Z Compiling lalrpop-util v0.19.12
32512025-01-16T18:13:23.233Z Running `/home/build/.rustup/toolchains/1.84.0-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=bb088ae80185107e -C extra-filename=-bb088ae80185107e --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-16T18:13:23.453Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-e2b21ab03774c0de/build-script-build`
32532025-01-16T18:13:23.481Z Dirty hickory-proto v0.24.1: the rustflags changed
32542025-01-16T18:13:23.482Z Compiling hickory-proto v0.24.1
32552025-01-16T18:13:23.504Z Running `/home/build/.rustup/toolchains/1.84.0-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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=11b1c0b2f0d4deda -C extra-filename=-11b1c0b2f0d4deda --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-897d930859dde460.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-c2ffdc7adc8b0f28.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e00e7b1b82a04306.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-63824ab9e110268f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32562025-01-16T18:13:23.516Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-a66bb4bb631e2420/build-script-build`
32572025-01-16T18:13:23.602Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-95012c0647a565dd/build-script-build`
32582025-01-16T18:13:23.631Z Dirty bzip2 v0.4.4: the rustflags changed
32592025-01-16T18:13:23.631Z Compiling bzip2 v0.4.4
32602025-01-16T18:13:23.634Z Running `/home/build/.rustup/toolchains/1.84.0-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=e6e8d20c7d103575 -C extra-filename=-e6e8d20c7d103575 --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-6100d6ce8ea15f06.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.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-6ac60295cad7b5c9/out/lib`
32612025-01-16T18:13:23.690Z Dirty signal-hook-mio v0.2.4: the rustflags changed
32622025-01-16T18:13:23.690Z Compiling signal-hook-mio v0.2.4
32632025-01-16T18:13:23.693Z Running `/home/build/.rustup/toolchains/1.84.0-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=ee903a2c4bd59c38 -C extra-filename=-ee903a2c4bd59c38 --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-c613ee633f8b6caa.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-8d09f0811006783a.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d856ce5d15fe3475.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32642025-01-16T18:13:23.888Z Dirty console v0.15.8: the rustflags changed
32652025-01-16T18:13:23.888Z Compiling console v0.15.8
32662025-01-16T18:13:23.891Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.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="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=3771a6b885e2a4df -C extra-filename=-3771a6b885e2a4df --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-57d431b61839a6c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672025-01-16T18:13:24.033Z Dirty dropshot_endpoint v0.12.0: the rustflags changed
32682025-01-16T18:13:24.033Z Compiling dropshot_endpoint v0.12.0
32692025-01-16T18:13:24.095Z Running `/home/build/.rustup/toolchains/1.84.0-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=c8cf29938842673a -C extra-filename=-c8cf29938842673a --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-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702025-01-16T18:13:24.925Z Dirty hash32 v0.2.1: the rustflags changed
32712025-01-16T18:13:24.925Z Compiling hash32 v0.2.1
32722025-01-16T18:13:24.928Z Running `/home/build/.rustup/toolchains/1.84.0-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=138a161f31061de8 -C extra-filename=-138a161f31061de8 --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-876b15a9d7bdd3ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732025-01-16T18:13:25.093Z Dirty linked-hash-map v0.5.6: the rustflags changed
32742025-01-16T18:13:25.093Z Compiling linked-hash-map v0.5.6
32752025-01-16T18:13:25.096Z Running `/home/build/.rustup/toolchains/1.84.0-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=b78035904e137aaa -C extra-filename=-b78035904e137aaa --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`
32762025-01-16T18:13:25.264Z Dirty predicates-core v1.0.8: the rustflags changed
32772025-01-16T18:13:25.264Z Compiling predicates-core v1.0.8
32782025-01-16T18:13:25.267Z Running `/home/build/.rustup/toolchains/1.84.0-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=109d64e5bbc58719 -C extra-filename=-109d64e5bbc58719 --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`
32792025-01-16T18:13:25.319Z Dirty portable-atomic v1.9.0: the rustflags changed
32802025-01-16T18:13:25.319Z Compiling portable-atomic v1.9.0
32812025-01-16T18:13:25.323Z Running `/home/build/.rustup/toolchains/1.84.0-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=2befc5628a287ae7 -C extra-filename=-2befc5628a287ae7 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-2befc5628a287ae7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822025-01-16T18:13:25.475Z Dirty unicode-properties v0.1.3: the rustflags changed
32832025-01-16T18:13:25.475Z Compiling unicode-properties v0.1.3
32842025-01-16T18:13:25.478Z Running `/home/build/.rustup/toolchains/1.84.0-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=ccb8cd51c4d01535 -C extra-filename=-ccb8cd51c4d01535 --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`
32852025-01-16T18:13:25.609Z Dirty smoltcp v0.9.1: the rustflags changed
32862025-01-16T18:13:25.609Z Compiling smoltcp v0.9.1
32872025-01-16T18:13:25.612Z Running `/home/build/.rustup/toolchains/1.84.0-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=9f382fb760202a6a -C extra-filename=-9f382fb760202a6a --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-9f382fb760202a6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882025-01-16T18:13:25.914Z Dirty stringprep v0.1.5: the rustflags changed
32892025-01-16T18:13:25.914Z Compiling stringprep v0.1.5
32902025-01-16T18:13:25.917Z Running `/home/build/.rustup/toolchains/1.84.0-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=e65ca84d6ce8ff2c -C extra-filename=-e65ca84d6ce8ff2c --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-bb3580d2ff429c8d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-ccb8cd51c4d01535.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912025-01-16T18:13:26.357Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-9f382fb760202a6a/build-script-build`
32922025-01-16T18:13:26.400Z Dirty lru-cache v0.1.2: the rustflags changed
32932025-01-16T18:13:26.400Z Compiling lru-cache v0.1.2
32942025-01-16T18:13:26.403Z Running `/home/build/.rustup/toolchains/1.84.0-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=cb7533aca109a600 -C extra-filename=-cb7533aca109a600 --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-b78035904e137aaa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32952025-01-16T18:13:26.456Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-2befc5628a287ae7/build-script-build`
32962025-01-16T18:13:26.517Z Running `/home/build/.rustup/toolchains/1.84.0-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=b89f9ff741145e99 -C extra-filename=-b89f9ff741145e99 --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-138a161f31061de8.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f6c9094a52be94c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
32972025-01-16T18:13:26.548Z Dirty crossterm v0.28.1: the rustflags changed
32982025-01-16T18:13:26.548Z Compiling crossterm v0.28.1
32992025-01-16T18:13:26.572Z Running `/home/build/.rustup/toolchains/1.84.0-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=2e88b6aa724248bf -C extra-filename=-2e88b6aa724248bf --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-01159dab402db438.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-8d09f0811006783a.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e7f6481d86e59bfb.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7b456fcff16b9237.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d856ce5d15fe3475.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-ee903a2c4bd59c38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002025-01-16T18:13:26.616Z Running `/home/build/.rustup/toolchains/1.84.0-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=15b9c4e619a5e313 -C extra-filename=-15b9c4e619a5e313 --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-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
33012025-01-16T18:13:26.941Z Dirty similar v2.6.0: the rustflags changed
33022025-01-16T18:13:26.942Z Compiling similar v2.6.0
33032025-01-16T18:13:26.968Z Running `/home/build/.rustup/toolchains/1.84.0-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=9c26d2b921c8acfc -C extra-filename=-9c26d2b921c8acfc --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-e31d762c6d2f42d1.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4466e3a88ed6f5e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33042025-01-16T18:13:26.997Z Dirty rayon v1.10.0: the rustflags changed
33052025-01-16T18:13:26.997Z Compiling rayon v1.10.0
33062025-01-16T18:13:26.999Z Running `/home/build/.rustup/toolchains/1.84.0-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=df66728581154229 -C extra-filename=-df66728581154229 --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-def387f0ad91f972.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-ac5646eae2f22228.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072025-01-16T18:13:27.499Z Dirty tokio-stream v0.1.16: the rustflags changed
33082025-01-16T18:13:27.499Z Compiling tokio-stream v0.1.16
33092025-01-16T18:13:27.523Z Running `/home/build/.rustup/toolchains/1.84.0-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=be2321e1481bc3b3 -C extra-filename=-be2321e1481bc3b3 --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-6723a47d595cc3af.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102025-01-16T18:13:28.492Z Dirty md-5 v0.10.6: the rustflags changed
33112025-01-16T18:13:28.492Z Compiling md-5 v0.10.6
33122025-01-16T18:13:28.496Z Running `/home/build/.rustup/toolchains/1.84.0-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=0bf42aff596198df -C extra-filename=-0bf42aff596198df --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-2f4d20600755659a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53e0848c3ee07c7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33132025-01-16T18:13:28.570Z Dirty float-cmp v0.9.0: the rustflags changed
33142025-01-16T18:13:28.570Z Compiling float-cmp v0.9.0
33152025-01-16T18:13:28.572Z Running `/home/build/.rustup/toolchains/1.84.0-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=875403b0d525c4d7 -C extra-filename=-875403b0d525c4d7 --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-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33162025-01-16T18:13:28.795Z Dirty fs-err v2.11.0: the rustflags changed
33172025-01-16T18:13:28.795Z Compiling fs-err v2.11.0
33182025-01-16T18:13:28.800Z Running `/home/build/.rustup/toolchains/1.84.0-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=f22c1b457ff35f37 -C extra-filename=-f22c1b457ff35f37 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-f22c1b457ff35f37 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192025-01-16T18:13:28.841Z Dirty fallible-iterator v0.2.0: the rustflags changed
33202025-01-16T18:13:28.841Z Compiling fallible-iterator v0.2.0
33212025-01-16T18:13:28.844Z Running `/home/build/.rustup/toolchains/1.84.0-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=6021f8e54029b32f -C extra-filename=-6021f8e54029b32f --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`
33222025-01-16T18:13:29.116Z Dirty normalize-line-endings v0.3.0: the rustflags changed
33232025-01-16T18:13:29.116Z Compiling normalize-line-endings v0.3.0
33242025-01-16T18:13:29.119Z Running `/home/build/.rustup/toolchains/1.84.0-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=2e2ecbf30ee4becb -C extra-filename=-2e2ecbf30ee4becb --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`
33252025-01-16T18:13:29.189Z Dirty difflib v0.4.0: the rustflags changed
33262025-01-16T18:13:29.189Z Compiling difflib v0.4.0
33272025-01-16T18:13:29.192Z Running `/home/build/.rustup/toolchains/1.84.0-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=62d87acef3d6f071 -C extra-filename=-62d87acef3d6f071 --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`
33282025-01-16T18:13:29.279Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-f22c1b457ff35f37/build-script-build`
33292025-01-16T18:13:29.451Z Running `/home/build/.rustup/toolchains/1.84.0-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=2f26113a918736c8 -C extra-filename=-2f26113a918736c8 --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-f603d2aad5e0b54d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-b89f9ff741145e99.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-74d3035b7c22bdf7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302025-01-16T18:13:29.523Z Dirty postgres-protocol v0.6.7: the rustflags changed
33312025-01-16T18:13:29.523Z Compiling postgres-protocol v0.6.7
33322025-01-16T18:13:29.526Z Running `/home/build/.rustup/toolchains/1.84.0-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=e1c6b5ef1948737c -C extra-filename=-e1c6b5ef1948737c --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-7fc06bffdc865433.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6021f8e54029b32f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-517e02b56c4bc0b5.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-0bf42aff596198df.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-e65ca84d6ce8ff2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332025-01-16T18:13:29.828Z Dirty predicates v3.1.2: the rustflags changed
33342025-01-16T18:13:29.828Z Compiling predicates v3.1.2
33352025-01-16T18:13:29.831Z Running `/home/build/.rustup/toolchains/1.84.0-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=7e62bfd0a61cbc20 -C extra-filename=-7e62bfd0a61cbc20 --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-306c1e1ce10f7b6c.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-62d87acef3d6f071.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-875403b0d525c4d7.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-2e2ecbf30ee4becb.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-109d64e5bbc58719.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362025-01-16T18:13:30.245Z Running `/home/build/.rustup/toolchains/1.84.0-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=0f9645dab08ea820 -C extra-filename=-0f9645dab08ea820 --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"))'`
33372025-01-16T18:13:30.653Z Dirty zip v0.6.6: the rustflags changed
33382025-01-16T18:13:30.653Z Compiling zip v0.6.6
33392025-01-16T18:13:30.656Z Running `/home/build/.rustup/toolchains/1.84.0-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=ef7a889fe3d8c43d -C extra-filename=-ef7a889fe3d8c43d --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-876b15a9d7bdd3ca.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-e6e8d20c7d103575.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-fc3ea3725139f5f8.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.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-6ac60295cad7b5c9/out/lib`
33402025-01-16T18:13:30.819Z Dirty resolv-conf v0.7.0: the rustflags changed
33412025-01-16T18:13:30.819Z Compiling resolv-conf v0.7.0
33422025-01-16T18:13:30.824Z Running `/home/build/.rustup/toolchains/1.84.0-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=62a18f241e6aba2a -C extra-filename=-62a18f241e6aba2a --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-ee2ed04f0791195d.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-31449fb4569280b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432025-01-16T18:13:31.303Z Dirty phf v0.11.2: the rustflags changed
33442025-01-16T18:13:31.303Z Compiling phf v0.11.2
33452025-01-16T18:13:31.306Z Running `/home/build/.rustup/toolchains/1.84.0-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=ada04dadc6028ac2 -C extra-filename=-ada04dadc6028ac2 --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-4f87d965dafa2825.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462025-01-16T18:13:31.388Z Dirty tungstenite v0.24.0: the rustflags changed
33472025-01-16T18:13:31.388Z Compiling tungstenite v0.24.0
33482025-01-16T18:13:31.392Z Running `/home/build/.rustup/toolchains/1.84.0-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=d9e4398cbf59f783 -C extra-filename=-d9e4398cbf59f783 --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-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7259561918d96c79.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-930926124dabe7b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-f2c4e1bab67cf4d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492025-01-16T18:13:31.468Z Dirty strum_macros v0.25.3: the rustflags changed
33502025-01-16T18:13:31.468Z Compiling strum_macros v0.25.3
33512025-01-16T18:13:31.471Z Running `/home/build/.rustup/toolchains/1.84.0-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=7eaea055fbb0d15f -C extra-filename=-7eaea055fbb0d15f --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-17774551a3c17b51.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-99c0464e9f1cdfe0.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522025-01-16T18:13:31.498Z Dirty serde-big-array v0.5.1: the rustflags changed
33532025-01-16T18:13:31.498Z Compiling serde-big-array v0.5.1
33542025-01-16T18:13:31.501Z Running `/home/build/.rustup/toolchains/1.84.0-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=c3b633c9a4f788c0 -C extra-filename=-c3b633c9a4f788c0 --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552025-01-16T18:13:31.552Z Dirty serde_repr v0.1.19: the rustflags changed
33562025-01-16T18:13:31.552Z Compiling serde_repr v0.1.19
33572025-01-16T18:13:31.594Z Running `/home/build/.rustup/toolchains/1.84.0-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=dde6163dd4cb9720 -C extra-filename=-dde6163dd4cb9720 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582025-01-16T18:13:31.600Z Dirty unicode-width v0.2.0: the rustflags changed
33592025-01-16T18:13:31.600Z Compiling unicode-width v0.2.0
33602025-01-16T18:13:31.602Z Running `/home/build/.rustup/toolchains/1.84.0-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=d4c78d39c8604a5b -C extra-filename=-d4c78d39c8604a5b --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`
33612025-01-16T18:13:31.759Z Dirty number_prefix v0.4.0: the rustflags changed
33622025-01-16T18:13:31.759Z Compiling number_prefix v0.4.0
33632025-01-16T18:13:31.793Z Running `/home/build/.rustup/toolchains/1.84.0-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=01fd88bcde33224c -C extra-filename=-01fd88bcde33224c --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`
33642025-01-16T18:13:31.968Z Dirty peg-runtime v0.8.3: the rustflags changed
33652025-01-16T18:13:31.968Z Compiling peg-runtime v0.8.3
33662025-01-16T18:13:31.970Z Running `/home/build/.rustup/toolchains/1.84.0-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=87d0a45a21cda84f -C extra-filename=-87d0a45a21cda84f --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`
33672025-01-16T18:13:31.998Z Dirty hickory-resolver v0.24.1: the rustflags changed
33682025-01-16T18:13:31.998Z Compiling hickory-resolver v0.24.1
33692025-01-16T18:13:32.001Z Running `/home/build/.rustup/toolchains/1.84.0-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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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("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=4bcebe7c6918352c -C extra-filename=-4bcebe7c6918352c --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-2f4d20600755659a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-11b1c0b2f0d4deda.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-cb7533aca109a600.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e7f6481d86e59bfb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-62a18f241e6aba2a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702025-01-16T18:13:32.163Z Dirty indicatif v0.17.9: the rustflags changed
33712025-01-16T18:13:32.163Z Compiling indicatif v0.17.9
33722025-01-16T18:13:32.166Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.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="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=2cf5161fed8e45ee -C extra-filename=-2cf5161fed8e45ee --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-3771a6b885e2a4df.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-01fd88bcde33224c.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-0f9645dab08ea820.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d4c78d39c8604a5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732025-01-16T18:13:32.572Z Dirty tokio-tungstenite v0.24.0: the rustflags changed
33742025-01-16T18:13:32.572Z Compiling tokio-tungstenite v0.24.0
33752025-01-16T18:13:32.574Z Running `/home/build/.rustup/toolchains/1.84.0-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=7ffc062a204cf09a -C extra-filename=-7ffc062a204cf09a --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-839ba9a41c83a702.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-d9e4398cbf59f783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762025-01-16T18:13:32.679Z Dirty postgres-types v0.2.8: the rustflags changed
33772025-01-16T18:13:32.679Z Compiling postgres-types v0.2.8
33782025-01-16T18:13:32.712Z Running `/home/build/.rustup/toolchains/1.84.0-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=f9dabcf8a846b7f0 -C extra-filename=-f9dabcf8a846b7f0 --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-369ee3d2c774136a.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6021f8e54029b32f.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-e1c6b5ef1948737c.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792025-01-16T18:13:32.872Z Running `/home/build/.rustup/toolchains/1.84.0-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=84a45ff24549bd4f -C extra-filename=-84a45ff24549bd4f --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-3be77aef057a1bae.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)'`
33802025-01-16T18:13:33.116Z Dirty derive-where v1.2.7: the rustflags changed
33812025-01-16T18:13:33.116Z Compiling derive-where v1.2.7
33822025-01-16T18:13:33.119Z Running `/home/build/.rustup/toolchains/1.84.0-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=4818ce64076a2b6d -C extra-filename=-4818ce64076a2b6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832025-01-16T18:13:33.448Z Dirty whoami v1.5.2: the rustflags changed
33842025-01-16T18:13:33.448Z Compiling whoami v1.5.2
33852025-01-16T18:13:33.450Z Running `/home/build/.rustup/toolchains/1.84.0-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=245f9940c78876a6 -C extra-filename=-245f9940c78876a6 --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`
33862025-01-16T18:13:33.705Z Compiling hashbrown v0.14.5
33872025-01-16T18:13:33.715Z Running `/home/build/.rustup/toolchains/1.84.0-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=9fbc242c8e04da71 -C extra-filename=-9fbc242c8e04da71 --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-6d85581e60b2f012.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-3cd2c893cf2d9e8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882025-01-16T18:13:34.026Z Dirty tokio-postgres v0.7.12: the rustflags changed
33892025-01-16T18:13:34.026Z Compiling tokio-postgres v0.7.12
33902025-01-16T18:13:34.051Z Running `/home/build/.rustup/toolchains/1.84.0-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=837056b66248b9ab -C extra-filename=-837056b66248b9ab --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-897d930859dde460.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6021f8e54029b32f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e7f6481d86e59bfb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ada04dadc6028ac2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-e1c6b5ef1948737c.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-f9dabcf8a846b7f0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ebd98972fa2d96b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-245f9940c78876a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912025-01-16T18:13:34.055Z Compiling ident_case v1.0.1
33922025-01-16T18:13:34.058Z Running `/home/build/.rustup/toolchains/1.84.0-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=81a9a92a6051cc48 -C extra-filename=-81a9a92a6051cc48 --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`
33932025-01-16T18:13:34.130Z Compiling unsafe-libyaml v0.2.11
33942025-01-16T18:13:34.156Z Running `/home/build/.rustup/toolchains/1.84.0-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=6c8335656476dfe1 -C extra-filename=-6c8335656476dfe1 --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`
33952025-01-16T18:13:34.272Z Compiling darling_core v0.20.10
33962025-01-16T18:13:34.275Z Running `/home/build/.rustup/toolchains/1.84.0-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=0e36bc0d2f074141 -C extra-filename=-0e36bc0d2f074141 --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-519bcd82bf42b6cc.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-81a9a92a6051cc48.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-fb16d374a192cad6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972025-01-16T18:13:34.959Z Compiling regress v0.10.1
33982025-01-16T18:13:34.961Z Running `/home/build/.rustup/toolchains/1.84.0-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=468147b4c6b34fb0 -C extra-filename=-468147b4c6b34fb0 --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-9fbc242c8e04da71.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992025-01-16T18:13:35.397Z Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed
34002025-01-16T18:13:35.397Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
34012025-01-16T18:13:35.399Z Running `/home/build/.rustup/toolchains/1.84.0-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=ed6723ba3feb7557 -C extra-filename=-ed6723ba3feb7557 --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-01159dab402db438.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-d359207ba9fb3377.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-c3b633c9a4f788c0.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-dde6163dd4cb9720.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-2f26113a918736c8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-7eaea055fbb0d15f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022025-01-16T18:13:35.948Z Compiling serde_yaml v0.9.34+deprecated
34032025-01-16T18:13:35.951Z Running `/home/build/.rustup/toolchains/1.84.0-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=d459437890bd8cf8 -C extra-filename=-d459437890bd8cf8 --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-1ccc891f17e7a7a6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e121c62561f36b4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-6c8335656476dfe1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042025-01-16T18:13:36.695Z Dirty fastrand v2.1.1: the rustflags changed
34052025-01-16T18:13:36.695Z Compiling fastrand v2.1.1
34062025-01-16T18:13:36.698Z Running `/home/build/.rustup/toolchains/1.84.0-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=4f097a7529560f85 -C extra-filename=-4f097a7529560f85 --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`
34072025-01-16T18:13:37.256Z Compiling ipnetwork v0.20.0
34082025-01-16T18:13:37.258Z Running `/home/build/.rustup/toolchains/1.84.0-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=fadb0d038d86eedf -C extra-filename=-fadb0d038d86eedf --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-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092025-01-16T18:13:37.793Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
34102025-01-16T18:13:37.796Z Running `/home/build/.rustup/toolchains/1.84.0-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=4bdb6579ef7408aa -C extra-filename=-4bdb6579ef7408aa --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-fadb0d038d86eedf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34112025-01-16T18:13:38.159Z Compiling tempfile v3.13.0
34122025-01-16T18:13:38.161Z Running `/home/build/.rustup/toolchains/1.84.0-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=c9b4a64ed4de41f6 -C extra-filename=-c9b4a64ed4de41f6 --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-2f4d20600755659a.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-4f097a7529560f85.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7b456fcff16b9237.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132025-01-16T18:13:38.539Z Dirty strum_macros v0.26.4: the rustflags changed
34142025-01-16T18:13:38.539Z Compiling strum_macros v0.26.4
34152025-01-16T18:13:38.541Z Running `/home/build/.rustup/toolchains/1.84.0-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=95ecb928327d59d9 -C extra-filename=-95ecb928327d59d9 --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-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-99c0464e9f1cdfe0.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162025-01-16T18:13:39.011Z Compiling typify-impl v0.2.0
34172025-01-16T18:13:39.014Z Running `/home/build/.rustup/toolchains/1.84.0-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=69d651f0a9a80c32 -C extra-filename=-69d651f0a9a80c32 --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-eca0aece77251b6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-468147b4c6b34fb0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182025-01-16T18:13:39.597Z Compiling macaddr v1.0.1
34192025-01-16T18:13:39.600Z Running `/home/build/.rustup/toolchains/1.84.0-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=36f4a4236324662e -C extra-filename=-36f4a4236324662e --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202025-01-16T18:13:39.676Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
34212025-01-16T18:13:39.701Z Running `/home/build/.rustup/toolchains/1.84.0-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=ed663ec443b65d04 -C extra-filename=-ed663ec443b65d04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222025-01-16T18:13:39.913Z Dirty structmeta-derive v0.3.0: the rustflags changed
34232025-01-16T18:13:39.913Z Compiling structmeta-derive v0.3.0
34242025-01-16T18:13:39.916Z Running `/home/build/.rustup/toolchains/1.84.0-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=52cb9a2b537d8154 -C extra-filename=-52cb9a2b537d8154 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252025-01-16T18:13:40.051Z Compiling instant v0.1.13
34262025-01-16T18:13:40.074Z Running `/home/build/.rustup/toolchains/1.84.0-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=349572e683014b1f -C extra-filename=-349572e683014b1f --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-2f4d20600755659a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272025-01-16T18:13:40.237Z Compiling regress v0.9.1
34282025-01-16T18:13:40.265Z Running `/home/build/.rustup/toolchains/1.84.0-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=ce53d6f849aa5e1b -C extra-filename=-ce53d6f849aa5e1b --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-9fbc242c8e04da71.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292025-01-16T18:13:40.454Z Compiling darling_macro v0.20.10
34302025-01-16T18:13:40.457Z Running `/home/build/.rustup/toolchains/1.84.0-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=e76f4ae72c3be247 -C extra-filename=-e76f4ae72c3be247 --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-0e36bc0d2f074141.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312025-01-16T18:13:41.051Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
34322025-01-16T18:13:41.055Z Running `/home/build/.rustup/toolchains/1.84.0-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=6625f53158cadf64 -C extra-filename=-6625f53158cadf64 --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-ed663ec443b65d04.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-15b9c4e619a5e313.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332025-01-16T18:13:41.551Z Compiling darling v0.20.10
34342025-01-16T18:13:41.591Z Running `/home/build/.rustup/toolchains/1.84.0-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=0be92ea757c2bbdc -C extra-filename=-0be92ea757c2bbdc --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-0e36bc0d2f074141.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-e76f4ae72c3be247.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352025-01-16T18:13:41.693Z Compiling serde_with_macros v3.11.0
34362025-01-16T18:13:41.696Z Running `/home/build/.rustup/toolchains/1.84.0-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=163b77e7bf994366 -C extra-filename=-163b77e7bf994366 --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-0be92ea757c2bbdc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372025-01-16T18:13:41.722Z Compiling dropshot v0.13.0
34382025-01-16T18:13:41.725Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-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 '--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=8618ff60ae987b15 -C extra-filename=-8618ff60ae987b15 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-8618ff60ae987b15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34392025-01-16T18:13:41.963Z Compiling dropshot_endpoint v0.13.0
34402025-01-16T18:13:41.966Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-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 '--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=a0737ac8410277bb -C extra-filename=-a0737ac8410277bb --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-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412025-01-16T18:13:42.102Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-8618ff60ae987b15/build-script-build`
34422025-01-16T18:13:42.187Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34432025-01-16T18:13:42.217Z Running `/home/build/.rustup/toolchains/1.84.0-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=dbe92e060a217b64 -C extra-filename=-dbe92e060a217b64 --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-6625f53158cadf64.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-15b9c4e619a5e313.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442025-01-16T18:13:42.654Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34452025-01-16T18:13:42.682Z Running `/home/build/.rustup/toolchains/1.84.0-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=962483f90ab60936 -C extra-filename=-962483f90ab60936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462025-01-16T18:13:42.755Z Dirty structmeta v0.3.0: the rustflags changed
34472025-01-16T18:13:42.755Z Compiling structmeta v0.3.0
34482025-01-16T18:13:42.758Z Running `/home/build/.rustup/toolchains/1.84.0-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=c8cc64bcd62609ba -C extra-filename=-c8cc64bcd62609ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-52cb9a2b537d8154.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492025-01-16T18:13:43.178Z Dirty parse-display-derive v0.10.0: the rustflags changed
34502025-01-16T18:13:43.178Z Compiling parse-display-derive v0.10.0
34512025-01-16T18:13:43.202Z Running `/home/build/.rustup/toolchains/1.84.0-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=2254350eee95639a -C extra-filename=-2254350eee95639a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-c8cc64bcd62609ba.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522025-01-16T18:13:43.449Z Dirty strum v0.26.3: the rustflags changed
34532025-01-16T18:13:43.449Z Compiling strum v0.26.3
34542025-01-16T18:13:43.452Z Running `/home/build/.rustup/toolchains/1.84.0-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=74d4548524063684 -C extra-filename=-74d4548524063684 --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-95ecb928327d59d9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552025-01-16T18:13:43.549Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34562025-01-16T18:13:43.552Z Running `/home/build/.rustup/toolchains/1.84.0-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=48c0f4f457e64041 -C extra-filename=-48c0f4f457e64041 --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-f36114cf7413752c.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-962483f90ab60936.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572025-01-16T18:13:43.662Z Compiling backoff v0.4.0
34582025-01-16T18:13:43.665Z Running `/home/build/.rustup/toolchains/1.84.0-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=c3ff18d955282a4c -C extra-filename=-c3ff18d955282a4c --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-6723a47d595cc3af.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0c516cdc2c9f9726.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-349572e683014b1f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592025-01-16T18:13:43.747Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
34602025-01-16T18:13:43.752Z Running `/home/build/.rustup/toolchains/1.84.0-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=f65d8cab3fe12260 -C extra-filename=-f65d8cab3fe12260 --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-9d458307bf9bbccd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612025-01-16T18:13:43.947Z Compiling wait-timeout v0.2.0
34622025-01-16T18:13:43.956Z Running `/home/build/.rustup/toolchains/1.84.0-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=974b21b7b891c687 -C extra-filename=-974b21b7b891c687 --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-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632025-01-16T18:13:44.017Z Compiling rand_xorshift v0.3.0
34642025-01-16T18:13:44.026Z Running `/home/build/.rustup/toolchains/1.84.0-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=59b5a698a6a9dbc3 -C extra-filename=-59b5a698a6a9dbc3 --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-b7e6707f0003ad91.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652025-01-16T18:13:44.367Z Compiling rusty-fork v0.3.0
34662025-01-16T18:13:44.392Z Running `/home/build/.rustup/toolchains/1.84.0-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=e57ed30cd5043fb4 -C extra-filename=-e57ed30cd5043fb4 --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-519bcd82bf42b6cc.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-31449fb4569280b5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-974b21b7b891c687.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672025-01-16T18:13:44.461Z Compiling serde_with v3.11.0
34682025-01-16T18:13:44.464Z Running `/home/build/.rustup/toolchains/1.84.0-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=7a005adb0ab1f5eb -C extra-filename=-7a005adb0ab1f5eb --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-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-163b77e7bf994366.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692025-01-16T18:13:44.494Z Compiling unarray v0.1.4
34702025-01-16T18:13:44.496Z Running `/home/build/.rustup/toolchains/1.84.0-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=55fe27019d7d65fc -C extra-filename=-55fe27019d7d65fc --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`
34712025-01-16T18:13:44.693Z Compiling structmeta-derive v0.2.0
34722025-01-16T18:13:44.695Z Running `/home/build/.rustup/toolchains/1.84.0-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=27cfab247cc1d10b -C extra-filename=-27cfab247cc1d10b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34732025-01-16T18:13:45.063Z Compiling proptest v1.5.0
34742025-01-16T18:13:45.065Z Running `/home/build/.rustup/toolchains/1.84.0-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=5b838cc2e666cdad -C extra-filename=-5b838cc2e666cdad --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-405f76e08a13eea9.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-97672bc6c1d66d83.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-8240079a59e44e83.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-59b5a698a6a9dbc3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-e57ed30cd5043fb4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-55fe27019d7d65fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752025-01-16T18:13:45.091Z Compiling camino-tempfile v1.1.1
34762025-01-16T18:13:45.091Z Running `/home/build/.rustup/toolchains/1.84.0-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=d20a3a95761ac06a -C extra-filename=-d20a3a95761ac06a --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-b1ce1825125c2b44.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772025-01-16T18:13:45.647Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
34782025-01-16T18:13:45.647Z Compiling proc-macro-error-attr v1.0.4
34792025-01-16T18:13:45.650Z Running `/home/build/.rustup/toolchains/1.84.0-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=69f091c7adba4b00 -C extra-filename=-69f091c7adba4b00 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-69f091c7adba4b00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802025-01-16T18:13:46.055Z Compiling thiserror v2.0.11
34812025-01-16T18:13:46.057Z Running `/home/build/.rustup/toolchains/1.84.0-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=9ee5b4639eb9f3fd -C extra-filename=-9ee5b4639eb9f3fd --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-9ee5b4639eb9f3fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822025-01-16T18:13:46.558Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-69f091c7adba4b00/build-script-build`
34832025-01-16T18:13:46.646Z Compiling thiserror-impl v2.0.11
34842025-01-16T18:13:46.648Z Running `/home/build/.rustup/toolchains/1.84.0-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=0cbfc48553d1555d -C extra-filename=-0cbfc48553d1555d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34852025-01-16T18:13:46.764Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-9ee5b4639eb9f3fd/build-script-build`
34862025-01-16T18:13:47.267Z Dirty proc-macro-error v1.0.4: the rustflags changed
34872025-01-16T18:13:47.267Z Compiling proc-macro-error v1.0.4
34882025-01-16T18:13:47.269Z Running `/home/build/.rustup/toolchains/1.84.0-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=0a76c85822b5bd68 -C extra-filename=-0a76c85822b5bd68 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-0a76c85822b5bd68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892025-01-16T18:13:47.585Z Compiling structmeta v0.2.0
34902025-01-16T18:13:47.610Z Running `/home/build/.rustup/toolchains/1.84.0-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=5d6bfeec4c7aa695 -C extra-filename=-5d6bfeec4c7aa695 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-27cfab247cc1d10b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34912025-01-16T18:13:47.670Z Dirty parse-display v0.10.0: the rustflags changed
34922025-01-16T18:13:47.670Z Compiling parse-display v0.10.0
34932025-01-16T18:13:47.673Z Running `/home/build/.rustup/toolchains/1.84.0-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=fb7668a908245cf4 -C extra-filename=-fb7668a908245cf4 --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-2254350eee95639a.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942025-01-16T18:13:47.695Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-0a76c85822b5bd68/build-script-build`
34952025-01-16T18:13:47.862Z Running `/home/build/.rustup/toolchains/1.84.0-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=0021589419e8f5b9 -C extra-filename=-0021589419e8f5b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962025-01-16T18:13:47.942Z Compiling proc-macro-crate v1.3.1
34972025-01-16T18:13:47.968Z Running `/home/build/.rustup/toolchains/1.84.0-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=f1bbf93ba668693f -C extra-filename=-f1bbf93ba668693f --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-60ef584d13ef286e.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6f976decdfac1eaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982025-01-16T18:13:48.026Z Compiling test-strategy v0.3.1
34992025-01-16T18:13:48.029Z Running `/home/build/.rustup/toolchains/1.84.0-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=90e9e6545b3fdc2d -C extra-filename=-90e9e6545b3fdc2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-5d6bfeec4c7aa695.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002025-01-16T18:13:48.300Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35012025-01-16T18:13:48.303Z Running `/home/build/.rustup/toolchains/1.84.0-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=82e8276b2e871799 -C extra-filename=-82e8276b2e871799 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-82e8276b2e871799 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022025-01-16T18:13:48.763Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-82e8276b2e871799/build-script-build`
35032025-01-16T18:13:48.768Z Running `/home/build/.rustup/toolchains/1.84.0-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=ad57ad9ff534cbc3 -C extra-filename=-ad57ad9ff534cbc3 --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-0021589419e8f5b9.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
35042025-01-16T18:13:48.803Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35052025-01-16T18:13:48.806Z Running `/home/build/.rustup/toolchains/1.84.0-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=8cc1d799b2e92199 -C extra-filename=-8cc1d799b2e92199 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-8cc1d799b2e92199 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062025-01-16T18:13:48.914Z Compiling num_enum_derive v0.5.11
35072025-01-16T18:13:48.917Z Running `/home/build/.rustup/toolchains/1.84.0-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=82ba27618ced7f6f -C extra-filename=-82ba27618ced7f6f --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-f1bbf93ba668693f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082025-01-16T18:13:49.178Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-8cc1d799b2e92199/build-script-build`
35092025-01-16T18:13:49.221Z Compiling foreign-types-macros v0.2.3
35102025-01-16T18:13:49.224Z Running `/home/build/.rustup/toolchains/1.84.0-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=e2103cb108fbf1b2 -C extra-filename=-e2103cb108fbf1b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112025-01-16T18:13:49.378Z Compiling foreign-types-shared v0.3.1
35122025-01-16T18:13:49.380Z Running `/home/build/.rustup/toolchains/1.84.0-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=a7a523ded104325a -C extra-filename=-a7a523ded104325a --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`
35132025-01-16T18:13:49.537Z Running `/home/build/.rustup/toolchains/1.84.0-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=39680fa0b811f9de -C extra-filename=-39680fa0b811f9de --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`
35142025-01-16T18:13:49.746Z Running `/home/build/.rustup/toolchains/1.84.0-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=435fd3c6e0879707 -C extra-filename=-435fd3c6e0879707 --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`
35152025-01-16T18:13:49.958Z Compiling tabwriter v1.4.0
35162025-01-16T18:13:50.000Z Running `/home/build/.rustup/toolchains/1.84.0-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=f691b04cf9c315e4 -C extra-filename=-f691b04cf9c315e4 --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-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172025-01-16T18:13:50.035Z Running `/home/build/.rustup/toolchains/1.84.0-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=899aaefeecb5158e -C extra-filename=-899aaefeecb5158e --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-0cbfc48553d1555d.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)'`
35182025-01-16T18:13:50.225Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35192025-01-16T18:13:50.228Z Running `/home/build/.rustup/toolchains/1.84.0-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=1f6df09725b0b09a -C extra-filename=-1f6df09725b0b09a --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-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202025-01-16T18:13:50.489Z Compiling itertools v0.13.0
35212025-01-16T18:13:50.492Z Running `/home/build/.rustup/toolchains/1.84.0-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=5ea0ab5db09c380a -C extra-filename=-5ea0ab5db09c380a --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-def387f0ad91f972.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222025-01-16T18:13:50.661Z Compiling foreign-types v0.5.0
35232025-01-16T18:13:50.697Z Running `/home/build/.rustup/toolchains/1.84.0-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=357fc01f23e4f4a1 -C extra-filename=-357fc01f23e4f4a1 --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-e2103cb108fbf1b2.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-a7a523ded104325a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242025-01-16T18:13:50.802Z Compiling cstr-argument v0.1.2
35252025-01-16T18:13:50.809Z Running `/home/build/.rustup/toolchains/1.84.0-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=572bffb02f152157 -C extra-filename=-572bffb02f152157 --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-2f4d20600755659a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262025-01-16T18:13:51.085Z Compiling pretty-hex v0.2.1
35272025-01-16T18:13:51.088Z Running `/home/build/.rustup/toolchains/1.84.0-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=09b64d12e94d5144 -C extra-filename=-09b64d12e94d5144 --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`
35282025-01-16T18:13:51.275Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35292025-01-16T18:13:51.318Z Running `/home/build/.rustup/toolchains/1.84.0-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=361291b5fdd6ffeb -C extra-filename=-361291b5fdd6ffeb --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-c613ee633f8b6caa.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-1f6df09725b0b09a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302025-01-16T18:13:51.321Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35312025-01-16T18:13:51.323Z Running `/home/build/.rustup/toolchains/1.84.0-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=6a9ee260dcd8d879 -C extra-filename=-6a9ee260dcd8d879 --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-572bffb02f152157.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-357fc01f23e4f4a1.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-435fd3c6e0879707.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322025-01-16T18:13:51.486Z Compiling colored v2.1.0
35332025-01-16T18:13:51.528Z Running `/home/build/.rustup/toolchains/1.84.0-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=fe05e6abb5bd1c66 -C extra-filename=-fe05e6abb5bd1c66 --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-57d431b61839a6c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342025-01-16T18:13:51.532Z Compiling num_enum v0.5.11
35352025-01-16T18:13:51.532Z Running `/home/build/.rustup/toolchains/1.84.0-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=75ee977dcb88931e -C extra-filename=-75ee977dcb88931e --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-82ba27618ced7f6f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362025-01-16T18:13:51.664Z Compiling smf v0.2.3
35372025-01-16T18:13:51.667Z Running `/home/build/.rustup/toolchains/1.84.0-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=e8d4b9af5a4987f9 -C extra-filename=-e8d4b9af5a4987f9 --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-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382025-01-16T18:13:51.731Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35392025-01-16T18:13:51.734Z Running `/home/build/.rustup/toolchains/1.84.0-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=3635da3e9539a9b4 -C extra-filename=-3635da3e9539a9b4 --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-c613ee633f8b6caa.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-39680fa0b811f9de.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-75ee977dcb88931e.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-09b64d12e94d5144.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35402025-01-16T18:13:51.835Z Compiling typify-impl v0.3.0
35412025-01-16T18:13:51.838Z Running `/home/build/.rustup/toolchains/1.84.0-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=318a694aecba1f3e -C extra-filename=-318a694aecba1f3e --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-eca0aece77251b6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-468147b4c6b34fb0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-899aaefeecb5158e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422025-01-16T18:13:52.126Z Compiling base64 v0.21.7
35432025-01-16T18:13:52.128Z Running `/home/build/.rustup/toolchains/1.84.0-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=dd1ad69982f96338 -C extra-filename=-dd1ad69982f96338 --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`
35442025-01-16T18:13:52.148Z Compiling crucible-workspace-hack v0.1.0
35452025-01-16T18:13:52.148Z Running `/home/build/.rustup/toolchains/1.84.0-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=9b84f13bec2119ef -C extra-filename=-9b84f13bec2119ef --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-9b84f13bec2119ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35462025-01-16T18:13:52.540Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-9b84f13bec2119ef/build-script-build`
35472025-01-16T18:13:52.553Z Compiling zerocopy v0.8.10
35482025-01-16T18:13:52.556Z Running `/home/build/.rustup/toolchains/1.84.0-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=ce117a6780f79c07 -C extra-filename=-ce117a6780f79c07 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-ce117a6780f79c07 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35492025-01-16T18:13:52.830Z Running `/home/build/.rustup/toolchains/1.84.0-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=b2723b33b373661a -C extra-filename=-b2723b33b373661a --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`
35502025-01-16T18:13:52.930Z Compiling zerocopy-derive v0.8.10
35512025-01-16T18:13:52.933Z Running `/home/build/.rustup/toolchains/1.84.0-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=93748f81aab3f1cc -C extra-filename=-93748f81aab3f1cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522025-01-16T18:13:52.959Z Compiling termtree v0.4.1
35532025-01-16T18:13:52.962Z Running `/home/build/.rustup/toolchains/1.84.0-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=24a87b06765d1d07 -C extra-filename=-24a87b06765d1d07 --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`
35542025-01-16T18:13:53.231Z Compiling heapless v0.8.0
35552025-01-16T18:13:53.231Z Running `/home/build/.rustup/toolchains/1.84.0-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=e2d415fbc10cbd24 -C extra-filename=-e2d415fbc10cbd24 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-e2d415fbc10cbd24 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562025-01-16T18:13:53.329Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
35572025-01-16T18:13:53.331Z Running `/home/build/.rustup/toolchains/1.84.0-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=b19a2bcb3c0947a2 -C extra-filename=-b19a2bcb3c0947a2 --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-0be92ea757c2bbdc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35582025-01-16T18:13:53.468Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-ce117a6780f79c07/build-script-build`
35592025-01-16T18:13:53.561Z Compiling predicates-tree v1.0.11
35602025-01-16T18:13:53.564Z Running `/home/build/.rustup/toolchains/1.84.0-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=d996eddaeda82c51 -C extra-filename=-d996eddaeda82c51 --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-109d64e5bbc58719.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-24a87b06765d1d07.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612025-01-16T18:13:53.878Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e2d415fbc10cbd24/build-script-build`
35622025-01-16T18:13:54.060Z Compiling hash32 v0.3.1
35632025-01-16T18:13:54.108Z Running `/home/build/.rustup/toolchains/1.84.0-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=a737bb63f76b1581 -C extra-filename=-a737bb63f76b1581 --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-876b15a9d7bdd3ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642025-01-16T18:13:54.232Z Compiling smoltcp v0.11.0
35652025-01-16T18:13:54.235Z Running `/home/build/.rustup/toolchains/1.84.0-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=eb44395847ce46ff -C extra-filename=-eb44395847ce46ff --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-eb44395847ce46ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662025-01-16T18:13:54.258Z Compiling typify-macro v0.2.0
35672025-01-16T18:13:54.261Z Running `/home/build/.rustup/toolchains/1.84.0-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=75a57eb04662d3be -C extra-filename=-75a57eb04662d3be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-69d651f0a9a80c32.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682025-01-16T18:13:54.318Z Running `/home/build/.rustup/toolchains/1.84.0-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=c08c1d8ec6f8e5f9 -C extra-filename=-c08c1d8ec6f8e5f9 --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-a737bb63f76b1581.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f6c9094a52be94c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692025-01-16T18:13:55.009Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-eb44395847ce46ff/build-script-build`
35702025-01-16T18:13:55.052Z Compiling cobs v0.2.3
35712025-01-16T18:13:55.055Z Running `/home/build/.rustup/toolchains/1.84.0-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=cd15ee591d7494e5 -C extra-filename=-cd15ee591d7494e5 --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`
35722025-01-16T18:13:55.366Z Compiling postcard v1.0.10
35732025-01-16T18:13:55.369Z Running `/home/build/.rustup/toolchains/1.84.0-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=934b48d75fb95332 -C extra-filename=-934b48d75fb95332 --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-cd15ee591d7494e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742025-01-16T18:13:55.451Z Running `/home/build/.rustup/toolchains/1.84.0-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=326fc9afa50afbef -C extra-filename=-326fc9afa50afbef --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-f603d2aad5e0b54d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-c08c1d8ec6f8e5f9.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-74d3035b7c22bdf7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752025-01-16T18:13:55.908Z Running `/home/build/.rustup/toolchains/1.84.0-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=9a25b3cbfb5ee361 -C extra-filename=-9a25b3cbfb5ee361 --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-93748f81aab3f1cc.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)'`
35762025-01-16T18:13:56.020Z Compiling atomicwrites v0.4.4
35772025-01-16T18:13:56.061Z Running `/home/build/.rustup/toolchains/1.84.0-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=5996bff276a5c5d7 -C extra-filename=-5996bff276a5c5d7 --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-7b456fcff16b9237.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35782025-01-16T18:13:56.408Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
35792025-01-16T18:13:56.411Z Running `/home/build/.rustup/toolchains/1.84.0-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=e66c0945f295ed79 -C extra-filename=-e66c0945f295ed79 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-e66c0945f295ed79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802025-01-16T18:13:56.798Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
35812025-01-16T18:13:56.802Z Running `/home/build/.rustup/toolchains/1.84.0-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=452736b65e5dc290 -C extra-filename=-452736b65e5dc290 --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`
35822025-01-16T18:13:57.003Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-e66c0945f295ed79/build-script-build`
35832025-01-16T18:13:57.086Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
35842025-01-16T18:13:57.167Z Running `/home/build/.rustup/toolchains/1.84.0-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=157026fa5d12f0bf -C extra-filename=-157026fa5d12f0bf --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-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35852025-01-16T18:13:58.118Z Compiling sigpipe v0.1.3
35862025-01-16T18:13:58.135Z Running `/home/build/.rustup/toolchains/1.84.0-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=5a557c76e67e47f5 -C extra-filename=-5a557c76e67e47f5 --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-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872025-01-16T18:13:58.279Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
35882025-01-16T18:13:58.312Z Running `/home/build/.rustup/toolchains/1.84.0-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=2f4c1cd2136d17c2 -C extra-filename=-2f4c1cd2136d17c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-2f4c1cd2136d17c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892025-01-16T18:13:58.556Z Compiling typify v0.2.0
35902025-01-16T18:13:58.624Z Running `/home/build/.rustup/toolchains/1.84.0-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=2499af17e29b060f -C extra-filename=-2499af17e29b060f --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-69d651f0a9a80c32.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-75a57eb04662d3be.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912025-01-16T18:13:58.650Z Compiling mockall_derive v0.13.0
35922025-01-16T18:13:58.683Z Running `/home/build/.rustup/toolchains/1.84.0-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=9456428a4444b458 -C extra-filename=-9456428a4444b458 --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-9456428a4444b458 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932025-01-16T18:13:58.714Z Compiling progenitor-impl v0.8.0
35942025-01-16T18:13:58.739Z Running `/home/build/.rustup/toolchains/1.84.0-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=50ee53347ab2b336 -C extra-filename=-50ee53347ab2b336 --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-eca0aece77251b6e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-2499af17e29b060f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952025-01-16T18:13:59.031Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-9456428a4444b458/build-script-build`
35962025-01-16T18:13:59.108Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-2f4c1cd2136d17c2/build-script-build`
35972025-01-16T18:13:59.136Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
35982025-01-16T18:13:59.157Z Running `/home/build/.rustup/toolchains/1.84.0-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=3e4daefa754e7178 -C extra-filename=-3e4daefa754e7178 --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`
35992025-01-16T18:13:59.167Z Running `/home/build/.rustup/toolchains/1.84.0-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=1e0909b29b07a51e -C extra-filename=-1e0909b29b07a51e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-3635da3e9539a9b4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-75ee977dcb88931e.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-6a9ee260dcd8d879.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-435fd3c6e0879707.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-361291b5fdd6ffeb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ebd98972fa2d96b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bc8fd8ce66d5dae8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
36002025-01-16T18:13:59.480Z Running `/home/build/.rustup/toolchains/1.84.0-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=7f3f19f77c26b35a -C extra-filename=-7f3f19f77c26b35a --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-2f4d20600755659a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'`
36012025-01-16T18:13:59.795Z Compiling zone_cfg_derive v0.3.0
36022025-01-16T18:13:59.798Z Running `/home/build/.rustup/toolchains/1.84.0-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=248332ca3db6e162 -C extra-filename=-248332ca3db6e162 --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-17774551a3c17b51.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ad57ad9ff534cbc3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032025-01-16T18:14:00.630Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
36042025-01-16T18:14:00.633Z Running `/home/build/.rustup/toolchains/1.84.0-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=79ac0e40d0597704 -C extra-filename=-79ac0e40d0597704 --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-b19a2bcb3c0947a2.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9a25b3cbfb5ee361.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052025-01-16T18:14:01.454Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
36062025-01-16T18:14:01.491Z Running `/home/build/.rustup/toolchains/1.84.0-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=e8903efc2f0827f5 -C extra-filename=-e8903efc2f0827f5 --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-01159dab402db438.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-b19a2bcb3c0947a2.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-79ac0e40d0597704.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9a25b3cbfb5ee361.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36072025-01-16T18:14:01.491Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
36082025-01-16T18:14:01.491Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/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=c2bc43445b623877 -C extra-filename=-c2bc43445b623877 --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-c613ee633f8b6caa.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36092025-01-16T18:14:01.890Z Compiling num-derive v0.4.2
36102025-01-16T18:14:01.893Z Running `/home/build/.rustup/toolchains/1.84.0-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=36604e73b1deba5b -C extra-filename=-36604e73b1deba5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36112025-01-16T18:14:02.893Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36122025-01-16T18:14:02.896Z Running `/home/build/.rustup/toolchains/1.84.0-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=b1b34b08912e4622 -C extra-filename=-b1b34b08912e4622 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-b1b34b08912e4622 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36132025-01-16T18:14:03.279Z Compiling fragile v2.0.0
36142025-01-16T18:14:03.282Z Running `/home/build/.rustup/toolchains/1.84.0-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=349642fa027f26d1 -C extra-filename=-349642fa027f26d1 --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`
36152025-01-16T18:14:03.845Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36162025-01-16T18:14:03.849Z Running `/home/build/.rustup/toolchains/1.84.0-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=54d1202ba6973699 -C extra-filename=-54d1202ba6973699 --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-452736b65e5dc290.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-e8903efc2f0827f5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-934b48d75fb95332.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-326fc9afa50afbef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172025-01-16T18:14:03.908Z Compiling downcast v0.11.0
36182025-01-16T18:14:03.911Z Running `/home/build/.rustup/toolchains/1.84.0-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=2f51f3fe50b4507c -C extra-filename=-2f51f3fe50b4507c --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`
36192025-01-16T18:14:04.164Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-b1b34b08912e4622/build-script-build`
36202025-01-16T18:14:04.207Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
36212025-01-16T18:14:04.210Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/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=ced356751b8e3cba -C extra-filename=-ced356751b8e3cba --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-c2bc43445b623877.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36222025-01-16T18:14:04.336Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
36232025-01-16T18:14:04.339Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/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=d9699fe139c25e7d -C extra-filename=-d9699fe139c25e7d --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-b2723b33b373661a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-36604e73b1deba5b.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36242025-01-16T18:14:04.663Z Compiling zone v0.3.0
36252025-01-16T18:14:04.667Z Running `/home/build/.rustup/toolchains/1.84.0-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=5f3c28ccf9b28e23 -C extra-filename=-5f3c28ccf9b28e23 --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-0ea64c80b6db031d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-248332ca3db6e162.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36262025-01-16T18:14:05.196Z Running `/home/build/.rustup/toolchains/1.84.0-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=0b2619b092e7a7b8 -C extra-filename=-0b2619b092e7a7b8 --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-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-452736b65e5dc290.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-e8903efc2f0827f5.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-157026fa5d12f0bf.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-54d1202ba6973699.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-934b48d75fb95332.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-326fc9afa50afbef.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-f691b04cf9c315e4.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)'`
36272025-01-16T18:14:05.523Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36282025-01-16T18:14:05.547Z Running `/home/build/.rustup/toolchains/1.84.0-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=b99b508db72c3dcb -C extra-filename=-b99b508db72c3dcb --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-2f4d20600755659a.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-452736b65e5dc290.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-0b2619b092e7a7b8.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-3e4daefa754e7178.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-326fc9afa50afbef.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-f691b04cf9c315e4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9a25b3cbfb5ee361.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36292025-01-16T18:14:05.641Z Compiling same-file v1.0.6
36302025-01-16T18:14:05.643Z Running `/home/build/.rustup/toolchains/1.84.0-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=a13cab101bfdf75b -C extra-filename=-a13cab101bfdf75b --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`
36312025-01-16T18:14:05.746Z Compiling progenitor-macro v0.8.0
36322025-01-16T18:14:05.772Z Running `/home/build/.rustup/toolchains/1.84.0-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=c0787d82ed3c61c9 -C extra-filename=-c0787d82ed3c61c9 --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-2142c2f6805d4362.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-50ee53347ab2b336.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-d459437890bd8cf8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332025-01-16T18:14:05.955Z Compiling walkdir v2.5.0
36342025-01-16T18:14:05.958Z Running `/home/build/.rustup/toolchains/1.84.0-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=7aa16578decbd284 -C extra-filename=-7aa16578decbd284 --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-a13cab101bfdf75b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36352025-01-16T18:14:06.162Z Compiling convert_case v0.4.0
36362025-01-16T18:14:06.165Z Running `/home/build/.rustup/toolchains/1.84.0-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=7207cf2e1d9334a3 -C extra-filename=-7207cf2e1d9334a3 --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`
36372025-01-16T18:14:06.681Z Compiling newline-converter v0.3.0
36382025-01-16T18:14:06.684Z Running `/home/build/.rustup/toolchains/1.84.0-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=f0f283da22ec2d6d -C extra-filename=-f0f283da22ec2d6d --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-4466e3a88ed6f5e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392025-01-16T18:14:06.883Z Compiling expectorate v1.1.0
36402025-01-16T18:14:06.980Z Running `/home/build/.rustup/toolchains/1.84.0-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=5476a40ed2387d20 -C extra-filename=-5476a40ed2387d20 --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-3771a6b885e2a4df.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-f0f283da22ec2d6d.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36412025-01-16T18:14:06.986Z Compiling derive_more v0.99.18
36422025-01-16T18:14:06.988Z Running `/home/build/.rustup/toolchains/1.84.0-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=6a8fccf4e522f0e2 -C extra-filename=-6a8fccf4e522f0e2 --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-7207cf2e1d9334a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432025-01-16T18:14:07.072Z Compiling tungstenite v0.21.0
36442025-01-16T18:14:07.075Z Running `/home/build/.rustup/toolchains/1.84.0-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=dd987314077e7e24 -C extra-filename=-dd987314077e7e24 --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-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7259561918d96c79.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-930926124dabe7b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-f2c4e1bab67cf4d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452025-01-16T18:14:07.173Z Compiling mockall v0.13.0
36462025-01-16T18:14:07.176Z Running `/home/build/.rustup/toolchains/1.84.0-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=c3119a46adbec64f -C extra-filename=-c3119a46adbec64f --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-2f4d20600755659a.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-2f51f3fe50b4507c.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-349642fa027f26d1.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-7f3f19f77c26b35a.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-d996eddaeda82c51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36472025-01-16T18:14:07.522Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36482025-01-16T18:14:07.525Z Compiling typify-macro v0.3.0
36492025-01-16T18:14:07.548Z Running `/home/build/.rustup/toolchains/1.84.0-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=9a5366169e86b547 -C extra-filename=-9a5366169e86b547 --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-c613ee633f8b6caa.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-1e0909b29b07a51e.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-0b2619b092e7a7b8.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-b99b508db72c3dcb.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-934b48d75fb95332.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-899aaefeecb5158e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502025-01-16T18:14:07.548Z Running `/home/build/.rustup/toolchains/1.84.0-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=e217f3a15073d081 -C extra-filename=-e217f3a15073d081 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-318a694aecba1f3e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36512025-01-16T18:14:07.778Z Dirty xattr v1.3.1: the rustflags changed
36522025-01-16T18:14:07.778Z Compiling xattr v1.3.1
36532025-01-16T18:14:07.781Z Running `/home/build/.rustup/toolchains/1.84.0-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=ae41025a3da4c1b1 -C extra-filename=-ae41025a3da4c1b1 --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-7b456fcff16b9237.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542025-01-16T18:14:08.074Z Dirty filetime v0.2.25: the rustflags changed
36552025-01-16T18:14:08.074Z Compiling filetime v0.2.25
36562025-01-16T18:14:08.077Z Running `/home/build/.rustup/toolchains/1.84.0-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=5c0dc03d1e5f42d0 -C extra-filename=-5c0dc03d1e5f42d0 --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-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36572025-01-16T18:14:08.418Z Dirty tar v0.4.42: the rustflags changed
36582025-01-16T18:14:08.418Z Compiling tar v0.4.42
36592025-01-16T18:14:08.421Z Running `/home/build/.rustup/toolchains/1.84.0-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=48c6a436ee70b3ae -C extra-filename=-48c6a436ee70b3ae --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-5c0dc03d1e5f42d0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-ae41025a3da4c1b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602025-01-16T18:14:08.797Z Compiling tokio-tungstenite v0.21.0
36612025-01-16T18:14:08.827Z Running `/home/build/.rustup/toolchains/1.84.0-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=068eb26f9fa3073e -C extra-filename=-068eb26f9fa3073e --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-839ba9a41c83a702.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-dd987314077e7e24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622025-01-16T18:14:09.028Z Compiling arc-swap v1.7.1
36632025-01-16T18:14:09.030Z Running `/home/build/.rustup/toolchains/1.84.0-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=1909ec29c251882d -C extra-filename=-1909ec29c251882d --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`
36642025-01-16T18:14:09.393Z Compiling num-rational v0.4.2
36652025-01-16T18:14:09.422Z Running `/home/build/.rustup/toolchains/1.84.0-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=675bdb307aee17ba -C extra-filename=-675bdb307aee17ba --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-deb592893980e78a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662025-01-16T18:14:09.647Z Compiling slog-scope v4.4.0
36672025-01-16T18:14:09.650Z Running `/home/build/.rustup/toolchains/1.84.0-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=5cdff227914bc595 -C extra-filename=-5cdff227914bc595 --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-1909ec29c251882d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682025-01-16T18:14:10.151Z Compiling slog-stdlog v4.1.1
36692025-01-16T18:14:10.153Z Running `/home/build/.rustup/toolchains/1.84.0-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=62e80e5c677eec99 -C extra-filename=-62e80e5c677eec99 --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-e1464231da30ba90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-5cdff227914bc595.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702025-01-16T18:14:10.542Z Compiling slog-envlogger v2.2.0
36712025-01-16T18:14:10.547Z Running `/home/build/.rustup/toolchains/1.84.0-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=40de076faf25e822 -C extra-filename=-40de076faf25e822 --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-e1464231da30ba90.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-5cdff227914bc595.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-62e80e5c677eec99.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722025-01-16T18:14:10.578Z Compiling num-complex v0.4.6
36732025-01-16T18:14:10.580Z Running `/home/build/.rustup/toolchains/1.84.0-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=a819f944c2a69d2b -C extra-filename=-a819f944c2a69d2b --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-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742025-01-16T18:14:11.033Z Compiling float-ord v0.3.2
36752025-01-16T18:14:11.035Z Running `/home/build/.rustup/toolchains/1.84.0-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=a3333f6032687666 -C extra-filename=-a3333f6032687666 --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`
36762025-01-16T18:14:11.213Z Compiling indent_write v2.2.0
36772025-01-16T18:14:11.216Z Running `/home/build/.rustup/toolchains/1.84.0-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=0eb9a83b251bf9cc -C extra-filename=-0eb9a83b251bf9cc --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-16T18:14:11.242Z Compiling owo-colors v4.1.0
36792025-01-16T18:14:11.266Z Running `/home/build/.rustup/toolchains/1.84.0-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=e862df0bb764a132 -C extra-filename=-e862df0bb764a132 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-e862df0bb764a132 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36802025-01-16T18:14:11.269Z Compiling cancel-safe-futures v0.1.5
36812025-01-16T18:14:11.316Z Running `/home/build/.rustup/toolchains/1.84.0-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=401f5e6eadbcc8c1 -C extra-filename=-401f5e6eadbcc8c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-401f5e6eadbcc8c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822025-01-16T18:14:11.455Z Dirty swrite v0.1.0: the rustflags changed
36832025-01-16T18:14:11.455Z Compiling swrite v0.1.0
36842025-01-16T18:14:11.459Z Running `/home/build/.rustup/toolchains/1.84.0-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=a1f95df3b0bb5313 -C extra-filename=-a1f95df3b0bb5313 --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`
36852025-01-16T18:14:11.573Z Compiling num v0.4.3
36862025-01-16T18:14:11.576Z Running `/home/build/.rustup/toolchains/1.84.0-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=169026641f0462e1 -C extra-filename=-169026641f0462e1 --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-a819f944c2a69d2b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-074ecb6f361c60e4.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-675bdb307aee17ba.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872025-01-16T18:14:11.611Z Compiling libsw v3.3.1
36882025-01-16T18:14:11.616Z Running `/home/build/.rustup/toolchains/1.84.0-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=d0e10d29a586f0c3 -C extra-filename=-d0e10d29a586f0c3 --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-3be77aef057a1bae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36892025-01-16T18:14:11.616Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-e862df0bb764a132/build-script-build`
36902025-01-16T18:14:11.666Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-401f5e6eadbcc8c1/build-script-build`
36912025-01-16T18:14:11.704Z Compiling password-hash v0.5.0
36922025-01-16T18:14:11.707Z Running `/home/build/.rustup/toolchains/1.84.0-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=94c311de75f60350 -C extra-filename=-94c311de75f60350 --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)'`
36932025-01-16T18:14:11.732Z Running `/home/build/.rustup/toolchains/1.84.0-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=a72afaaadc9bc838 -C extra-filename=-a72afaaadc9bc838 --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-13c7e0208d5dc15e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7e6707f0003ad91.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942025-01-16T18:14:11.732Z Running `/home/build/.rustup/toolchains/1.84.0-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=b841fa1d9436ba10 -C extra-filename=-b841fa1d9436ba10 --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-6723a47d595cc3af.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36952025-01-16T18:14:11.909Z Compiling blake2 v0.10.6
36962025-01-16T18:14:11.912Z Running `/home/build/.rustup/toolchains/1.84.0-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=a408eb18b7b45b46 -C extra-filename=-a408eb18b7b45b46 --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-53e0848c3ee07c7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36972025-01-16T18:14:11.932Z Compiling typify v0.3.0
36982025-01-16T18:14:11.935Z Running `/home/build/.rustup/toolchains/1.84.0-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=a23a8ba88c9c0140 -C extra-filename=-a23a8ba88c9c0140 --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-318a694aecba1f3e.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-e217f3a15073d081.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36992025-01-16T18:14:12.079Z Compiling progenitor-impl v0.9.1
37002025-01-16T18:14:12.102Z Running `/home/build/.rustup/toolchains/1.84.0-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=8344d0a593022076 -C extra-filename=-8344d0a593022076 --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-eca0aece77251b6e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-899aaefeecb5158e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-a23a8ba88c9c0140.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37012025-01-16T18:14:12.341Z Compiling linear-map v1.2.0
37022025-01-16T18:14:12.344Z Running `/home/build/.rustup/toolchains/1.84.0-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=e30533c97b2525be -C extra-filename=-e30533c97b2525be --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`
37032025-01-16T18:14:12.683Z Compiling argon2 v0.5.3
37042025-01-16T18:14:12.686Z Running `/home/build/.rustup/toolchains/1.84.0-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=02c5e55b8787320e -C extra-filename=-02c5e55b8787320e --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-13c7e0208d5dc15e.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-a408eb18b7b45b46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-a72afaaadc9bc838.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052025-01-16T18:14:12.708Z Compiling pem v3.0.4
37062025-01-16T18:14:12.711Z Running `/home/build/.rustup/toolchains/1.84.0-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=1d79b525d67744e6 -C extra-filename=-1d79b525d67744e6 --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-7fc06bffdc865433.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072025-01-16T18:14:13.202Z Compiling highway v1.2.0
37082025-01-16T18:14:13.236Z Running `/home/build/.rustup/toolchains/1.84.0-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=781a0700fc0fc957 -C extra-filename=-781a0700fc0fc957 --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`
37092025-01-16T18:14:13.422Z Compiling lzma-sys v0.1.20
37102025-01-16T18:14:13.424Z Running `/home/build/.rustup/toolchains/1.84.0-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=597eea9d6f4f64d6 -C extra-filename=-597eea9d6f4f64d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-597eea9d6f4f64d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-4c7af3260133b595.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37112025-01-16T18:14:13.689Z Compiling heck v0.3.3
37122025-01-16T18:14:13.692Z Running `/home/build/.rustup/toolchains/1.84.0-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=5a52849786504451 -C extra-filename=-5a52849786504451 --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-4466e3a88ed6f5e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132025-01-16T18:14:13.984Z Compiling headers-core v0.3.0
37142025-01-16T18:14:14.009Z Running `/home/build/.rustup/toolchains/1.84.0-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=e588d856448f358c -C extra-filename=-e588d856448f358c --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-3774a995781acb23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37152025-01-16T18:14:14.065Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
37162025-01-16T18:14:14.067Z Running `/home/build/.rustup/toolchains/1.84.0-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=adb7699874aa4404 -C extra-filename=-adb7699874aa4404 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-adb7699874aa4404 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172025-01-16T18:14:14.090Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
37182025-01-16T18:14:14.112Z Running `/home/build/.rustup/toolchains/1.84.0-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=c3cba31c944b1acc -C extra-filename=-c3cba31c944b1acc --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-c3cba31c944b1acc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37192025-01-16T18:14:14.172Z Compiling humantime v2.1.0
37202025-01-16T18:14:14.174Z Running `/home/build/.rustup/toolchains/1.84.0-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=6221939c4ad9201e -C extra-filename=-6221939c4ad9201e --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`
37212025-01-16T18:14:14.279Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-597eea9d6f4f64d6/build-script-build`
37222025-01-16T18:14:14.304Z Running `/home/build/.rustup/toolchains/1.84.0-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=413c84887c11925c -C extra-filename=-413c84887c11925c --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-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
37232025-01-16T18:14:14.462Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-c3cba31c944b1acc/build-script-build`
37242025-01-16T18:14:14.503Z Compiling headers v0.4.0
37252025-01-16T18:14:14.505Z Running `/home/build/.rustup/toolchains/1.84.0-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=8bcd431f989e58f8 -C extra-filename=-8bcd431f989e58f8 --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-dd1ad69982f96338.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-e588d856448f358c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-e9467ca7ef9bcfa8.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-3fd47857214c95c3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-930926124dabe7b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37262025-01-16T18:14:14.528Z Compiling zone_cfg_derive v0.1.2
37272025-01-16T18:14:14.536Z Running `/home/build/.rustup/toolchains/1.84.0-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=7eb74b8c4961da03 -C extra-filename=-7eb74b8c4961da03 --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-5a52849786504451.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ad57ad9ff534cbc3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37282025-01-16T18:14:14.654Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37292025-01-16T18:14:14.656Z Running `/home/build/.rustup/toolchains/1.84.0-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=49d82dbb87906a4d -C extra-filename=-49d82dbb87906a4d --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-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302025-01-16T18:14:14.855Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-adb7699874aa4404/build-script-build`
37312025-01-16T18:14:14.917Z Compiling yasna v0.5.2
37322025-01-16T18:14:14.920Z Running `/home/build/.rustup/toolchains/1.84.0-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=f855b9f7b9325f83 -C extra-filename=-f855b9f7b9325f83 --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-657ea94e2e159f93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332025-01-16T18:14:15.069Z Compiling base64 v0.13.1
37342025-01-16T18:14:15.072Z Running `/home/build/.rustup/toolchains/1.84.0-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=8138dd5d1a78bb17 -C extra-filename=-8138dd5d1a78bb17 --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`
37352025-01-16T18:14:15.494Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37362025-01-16T18:14:15.497Z Running `/home/build/.rustup/toolchains/1.84.0-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=fd9526c93453207f -C extra-filename=-fd9526c93453207f --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-49d82dbb87906a4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372025-01-16T18:14:15.692Z Compiling ron v0.7.1
37382025-01-16T18:14:15.716Z Running `/home/build/.rustup/toolchains/1.84.0-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=5fb9246bd00a14a8 -C extra-filename=-5fb9246bd00a14a8 --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-8138dd5d1a78bb17.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f603d2aad5e0b54d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392025-01-16T18:14:16.128Z Compiling zone v0.1.8
37402025-01-16T18:14:16.173Z Running `/home/build/.rustup/toolchains/1.84.0-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=cc978c39bae954fd -C extra-filename=-cc978c39bae954fd --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-0ea64c80b6db031d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-7eb74b8c4961da03.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412025-01-16T18:14:16.191Z Compiling rcgen v0.12.1
37422025-01-16T18:14:16.194Z Running `/home/build/.rustup/toolchains/1.84.0-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=8092cf50519d2d76 -C extra-filename=-8092cf50519d2d76 --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-1d79b525d67744e6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a22d6b4fafe8b56.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-657ea94e2e159f93.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-f855b9f7b9325f83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out`
37432025-01-16T18:14:16.272Z Running `/home/build/.rustup/toolchains/1.84.0-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=f82da3306e1da792 -C extra-filename=-f82da3306e1da792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-3635da3e9539a9b4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-75ee977dcb88931e.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-6a9ee260dcd8d879.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-435fd3c6e0879707.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-361291b5fdd6ffeb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ebd98972fa2d96b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bc8fd8ce66d5dae8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
37442025-01-16T18:14:16.538Z Compiling xz2 v0.1.7
37452025-01-16T18:14:16.541Z Running `/home/build/.rustup/toolchains/1.84.0-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=a283fd0e8603d106 -C extra-filename=-a283fd0e8603d106 --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-413c84887c11925c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
37462025-01-16T18:14:16.943Z Compiling subprocess v0.2.9
37472025-01-16T18:14:16.946Z Running `/home/build/.rustup/toolchains/1.84.0-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=ac113166e88897a3 -C extra-filename=-ac113166e88897a3 --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-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37482025-01-16T18:14:17.546Z Dirty semver v0.1.20: the rustflags changed
37492025-01-16T18:14:17.546Z Compiling semver v0.1.20
37502025-01-16T18:14:17.549Z Running `/home/build/.rustup/toolchains/1.84.0-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=672eaeb095b9489c -C extra-filename=-672eaeb095b9489c --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`
37512025-01-16T18:14:17.783Z Running `/home/build/.rustup/toolchains/1.84.0-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=3e05059f915b5edc -C extra-filename=-3e05059f915b5edc --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`
37522025-01-16T18:14:18.087Z Dirty rustc_version v0.1.7: the rustflags changed
37532025-01-16T18:14:18.087Z Compiling rustc_version v0.1.7
37542025-01-16T18:14:18.090Z Running `/home/build/.rustup/toolchains/1.84.0-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=fc077450de74a643 -C extra-filename=-fc077450de74a643 --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-672eaeb095b9489c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37552025-01-16T18:14:18.155Z Compiling half v2.4.1
37562025-01-16T18:14:18.192Z Running `/home/build/.rustup/toolchains/1.84.0-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=1eddbe47ba349644 -C extra-filename=-1eddbe47ba349644 --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-2f4d20600755659a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37572025-01-16T18:14:18.332Z Compiling ciborium-io v0.2.2
37582025-01-16T18:14:18.335Z Running `/home/build/.rustup/toolchains/1.84.0-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=ae936c286c486667 -C extra-filename=-ae936c286c486667 --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`
37592025-01-16T18:14:18.503Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
37602025-01-16T18:14:18.505Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/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=3a431b51d3f8d87e -C extra-filename=-3a431b51d3f8d87e --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-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37612025-01-16T18:14:18.548Z Dirty newtype_derive v0.1.6: the rustflags changed
37622025-01-16T18:14:18.548Z Compiling newtype_derive v0.1.6
37632025-01-16T18:14:18.578Z Running `/home/build/.rustup/toolchains/1.84.0-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=e4b54afd0ae18c9f -C extra-filename=-e4b54afd0ae18c9f --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-e4b54afd0ae18c9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-fc077450de74a643.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37642025-01-16T18:14:18.669Z Compiling ciborium-ll v0.2.2
37652025-01-16T18:14:18.674Z Running `/home/build/.rustup/toolchains/1.84.0-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=19d93e7e8780dcd0 -C extra-filename=-19d93e7e8780dcd0 --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-ae936c286c486667.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-1eddbe47ba349644.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37662025-01-16T18:14:18.736Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
37672025-01-16T18:14:18.751Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/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=7669000dc0de3b12 -C extra-filename=-7669000dc0de3b12 --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-7fc06bffdc865433.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b2723b33b373661a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37682025-01-16T18:14:18.959Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-e4b54afd0ae18c9f/build-script-build`
37692025-01-16T18:14:19.048Z Compiling ciborium v0.2.2
37702025-01-16T18:14:19.051Z Running `/home/build/.rustup/toolchains/1.84.0-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=92d4ef3e0c09d06b -C extra-filename=-92d4ef3e0c09d06b --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-ae936c286c486667.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-19d93e7e8780dcd0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712025-01-16T18:14:19.106Z Running `/home/build/.rustup/toolchains/1.84.0-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=bafd5f2c9c3e299e -C extra-filename=-bafd5f2c9c3e299e --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`
37722025-01-16T18:14:19.109Z Compiling display-error-chain v0.2.2
37732025-01-16T18:14:19.109Z Running `/home/build/.rustup/toolchains/1.84.0-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=dd31d19c4ed69e7e -C extra-filename=-dd31d19c4ed69e7e --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`
37742025-01-16T18:14:19.210Z Compiling steno v0.4.1
37752025-01-16T18:14:19.213Z Running `/home/build/.rustup/toolchains/1.84.0-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=ccc8261c24554edb -C extra-filename=-ccc8261c24554edb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37762025-01-16T18:14:19.239Z Compiling progenitor-macro v0.9.1
37772025-01-16T18:14:19.250Z Running `/home/build/.rustup/toolchains/1.84.0-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=f3ba10e6f5530800 -C extra-filename=-f3ba10e6f5530800 --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-2142c2f6805d4362.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-8344d0a593022076.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-d459437890bd8cf8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37782025-01-16T18:14:19.323Z Compiling slog-dtrace v0.3.0
37792025-01-16T18:14:19.326Z Running `/home/build/.rustup/toolchains/1.84.0-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=499b8760635e961d -C extra-filename=-499b8760635e961d --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-499b8760635e961d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37802025-01-16T18:14:19.349Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
37812025-01-16T18:14:19.352Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/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=422373cace0bce8a -C extra-filename=-422373cace0bce8a --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-7669000dc0de3b12.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-3a431b51d3f8d87e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37822025-01-16T18:14:19.705Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-499b8760635e961d/build-script-build`
37832025-01-16T18:14:19.783Z Running `/home/build/.rustup/toolchains/1.84.0-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=f35ec6d5c8d08d60 -C extra-filename=-f35ec6d5c8d08d60 --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-d26e192b7ea979d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842025-01-16T18:14:19.810Z Compiling gethostname v0.5.0
37852025-01-16T18:14:19.835Z Dirty aws-lc-sys v0.22.0: the rustflags changed
37862025-01-16T18:14:19.835Z Compiling aws-lc-sys v0.22.0
37872025-01-16T18:14:19.843Z Running `/home/build/.rustup/toolchains/1.84.0-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=71c7463d398702ca -C extra-filename=-71c7463d398702ca --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-7b456fcff16b9237.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882025-01-16T18:14:19.843Z Running `/home/build/.rustup/toolchains/1.84.0-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=8529732eb1e7d467 -C extra-filename=-8529732eb1e7d467 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-8529732eb1e7d467 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-718d162c8ffb3205.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-4c7af3260133b595.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-b70847ec13642fa7.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-8963394abf5f78f4.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-04077f29428a2d4b.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37892025-01-16T18:14:20.026Z Compiling nibble_vec v0.1.0
37902025-01-16T18:14:20.028Z Running `/home/build/.rustup/toolchains/1.84.0-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=b0a68aa040e9bad8 -C extra-filename=-b0a68aa040e9bad8 --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-6dc292e9f3a2bf65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37912025-01-16T18:14:20.053Z Compiling endian-type v0.1.2
37922025-01-16T18:14:20.055Z Running `/home/build/.rustup/toolchains/1.84.0-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=1b2e6a1ddd86eb60 -C extra-filename=-1b2e6a1ddd86eb60 --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`
37932025-01-16T18:14:20.265Z Compiling keccak v0.1.5
37942025-01-16T18:14:20.265Z Running `/home/build/.rustup/toolchains/1.84.0-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=46efe39464e3af62 -C extra-filename=-46efe39464e3af62 --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`
37952025-01-16T18:14:20.347Z Compiling radix_trie v0.2.1
37962025-01-16T18:14:20.350Z Running `/home/build/.rustup/toolchains/1.84.0-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=f8ebda4900b79acf -C extra-filename=-f8ebda4900b79acf --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-1b2e6a1ddd86eb60.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-b0a68aa040e9bad8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972025-01-16T18:14:20.395Z Compiling arrayvec v0.7.6
37982025-01-16T18:14:20.398Z Running `/home/build/.rustup/toolchains/1.84.0-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=71958ee8350c0a2a -C extra-filename=-71958ee8350c0a2a --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`
37992025-01-16T18:14:20.420Z Compiling constant_time_eq v0.3.1
38002025-01-16T18:14:20.450Z Running `/home/build/.rustup/toolchains/1.84.0-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=4aec89e5c79a8b2c -C extra-filename=-4aec89e5c79a8b2c --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`
38012025-01-16T18:14:20.629Z Compiling sha3 v0.10.8
38022025-01-16T18:14:20.632Z Running `/home/build/.rustup/toolchains/1.84.0-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=4ae2f2aebcac90d3 -C extra-filename=-4ae2f2aebcac90d3 --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-53e0848c3ee07c7a.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-46efe39464e3af62.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38032025-01-16T18:14:20.810Z Compiling arrayref v0.3.9
38042025-01-16T18:14:20.813Z Running `/home/build/.rustup/toolchains/1.84.0-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=b3d4ec326635fe22 -C extra-filename=-b3d4ec326635fe22 --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`
38052025-01-16T18:14:20.936Z Compiling universal-hash v0.5.1
38062025-01-16T18:14:20.940Z Running `/home/build/.rustup/toolchains/1.84.0-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=2e0640361a1dc4c8 -C extra-filename=-2e0640361a1dc4c8 --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-215d97576b464e83.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38072025-01-16T18:14:20.968Z Compiling opaque-debug v0.3.1
38082025-01-16T18:14:20.971Z Running `/home/build/.rustup/toolchains/1.84.0-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=166721f01f81444d -C extra-filename=-166721f01f81444d --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`
38092025-01-16T18:14:21.088Z Compiling secrecy v0.8.0
38102025-01-16T18:14:21.091Z Running `/home/build/.rustup/toolchains/1.84.0-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=60b3cc319980a273 -C extra-filename=-60b3cc319980a273 --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-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38112025-01-16T18:14:21.161Z Compiling blake3 v1.5.4
38122025-01-16T18:14:21.163Z Running `/home/build/.rustup/toolchains/1.84.0-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=6c7f4c1ea2e76498 -C extra-filename=-6c7f4c1ea2e76498 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-6c7f4c1ea2e76498 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-4c7af3260133b595.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132025-01-16T18:14:21.333Z Compiling memmap2 v0.9.5
38142025-01-16T18:14:21.335Z Running `/home/build/.rustup/toolchains/1.84.0-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=93c3924fc6520c2c -C extra-filename=-93c3924fc6520c2c --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-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38152025-01-16T18:14:21.409Z Compiling aead v0.5.2
38162025-01-16T18:14:21.413Z Running `/home/build/.rustup/toolchains/1.84.0-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=18868f5a4bcca059 -C extra-filename=-18868f5a4bcca059 --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-215d97576b464e83.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38172025-01-16T18:14:21.649Z Compiling topological-sort v0.2.2
38182025-01-16T18:14:21.653Z Running `/home/build/.rustup/toolchains/1.84.0-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=63a0a4b260398455 -C extra-filename=-63a0a4b260398455 --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`
38192025-01-16T18:14:21.761Z Compiling poly1305 v0.8.0
38202025-01-16T18:14:21.764Z Running `/home/build/.rustup/toolchains/1.84.0-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=46a7216b8a337eeb -C extra-filename=-46a7216b8a337eeb --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-d598cd9474a3b865.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-166721f01f81444d.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-2e0640361a1dc4c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38212025-01-16T18:14:21.801Z Compiling chacha20 v0.9.1
38222025-01-16T18:14:21.807Z Running `/home/build/.rustup/toolchains/1.84.0-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=1a59f7aee8920f2a -C extra-filename=-1a59f7aee8920f2a --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-2f4d20600755659a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5bfb3788f96d69c5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38232025-01-16T18:14:21.884Z Compiling toolchain_find v0.4.0
38242025-01-16T18:14:21.886Z Running `/home/build/.rustup/toolchains/1.84.0-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=84eb147bec591b53 -C extra-filename=-84eb147bec591b53 --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-f8ac525f227664f4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252025-01-16T18:14:21.911Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-6c7f4c1ea2e76498/build-script-build`
38262025-01-16T18:14:22.286Z Compiling thiserror-impl-no-std v2.0.2
38272025-01-16T18:14:22.289Z Running `/home/build/.rustup/toolchains/1.84.0-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=e85b0b98b34b5443 -C extra-filename=-e85b0b98b34b5443 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282025-01-16T18:14:22.493Z Compiling rustfmt-wrapper v0.2.1
38292025-01-16T18:14:22.498Z Running `/home/build/.rustup/toolchains/1.84.0-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=00c0f7716e55c2b7 -C extra-filename=-00c0f7716e55c2b7 --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-74905474c961af45.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-84eb147bec591b53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302025-01-16T18:14:22.572Z Running `/home/build/.rustup/toolchains/1.84.0-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=bfdb5e6c6e50e38c -C extra-filename=-bfdb5e6c6e50e38c --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-b3d4ec326635fe22.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-71958ee8350c0a2a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4aec89e5c79a8b2c.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-93c3924fc6520c2c.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-ac5646eae2f22228.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/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()))'`
38312025-01-16T18:14:23.077Z Compiling async-recursion v1.1.1
38322025-01-16T18:14:23.080Z Running `/home/build/.rustup/toolchains/1.84.0-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=a0a9d790201483ef -C extra-filename=-a0a9d790201483ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38332025-01-16T18:14:23.418Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
38342025-01-16T18:14:23.421Z Running `/home/build/.rustup/toolchains/1.84.0-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=2d007dbfa973fa6c -C extra-filename=-2d007dbfa973fa6c --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-2d007dbfa973fa6c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352025-01-16T18:14:23.711Z Compiling chacha20poly1305 v0.10.1
38362025-01-16T18:14:23.714Z Running `/home/build/.rustup/toolchains/1.84.0-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=71f4b81d8b10716d -C extra-filename=-71f4b81d8b10716d --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-18868f5a4bcca059.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-1a59f7aee8920f2a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5bfb3788f96d69c5.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-46a7216b8a337eeb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372025-01-16T18:14:23.752Z Compiling fxhash v0.2.1
38382025-01-16T18:14:23.755Z Running `/home/build/.rustup/toolchains/1.84.0-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=388aa9c288f89859 -C extra-filename=-388aa9c288f89859 --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-876b15a9d7bdd3ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392025-01-16T18:14:23.796Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-2d007dbfa973fa6c/build-script-build`
38402025-01-16T18:14:23.837Z Running `/home/build/.rustup/toolchains/1.84.0-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=185ce5a1999aa43f -C extra-filename=-185ce5a1999aa43f --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-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.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/`
38412025-01-16T18:14:23.940Z Compiling simd-adler32 v0.3.7
38422025-01-16T18:14:23.973Z Running `/home/build/.rustup/toolchains/1.84.0-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=e35e278c039be289 -C extra-filename=-e35e278c039be289 --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`
38432025-01-16T18:14:23.994Z Compiling zip v2.1.3
38442025-01-16T18:14:24.058Z Running `/home/build/.rustup/toolchains/1.84.0-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=e895a2daabec5dde -C extra-filename=-e895a2daabec5dde --out-dir /work/oxidecomputer/omicron/target/debug/build/zip-e895a2daabec5dde -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38452025-01-16T18:14:24.194Z Compiling lockfree-object-pool v0.1.6
38462025-01-16T18:14:24.197Z Running `/home/build/.rustup/toolchains/1.84.0-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=b94f107557136292 -C extra-filename=-b94f107557136292 --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`
38472025-01-16T18:14:24.364Z Compiling bumpalo v3.16.0
38482025-01-16T18:14:24.367Z Running `/home/build/.rustup/toolchains/1.84.0-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=93fb4aab53a368fb -C extra-filename=-93fb4aab53a368fb --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`
38492025-01-16T18:14:24.456Z Compiling maplit v1.0.2
38502025-01-16T18:14:24.459Z Running `/home/build/.rustup/toolchains/1.84.0-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=88725a02f003f744 -C extra-filename=-88725a02f003f744 --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`
38512025-01-16T18:14:24.584Z Running `/work/oxidecomputer/omicron/target/debug/build/zip-e895a2daabec5dde/build-script-build`
38522025-01-16T18:14:24.592Z Compiling termcolor v1.4.1
38532025-01-16T18:14:24.592Z Running `/home/build/.rustup/toolchains/1.84.0-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=cc1047f50aa401f4 -C extra-filename=-cc1047f50aa401f4 --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`
38542025-01-16T18:14:24.616Z Compiling const_format_proc_macros v0.2.33
38552025-01-16T18:14:24.638Z Running `/home/build/.rustup/toolchains/1.84.0-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.33/src/lib.rs --error-format=json --json=diagnostic-rendered-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=c9cb0bc0eddec6e8 -C extra-filename=-c9cb0bc0eddec6e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-a0e8137b2872d57c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562025-01-16T18:14:24.739Z Compiling zopfli v0.8.1
38572025-01-16T18:14:24.741Z Running `/home/build/.rustup/toolchains/1.84.0-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=d7d85be1161d7603 -C extra-filename=-d7d85be1161d7603 --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-93fb4aab53a368fb.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-fc3ea3725139f5f8.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-b94f107557136292.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-e35e278c039be289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38582025-01-16T18:14:24.821Z Compiling radium v0.7.0
38592025-01-16T18:14:24.825Z Running `/home/build/.rustup/toolchains/1.84.0-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=9541b554217d27d6 -C extra-filename=-9541b554217d27d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-9541b554217d27d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38602025-01-16T18:14:25.227Z Compiling thiserror-no-std v2.0.2
38612025-01-16T18:14:25.230Z Running `/home/build/.rustup/toolchains/1.84.0-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=650f466b942fafe7 -C extra-filename=-650f466b942fafe7 --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-e85b0b98b34b5443.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38622025-01-16T18:14:25.332Z Compiling maybe-uninit v2.0.0
38632025-01-16T18:14:25.357Z Running `/home/build/.rustup/toolchains/1.84.0-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=a6fb275f90c51ecd -C extra-filename=-a6fb275f90c51ecd --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-a6fb275f90c51ecd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642025-01-16T18:14:25.381Z Compiling vsss-rs v3.3.4
38652025-01-16T18:14:25.407Z Running `/home/build/.rustup/toolchains/1.84.0-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=2a77d15aee24f768 -C extra-filename=-2a77d15aee24f768 --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-f9de644c70452000.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-4e1a08ad60a931b7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-8240079a59e44e83.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7e6707f0003ad91.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-650f466b942fafe7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662025-01-16T18:14:25.430Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-9541b554217d27d6/build-script-build`
38672025-01-16T18:14:25.448Z Compiling tap v1.0.1
38682025-01-16T18:14:25.451Z Running `/home/build/.rustup/toolchains/1.84.0-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=f1a4b5cfd698d833 -C extra-filename=-f1a4b5cfd698d833 --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`
38692025-01-16T18:14:25.609Z Running `/home/build/.rustup/toolchains/1.84.0-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=12908577ff88ed0d -C extra-filename=-12908577ff88ed0d --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-e6e8d20c7d103575.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-fc3ea3725139f5f8.rmeta --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1be088aac0fcd431.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-d7d85be1161d7603.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-6ac60295cad7b5c9/out/lib`
38702025-01-16T18:14:25.665Z Compiling wyz v0.5.1
38712025-01-16T18:14:25.665Z Running `/home/build/.rustup/toolchains/1.84.0-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=9457ba9626f8e429 -C extra-filename=-9457ba9626f8e429 --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-f1a4b5cfd698d833.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38722025-01-16T18:14:25.888Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-a6fb275f90c51ecd/build-script-build`
38732025-01-16T18:14:25.975Z Running `/home/build/.rustup/toolchains/1.84.0-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=87ebb124b7879103 -C extra-filename=-87ebb124b7879103 --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`
38742025-01-16T18:14:26.046Z Compiling crc-catalog v2.4.0
38752025-01-16T18:14:26.049Z Running `/home/build/.rustup/toolchains/1.84.0-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=b073cc6f27bdff93 -C extra-filename=-b073cc6f27bdff93 --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`
38762025-01-16T18:14:26.229Z Compiling funty v2.0.0
38772025-01-16T18:14:26.272Z Running `/home/build/.rustup/toolchains/1.84.0-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=fe96b72f6d17008e -C extra-filename=-fe96b72f6d17008e --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`
38782025-01-16T18:14:26.432Z Compiling packed_struct v0.10.1
38792025-01-16T18:14:26.435Z Running `/home/build/.rustup/toolchains/1.84.0-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=dae20ffce3a84d6f -C extra-filename=-dae20ffce3a84d6f --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-dae20ffce3a84d6f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802025-01-16T18:14:26.459Z Compiling crc v3.2.1
38812025-01-16T18:14:26.461Z Running `/home/build/.rustup/toolchains/1.84.0-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=9db9fb99ac35bda9 -C extra-filename=-9db9fb99ac35bda9 --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-b073cc6f27bdff93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38822025-01-16T18:14:26.701Z Compiling const_format v0.2.33
38832025-01-16T18:14:26.739Z Running `/home/build/.rustup/toolchains/1.84.0-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.33/src/lib.rs --error-format=json --json=diagnostic-rendered-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", "__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"))' -C metadata=b680b668037f1886 -C extra-filename=-b680b668037f1886 --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-c9cb0bc0eddec6e8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38842025-01-16T18:14:26.958Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-dae20ffce3a84d6f/build-script-build`
38852025-01-16T18:14:27.001Z Running `/home/build/.rustup/toolchains/1.84.0-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=c2bd60035f325c69 -C extra-filename=-c2bd60035f325c69 --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`
38862025-01-16T18:14:27.124Z Compiling packed_struct_codegen v0.10.1
38872025-01-16T18:14:27.126Z Running `/home/build/.rustup/toolchains/1.84.0-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=120e903f88090aac -C extra-filename=-120e903f88090aac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882025-01-16T18:14:27.149Z Compiling indexmap v1.9.3
38892025-01-16T18:14:27.153Z Running `/home/build/.rustup/toolchains/1.84.0-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=c72cfa00f20e994d -C extra-filename=-c72cfa00f20e994d --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-c72cfa00f20e994d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902025-01-16T18:14:27.409Z Compiling bitvec v1.0.1
38912025-01-16T18:14:27.412Z Running `/home/build/.rustup/toolchains/1.84.0-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=6bd91ba6aa752903 -C extra-filename=-6bd91ba6aa752903 --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-fe96b72f6d17008e.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-87ebb124b7879103.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-f1a4b5cfd698d833.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-9457ba9626f8e429.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922025-01-16T18:14:27.433Z Compiling nodrop v0.1.14
38932025-01-16T18:14:27.436Z Running `/home/build/.rustup/toolchains/1.84.0-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=5d6580799ef6f393 -C extra-filename=-5d6580799ef6f393 --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`
38942025-01-16T18:14:27.534Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-c72cfa00f20e994d/build-script-build`
38952025-01-16T18:14:27.574Z Compiling array-init v0.0.4
38962025-01-16T18:14:27.580Z Running `/home/build/.rustup/toolchains/1.84.0-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=39e98224191308ab -C extra-filename=-39e98224191308ab --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-5d6580799ef6f393.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972025-01-16T18:14:27.606Z Compiling smallvec v0.6.14
38982025-01-16T18:14:27.608Z Running `/home/build/.rustup/toolchains/1.84.0-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=e6616b210b7195d2 -C extra-filename=-e6616b210b7195d2 --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-c2bd60035f325c69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992025-01-16T18:14:27.939Z Compiling vte_generate_state_changes v0.1.2
39002025-01-16T18:14:27.942Z Running `/home/build/.rustup/toolchains/1.84.0-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=415a1ed2cdfc7bd3 -C extra-filename=-415a1ed2cdfc7bd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012025-01-16T18:14:28.019Z Compiling hashbrown v0.12.3
39022025-01-16T18:14:28.022Z Running `/home/build/.rustup/toolchains/1.84.0-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=b4db061fa643ea85 -C extra-filename=-b4db061fa643ea85 --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`
39032025-01-16T18:14:28.585Z Compiling bitfield v0.14.0
39042025-01-16T18:14:28.588Z Running `/home/build/.rustup/toolchains/1.84.0-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=aa5d68be8c03f60c -C extra-filename=-aa5d68be8c03f60c --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`
39052025-01-16T18:14:28.687Z Compiling vte v0.11.1
39062025-01-16T18:14:28.690Z Running `/home/build/.rustup/toolchains/1.84.0-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=16a689cc12b9b948 -C extra-filename=-16a689cc12b9b948 --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-064524b04a714b2d.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-415a1ed2cdfc7bd3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39072025-01-16T18:14:28.933Z Compiling serde-hex v0.1.0
39082025-01-16T18:14:28.936Z Running `/home/build/.rustup/toolchains/1.84.0-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=00262b84a157c4c0 -C extra-filename=-00262b84a157c4c0 --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-39e98224191308ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e6616b210b7195d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39092025-01-16T18:14:29.057Z Running `/home/build/.rustup/toolchains/1.84.0-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=fa3a224004770b5a -C extra-filename=-fa3a224004770b5a --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-b4db061fa643ea85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
39102025-01-16T18:14:29.478Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
39112025-01-16T18:14:29.481Z Running `/home/build/.rustup/toolchains/1.84.0-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=3aa54ae74e4560a1 -C extra-filename=-3aa54ae74e4560a1 --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-876b15a9d7bdd3ca.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-9db9fb99ac35bda9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39122025-01-16T18:14:29.784Z Compiling env_logger v0.10.2
39132025-01-16T18:14:29.787Z Running `/home/build/.rustup/toolchains/1.84.0-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=bc16f590259156a8 -C extra-filename=-bc16f590259156a8 --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-d3778fbb78f4b217.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-cc1047f50aa401f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39142025-01-16T18:14:29.883Z Compiling ron v0.8.1
39152025-01-16T18:14:29.886Z Compiling fd-lock v4.0.2
39162025-01-16T18:14:29.886Z Running `/home/build/.rustup/toolchains/1.84.0-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=c9fee7441250722b -C extra-filename=-c9fee7441250722b --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-dd1ad69982f96338.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39172025-01-16T18:14:29.887Z Running `/home/build/.rustup/toolchains/1.84.0-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=07b3a973d43e5168 -C extra-filename=-07b3a973d43e5168 --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-2f4d20600755659a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7b456fcff16b9237.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39182025-01-16T18:14:30.129Z Compiling hashbrown v0.13.2
39192025-01-16T18:14:30.136Z Running `/home/build/.rustup/toolchains/1.84.0-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=5f1194b259a9e64a -C extra-filename=-5f1194b259a9e64a --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-6d85581e60b2f012.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39202025-01-16T18:14:30.169Z Compiling kstat-rs v0.2.4
39212025-01-16T18:14:30.232Z Running `/home/build/.rustup/toolchains/1.84.0-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=a4c7bb216ac823c4 -C extra-filename=-a4c7bb216ac823c4 --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-c613ee633f8b6caa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39222025-01-16T18:14:30.734Z Compiling crc-any v2.5.0
39232025-01-16T18:14:30.737Z Running `/home/build/.rustup/toolchains/1.84.0-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=3cfdbd909f41ec8f -C extra-filename=-3cfdbd909f41ec8f --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`
39242025-01-16T18:14:30.881Z Running `/home/build/.rustup/toolchains/1.84.0-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=0267b5a39977fb35 -C extra-filename=-0267b5a39977fb35 --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-6bd91ba6aa752903.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-120e903f88090aac.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39252025-01-16T18:14:30.919Z Compiling strip-ansi-escapes v0.2.0
39262025-01-16T18:14:30.922Z Running `/home/build/.rustup/toolchains/1.84.0-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=d1f39f3d5458d748 -C extra-filename=-d1f39f3d5458d748 --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-16a689cc12b9b948.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39272025-01-16T18:14:31.187Z Compiling object v0.30.4
39282025-01-16T18:14:31.190Z Running `/home/build/.rustup/toolchains/1.84.0-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=3f23efa3e3618d77 -C extra-filename=-3f23efa3e3618d77 --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-fc3ea3725139f5f8.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5f1194b259a9e64a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fa3a224004770b5a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39292025-01-16T18:14:31.258Z Compiling itertools v0.12.1
39302025-01-16T18:14:31.261Z Running `/home/build/.rustup/toolchains/1.84.0-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=a8f1c5c0d6b75aaf -C extra-filename=-a8f1c5c0d6b75aaf --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-def387f0ad91f972.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39312025-01-16T18:14:31.288Z Compiling path-slash v0.1.5
39322025-01-16T18:14:31.290Z Running `/home/build/.rustup/toolchains/1.84.0-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=0d4bb991208f73b6 -C extra-filename=-0d4bb991208f73b6 --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`
39332025-01-16T18:14:31.518Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
39342025-01-16T18:14:31.600Z Running `/home/build/.rustup/toolchains/1.84.0-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=68b6be0134e0cfaa -C extra-filename=-68b6be0134e0cfaa --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-c9fee7441250722b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-3aa54ae74e4560a1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352025-01-16T18:14:32.174Z Compiling libefi-sys v0.1.0
39362025-01-16T18:14:32.179Z Running `/home/build/.rustup/toolchains/1.84.0-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=fdb9cb4f0ec2d481 -C extra-filename=-fdb9cb4f0ec2d481 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-fdb9cb4f0ec2d481 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39372025-01-16T18:14:32.278Z Compiling nu-ansi-term v0.50.1
39382025-01-16T18:14:32.280Z Running `/home/build/.rustup/toolchains/1.84.0-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=91d54b3677425bef -C extra-filename=-91d54b3677425bef --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`
39392025-01-16T18:14:32.546Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-fdb9cb4f0ec2d481/build-script-build`
39402025-01-16T18:14:32.585Z Compiling phf_generator v0.11.2
39412025-01-16T18:14:32.587Z Running `/home/build/.rustup/toolchains/1.84.0-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=bbce43ce90459add -C extra-filename=-bbce43ce90459add --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-4f87d965dafa2825.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422025-01-16T18:14:32.794Z Compiling bitfield-struct v0.6.2
39432025-01-16T18:14:32.797Z Running `/home/build/.rustup/toolchains/1.84.0-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=598b2ab32e6a6e63 -C extra-filename=-598b2ab32e6a6e63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442025-01-16T18:14:32.835Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
39452025-01-16T18:14:32.838Z Running `/home/build/.rustup/toolchains/1.84.0-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=56ff154f483647e9 -C extra-filename=-56ff154f483647e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-56ff154f483647e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-4c7af3260133b595.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462025-01-16T18:14:32.934Z Compiling parking_lot_core v0.8.6
39472025-01-16T18:14:32.936Z Running `/home/build/.rustup/toolchains/1.84.0-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=542e8eafeb773123 -C extra-filename=-542e8eafeb773123 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-542e8eafeb773123 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482025-01-16T18:14:33.321Z Compiling phf_codegen v0.11.2
39492025-01-16T18:14:33.369Z Running `/home/build/.rustup/toolchains/1.84.0-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=30ac3eed3a8b93fc -C extra-filename=-30ac3eed3a8b93fc --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-bbce43ce90459add.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-4f87d965dafa2825.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502025-01-16T18:14:33.404Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-56ff154f483647e9/build-script-build`
39512025-01-16T18:14:33.473Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-542e8eafeb773123/build-script-build`
39522025-01-16T18:14:33.482Z Running `/home/build/.rustup/toolchains/1.84.0-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=5391036895242318 -C extra-filename=-5391036895242318 --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`
39532025-01-16T18:14:33.507Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
39542025-01-16T18:14:33.513Z Running `/home/build/.rustup/toolchains/1.84.0-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=80be5c461cb9f8c1 -C extra-filename=-80be5c461cb9f8c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-75ee977dcb88931e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552025-01-16T18:14:33.542Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-8529732eb1e7d467/build-script-main`
39562025-01-16T18:14:33.568Z Compiling parse-zoneinfo v0.3.1
39572025-01-16T18:14:33.571Z Running `/home/build/.rustup/toolchains/1.84.0-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=5ce840c3975bbd61 -C extra-filename=-5ce840c3975bbd61 --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-1e69782a0be8362b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39582025-01-16T18:14:33.884Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
39592025-01-16T18:14:33.886Z Running `/home/build/.rustup/toolchains/1.84.0-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=78de47d2ef7b7318 -C extra-filename=-78de47d2ef7b7318 --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-aa5d68be8c03f60c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-0267b5a39977fb35.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602025-01-16T18:14:33.943Z Compiling reedline v0.35.0
39612025-01-16T18:14:33.980Z Running `/home/build/.rustup/toolchains/1.84.0-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=6af93af71e9acc5a -C extra-filename=-6af93af71e9acc5a --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-d26e192b7ea979d3.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-07b3a973d43e5168.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a8f1c5c0d6b75aaf.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-91d54b3677425bef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-d1f39f3d5458d748.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-95ecb928327d59d9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4466e3a88ed6f5e1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39622025-01-16T18:14:34.145Z Compiling cfg_aliases v0.1.1
39632025-01-16T18:14:34.148Z Running `/home/build/.rustup/toolchains/1.84.0-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=482ecc75f8129be0 -C extra-filename=-482ecc75f8129be0 --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`
39642025-01-16T18:14:34.271Z Dirty bytecount v0.6.8: the rustflags changed
39652025-01-16T18:14:34.271Z Compiling bytecount v0.6.8
39662025-01-16T18:14:34.295Z Running `/home/build/.rustup/toolchains/1.84.0-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=bea56fcbd19964ff -C extra-filename=-bea56fcbd19964ff --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`
39672025-01-16T18:14:34.298Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39682025-01-16T18:14:34.320Z Running `/home/build/.rustup/toolchains/1.84.0-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=38f3b4d620d453db -C extra-filename=-38f3b4d620d453db --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-598b2ab32e6a6e63.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692025-01-16T18:14:34.337Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39702025-01-16T18:14:34.340Z Running `/home/build/.rustup/toolchains/1.84.0-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=45dcdf8a8374a563 -C extra-filename=-45dcdf8a8374a563 --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`
39712025-01-16T18:14:34.474Z Dirty papergrid v0.11.0: the rustflags changed
39722025-01-16T18:14:34.474Z Compiling papergrid v0.11.0
39732025-01-16T18:14:34.494Z Running `/home/build/.rustup/toolchains/1.84.0-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=e3392ead8be78277 -C extra-filename=-e3392ead8be78277 --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-bea56fcbd19964ff.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-519bcd82bf42b6cc.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742025-01-16T18:14:34.519Z Compiling nix v0.28.0
39752025-01-16T18:14:34.524Z Running `/home/build/.rustup/toolchains/1.84.0-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=4bc77195f2417cd3 -C extra-filename=-4bc77195f2417cd3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-4bc77195f2417cd3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-482ecc75f8129be0.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39762025-01-16T18:14:35.007Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39772025-01-16T18:14:35.010Z Running `/home/build/.rustup/toolchains/1.84.0-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=8696a562f8ab0321 -C extra-filename=-8696a562f8ab0321 --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-38f3b4d620d453db.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-45dcdf8a8374a563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39782025-01-16T18:14:35.313Z Compiling chrono-tz-build v0.4.0
39792025-01-16T18:14:35.313Z Running `/home/build/.rustup/toolchains/1.84.0-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=42346696b2adbe77 -C extra-filename=-42346696b2adbe77 --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-5ce840c3975bbd61.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-30ac3eed3a8b93fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39802025-01-16T18:14:35.439Z Running `/home/build/.rustup/toolchains/1.84.0-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=2c3431e93729d286 -C extra-filename=-2c3431e93729d286 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-80be5c461cb9f8c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out -l static=pci`
39812025-01-16T18:14:35.893Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39822025-01-16T18:14:35.895Z Running `/home/build/.rustup/toolchains/1.84.0-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=096da45031b6740f -C extra-filename=-096da45031b6740f --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-c613ee633f8b6caa.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-5391036895242318.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39832025-01-16T18:14:35.917Z Running `/home/build/.rustup/toolchains/1.84.0-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=0aa6e508a9c944d9 -C extra-filename=-0aa6e508a9c944d9 --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-2f4d20600755659a.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-349572e683014b1f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39842025-01-16T18:14:36.292Z Compiling tabled_derive v0.7.0
39852025-01-16T18:14:36.294Z Running `/home/build/.rustup/toolchains/1.84.0-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=e1fb8823d2e8bd6b -C extra-filename=-e1fb8823d2e8bd6b --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-17774551a3c17b51.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ad57ad9ff534cbc3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39862025-01-16T18:14:36.480Z Compiling parking_lot v0.11.2
39872025-01-16T18:14:36.515Z Running `/home/build/.rustup/toolchains/1.84.0-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=bc33439a10d7c738 -C extra-filename=-bc33439a10d7c738 --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-349572e683014b1f.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-ccddae81612c627a.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-0aa6e508a9c944d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39882025-01-16T18:14:36.560Z Compiling chrono-tz v0.10.0
39892025-01-16T18:14:36.562Z Running `/home/build/.rustup/toolchains/1.84.0-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.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=ae67656c20c2b92b -C extra-filename=-ae67656c20c2b92b --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-ae67656c20c2b92b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-42346696b2adbe77.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39902025-01-16T18:14:37.364Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-4bc77195f2417cd3/build-script-build`
39912025-01-16T18:14:37.407Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
39922025-01-16T18:14:37.407Z Running `/home/build/.rustup/toolchains/1.84.0-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=f7000931d9a3e491 -C extra-filename=-f7000931d9a3e491 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932025-01-16T18:14:37.492Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-ae67656c20c2b92b/build-script-build`
39942025-01-16T18:14:38.243Z Running `/home/build/.rustup/toolchains/1.84.0-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=a536178c3bd95c03 -C extra-filename=-a536178c3bd95c03 --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-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
39952025-01-16T18:14:38.633Z Compiling sled v0.34.7
39962025-01-16T18:14:38.636Z Running `/home/build/.rustup/toolchains/1.84.0-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=b1c1bf1a304d137f -C extra-filename=-b1c1bf1a304d137f --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-fc3ea3725139f5f8.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-48c8eacb47accb9a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-388aa9c288f89859.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-bc33439a10d7c738.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39972025-01-16T18:14:38.685Z Compiling tabled v0.15.0
39982025-01-16T18:14:38.688Z Running `/home/build/.rustup/toolchains/1.84.0-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=857da2ec4933a1cb -C extra-filename=-857da2ec4933a1cb --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-e3392ead8be78277.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-e1fb8823d2e8bd6b.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992025-01-16T18:14:38.896Z Compiling hickory-client v0.24.1
40002025-01-16T18:14:38.928Z Running `/home/build/.rustup/toolchains/1.84.0-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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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", "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=798b260897684d44 -C extra-filename=-798b260897684d44 --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-2f4d20600755659a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-11b1c0b2f0d4deda.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-f8ebda4900b79acf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012025-01-16T18:14:40.010Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-d0249044ee6dec98/build-script-build`
40022025-01-16T18:14:40.055Z Running `/home/build/.rustup/toolchains/1.84.0-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=235ee8ed3ee71637 -C extra-filename=-235ee8ed3ee71637 --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-c613ee633f8b6caa.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.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-ddc0b22af55bf73d/out/build/artifacts/ -l static=aws_lc_0_22_0_crypto -l static=aws_lc_0_22_0_rust_wrapper --cfg use_bindgen_generated`
40032025-01-16T18:14:40.266Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-80074849aabc2540/build-script-build`
40042025-01-16T18:14:40.329Z Compiling peg-macros v0.8.4
40052025-01-16T18:14:40.334Z Running `/home/build/.rustup/toolchains/1.84.0-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=f5b8191de767dc4d -C extra-filename=-f5b8191de767dc4d --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-87d0a45a21cda84f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40062025-01-16T18:14:40.359Z Compiling hickory-server v0.24.1
40072025-01-16T18:14:40.362Z Running `/home/build/.rustup/toolchains/1.84.0-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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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", "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=24f740c2119647aa -C extra-filename=-24f740c2119647aa --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-897d930859dde460.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-c2ffdc7adc8b0f28.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-11b1c0b2f0d4deda.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-657ea94e2e159f93.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40082025-01-16T18:14:40.414Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40092025-01-16T18:14:40.417Z Running `/home/build/.rustup/toolchains/1.84.0-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=ed2074eb84db33a6 -C extra-filename=-ed2074eb84db33a6 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-ed2074eb84db33a6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40102025-01-16T18:14:41.613Z Compiling sqlparser_derive v0.2.2
40112025-01-16T18:14:41.616Z Running `/home/build/.rustup/toolchains/1.84.0-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=b6cc3f1d2bce6f4b -C extra-filename=-b6cc3f1d2bce6f4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40122025-01-16T18:14:41.827Z Compiling unicode_categories v0.1.1
40132025-01-16T18:14:41.829Z Running `/home/build/.rustup/toolchains/1.84.0-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=9787b81de8eb3ef5 -C extra-filename=-9787b81de8eb3ef5 --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`
40142025-01-16T18:14:42.189Z Running `/home/build/.rustup/toolchains/1.84.0-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=a996fdb597abe952 -C extra-filename=-a996fdb597abe952 --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-235ee8ed3ee71637.rmeta --extern mirai_annotations=/work/oxidecomputer/omicron/target/debug/deps/libmirai_annotations-c7a488fcbaa355d2.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-6742e56345b9f870.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.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-ddc0b22af55bf73d/out/build/artifacts/`
40152025-01-16T18:14:42.467Z Compiling sqlformat v0.2.6
40162025-01-16T18:14:42.470Z Running `/home/build/.rustup/toolchains/1.84.0-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=b031ec46d594c4b2 -C extra-filename=-b031ec46d594c4b2 --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-a40758ffb1943256.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-9787b81de8eb3ef5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40172025-01-16T18:14:42.830Z Compiling sqlparser v0.45.0
40182025-01-16T18:14:42.834Z Running `/home/build/.rustup/toolchains/1.84.0-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=1765569bc5e1d90d -C extra-filename=-1765569bc5e1d90d --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-e1464231da30ba90.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-b6cc3f1d2bce6f4b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192025-01-16T18:14:43.966Z Compiling peg v0.8.4
40202025-01-16T18:14:43.969Z Running `/home/build/.rustup/toolchains/1.84.0-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=1239a75c1abc6f9e -C extra-filename=-1239a75c1abc6f9e --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-f5b8191de767dc4d.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-87d0a45a21cda84f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212025-01-16T18:14:44.103Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-ed2074eb84db33a6/build-script-build`
40222025-01-16T18:14:44.149Z Dirty rustls-webpki v0.102.8: the rustflags changed
40232025-01-16T18:14:44.149Z Compiling rustls-webpki v0.102.8
40242025-01-16T18:14:44.154Z Running `/home/build/.rustup/toolchains/1.84.0-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=414d6e7c51cd2e59 -C extra-filename=-414d6e7c51cd2e59 --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-a996fdb597abe952.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a22d6b4fafe8b56.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2c769ba8c7310228.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out`
40252025-01-16T18:14:44.618Z Compiling rustyline v14.0.0
40262025-01-16T18:14:44.652Z Running `/home/build/.rustup/toolchains/1.84.0-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=4c2a99b00659d49a -C extra-filename=-4c2a99b00659d49a --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-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-07b3a973d43e5168.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f8ac525f227664f4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-a536178c3bd95c03.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-f8ebda4900b79acf.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4466e3a88ed6f5e1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-064524b04a714b2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40272025-01-16T18:14:44.726Z Running `/home/build/.rustup/toolchains/1.84.0-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=7c23650b197038b4 -C extra-filename=-7c23650b197038b4 --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-d26e192b7ea979d3.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ada04dadc6028ac2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40282025-01-16T18:14:45.249Z Running `/home/build/.rustup/toolchains/1.84.0-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=05650aaf02e43dcd -C extra-filename=-05650aaf02e43dcd --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-a996fdb597abe952.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a22d6b4fafe8b56.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-414d6e7c51cd2e59.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
40292025-01-16T18:14:46.145Z Running `/home/build/.rustup/toolchains/1.84.0-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=edbc23fd87fde9c5 -C extra-filename=-edbc23fd87fde9c5 --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-e1464231da30ba90.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a22d6b4fafe8b56.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-414d6e7c51cd2e59.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/`
40302025-01-16T18:14:49.152Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
40312025-01-16T18:14:49.201Z Running `/home/build/.rustup/toolchains/1.84.0-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=327635d413fa6790 -C extra-filename=-327635d413fa6790 --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-876b15a9d7bdd3ca.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-96c496a36c3a16e3.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-3cfdbd909f41ec8f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-bc16f590259156a8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-78de47d2ef7b7318.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-0267b5a39977fb35.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a2c428ee1d997310.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-00262b84a157c4c0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40322025-01-16T18:14:49.201Z Compiling bcs v0.1.6
40332025-01-16T18:14:49.201Z Compiling diff v0.1.13
40342025-01-16T18:14:49.201Z Running `/home/build/.rustup/toolchains/1.84.0-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=815072da4d4bcdef -C extra-filename=-815072da4d4bcdef --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-74905474c961af45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40352025-01-16T18:14:49.201Z Running `/home/build/.rustup/toolchains/1.84.0-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=126a49aa0e256b7b -C extra-filename=-126a49aa0e256b7b --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`
40362025-01-16T18:14:49.271Z Compiling unicase v2.7.0
40372025-01-16T18:14:49.274Z Running `/home/build/.rustup/toolchains/1.84.0-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=f5b0690ff74597c3 -C extra-filename=-f5b0690ff74597c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-f5b0690ff74597c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40382025-01-16T18:14:49.327Z Compiling buf-list v1.0.3
40392025-01-16T18:14:49.329Z Running `/home/build/.rustup/toolchains/1.84.0-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=997e5f189818cc13 -C extra-filename=-997e5f189818cc13 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-997e5f189818cc13 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402025-01-16T18:14:49.498Z Compiling dsl_auto_type v0.1.2
40412025-01-16T18:14:49.502Z Running `/home/build/.rustup/toolchains/1.84.0-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=c33c587a222ff461 -C extra-filename=-c33c587a222ff461 --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-0be92ea757c2bbdc.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40422025-01-16T18:14:49.668Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-f5b0690ff74597c3/build-script-build`
40432025-01-16T18:14:49.880Z Running `/home/build/.rustup/toolchains/1.84.0-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=7c6b29a92d3744fc -C extra-filename=-7c6b29a92d3744fc --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`
40442025-01-16T18:14:50.054Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-997e5f189818cc13/build-script-build`
40452025-01-16T18:14:50.138Z Running `/home/build/.rustup/toolchains/1.84.0-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=47f475f55c06e356 -C extra-filename=-47f475f55c06e356 --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-369ee3d2c774136a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
40462025-01-16T18:14:50.301Z Dirty tokio-rustls v0.25.0: the rustflags changed
40472025-01-16T18:14:50.301Z Compiling tokio-rustls v0.25.0
40482025-01-16T18:14:50.304Z Running `/home/build/.rustup/toolchains/1.84.0-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=e70634c94b67bd7d -C extra-filename=-e70634c94b67bd7d --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-edbc23fd87fde9c5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/`
40492025-01-16T18:14:50.692Z Compiling primeorder v0.13.6
40502025-01-16T18:14:50.694Z Running `/home/build/.rustup/toolchains/1.84.0-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=37191c815d0235ea -C extra-filename=-37191c815d0235ea --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-4e1a08ad60a931b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40512025-01-16T18:14:50.782Z Running `/home/build/.rustup/toolchains/1.84.0-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=d07340f71862b9a0 -C extra-filename=-d07340f71862b9a0 --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-b4f7f05ffcdc9508.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-c8cf29938842673a.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-9a22328da2b144e8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-a87d321d726a68a5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-735530e47edd001b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-181d8e662fc1873f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-edbc23fd87fde9c5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-38e47cf4ad398319.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-930926124dabe7b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-dbd78c2cd4fe5c27.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-c80bfc886b8b2c8e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-e70634c94b67bd7d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c6efa411e52fb3a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/`
40522025-01-16T18:14:50.935Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-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 '--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=6c96ad0cfdaec735 -C extra-filename=-6c96ad0cfdaec735 --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-b4f7f05ffcdc9508.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-a0737ac8410277bb.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-9a22328da2b144e8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-a87d321d726a68a5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-735530e47edd001b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-181d8e662fc1873f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-edbc23fd87fde9c5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-38e47cf4ad398319.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-930926124dabe7b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-dbd78c2cd4fe5c27.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-c80bfc886b8b2c8e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-e70634c94b67bd7d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c6efa411e52fb3a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/`
40532025-01-16T18:14:51.203Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
40542025-01-16T18:14:51.239Z Running `/home/build/.rustup/toolchains/1.84.0-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=fb9321f6a925b114 -C extra-filename=-fb9321f6a925b114 --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-9d458307bf9bbccd.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-78de47d2ef7b7318.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-327635d413fa6790.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-3f23efa3e3618d77.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-0d4bb991208f73b6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a2c428ee1d997310.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-3aa54ae74e4560a1.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-68b6be0134e0cfaa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef7a889fe3d8c43d.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-6ac60295cad7b5c9/out/lib`
40552025-01-16T18:14:54.979Z Dirty tokio-rustls v0.26.0: the rustflags changed
40562025-01-16T18:14:54.979Z Compiling tokio-rustls v0.26.0
40572025-01-16T18:14:54.982Z Running `/home/build/.rustup/toolchains/1.84.0-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=ec6bde0a37719264 -C extra-filename=-ec6bde0a37719264 --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-05650aaf02e43dcd.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out`
40582025-01-16T18:14:55.006Z Compiling diesel_table_macro_syntax v0.2.0
40592025-01-16T18:14:55.009Z Running `/home/build/.rustup/toolchains/1.84.0-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=9906c69b4514faad -C extra-filename=-9906c69b4514faad --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-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40602025-01-16T18:14:55.458Z Dirty hyper-rustls v0.27.3: the rustflags changed
40612025-01-16T18:14:55.458Z Compiling hyper-rustls v0.27.3
40622025-01-16T18:14:55.462Z Running `/home/build/.rustup/toolchains/1.84.0-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=42ae65cdbcc9c9f0 -C extra-filename=-42ae65cdbcc9c9f0 --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-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-735530e47edd001b.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-05650aaf02e43dcd.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec6bde0a37719264.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-68c109a7dea1215e.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-12aab8f306fe6ace.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out`
40632025-01-16T18:14:55.487Z Dirty qorb v0.2.1: the rustflags changed
40642025-01-16T18:14:55.487Z Compiling qorb v0.2.1
40652025-01-16T18:14:55.490Z Running `/home/build/.rustup/toolchains/1.84.0-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=36bb02a0931b96d9 -C extra-filename=-36bb02a0931b96d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d07340f71862b9a0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-7ffc062a204cf09a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/`
40662025-01-16T18:14:56.079Z Dirty reqwest v0.12.9: the rustflags changed
40672025-01-16T18:14:56.079Z Compiling reqwest v0.12.9
40682025-01-16T18:14:56.083Z Running `/home/build/.rustup/toolchains/1.84.0-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=b3b8dbb4b566ab3f -C extra-filename=-b3b8dbb4b566ab3f --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-7fc06bffdc865433.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8202775424847477.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-6884dc2ac08021d2.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-5bbd5d6599ea15c7.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-6a45c13d42a50517.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-42ae65cdbcc9c9f0.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-c94e36afc1d498ed.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-735530e47edd001b.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-3fd47857214c95c3.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-f3f6ca21c873bccb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-05650aaf02e43dcd.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-a5914ea7e9a792fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-e0bd8b29085d28b9.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec6bde0a37719264.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-68c109a7dea1215e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-12aab8f306fe6ace.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64`
40692025-01-16T18:14:57.013Z Compiling scheduled-thread-pool v0.2.7
40702025-01-16T18:14:57.017Z Running `/home/build/.rustup/toolchains/1.84.0-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=c022220b0a0ac54c -C extra-filename=-c022220b0a0ac54c --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-e7f6481d86e59bfb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40712025-01-16T18:14:57.623Z Compiling crunchy v0.2.2
40722025-01-16T18:14:57.626Z Running `/home/build/.rustup/toolchains/1.84.0-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=7dc93288534e917a -C extra-filename=-7dc93288534e917a --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-7dc93288534e917a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40732025-01-16T18:14:58.167Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-7dc93288534e917a/build-script-build`
40742025-01-16T18:14:58.208Z Compiling r2d2 v0.8.10
40752025-01-16T18:14:58.211Z Running `/home/build/.rustup/toolchains/1.84.0-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=8101e92ed2c809fb -C extra-filename=-8101e92ed2c809fb --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-e1464231da30ba90.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e7f6481d86e59bfb.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-c022220b0a0ac54c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40762025-01-16T18:14:58.621Z Compiling diesel_derives v2.2.3
40772025-01-16T18:14:58.635Z Running `/home/build/.rustup/toolchains/1.84.0-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=e8329521f670cb82 -C extra-filename=-e8329521f670cb82 --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-9906c69b4514faad.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-c33c587a222ff461.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40782025-01-16T18:14:58.738Z Compiling mime_guess v2.0.5
40792025-01-16T18:14:58.741Z Running `/home/build/.rustup/toolchains/1.84.0-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=c59d92121d022b5c -C extra-filename=-c59d92121d022b5c --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-c59d92121d022b5c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-7c6b29a92d3744fc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40802025-01-16T18:14:59.275Z Compiling progenitor-client v0.9.1
40812025-01-16T18:14:59.425Z Running `/home/build/.rustup/toolchains/1.84.0-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=189dd64a8ba2d493 -C extra-filename=-189dd64a8ba2d493 --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-369ee3d2c774136a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64`
40822025-01-16T18:14:59.428Z Compiling progenitor-client v0.8.0
40832025-01-16T18:14:59.428Z Running `/home/build/.rustup/toolchains/1.84.0-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=652b25f32b625f58 -C extra-filename=-652b25f32b625f58 --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-369ee3d2c774136a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64`
40842025-01-16T18:14:59.530Z Compiling omicron-zone-package v0.12.0
40852025-01-16T18:14:59.533Z Running `/home/build/.rustup/toolchains/1.84.0-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=a8cc0e191817c0a6 -C extra-filename=-a8cc0e191817c0a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-bfdb5e6c6e50e38c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5c0dc03d1e5f42d0.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-63a0a4b260398455.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64`
40862025-01-16T18:14:59.838Z Compiling progenitor v0.8.0
40872025-01-16T18:14:59.840Z Running `/home/build/.rustup/toolchains/1.84.0-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=9d9f1557e3d23621 -C extra-filename=-9d9f1557e3d23621 --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-652b25f32b625f58.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-50ee53347ab2b336.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-c0787d82ed3c61c9.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64`
40882025-01-16T18:14:59.935Z Compiling progenitor v0.9.1
40892025-01-16T18:14:59.938Z Running `/home/build/.rustup/toolchains/1.84.0-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=7b9b1ef94d59968c -C extra-filename=-7b9b1ef94d59968c --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-189dd64a8ba2d493.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-8344d0a593022076.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-f3ba10e6f5530800.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64`
40902025-01-16T18:14:59.961Z Compiling nanorand v0.7.0
40912025-01-16T18:14:59.963Z Running `/home/build/.rustup/toolchains/1.84.0-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=8f5f400017192f9a -C extra-filename=-8f5f400017192f9a --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-0c516cdc2c9f9726.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40922025-01-16T18:15:00.083Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
40932025-01-16T18:15:00.086Z Running `/home/build/.rustup/toolchains/1.84.0-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=a9996a7539af9f45 -C extra-filename=-a9996a7539af9f45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d9f1557e3d23621.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64`
40942025-01-16T18:15:00.166Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
40952025-01-16T18:15:00.169Z Running `/home/build/.rustup/toolchains/1.84.0-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=3246affd744d0014 -C extra-filename=-3246affd744d0014 --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-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd1ad69982f96338.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d9f1557e3d23621.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-068eb26f9fa3073e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64`
40962025-01-16T18:15:00.494Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
40972025-01-16T18:15:00.497Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/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=a43871a2705ccaa3 -C extra-filename=-a43871a2705ccaa3 --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-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd1ad69982f96338.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-7669000dc0de3b12.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-189dd64a8ba2d493.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-422373cace0bce8a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-068eb26f9fa3073e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64`
40982025-01-16T18:15:01.308Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
40992025-01-16T18:15:01.311Z Running `/home/build/.rustup/toolchains/1.84.0-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=1f2eb0cf4efc5967 -C extra-filename=-1f2eb0cf4efc5967 --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-4bdb6579ef7408aa.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d9f1557e3d23621.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64`
41002025-01-16T18:15:02.767Z Compiling http-range v0.1.5
41012025-01-16T18:15:02.770Z Running `/home/build/.rustup/toolchains/1.84.0-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=71f914c4c224490a -C extra-filename=-71f914c4c224490a --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`
41022025-01-16T18:15:03.120Z Compiling tiny-keccak v2.0.2
41032025-01-16T18:15:03.123Z Running `/home/build/.rustup/toolchains/1.84.0-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=2aa500c54f801d70 -C extra-filename=-2aa500c54f801d70 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-2aa500c54f801d70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41042025-01-16T18:15:03.509Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-2aa500c54f801d70/build-script-build`
41052025-01-16T18:15:03.548Z Compiling flume v0.11.1
41062025-01-16T18:15:03.550Z Running `/home/build/.rustup/toolchains/1.84.0-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=0ee2782bdc6dcb18 -C extra-filename=-0ee2782bdc6dcb18 --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-6723a47d595cc3af.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-8f5f400017192f9a.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41072025-01-16T18:15:04.206Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-c59d92121d022b5c/build-script-build`
41082025-01-16T18:15:04.259Z Running `/home/build/.rustup/toolchains/1.84.0-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=286905b7c093fc6d -C extra-filename=-286905b7c093fc6d --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`
41092025-01-16T18:15:04.399Z Compiling atty v0.2.14
41102025-01-16T18:15:04.434Z Running `/home/build/.rustup/toolchains/1.84.0-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=389b8bcb39043a7b -C extra-filename=-389b8bcb39043a7b --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-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41112025-01-16T18:15:04.577Z Compiling ref-cast v1.0.23
41122025-01-16T18:15:04.580Z Running `/home/build/.rustup/toolchains/1.84.0-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=68c8938363f8106e -C extra-filename=-68c8938363f8106e --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-68c8938363f8106e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41132025-01-16T18:15:05.155Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
41142025-01-16T18:15:05.157Z Running `/home/build/.rustup/toolchains/1.84.0-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=81dfe02fcdeab76d -C extra-filename=-81dfe02fcdeab76d --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-306c1e1ce10f7b6c.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2cf5161fed8e45ee.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-f82da3306e1da792.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-3246affd744d0014.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-fd9526c93453207f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-5fb9246bd00a14a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-f691b04cf9c315e4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-068eb26f9fa3073e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-a283fd0e8603d106.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cc978c39bae954fd.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41152025-01-16T18:15:05.429Z Compiling salty v0.3.0
41162025-01-16T18:15:05.431Z Running `/home/build/.rustup/toolchains/1.84.0-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=4052f9f6f6573b34 -C extra-filename=-4052f9f6f6573b34 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-4052f9f6f6573b34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41172025-01-16T18:15:05.879Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-68c8938363f8106e/build-script-build`
41182025-01-16T18:15:05.914Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-4052f9f6f6573b34/build-script-build`
41192025-01-16T18:15:05.934Z Running `/home/build/.rustup/toolchains/1.84.0-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=7cb8043a2b29f75a -C extra-filename=-7cb8043a2b29f75a --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-286905b7c093fc6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41202025-01-16T18:15:05.964Z Running `/home/build/.rustup/toolchains/1.84.0-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=ae21cc598d5a09d2 -C extra-filename=-ae21cc598d5a09d2 --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-3fd47857214c95c3.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-7c6b29a92d3744fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41212025-01-16T18:15:06.635Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
41222025-01-16T18:15:06.638Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/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=58e0a86f09801d5b -C extra-filename=-58e0a86f09801d5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b2723b33b373661a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64`
41232025-01-16T18:15:06.767Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
41242025-01-16T18:15:06.771Z Running `/home/build/.rustup/toolchains/1.84.0-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=e16b03e958ffe334 -C extra-filename=-e16b03e958ffe334 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-e16b03e958ffe334 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-6d85581e60b2f012.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-c3065e531983c7c3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-a996fdb597abe952.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-e8b2861f754b86e4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-13c7e0208d5dc15e.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-405f76e08a13eea9.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-97672bc6c1d66d83.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f603d2aad5e0b54d.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-4c7af3260133b595.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5bfb3788f96d69c5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-a5eb7c1d4ad001b6.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-3771a6b885e2a4df.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8202775424847477.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-48c8eacb47accb9a.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-215d97576b464e83.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f9de644c70452000.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53e0848c3ee07c7a.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7fa3da68d019689.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d07340f71862b9a0.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-c1af42b47e915229.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2d3b51473a5edfb6.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-4e1a08ad60a931b7.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-b34deca97f74ec86.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0c516cdc2c9f9726.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-71e773b8f60a7a6e.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9285703b23ee883d.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-17774551a3c17b51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-11b1c0b2f0d4deda.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-517e02b56c4bc0b5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-42ae65cdbcc9c9f0.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-735530e47edd001b.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2cf5161fed8e45ee.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-844976e379ef9a19.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-bb088ae80185107e.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-74d3035b7c22bdf7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-8d09f0811006783a.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-15b9c4e619a5e313.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b5fc7e8b2a0dfdbf.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-074ecb6f361c60e4.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-87d0a45a21cda84f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ada04dadc6028ac2.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-4f87d965dafa2825.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-91f2019334cb8470.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-f9dabcf8a846b7f0.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a2c428ee1d997310.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7b456fcff16b9237.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-05650aaf02e43dcd.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-414d6e7c51cd2e59.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-930926124dabe7b4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-183e7b811b862707.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-657ea94e2e159f93.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-408ff635f0ac8c8d.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec6bde0a37719264.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6f976decdfac1eaf.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-bb3580d2ff429c8d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-a0e8137b2872d57c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-2af185a96295bb45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef7a889fe3d8c43d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
41252025-01-16T18:15:06.831Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
41262025-01-16T18:15:06.834Z Running `/home/build/.rustup/toolchains/1.84.0-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=da394054db2f9d91 -C extra-filename=-da394054db2f9d91 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-da394054db2f9d91 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-a8cc0e191817c0a6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-00c0f7716e55c2b7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64`
41272025-01-16T18:15:07.008Z Compiling p384 v0.13.0
41282025-01-16T18:15:07.023Z Running `/home/build/.rustup/toolchains/1.84.0-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=f1882bd5edc8310a -C extra-filename=-f1882bd5edc8310a --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-c1af42b47e915229.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-4e1a08ad60a931b7.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-37191c815d0235ea.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41292025-01-16T18:15:07.126Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-e16b03e958ffe334/build-script-build`
41302025-01-16T18:15:07.171Z Running `/home/build/.rustup/toolchains/1.84.0-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=1193412ba81be9ac -C extra-filename=-1193412ba81be9ac --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-6d85581e60b2f012.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-c3065e531983c7c3.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-a996fdb597abe952.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-e8b2861f754b86e4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-13c7e0208d5dc15e.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-405f76e08a13eea9.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-97672bc6c1d66d83.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f603d2aad5e0b54d.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5bfb3788f96d69c5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-a5eb7c1d4ad001b6.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-3771a6b885e2a4df.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8202775424847477.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-48c8eacb47accb9a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-215d97576b464e83.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f9de644c70452000.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53e0848c3ee07c7a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7fa3da68d019689.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d07340f71862b9a0.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-c1af42b47e915229.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2d3b51473a5edfb6.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-4e1a08ad60a931b7.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-b34deca97f74ec86.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0c516cdc2c9f9726.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-71e773b8f60a7a6e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9285703b23ee883d.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-17774551a3c17b51.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-11b1c0b2f0d4deda.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-517e02b56c4bc0b5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-42ae65cdbcc9c9f0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-735530e47edd001b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2cf5161fed8e45ee.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-844976e379ef9a19.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-bb088ae80185107e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-74d3035b7c22bdf7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-8d09f0811006783a.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-15b9c4e619a5e313.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b5fc7e8b2a0dfdbf.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-074ecb6f361c60e4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-87d0a45a21cda84f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ada04dadc6028ac2.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-4f87d965dafa2825.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-91f2019334cb8470.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-f9dabcf8a846b7f0.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a2c428ee1d997310.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7b456fcff16b9237.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-05650aaf02e43dcd.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-414d6e7c51cd2e59.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-930926124dabe7b4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-183e7b811b862707.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-657ea94e2e159f93.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec6bde0a37719264.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6f976decdfac1eaf.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-bb3580d2ff429c8d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-2af185a96295bb45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef7a889fe3d8c43d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
41312025-01-16T18:15:07.310Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41322025-01-16T18:15:07.336Z Running `/home/build/.rustup/toolchains/1.84.0-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=cf6e727a155ddc39 -C extra-filename=-cf6e727a155ddc39 --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-1193412ba81be9ac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
41332025-01-16T18:15:07.586Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
41342025-01-16T18:15:07.589Z Running `/home/build/.rustup/toolchains/1.84.0-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=da552bbb5a083bbd -C extra-filename=-da552bbb5a083bbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5a557c76e67e47f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
41352025-01-16T18:15:08.237Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41362025-01-16T18:15:08.240Z Running `/home/build/.rustup/toolchains/1.84.0-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=94f087b2f6eec02d -C extra-filename=-94f087b2f6eec02d --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-1193412ba81be9ac.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
41372025-01-16T18:15:08.277Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
41382025-01-16T18:15:08.280Z Running `/home/build/.rustup/toolchains/1.84.0-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=642f5cf66313b200 -C extra-filename=-642f5cf66313b200 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-cf6e727a155ddc39.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-c3ff18d955282a4c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-6625f53158cadf64.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9996a7539af9f45.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-189dd64a8ba2d493.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
41392025-01-16T18:15:08.469Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
41402025-01-16T18:15:08.472Z Running `/home/build/.rustup/toolchains/1.84.0-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=cc6952d51bf75810 -C extra-filename=-cc6952d51bf75810 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-d0e10d29a586f0c3.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-e30533c97b2525be.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
41412025-01-16T18:15:08.533Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41422025-01-16T18:15:08.536Z Running `/home/build/.rustup/toolchains/1.84.0-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=f00af7186c54bdf2 -C extra-filename=-f00af7186c54bdf2 --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-02c5e55b8787320e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
41432025-01-16T18:15:08.560Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
41442025-01-16T18:15:08.563Z Running `/home/build/.rustup/toolchains/1.84.0-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=29a21145e98e8be2 -C extra-filename=-29a21145e98e8be2 --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-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
41452025-01-16T18:15:09.016Z Running `/home/build/.rustup/toolchains/1.84.0-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=27d42ffd455d9d5b -C extra-filename=-27d42ffd455d9d5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-cf6e727a155ddc39.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-c3ff18d955282a4c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-6625f53158cadf64.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9996a7539af9f45.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-189dd64a8ba2d493.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
41462025-01-16T18:15:10.660Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
41472025-01-16T18:15:10.664Z Running `/home/build/.rustup/toolchains/1.84.0-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=32a96558d6ac77da -C extra-filename=-32a96558d6ac77da --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-1193412ba81be9ac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
41482025-01-16T18:15:10.822Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
41492025-01-16T18:15:10.860Z Running `/home/build/.rustup/toolchains/1.84.0-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=b08f6814f600a546 -C extra-filename=-b08f6814f600a546 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-b08f6814f600a546 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-94f087b2f6eec02d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
41502025-01-16T18:15:11.228Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-b08f6814f600a546/build-script-build`
41512025-01-16T18:15:11.265Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41522025-01-16T18:15:11.292Z Running `/home/build/.rustup/toolchains/1.84.0-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=ee95e599aeabae68 -C extra-filename=-ee95e599aeabae68 --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-1193412ba81be9ac.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
41532025-01-16T18:15:11.515Z Compiling diesel v2.2.6
41542025-01-16T18:15:11.522Z Running `/home/build/.rustup/toolchains/1.84.0-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=b9c1f78c028c4487 -C extra-filename=-b9c1f78c028c4487 --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-01159dab402db438.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e8329521f670cb82.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-8101e92ed2c809fb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41552025-01-16T18:15:11.915Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41562025-01-16T18:15:11.919Z Running `/home/build/.rustup/toolchains/1.84.0-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=a1514452ef569b10 -C extra-filename=-a1514452ef569b10 --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-2f4d20600755659a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
41572025-01-16T18:15:12.011Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41582025-01-16T18:15:12.051Z Running `/home/build/.rustup/toolchains/1.84.0-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=bf48cfd0f51be274 -C extra-filename=-bf48cfd0f51be274 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-bf48cfd0f51be274 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-94f087b2f6eec02d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
41592025-01-16T18:15:12.118Z Compiling ascii-canvas v3.0.0
41602025-01-16T18:15:12.121Z Running `/home/build/.rustup/toolchains/1.84.0-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=b4d5cebd05daa928 -C extra-filename=-b4d5cebd05daa928 --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-b8051aa10a7a22cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41612025-01-16T18:15:12.379Z Compiling ref-cast-impl v1.0.23
41622025-01-16T18:15:12.381Z Running `/home/build/.rustup/toolchains/1.84.0-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=0661711625af6d4c -C extra-filename=-0661711625af6d4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41632025-01-16T18:15:12.644Z Compiling ena v0.14.3
41642025-01-16T18:15:12.647Z Running `/home/build/.rustup/toolchains/1.84.0-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=ce4111346ccb5969 -C extra-filename=-ce4111346ccb5969 --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-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41652025-01-16T18:15:12.918Z Compiling regex-syntax v0.6.29
41662025-01-16T18:15:12.921Z Running `/home/build/.rustup/toolchains/1.84.0-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=eaba3aeca78ad168 -C extra-filename=-eaba3aeca78ad168 --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`
41672025-01-16T18:15:13.053Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-bf48cfd0f51be274/build-script-build`
41682025-01-16T18:15:13.096Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41692025-01-16T18:15:13.099Z Running `/home/build/.rustup/toolchains/1.84.0-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=ef392f2abcdeacaa -C extra-filename=-ef392f2abcdeacaa --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-eca0aece77251b6e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-ee95e599aeabae68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
41702025-01-16T18:15:13.724Z Running `/home/build/.rustup/toolchains/1.84.0-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=4815cf05eaadddd2 -C extra-filename=-4815cf05eaadddd2 --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-0661711625af6d4c.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)'`
41712025-01-16T18:15:13.899Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
41722025-01-16T18:15:13.902Z Running `/home/build/.rustup/toolchains/1.84.0-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=b591b9aba66427e3 -C extra-filename=-b591b9aba66427e3 --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-369ee3d2c774136a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
41732025-01-16T18:15:14.501Z Compiling hyper-staticfile v0.10.1
41742025-01-16T18:15:14.505Z Running `/home/build/.rustup/toolchains/1.84.0-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=39516416b8febf30 -C extra-filename=-39516416b8febf30 --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-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-e9467ca7ef9bcfa8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-ae21cc598d5a09d2.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41752025-01-16T18:15:14.861Z Running `/home/build/.rustup/toolchains/1.84.0-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=75c954b1827d3b2d -C extra-filename=-75c954b1827d3b2d --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-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
41762025-01-16T18:15:15.560Z Compiling env_filter v0.1.2
41772025-01-16T18:15:15.563Z Running `/home/build/.rustup/toolchains/1.84.0-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=bb4955ef2c5e36ae -C extra-filename=-bb4955ef2c5e36ae --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-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41782025-01-16T18:15:15.747Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
41792025-01-16T18:15:15.749Z Running `/home/build/.rustup/toolchains/1.84.0-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=6e4c8d4f57f06176 -C extra-filename=-6e4c8d4f57f06176 --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-0c516cdc2c9f9726.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-d359207ba9fb3377.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-75c954b1827d3b2d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41802025-01-16T18:15:16.215Z Compiling lalrpop v0.19.12
41812025-01-16T18:15:16.218Z Running `/home/build/.rustup/toolchains/1.84.0-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=b49b510f92dfdeff -C extra-filename=-b49b510f92dfdeff --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-b4d5cebd05daa928.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-405f76e08a13eea9.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-126a49aa0e256b7b.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-ce4111346ccb5969.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-d3778fbb78f4b217.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-bb088ae80185107e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-eaba3aeca78ad168.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-183e7b811b862707.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b8051aa10a7a22cc.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-7cb8043a2b29f75a.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-a0e8137b2872d57c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41822025-01-16T18:15:16.568Z Compiling env_logger v0.11.5
41832025-01-16T18:15:16.571Z Running `/home/build/.rustup/toolchains/1.84.0-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=c03b935ea1f4bb5f -C extra-filename=-c03b935ea1f4bb5f --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-bb4955ef2c5e36ae.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41842025-01-16T18:15:16.615Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41852025-01-16T18:15:16.619Z Running `/home/build/.rustup/toolchains/1.84.0-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=b9bd6f65d8543610 -C extra-filename=-b9bd6f65d8543610 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-b9bd6f65d8543610 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-94f087b2f6eec02d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
41862025-01-16T18:15:16.991Z Compiling derive_builder_core v0.20.2
41872025-01-16T18:15:16.993Z Running `/home/build/.rustup/toolchains/1.84.0-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=c09288cae9a60134 -C extra-filename=-c09288cae9a60134 --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-0be92ea757c2bbdc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41882025-01-16T18:15:17.244Z Compiling libxml v0.3.3
41892025-01-16T18:15:17.268Z Running `/home/build/.rustup/toolchains/1.84.0-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=a171c2a8b9b19f8b -C extra-filename=-a171c2a8b9b19f8b --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-a171c2a8b9b19f8b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41902025-01-16T18:15:17.686Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
41912025-01-16T18:15:17.713Z Running `/home/build/.rustup/toolchains/1.84.0-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=d150f5e1f88112c0 -C extra-filename=-d150f5e1f88112c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-d150f5e1f88112c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922025-01-16T18:15:18.066Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-d150f5e1f88112c0/build-script-build`
41932025-01-16T18:15:18.153Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-a171c2a8b9b19f8b/build-script-build`
41942025-01-16T18:15:18.207Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-b9bd6f65d8543610/build-script-build`
41952025-01-16T18:15:18.209Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
41962025-01-16T18:15:18.209Z Running `/home/build/.rustup/toolchains/1.84.0-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=248954afa608feb6 -C extra-filename=-248954afa608feb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-6e4c8d4f57f06176.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-96c496a36c3a16e3.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2d3b51473a5edfb6.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c03b935ea1f4bb5f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-f1882bd5edc8310a.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41972025-01-16T18:15:18.282Z Compiling samael v0.0.17
41982025-01-16T18:15:18.284Z Running `/home/build/.rustup/toolchains/1.84.0-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=589303bbc8c2e942 -C extra-filename=-589303bbc8c2e942 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-589303bbc8c2e942 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-718d162c8ffb3205.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41992025-01-16T18:15:19.230Z Compiling derive_builder_macro v0.20.2
42002025-01-16T18:15:19.233Z Running `/home/build/.rustup/toolchains/1.84.0-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=efb3bf484172a3f8 -C extra-filename=-efb3bf484172a3f8 --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-c09288cae9a60134.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42012025-01-16T18:15:19.288Z Compiling strum_macros v0.24.3
42022025-01-16T18:15:19.291Z Running `/home/build/.rustup/toolchains/1.84.0-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=d0d8c9fa65644ebb -C extra-filename=-d0d8c9fa65644ebb --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-17774551a3c17b51.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-99c0464e9f1cdfe0.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42032025-01-16T18:15:20.270Z Running `/home/build/.rustup/toolchains/1.84.0-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=b1d8fc03ca54e450 -C extra-filename=-b1d8fc03ca54e450 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-ced356751b8e3cba.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-d9699fe139c25e7d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-c3119a46adbec64f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a5366169e86b547.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-b99b508db72c3dcb.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-da552bbb5a083bbd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-245f9940c78876a6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5f3c28ccf9b28e23.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
42042025-01-16T18:15:20.416Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42052025-01-16T18:15:20.441Z Running `/home/build/.rustup/toolchains/1.84.0-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=5c48ce93820c7e83 -C extra-filename=-5c48ce93820c7e83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42062025-01-16T18:15:20.786Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
42072025-01-16T18:15:20.789Z Running `/home/build/.rustup/toolchains/1.84.0-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=19628f3e5c42d667 -C extra-filename=-19628f3e5c42d667 --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-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-a3333f6032687666.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42082025-01-16T18:15:22.832Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
42092025-01-16T18:15:22.835Z Running `/home/build/.rustup/toolchains/1.84.0-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=5df5da7ac8c80d2d -C extra-filename=-5df5da7ac8c80d2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5996bff276a5c5d7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-6625f53158cadf64.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42102025-01-16T18:15:23.565Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
42112025-01-16T18:15:23.568Z Running `/home/build/.rustup/toolchains/1.84.0-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=b8c278a10a4a40db -C extra-filename=-b8c278a10a4a40db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42122025-01-16T18:15:26.314Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
42132025-01-16T18:15:26.316Z Running `/home/build/.rustup/toolchains/1.84.0-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=5bb33dfb4bbb3f51 -C extra-filename=-5bb33dfb4bbb3f51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-19628f3e5c42d667.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42142025-01-16T18:15:27.540Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42152025-01-16T18:15:27.544Z Running `/home/build/.rustup/toolchains/1.84.0-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=18ea1dd6a14ff79c -C extra-filename=-18ea1dd6a14ff79c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5996bff276a5c5d7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5c0dc03d1e5f42d0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8bcd431f989e58f8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-81dfe02fcdeab76d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a22d6b4fafe8b56.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-edbc23fd87fde9c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib`
42162025-01-16T18:15:27.940Z Running `/home/build/.rustup/toolchains/1.84.0-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=d6da62498d1b73dd -C extra-filename=-d6da62498d1b73dd --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-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-a3333f6032687666.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-27d42ffd455d9d5b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42172025-01-16T18:15:28.794Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42182025-01-16T18:15:28.797Z Running `/home/build/.rustup/toolchains/1.84.0-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=0a2980a62729d904 -C extra-filename=-0a2980a62729d904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-19628f3e5c42d667.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42192025-01-16T18:15:28.848Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
42202025-01-16T18:15:28.872Z Running `/home/build/.rustup/toolchains/1.84.0-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=6d96a8f20beb8638 -C extra-filename=-6d96a8f20beb8638 --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-8cb871a83619a59b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42212025-01-16T18:15:30.337Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-da394054db2f9d91/build-script-build`
42222025-01-16T18:15:30.447Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
42232025-01-16T18:15:30.450Z Running `/home/build/.rustup/toolchains/1.84.0-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=baaedade4377d3db -C extra-filename=-baaedade4377d3db --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-d26e192b7ea979d3.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42242025-01-16T18:15:30.477Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
42252025-01-16T18:15:30.481Z Running `/home/build/.rustup/toolchains/1.84.0-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=6362b7e8fe627363 -C extra-filename=-6362b7e8fe627363 --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-d26e192b7ea979d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42262025-01-16T18:15:31.530Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42272025-01-16T18:15:31.533Z Running `/home/build/.rustup/toolchains/1.84.0-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=2b4bba4328435192 -C extra-filename=-2b4bba4328435192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6362b7e8fe627363.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-798b260897684d44.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-11b1c0b2f0d4deda.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-24f740c2119647aa.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b1c1bf1a304d137f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42282025-01-16T18:15:31.825Z Running `/home/build/.rustup/toolchains/1.84.0-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=fe366cc67deafdf5 -C extra-filename=-fe366cc67deafdf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d6da62498d1b73dd.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42292025-01-16T18:15:31.933Z Running `/home/build/.rustup/toolchains/1.84.0-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=f6c5b07881fbb491 -C extra-filename=-f6c5b07881fbb491 --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-d26e192b7ea979d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-189dd64a8ba2d493.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42302025-01-16T18:15:32.384Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
42312025-01-16T18:15:32.386Z Running `/home/build/.rustup/toolchains/1.84.0-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=8d19abb3feb36e97 -C extra-filename=-8d19abb3feb36e97 --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-b1d8fc03ca54e450.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42322025-01-16T18:15:33.522Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
42332025-01-16T18:15:33.526Z Running `/home/build/.rustup/toolchains/1.84.0-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=d23afb33bcc38f16 -C extra-filename=-d23afb33bcc38f16 --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-6625f53158cadf64.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42342025-01-16T18:15:35.100Z Running `/home/build/.rustup/toolchains/1.84.0-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=0760f0e51ba835cf -C extra-filename=-0760f0e51ba835cf --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-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-71f4b81d8b10716d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4762d669c6b046d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2a77d15aee24f768.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42352025-01-16T18:15:35.537Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42362025-01-16T18:15:35.540Z Running `/home/build/.rustup/toolchains/1.84.0-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=b20bd2cc195e4c5d -C extra-filename=-b20bd2cc195e4c5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-cf6e727a155ddc39.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8202775424847477.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-6625f53158cadf64.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-15b9c4e619a5e313.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1332338ae6debb56.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5bb33dfb4bbb3f51.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ccc8261c24554edb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42372025-01-16T18:15:35.914Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
42382025-01-16T18:15:35.917Z Running `/home/build/.rustup/toolchains/1.84.0-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=cb401645f9a1ea92 -C extra-filename=-cb401645f9a1ea92 --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-1193412ba81be9ac.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fe366cc67deafdf5.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d6da62498d1b73dd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42392025-01-16T18:15:36.572Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
42402025-01-16T18:15:36.581Z Running `/home/build/.rustup/toolchains/1.84.0-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=72156c9a99c934e3 -C extra-filename=-72156c9a99c934e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42412025-01-16T18:15:43.648Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
42422025-01-16T18:15:43.651Z Running `/home/build/.rustup/toolchains/1.84.0-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=d5c52f4a9d6f73a7 -C extra-filename=-d5c52f4a9d6f73a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42432025-01-16T18:15:43.682Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
42442025-01-16T18:15:43.684Z Running `/home/build/.rustup/toolchains/1.84.0-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=82ec3fe962e1369c -C extra-filename=-82ec3fe962e1369c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-32a96558d6ac77da.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-0a2980a62729d904.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-cb401645f9a1ea92.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-19628f3e5c42d667.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42452025-01-16T18:15:44.089Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42462025-01-16T18:15:44.093Z Running `/home/build/.rustup/toolchains/1.84.0-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=4d7ba8b8b8130ea3 -C extra-filename=-4d7ba8b8b8130ea3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0760f0e51ba835cf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42472025-01-16T18:15:45.448Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
42482025-01-16T18:15:45.451Z Running `/home/build/.rustup/toolchains/1.84.0-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=aa9f27391adfff67 -C extra-filename=-aa9f27391adfff67 --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-2f4d20600755659a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a4c7bb216ac823c4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42492025-01-16T18:15:47.185Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
42502025-01-16T18:15:47.189Z Running `/home/build/.rustup/toolchains/1.84.0-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=1599675b3361b749 -C extra-filename=-1599675b3361b749 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-71c7463d398702ca.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-80be5c461cb9f8c1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-096da45031b6740f.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8696a562f8ab0321.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2c3431e93729d286.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out`
42512025-01-16T18:15:49.440Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
42522025-01-16T18:15:49.467Z Running `/home/build/.rustup/toolchains/1.84.0-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=aa6ff9cce06ce90c -C extra-filename=-aa6ff9cce06ce90c --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-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42532025-01-16T18:15:49.754Z Running `/home/build/.rustup/toolchains/1.84.0-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=726837299e79d6e9 -C extra-filename=-726837299e79d6e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7c23650b197038b4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-f7000931d9a3e491.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-71c7463d398702ca.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5bb33dfb4bbb3f51.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-6af93af71e9acc5a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4c2a99b00659d49a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42542025-01-16T18:15:50.760Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
42552025-01-16T18:15:50.783Z Running `/home/build/.rustup/toolchains/1.84.0-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=83d37be23d55ee8c -C extra-filename=-83d37be23d55ee8c --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-1f2eb0cf4efc5967.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-189dd64a8ba2d493.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42562025-01-16T18:15:51.277Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
42572025-01-16T18:15:51.281Z Running `/home/build/.rustup/toolchains/1.84.0-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=dc5246e46acc9174 -C extra-filename=-dc5246e46acc9174 --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-897d930859dde460.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4762d669c6b046d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42582025-01-16T18:15:52.116Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42592025-01-16T18:15:52.119Z Running `/home/build/.rustup/toolchains/1.84.0-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=c2cd987894ef0131 -C extra-filename=-c2cd987894ef0131 --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-dd31d19c4ed69e7e.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dce0a5f485344e44.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1332338ae6debb56.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-55438b802f2eecf1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42602025-01-16T18:15:52.912Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
42612025-01-16T18:15:52.974Z Running `/home/build/.rustup/toolchains/1.84.0-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=64d91fb7c50af2af -C extra-filename=-64d91fb7c50af2af --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-92d4ef3e0c09d06b.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-185ce5a1999aa43f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42622025-01-16T18:15:53.221Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
42632025-01-16T18:15:53.223Z Running `/home/build/.rustup/toolchains/1.84.0-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=3f6cbe1be4799eca -C extra-filename=-3f6cbe1be4799eca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dc5246e46acc9174.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1599675b3361b749.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out`
42642025-01-16T18:15:54.095Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
42652025-01-16T18:15:54.098Z Running `/home/build/.rustup/toolchains/1.84.0-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=5f66eae3eeb5aaab -C extra-filename=-5f66eae3eeb5aaab --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-ed6723ba3feb7557.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-64d91fb7c50af2af.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42662025-01-16T18:15:54.485Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
42672025-01-16T18:15:54.488Z Running `/home/build/.rustup/toolchains/1.84.0-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=6a457611ab7bd00c -C extra-filename=-6a457611ab7bd00c --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-b1ce1825125c2b44.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a1514452ef569b10.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42682025-01-16T18:15:56.521Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42692025-01-16T18:15:56.524Z Running `/home/build/.rustup/toolchains/1.84.0-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=643348792607cac0 -C extra-filename=-643348792607cac0 --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-d26e192b7ea979d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42702025-01-16T18:15:57.143Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
42712025-01-16T18:15:57.145Z Running `/home/build/.rustup/toolchains/1.84.0-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=3cdff972182e0da3 -C extra-filename=-3cdff972182e0da3 --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-6c96ad0cfdaec735.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42722025-01-16T18:15:58.362Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42732025-01-16T18:15:58.365Z Running `/home/build/.rustup/toolchains/1.84.0-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=b9548a421f8c6136 -C extra-filename=-b9548a421f8c6136 --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-6c96ad0cfdaec735.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42742025-01-16T18:15:58.531Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42752025-01-16T18:15:58.534Z Running `/home/build/.rustup/toolchains/1.84.0-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=bf107ca5111d63fc -C extra-filename=-bf107ca5111d63fc --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-fadb0d038d86eedf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42762025-01-16T18:15:58.863Z Compiling pin-project-internal v1.1.6
42772025-01-16T18:15:58.887Z Running `/home/build/.rustup/toolchains/1.84.0-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=3a4c864525526358 -C extra-filename=-3a4c864525526358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42782025-01-16T18:15:58.987Z Compiling indoc v1.0.9
42792025-01-16T18:15:58.990Z Running `/home/build/.rustup/toolchains/1.84.0-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=af0b922751e7470c -C extra-filename=-af0b922751e7470c --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`
42802025-01-16T18:15:59.938Z Running `/home/build/.rustup/toolchains/1.84.0-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=f25c6032af5a8e16 -C extra-filename=-f25c6032af5a8e16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ef392f2abcdeacaa.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b9c1f78c028c4487.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-bf107ca5111d63fc.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c2cd987894ef0131.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ccc8261c24554edb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42812025-01-16T18:16:00.045Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-589303bbc8c2e942/build-script-bindings`
42822025-01-16T18:16:00.048Z Compiling derive_builder v0.20.2
42832025-01-16T18:16:00.072Z Running `/home/build/.rustup/toolchains/1.84.0-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=34844a80dde02151 -C extra-filename=-34844a80dde02151 --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-efb3bf484172a3f8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42842025-01-16T18:16:00.332Z Running `/home/build/.rustup/toolchains/1.84.0-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=a185fb1c67002691 -C extra-filename=-a185fb1c67002691 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-6e4c8d4f57f06176.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-248954afa608feb6.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2d3b51473a5edfb6.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-185ce5a1999aa43f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-05650aaf02e43dcd.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec6bde0a37719264.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out`
42852025-01-16T18:16:01.948Z Compiling pin-project v1.1.6
42862025-01-16T18:16:01.950Z Running `/home/build/.rustup/toolchains/1.84.0-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=163a84fb3886e613 -C extra-filename=-163a84fb3886e613 --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-3a4c864525526358.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42872025-01-16T18:16:02.124Z Running `/home/build/.rustup/toolchains/1.84.0-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=2b7c1de040d1726a -C extra-filename=-2b7c1de040d1726a --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-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
42882025-01-16T18:16:02.225Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42892025-01-16T18:16:02.228Z Running `/home/build/.rustup/toolchains/1.84.0-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=febe17d6ef9de8c1 -C extra-filename=-febe17d6ef9de8c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-febe17d6ef9de8c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-94f087b2f6eec02d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42902025-01-16T18:16:02.399Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
42912025-01-16T18:16:02.439Z Running `/home/build/.rustup/toolchains/1.84.0-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=63e666f7e78c96c1 -C extra-filename=-63e666f7e78c96c1 --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-1193412ba81be9ac.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
42922025-01-16T18:16:02.578Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
42932025-01-16T18:16:02.581Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/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=eca5984091c0c32d -C extra-filename=-eca5984091c0c32d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-389b8bcb39043a7b.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd1ad69982f96338.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d07340f71862b9a0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-3a431b51d3f8d87e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-dbd78c2cd4fe5c27.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-068eb26f9fa3073e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64`
42942025-01-16T18:16:03.220Z Compiling quick-xml v0.33.0
42952025-01-16T18:16:03.223Z Running `/home/build/.rustup/toolchains/1.84.0-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=40dc9cc2ae614686 -C extra-filename=-40dc9cc2ae614686 --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-4182dae7cc683f1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42962025-01-16T18:16:04.492Z Compiling oso-derive v0.27.3
42972025-01-16T18:16:04.497Z Running `/home/build/.rustup/toolchains/1.84.0-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=9cd0c6030bffc3a0 -C extra-filename=-9cd0c6030bffc3a0 --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-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42982025-01-16T18:16:05.674Z Compiling impl-trait-for-tuples v0.2.2
42992025-01-16T18:16:05.677Z Running `/home/build/.rustup/toolchains/1.84.0-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=3a8991202317ba87 -C extra-filename=-3a8991202317ba87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43002025-01-16T18:16:06.642Z Running `/home/build/.rustup/toolchains/1.84.0-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=c02c8aea35eed693 -C extra-filename=-c02c8aea35eed693 --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-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-34844a80dde02151.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-2b7c1de040d1726a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1332338ae6debb56.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-0545e742edad87bb.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-55438b802f2eecf1.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-40dc9cc2ae614686.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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`
43012025-01-16T18:16:07.835Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43022025-01-16T18:16:07.838Z Running `/home/build/.rustup/toolchains/1.84.0-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=7ad6a1e04853ef45 -C extra-filename=-7ad6a1e04853ef45 --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-d26e192b7ea979d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
43032025-01-16T18:16:09.981Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-febe17d6ef9de8c1/build-script-build`
43042025-01-16T18:16:10.022Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43052025-01-16T18:16:10.025Z Running `/home/build/.rustup/toolchains/1.84.0-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=a8f892113fca4362 -C extra-filename=-a8f892113fca4362 --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-eca0aece77251b6e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-ee95e599aeabae68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
43062025-01-16T18:16:11.862Z Compiling signal-hook-tokio v0.3.1
43072025-01-16T18:16:11.865Z Running `/home/build/.rustup/toolchains/1.84.0-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=65ec9cdd3bdb4504 -C extra-filename=-65ec9cdd3bdb4504 --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-6723a47d595cc3af.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d856ce5d15fe3475.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43082025-01-16T18:16:12.101Z Compiling snafu-derive v0.8.5
43092025-01-16T18:16:12.101Z Running `/home/build/.rustup/toolchains/1.84.0-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=5275383d9cadf3bd -C extra-filename=-5275383d9cadf3bd --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-17774551a3c17b51.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43102025-01-16T18:16:12.534Z Dirty cargo-platform v0.1.8: the rustflags changed
43112025-01-16T18:16:12.534Z Compiling cargo-platform v0.1.8
43122025-01-16T18:16:12.537Z Running `/home/build/.rustup/toolchains/1.84.0-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=d13ae0074c7b6dca -C extra-filename=-d13ae0074c7b6dca --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43132025-01-16T18:16:12.900Z Compiling memoffset v0.9.1
43142025-01-16T18:16:12.906Z Running `/home/build/.rustup/toolchains/1.84.0-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=ab9632249e53424a -C extra-filename=-ab9632249e53424a --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-ab9632249e53424a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43152025-01-16T18:16:13.103Z Compiling diesel-dtrace v0.4.2
43162025-01-16T18:16:13.106Z Running `/home/build/.rustup/toolchains/1.84.0-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=07b8ffc7a04b311c -C extra-filename=-07b8ffc7a04b311c --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-07b8ffc7a04b311c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43172025-01-16T18:16:13.322Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-ab9632249e53424a/build-script-build`
43182025-01-16T18:16:13.498Z Dirty cargo_metadata v0.18.1: the rustflags changed
43192025-01-16T18:16:13.498Z Compiling cargo_metadata v0.18.1
43202025-01-16T18:16:13.501Z Running `/home/build/.rustup/toolchains/1.84.0-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=f5800d1df969a089 -C extra-filename=-f5800d1df969a089 --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-b1ce1825125c2b44.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-d13ae0074c7b6dca.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43212025-01-16T18:16:13.525Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-07b8ffc7a04b311c/build-script-build`
43222025-01-16T18:16:13.611Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43232025-01-16T18:16:13.614Z Running `/home/build/.rustup/toolchains/1.84.0-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=0407d5f8409d868e -C extra-filename=-0407d5f8409d868e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0760f0e51ba835cf.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3cdff972182e0da3.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa6ff9cce06ce90c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0ee2782bdc6dcb18.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-39516416b8febf30.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dc5246e46acc9174.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9996a7539af9f45.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-83d37be23d55ee8c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a5366169e86b547.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-eca5984091c0c32d.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-422373cace0bce8a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b591b9aba66427e3.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b9548a421f8c6136.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-63e666f7e78c96c1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6a457611ab7bd00c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a1514452ef569b10.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1599675b3361b749.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3f6cbe1be4799eca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a185fb1c67002691.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2c3431e93729d286.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-12908577ff88ed0d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5f3c28ccf9b28e23.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
43242025-01-16T18:16:15.824Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
43252025-01-16T18:16:15.827Z Running `/home/build/.rustup/toolchains/1.84.0-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=4fd572c7a813d985 -C extra-filename=-4fd572c7a813d985 --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-6c96ad0cfdaec735.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5f66eae3eeb5aaab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib`
43262025-01-16T18:16:16.720Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43272025-01-16T18:16:16.723Z Running `/home/build/.rustup/toolchains/1.84.0-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=6ae46ebee2defaa3 -C extra-filename=-6ae46ebee2defaa3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-6ae46ebee2defaa3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-94f087b2f6eec02d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
43282025-01-16T18:16:17.100Z Compiling globset v0.4.15
43292025-01-16T18:16:17.103Z Running `/home/build/.rustup/toolchains/1.84.0-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=70d86b282a4a6fe3 -C extra-filename=-70d86b282a4a6fe3 --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-c3065e531983c7c3.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43302025-01-16T18:16:17.307Z Compiling snafu v0.8.5
43312025-01-16T18:16:17.334Z Running `/home/build/.rustup/toolchains/1.84.0-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=5ce85746bfb04400 -C extra-filename=-5ce85746bfb04400 --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-6723a47d595cc3af.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-163a84fb3886e613.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-5275383d9cadf3bd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43322025-01-16T18:16:18.081Z Compiling bb8 v0.8.5
43332025-01-16T18:16:18.085Z Running `/home/build/.rustup/toolchains/1.84.0-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=780d7b069482ca12 -C extra-filename=-780d7b069482ca12 --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-897d930859dde460.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e7f6481d86e59bfb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43342025-01-16T18:16:18.562Z Compiling olpc-cjson v0.1.4
43352025-01-16T18:16:18.564Z Running `/home/build/.rustup/toolchains/1.84.0-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=8382572a2c2151ca -C extra-filename=-8382572a2c2151ca --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-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43362025-01-16T18:16:18.652Z Compiling serde_plain v1.0.2
43372025-01-16T18:16:18.657Z Running `/home/build/.rustup/toolchains/1.84.0-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=9eb7bdf34dd5be0a -C extra-filename=-9eb7bdf34dd5be0a --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43382025-01-16T18:16:18.755Z Compiling typed-path v0.9.3
43392025-01-16T18:16:18.784Z Running `/home/build/.rustup/toolchains/1.84.0-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=00efbcbd408a5e8a -C extra-filename=-00efbcbd408a5e8a --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`
43402025-01-16T18:16:18.856Z Compiling async-bb8-diesel v0.2.1
43412025-01-16T18:16:18.858Z Running `/home/build/.rustup/toolchains/1.84.0-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=240390f38fe936cb -C extra-filename=-240390f38fe936cb --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-897d930859dde460.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-780d7b069482ca12.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b9c1f78c028c4487.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
43422025-01-16T18:16:19.054Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-6ae46ebee2defaa3/build-script-build`
43432025-01-16T18:16:19.132Z Running `/home/build/.rustup/toolchains/1.84.0-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=7e63a5e557809e97 -C extra-filename=-7e63a5e557809e97 --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-b9c1f78c028c4487.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
43442025-01-16T18:16:19.631Z Running `/home/build/.rustup/toolchains/1.84.0-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=97c31aaf91558fd5 -C extra-filename=-97c31aaf91558fd5 --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`
43452025-01-16T18:16:19.634Z Compiling tungstenite v0.23.0
43462025-01-16T18:16:19.634Z Running `/home/build/.rustup/toolchains/1.84.0-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=dc8b38edb899d45b -C extra-filename=-dc8b38edb899d45b --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-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7259561918d96c79.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-930926124dabe7b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-f2c4e1bab67cf4d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43472025-01-16T18:16:19.764Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
43482025-01-16T18:16:19.795Z Running `/home/build/.rustup/toolchains/1.84.0-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=b5c31cdbc4155e16 -C extra-filename=-b5c31cdbc4155e16 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-b5c31cdbc4155e16 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43492025-01-16T18:16:20.176Z Compiling parse-size v1.1.0
43502025-01-16T18:16:20.179Z Running `/home/build/.rustup/toolchains/1.84.0-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=8d980178b4de34a3 -C extra-filename=-8d980178b4de34a3 --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`
43512025-01-16T18:16:20.449Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-b5c31cdbc4155e16/build-script-build`
43522025-01-16T18:16:20.475Z Compiling nix v0.27.1
43532025-01-16T18:16:20.477Z Running `/home/build/.rustup/toolchains/1.84.0-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=dcf3bff7b9f64263 -C extra-filename=-dcf3bff7b9f64263 --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-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-97c31aaf91558fd5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43542025-01-16T18:16:20.539Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
43552025-01-16T18:16:20.542Z Running `/home/build/.rustup/toolchains/1.84.0-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=737a135db994e011 -C extra-filename=-737a135db994e011 --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-876b15a9d7bdd3ca.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-9db9fb99ac35bda9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43562025-01-16T18:16:20.888Z Compiling tough v0.19.0
43572025-01-16T18:16:20.892Z Running `/home/build/.rustup/toolchains/1.84.0-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=fab35e6581845628 -C extra-filename=-fab35e6581845628 --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-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-a996fdb597abe952.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-70d86b282a4a6fe3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-8382572a2c2151ca.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-05650aaf02e43dcd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-9eb7bdf34dd5be0a.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-5ce85746bfb04400.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-00efbcbd408a5e8a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-6742e56345b9f870.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64`
43582025-01-16T18:16:20.945Z Compiling tokio-tungstenite v0.23.1
43592025-01-16T18:16:20.948Z Running `/home/build/.rustup/toolchains/1.84.0-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=a4f7cf016a368819 -C extra-filename=-a4f7cf016a368819 --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-839ba9a41c83a702.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-dc8b38edb899d45b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43602025-01-16T18:16:21.515Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43612025-01-16T18:16:21.518Z Running `/home/build/.rustup/toolchains/1.84.0-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=57cf449c999dd594 -C extra-filename=-57cf449c999dd594 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5f66eae3eeb5aaab.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib`
43622025-01-16T18:16:21.807Z Running `/home/build/.rustup/toolchains/1.84.0-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=58b04620be65b29c -C extra-filename=-58b04620be65b29c --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-897d930859dde460.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-c3ff18d955282a4c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-388aa9c288f89859.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-d359207ba9fb3377.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fb9321f6a925b114.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-cb7533aca109a600.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-dcf3bff7b9f64263.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-c3b633c9a4f788c0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ebd98972fa2d96b.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-183e7b811b862707.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-737a135db994e011.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef7a889fe3d8c43d.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-6ac60295cad7b5c9/out/lib`
43632025-01-16T18:16:21.862Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43642025-01-16T18:16:21.889Z Running `/home/build/.rustup/toolchains/1.84.0-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=a01b78ebea6ac704 -C extra-filename=-a01b78ebea6ac704 --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-d26e192b7ea979d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
43652025-01-16T18:16:22.318Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
43662025-01-16T18:16:22.320Z Running `/home/build/.rustup/toolchains/1.84.0-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=01a3e98e13b714e5 -C extra-filename=-01a3e98e13b714e5 --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-d26e192b7ea979d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
43672025-01-16T18:16:24.066Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43682025-01-16T18:16:24.069Z Running `/home/build/.rustup/toolchains/1.84.0-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=2c34d420b9230491 -C extra-filename=-2c34d420b9230491 --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-d26e192b7ea979d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
43692025-01-16T18:16:24.740Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43702025-01-16T18:16:24.765Z Running `/home/build/.rustup/toolchains/1.84.0-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=96d2140ab65149fd -C extra-filename=-96d2140ab65149fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-4fd572c7a813d985.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-58b04620be65b29c.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5f66eae3eeb5aaab.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-64d91fb7c50af2af.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d856ce5d15fe3475.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-65ec9cdd3bdb4504.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a4f7cf016a368819.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib`
43712025-01-16T18:16:25.676Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43722025-01-16T18:16:25.679Z Running `/home/build/.rustup/toolchains/1.84.0-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=facd93a1956435f9 -C extra-filename=-facd93a1956435f9 --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-d23afb33bcc38f16.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
43732025-01-16T18:16:26.246Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
43742025-01-16T18:16:26.249Z Running `/home/build/.rustup/toolchains/1.84.0-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=4de99936e7d5e68a -C extra-filename=-4de99936e7d5e68a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-a996fdb597abe952.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fb9321f6a925b114.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d980178b4de34a3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-38e47cf4ad398319.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fab35e6581845628.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-12908577ff88ed0d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64`
43752025-01-16T18:16:28.006Z Compiling rand_seeder v0.3.0
43762025-01-16T18:16:28.008Z Running `/home/build/.rustup/toolchains/1.84.0-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=54b590a52aedab37 -C extra-filename=-54b590a52aedab37 --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-b7e6707f0003ad91.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43772025-01-16T18:16:28.368Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
43782025-01-16T18:16:28.378Z Running `/home/build/.rustup/toolchains/1.84.0-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=a6c545c3f9ff1092 -C extra-filename=-a6c545c3f9ff1092 --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-d26e192b7ea979d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
43792025-01-16T18:16:29.416Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
43802025-01-16T18:16:29.435Z Running `/home/build/.rustup/toolchains/1.84.0-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=01ae4193fe28f739 -C extra-filename=-01ae4193fe28f739 --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-17774551a3c17b51.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43812025-01-16T18:16:30.732Z Compiling assert_matches v1.5.0
43822025-01-16T18:16:30.735Z Running `/home/build/.rustup/toolchains/1.84.0-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=f7b0236d3ba61eae -C extra-filename=-f7b0236d3ba61eae --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`
43832025-01-16T18:16:30.869Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
43842025-01-16T18:16:30.871Z Running `/home/build/.rustup/toolchains/1.84.0-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=05f3d70780ef4c19 -C extra-filename=-05f3d70780ef4c19 --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-15b9c4e619a5e313.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7e6707f0003ad91.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-54b590a52aedab37.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
43852025-01-16T18:16:30.894Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43862025-01-16T18:16:30.897Z Running `/home/build/.rustup/toolchains/1.84.0-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=f91bdd8985143903 -C extra-filename=-f91bdd8985143903 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c34d420b9230491.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
43872025-01-16T18:16:31.123Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43882025-01-16T18:16:31.128Z Running `/home/build/.rustup/toolchains/1.84.0-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=b56738bff72a383c -C extra-filename=-b56738bff72a383c --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-b1ce1825125c2b44.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5f66eae3eeb5aaab.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-96d2140ab65149fd.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-57cf449c999dd594.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
43892025-01-16T18:16:31.265Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43902025-01-16T18:16:31.268Z Running `/home/build/.rustup/toolchains/1.84.0-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=18cce0d384b7768e -C extra-filename=-18cce0d384b7768e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a6c545c3f9ff1092.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-01a3e98e13b714e5.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-05f3d70780ef4c19.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
43912025-01-16T18:16:33.677Z Compiling libz-sys v1.1.20
43922025-01-16T18:16:33.680Z Running `/home/build/.rustup/toolchains/1.84.0-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=e18850b1e36e8049 -C extra-filename=-e18850b1e36e8049 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-e18850b1e36e8049 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-4c7af3260133b595.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-a14e1f9b807d2369.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43932025-01-16T18:16:34.139Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43942025-01-16T18:16:34.142Z Running `/home/build/.rustup/toolchains/1.84.0-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=6facd5c17b1124e2 -C extra-filename=-6facd5c17b1124e2 --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-897d930859dde460.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
43952025-01-16T18:16:34.511Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-e18850b1e36e8049/build-script-build`
43962025-01-16T18:16:34.652Z Compiling libgit2-sys v0.17.0+1.8.1
43972025-01-16T18:16:34.656Z Running `/home/build/.rustup/toolchains/1.84.0-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=f26a991a26e7e246 -C extra-filename=-f26a991a26e7e246 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-f26a991a26e7e246 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-4c7af3260133b595.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43982025-01-16T18:16:34.737Z Running `/home/build/.rustup/toolchains/1.84.0-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=e89376164a4a9326 -C extra-filename=-e89376164a4a9326 --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-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
43992025-01-16T18:16:34.943Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44002025-01-16T18:16:34.979Z Running `/home/build/.rustup/toolchains/1.84.0-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=4e52237673cd6f15 -C extra-filename=-4e52237673cd6f15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-6625f53158cadf64.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-facd93a1956435f9.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-05f3d70780ef4c19.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
44012025-01-16T18:16:35.642Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-f26a991a26e7e246/build-script-build`
44022025-01-16T18:16:36.344Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44032025-01-16T18:16:36.347Z Running `/home/build/.rustup/toolchains/1.84.0-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=e5096c3ea8a0fd23 -C extra-filename=-e5096c3ea8a0fd23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
44042025-01-16T18:16:41.280Z Compiling castaway v0.2.3
44052025-01-16T18:16:41.283Z Running `/home/build/.rustup/toolchains/1.84.0-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=66fa274dbb9e0cde -C extra-filename=-66fa274dbb9e0cde --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-99c0464e9f1cdfe0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44062025-01-16T18:16:41.502Z Compiling compact_str v0.8.0
44072025-01-16T18:16:41.505Z Running `/home/build/.rustup/toolchains/1.84.0-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=29cd57a7e6707029 -C extra-filename=-29cd57a7e6707029 --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-66fa274dbb9e0cde.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-99c0464e9f1cdfe0.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e121c62561f36b4c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44082025-01-16T18:16:42.856Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44092025-01-16T18:16:42.860Z Running `/home/build/.rustup/toolchains/1.84.0-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=047fcfaaabb3dd19 -C extra-filename=-047fcfaaabb3dd19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fb9321f6a925b114.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fab35e6581845628.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/ssl-3/lib/amd64`
44102025-01-16T18:16:43.961Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
44112025-01-16T18:16:43.965Z Running `/home/build/.rustup/toolchains/1.84.0-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=1cc796d413b1390f -C extra-filename=-1cc796d413b1390f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
44122025-01-16T18:16:44.144Z Compiling unicode-truncate v1.1.0
44132025-01-16T18:16:44.147Z Running `/home/build/.rustup/toolchains/1.84.0-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=41de1d9c794e75c0 -C extra-filename=-41de1d9c794e75c0 --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-5ea0ab5db09c380a.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4466e3a88ed6f5e1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44142025-01-16T18:16:44.432Z Compiling vergen v8.3.2
44152025-01-16T18:16:44.434Z Running `/home/build/.rustup/toolchains/1.84.0-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=d255a1dd335e99d8 -C extra-filename=-d255a1dd335e99d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-d255a1dd335e99d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-99c0464e9f1cdfe0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44162025-01-16T18:16:44.821Z Compiling instability v0.3.2
44172025-01-16T18:16:44.823Z Running `/home/build/.rustup/toolchains/1.84.0-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=22f53b5799858d20 -C extra-filename=-22f53b5799858d20 --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-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44182025-01-16T18:16:44.947Z Compiling lru v0.12.5
44192025-01-16T18:16:44.950Z Running `/home/build/.rustup/toolchains/1.84.0-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=6119d29680db5e2a -C extra-filename=-6119d29680db5e2a --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-9285703b23ee883d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44202025-01-16T18:16:45.293Z Compiling cassowary v0.3.0
44212025-01-16T18:16:45.296Z Running `/home/build/.rustup/toolchains/1.84.0-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=c81596e43e165557 -C extra-filename=-c81596e43e165557 --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`
44222025-01-16T18:16:45.974Z Compiling is_ci v1.2.0
44232025-01-16T18:16:45.978Z Running `/home/build/.rustup/toolchains/1.84.0-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=536baa71529d4cc2 -C extra-filename=-536baa71529d4cc2 --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-16T18:16:46.092Z Compiling ratatui v0.28.1
44252025-01-16T18:16:46.132Z Running `/home/build/.rustup/toolchains/1.84.0-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=248815caac7a5611 -C extra-filename=-248815caac7a5611 --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-01159dab402db438.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-c81596e43e165557.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-29cd57a7e6707029.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rmeta --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-22f53b5799858d20.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-6119d29680db5e2a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-95ecb928327d59d9.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4466e3a88ed6f5e1.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-41de1d9c794e75c0.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44262025-01-16T18:16:46.233Z Compiling supports-color v3.0.1
44272025-01-16T18:16:46.236Z Running `/home/build/.rustup/toolchains/1.84.0-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=d33f6c99d7e4358a -C extra-filename=-d33f6c99d7e4358a --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-536baa71529d4cc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44282025-01-16T18:16:46.407Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-d255a1dd335e99d8/build-script-build`
44292025-01-16T18:16:46.448Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44302025-01-16T18:16:46.497Z Running `/home/build/.rustup/toolchains/1.84.0-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=d054c95f594b0721 -C extra-filename=-d054c95f594b0721 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-d054c95f594b0721 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-94f087b2f6eec02d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
44312025-01-16T18:16:46.574Z Compiling libsqlite3-sys v0.30.1
44322025-01-16T18:16:46.577Z Running `/home/build/.rustup/toolchains/1.84.0-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=4c0176f7ef66d011 -C extra-filename=-4c0176f7ef66d011 --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-4c0176f7ef66d011 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-a14e1f9b807d2369.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44332025-01-16T18:16:46.841Z Compiling cfg_aliases v0.2.1
44342025-01-16T18:16:46.844Z Running `/home/build/.rustup/toolchains/1.84.0-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=1c374d73a98f4199 -C extra-filename=-1c374d73a98f4199 --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`
44352025-01-16T18:16:46.981Z Compiling rustls v0.21.12
44362025-01-16T18:16:46.984Z Running `/home/build/.rustup/toolchains/1.84.0-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=6e1c16b4aaa06f54 -C extra-filename=-6e1c16b4aaa06f54 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-6e1c16b4aaa06f54 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44372025-01-16T18:16:47.196Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-4c0176f7ef66d011/build-script-build`
44382025-01-16T18:16:47.248Z Compiling nix v0.29.0
44392025-01-16T18:16:47.251Z Running `/home/build/.rustup/toolchains/1.84.0-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=9d3ace52184dea23 -C extra-filename=-9d3ace52184dea23 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-9d3ace52184dea23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-1c374d73a98f4199.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44402025-01-16T18:16:47.375Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-6e1c16b4aaa06f54/build-script-build`
44412025-01-16T18:16:47.415Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-d054c95f594b0721/build-script-build`
44422025-01-16T18:16:47.446Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44432025-01-16T18:16:47.450Z Running `/home/build/.rustup/toolchains/1.84.0-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=07925d77b548b034 -C extra-filename=-07925d77b548b034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-1cc796d413b1390f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-19628f3e5c42d667.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5bb33dfb4bbb3f51.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
44442025-01-16T18:16:48.242Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44452025-01-16T18:16:48.245Z Running `/home/build/.rustup/toolchains/1.84.0-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=edaf6d19084d4739 -C extra-filename=-edaf6d19084d4739 --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-6c96ad0cfdaec735.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
44462025-01-16T18:16:49.175Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44472025-01-16T18:16:49.177Z Running `/home/build/.rustup/toolchains/1.84.0-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=8e62bb2df583f014 -C extra-filename=-8e62bb2df583f014 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-8e62bb2df583f014 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-94f087b2f6eec02d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
44482025-01-16T18:16:49.549Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44492025-01-16T18:16:49.552Z Running `/home/build/.rustup/toolchains/1.84.0-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=fbd9f94bb87eb40c -C extra-filename=-fbd9f94bb87eb40c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-fbd9f94bb87eb40c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-94f087b2f6eec02d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
44502025-01-16T18:16:49.934Z Compiling sct v0.7.1
44512025-01-16T18:16:49.936Z Running `/home/build/.rustup/toolchains/1.84.0-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=29aeab829d2a1345 -C extra-filename=-29aeab829d2a1345 --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-3a22d6b4fafe8b56.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2c769ba8c7310228.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out`
44522025-01-16T18:16:50.294Z Compiling rustls-webpki v0.101.7
44532025-01-16T18:16:50.297Z Running `/home/build/.rustup/toolchains/1.84.0-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=35f6ade54e0da439 -C extra-filename=-35f6ade54e0da439 --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-3a22d6b4fafe8b56.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2c769ba8c7310228.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out`
44542025-01-16T18:16:52.073Z Compiling concurrent-queue v2.5.0
44552025-01-16T18:16:52.075Z Running `/home/build/.rustup/toolchains/1.84.0-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=288f296a33552798 -C extra-filename=-288f296a33552798 --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-1d9d1ebbe6560d01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44562025-01-16T18:16:52.363Z Compiling parking v2.2.1
44572025-01-16T18:16:52.365Z Dirty unicode-linebreak v0.1.5: the rustflags changed
44582025-01-16T18:16:52.365Z Compiling unicode-linebreak v0.1.5
44592025-01-16T18:16:52.365Z Running `/home/build/.rustup/toolchains/1.84.0-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=9fd66ea92d357812 -C extra-filename=-9fd66ea92d357812 --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`
44602025-01-16T18:16:52.365Z Running `/home/build/.rustup/toolchains/1.84.0-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=873772f4f41133a4 -C extra-filename=-873772f4f41133a4 --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`
44612025-01-16T18:16:52.459Z Dirty smawk v0.3.2: the rustflags changed
44622025-01-16T18:16:52.459Z Compiling smawk v0.3.2
44632025-01-16T18:16:52.462Z Running `/home/build/.rustup/toolchains/1.84.0-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=ed78df817a83bd76 -C extra-filename=-ed78df817a83bd76 --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`
44642025-01-16T18:16:52.715Z Running `/home/build/.rustup/toolchains/1.84.0-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=89b91a3bdd8f15ac -C extra-filename=-89b91a3bdd8f15ac --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-e1464231da30ba90.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a22d6b4fafe8b56.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-35f6ade54e0da439.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-29aeab829d2a1345.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out`
44652025-01-16T18:16:52.740Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-fbd9f94bb87eb40c/build-script-build`
44662025-01-16T18:16:52.780Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-8e62bb2df583f014/build-script-build`
44672025-01-16T18:16:52.825Z Dirty textwrap v0.16.1: the rustflags changed
44682025-01-16T18:16:52.825Z Compiling textwrap v0.16.1
44692025-01-16T18:16:52.846Z Running `/home/build/.rustup/toolchains/1.84.0-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=702760be8c1e8a9e -C extra-filename=-702760be8c1e8a9e --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-ed78df817a83bd76.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-873772f4f41133a4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44702025-01-16T18:16:52.898Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-9d3ace52184dea23/build-script-build`
44712025-01-16T18:16:52.953Z Running `/home/build/.rustup/toolchains/1.84.0-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=82f09f73c6428722 -C extra-filename=-82f09f73c6428722 --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`
44722025-01-16T18:16:53.413Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44732025-01-16T18:16:53.424Z Running `/home/build/.rustup/toolchains/1.84.0-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=bc710e6f44d45fd5 -C extra-filename=-bc710e6f44d45fd5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-bc710e6f44d45fd5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-94f087b2f6eec02d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
44742025-01-16T18:16:53.784Z Compiling hashlink v0.9.1
44752025-01-16T18:16:53.793Z Running `/home/build/.rustup/toolchains/1.84.0-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=31b2cc1a4a3b7608 -C extra-filename=-31b2cc1a4a3b7608 --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-9fbc242c8e04da71.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44762025-01-16T18:16:53.910Z Compiling fallible-iterator v0.3.0
44772025-01-16T18:16:53.920Z Running `/home/build/.rustup/toolchains/1.84.0-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=eda972a751a22aec -C extra-filename=-eda972a751a22aec --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-16T18:16:54.427Z Compiling fallible-streaming-iterator v0.1.9
44792025-01-16T18:16:54.432Z Running `/home/build/.rustup/toolchains/1.84.0-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=525d7373068cbd0e -C extra-filename=-525d7373068cbd0e --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`
44802025-01-16T18:16:54.596Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-bc710e6f44d45fd5/build-script-build`
44812025-01-16T18:16:54.636Z Running `/home/build/.rustup/toolchains/1.84.0-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=fbbecf27df707de0 -C extra-filename=-fbbecf27df707de0 --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-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.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)'`
44822025-01-16T18:16:54.717Z Compiling rusqlite v0.32.1
44832025-01-16T18:16:54.741Z Running `/home/build/.rustup/toolchains/1.84.0-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=8766570c1638185f -C extra-filename=-8766570c1638185f --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-01159dab402db438.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-eda972a751a22aec.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-525d7373068cbd0e.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-31b2cc1a4a3b7608.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-82f09f73c6428722.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
44842025-01-16T18:16:55.321Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
44852025-01-16T18:16:55.324Z Running `/home/build/.rustup/toolchains/1.84.0-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=59d9f062d62f292e -C extra-filename=-59d9f062d62f292e --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-d26e192b7ea979d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
44862025-01-16T18:16:56.348Z Compiling tokio-rustls v0.24.1
44872025-01-16T18:16:56.351Z Running `/home/build/.rustup/toolchains/1.84.0-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=a6e7abd9b51cbaf7 -C extra-filename=-a6e7abd9b51cbaf7 --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-89b91a3bdd8f15ac.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out`
44882025-01-16T18:16:56.795Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44892025-01-16T18:16:56.798Z Running `/home/build/.rustup/toolchains/1.84.0-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=5a9b4801f0989529 -C extra-filename=-5a9b4801f0989529 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-5a9b4801f0989529 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-94f087b2f6eec02d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
44902025-01-16T18:16:57.177Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44912025-01-16T18:16:57.180Z Running `/home/build/.rustup/toolchains/1.84.0-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=95129fc2dd87aab8 -C extra-filename=-95129fc2dd87aab8 --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-d26e192b7ea979d3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
44922025-01-16T18:16:57.345Z Compiling rustls-pemfile v1.0.4
44932025-01-16T18:16:57.352Z Running `/home/build/.rustup/toolchains/1.84.0-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=643516540c53ad0a -C extra-filename=-643516540c53ad0a --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-dd1ad69982f96338.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44942025-01-16T18:16:57.732Z Compiling twox-hash v1.6.3
44952025-01-16T18:16:57.735Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.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="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "digest_0_10", "digest_0_9", "rand", "serde", "serialize", "std"))' -C metadata=db47292524cbd471 -C extra-filename=-db47292524cbd471 --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-2f4d20600755659a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44962025-01-16T18:16:58.480Z Compiling shell-words v1.1.0
44972025-01-16T18:16:58.483Z Running `/home/build/.rustup/toolchains/1.84.0-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=46032c2ebe5e8faf -C extra-filename=-46032c2ebe5e8faf --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`
44982025-01-16T18:16:58.700Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-5a9b4801f0989529/build-script-build`
44992025-01-16T18:16:58.737Z Compiling event-listener v5.3.1
45002025-01-16T18:16:58.740Z Running `/home/build/.rustup/toolchains/1.84.0-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=f150509ecc6bb677 -C extra-filename=-f150509ecc6bb677 --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-288f296a33552798.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9fd66ea92d357812.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45012025-01-16T18:16:58.792Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
45022025-01-16T18:16:58.794Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/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=52c567ec54ad3875 -C extra-filename=-52c567ec54ad3875 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b2723b33b373661a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64`
45032025-01-16T18:16:58.818Z Compiling fatfs v0.3.6
45042025-01-16T18:16:58.820Z Running `/home/build/.rustup/toolchains/1.84.0-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=a0199d1a5cb36918 -C extra-filename=-a0199d1a5cb36918 --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-f603d2aad5e0b54d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45052025-01-16T18:16:59.252Z Compiling event-listener-strategy v0.5.2
45062025-01-16T18:16:59.255Z Running `/home/build/.rustup/toolchains/1.84.0-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=38afc57c1a5dcae0 -C extra-filename=-38afc57c1a5dcae0 --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-f150509ecc6bb677.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45072025-01-16T18:16:59.522Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45082025-01-16T18:16:59.525Z Running `/home/build/.rustup/toolchains/1.84.0-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=f839161d31b323c8 -C extra-filename=-f839161d31b323c8 --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-d26e192b7ea979d3.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e5096c3ea8a0fd23.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45092025-01-16T18:17:00.120Z Compiling csv-core v0.1.11
45102025-01-16T18:17:00.122Z Running `/home/build/.rustup/toolchains/1.84.0-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=bcdde5c917cfb26d -C extra-filename=-bcdde5c917cfb26d --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-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45112025-01-16T18:17:00.426Z Compiling futures-lite v2.3.0
45122025-01-16T18:17:00.450Z Running `/home/build/.rustup/toolchains/1.84.0-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=0754bafc128b88bc -C extra-filename=-0754bafc128b88bc --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-4f097a7529560f85.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9fd66ea92d357812.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45132025-01-16T18:17:00.665Z Compiling csv v1.3.0
45142025-01-16T18:17:00.668Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-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=bc78c68899aa42e0 -C extra-filename=-bc78c68899aa42e0 --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-bcdde5c917cfb26d.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e121c62561f36b4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45152025-01-16T18:17:01.421Z Compiling rtoolbox v0.0.2
45162025-01-16T18:17:01.448Z Running `/home/build/.rustup/toolchains/1.84.0-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=848fb86965302b93 -C extra-filename=-848fb86965302b93 --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-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45172025-01-16T18:17:01.842Z Compiling plotters-backend v0.3.7
45182025-01-16T18:17:01.853Z Running `/home/build/.rustup/toolchains/1.84.0-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=b802ae2c4c04d23e -C extra-filename=-b802ae2c4c04d23e --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-16T18:17:01.869Z Compiling hex-literal v0.4.1
45202025-01-16T18:17:01.873Z Running `/home/build/.rustup/toolchains/1.84.0-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=242028a7d9a43521 -C extra-filename=-242028a7d9a43521 --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-16T18:17:01.995Z Compiling rpassword v7.3.1
45222025-01-16T18:17:01.998Z Running `/home/build/.rustup/toolchains/1.84.0-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=6f1f54c6c650a76e -C extra-filename=-6f1f54c6c650a76e --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-c613ee633f8b6caa.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-848fb86965302b93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45232025-01-16T18:17:02.052Z Compiling tui-tree-widget v0.22.0
45242025-01-16T18:17:02.056Z Running `/home/build/.rustup/toolchains/1.84.0-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=4f9575c2dad3be44 -C extra-filename=-4f9575c2dad3be44 --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-248815caac7a5611.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45252025-01-16T18:17:02.334Z Compiling plotters-svg v0.3.7
45262025-01-16T18:17:02.336Z Running `/home/build/.rustup/toolchains/1.84.0-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=b7018945b92229d4 -C extra-filename=-b7018945b92229d4 --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-b802ae2c4c04d23e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45272025-01-16T18:17:02.366Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
45282025-01-16T18:17:02.371Z Running `/home/build/.rustup/toolchains/1.84.0-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=99dff92071313554 -C extra-filename=-99dff92071313554 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-3771a6b885e2a4df.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
45292025-01-16T18:17:02.425Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
45302025-01-16T18:17:02.428Z Running `/home/build/.rustup/toolchains/1.84.0-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=c11d91d9425fe69b -C extra-filename=-c11d91d9425fe69b --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-5df5da7ac8c80d2d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
45312025-01-16T18:17:02.780Z Compiling yansi v1.0.1
45322025-01-16T18:17:02.783Z Running `/home/build/.rustup/toolchains/1.84.0-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=71f62614722d0348 -C extra-filename=-71f62614722d0348 --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`
45332025-01-16T18:17:03.533Z Compiling cast v0.3.0
45342025-01-16T18:17:03.536Z Running `/home/build/.rustup/toolchains/1.84.0-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=afc927e512dd7bbd -C extra-filename=-afc927e512dd7bbd --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`
45352025-01-16T18:17:03.905Z Compiling criterion-plot v0.5.0
45362025-01-16T18:17:03.909Z Running `/home/build/.rustup/toolchains/1.84.0-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=5d2413ee9d53a492 -C extra-filename=-5d2413ee9d53a492 --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-afc927e512dd7bbd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45372025-01-16T18:17:04.172Z Compiling pretty_assertions v1.4.1
45382025-01-16T18:17:04.174Z Running `/home/build/.rustup/toolchains/1.84.0-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=6f24e849032ed106 -C extra-filename=-6f24e849032ed106 --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-126a49aa0e256b7b.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-71f62614722d0348.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45392025-01-16T18:17:04.339Z Compiling plotters v0.3.7
45402025-01-16T18:17:04.396Z Running `/home/build/.rustup/toolchains/1.84.0-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=9fe78faa31c1860b -C extra-filename=-9fe78faa31c1860b --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-e2a796a15b1388de.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-b802ae2c4c04d23e.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-b7018945b92229d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45412025-01-16T18:17:04.715Z Compiling async-lock v3.4.0
45422025-01-16T18:17:04.717Z Running `/home/build/.rustup/toolchains/1.84.0-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=f2bc449b52bba64a -C extra-filename=-f2bc449b52bba64a --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-f150509ecc6bb677.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-38afc57c1a5dcae0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45432025-01-16T18:17:04.830Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45442025-01-16T18:17:04.833Z Running `/home/build/.rustup/toolchains/1.84.0-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=ee961d1d2f2bfebd -C extra-filename=-ee961d1d2f2bfebd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-189dd64a8ba2d493.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
45452025-01-16T18:17:05.809Z Compiling polyval v0.6.2
45462025-01-16T18:17:05.812Z Running `/home/build/.rustup/toolchains/1.84.0-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=b9df1e9bcfcf3506 -C extra-filename=-b9df1e9bcfcf3506 --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-2f4d20600755659a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-166721f01f81444d.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-2e0640361a1dc4c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45472025-01-16T18:17:06.222Z Compiling polling v3.7.3
45482025-01-16T18:17:06.225Z Running `/home/build/.rustup/toolchains/1.84.0-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=897bfc9ab6c73911 -C extra-filename=-897bfc9ab6c73911 --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-2f4d20600755659a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7b456fcff16b9237.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45492025-01-16T18:17:06.665Z Compiling tinytemplate v1.2.1
45502025-01-16T18:17:06.667Z Running `/home/build/.rustup/toolchains/1.84.0-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=4909147aae3f2fab -C extra-filename=-4909147aae3f2fab --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-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45512025-01-16T18:17:06.886Z Compiling oorandom v11.1.4
45522025-01-16T18:17:06.889Z Running `/home/build/.rustup/toolchains/1.84.0-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=cb88a5c9af0d966c -C extra-filename=-cb88a5c9af0d966c --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`
45532025-01-16T18:17:07.143Z Compiling anes v0.1.6
45542025-01-16T18:17:07.146Z Running `/home/build/.rustup/toolchains/1.84.0-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=e0fb9e6f7a874f00 -C extra-filename=-e0fb9e6f7a874f00 --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`
45552025-01-16T18:17:07.629Z Compiling criterion v0.5.1
45562025-01-16T18:17:07.632Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45572025-01-16T18:17:07.632Z Running `/home/build/.rustup/toolchains/1.84.0-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=e56a6501bfc0f369 -C extra-filename=-e56a6501bfc0f369 --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-e0fb9e6f7a874f00.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-afc927e512dd7bbd.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-5d2413ee9d53a492.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-d3778fbb78f4b217.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-cb88a5c9af0d966c.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-9fe78faa31c1860b.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-4909147aae3f2fab.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45582025-01-16T18:17:07.632Z Running `/home/build/.rustup/toolchains/1.84.0-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=8d4320e0657cdaee -C extra-filename=-8d4320e0657cdaee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2cf5161fed8e45ee.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-248815caac7a5611.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-6f1f54c6c650a76e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-4f9575c2dad3be44.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e5096c3ea8a0fd23.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f839161d31b323c8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45592025-01-16T18:17:09.816Z Compiling async-io v2.3.4
45602025-01-16T18:17:09.818Z Running `/home/build/.rustup/toolchains/1.84.0-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=772bfb530ffbd47a -C extra-filename=-772bfb530ffbd47a --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-f2bc449b52bba64a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-288f296a33552798.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9fd66ea92d357812.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-897bfc9ab6c73911.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7b456fcff16b9237.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-cada76e4ef944563.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45612025-01-16T18:17:11.802Z Compiling ghash v0.5.1
45622025-01-16T18:17:11.805Z Running `/home/build/.rustup/toolchains/1.84.0-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=2f75610ba64b67c0 -C extra-filename=-2f75610ba64b67c0 --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-166721f01f81444d.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-b9df1e9bcfcf3506.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45632025-01-16T18:17:12.038Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
45642025-01-16T18:17:12.055Z Running `/home/build/.rustup/toolchains/1.84.0-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=9d4a0fe0fddc0586 -C extra-filename=-9d4a0fe0fddc0586 --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-1193412ba81be9ac.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
45652025-01-16T18:17:13.458Z Compiling ctr v0.9.2
45662025-01-16T18:17:13.460Z Running `/home/build/.rustup/toolchains/1.84.0-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=1660613a3f86f565 -C extra-filename=-1660613a3f86f565 --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-5bfb3788f96d69c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45672025-01-16T18:17:13.850Z Compiling target-lexicon v0.12.16
45682025-01-16T18:17:13.852Z Running `/home/build/.rustup/toolchains/1.84.0-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=9f3a9aa911990408 -C extra-filename=-9f3a9aa911990408 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-9f3a9aa911990408 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45692025-01-16T18:17:14.920Z Compiling async-task v4.7.1
45702025-01-16T18:17:14.923Z Running `/home/build/.rustup/toolchains/1.84.0-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=90872a456a55b7bd -C extra-filename=-90872a456a55b7bd --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`
45712025-01-16T18:17:15.454Z Compiling doc-comment v0.3.3
45722025-01-16T18:17:15.476Z Running `/home/build/.rustup/toolchains/1.84.0-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=d291beb540c057ac -C extra-filename=-d291beb540c057ac --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-d291beb540c057ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45732025-01-16T18:17:16.063Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-d291beb540c057ac/build-script-build`
45742025-01-16T18:17:16.251Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-9f3a9aa911990408/build-script-build`
45752025-01-16T18:17:16.337Z Compiling aes-gcm v0.10.3
45762025-01-16T18:17:16.342Z Running `/home/build/.rustup/toolchains/1.84.0-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=167334feefbee60a -C extra-filename=-167334feefbee60a --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-18868f5a4bcca059.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-1a3e38e196e01e78.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5bfb3788f96d69c5.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1660613a3f86f565.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-2f75610ba64b67c0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45772025-01-16T18:17:16.663Z Compiling async-channel v2.3.1
45782025-01-16T18:17:16.665Z Running `/home/build/.rustup/toolchains/1.84.0-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=fd8eac20ff582016 -C extra-filename=-fd8eac20ff582016 --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-288f296a33552798.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-38afc57c1a5dcae0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45792025-01-16T18:17:17.056Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
45802025-01-16T18:17:17.059Z Running `/home/build/.rustup/toolchains/1.84.0-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=182089c4d76fee21 -C extra-filename=-182089c4d76fee21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-f7000931d9a3e491.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-32a96558d6ac77da.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-19628f3e5c42d667.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib`
45812025-01-16T18:17:18.787Z Running `/home/build/.rustup/toolchains/1.84.0-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=60ff780fa9e7feab -C extra-filename=-60ff780fa9e7feab --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-f25c6032af5a8e16.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45822025-01-16T18:17:18.931Z Compiling piper v0.2.4
45832025-01-16T18:17:18.934Z Running `/home/build/.rustup/toolchains/1.84.0-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=47ef65bb15fed0bf -C extra-filename=-47ef65bb15fed0bf --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-300320b4c213bb02.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-4f097a7529560f85.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45842025-01-16T18:17:19.387Z Compiling ssh-encoding v0.2.0
45852025-01-16T18:17:19.390Z Running `/home/build/.rustup/toolchains/1.84.0-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=abef0b0f733f373e -C extra-filename=-abef0b0f733f373e --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-13c7e0208d5dc15e.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45862025-01-16T18:17:19.932Z Compiling blowfish v0.9.1
45872025-01-16T18:17:19.935Z Running `/home/build/.rustup/toolchains/1.84.0-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=80d84e8191f2acbf -C extra-filename=-80d84e8191f2acbf --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-876b15a9d7bdd3ca.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5bfb3788f96d69c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45882025-01-16T18:17:20.217Z Compiling guppy-workspace-hack v0.1.0
45892025-01-16T18:17:20.220Z Running `/home/build/.rustup/toolchains/1.84.0-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=de9a60c3d62dd8bd -C extra-filename=-de9a60c3d62dd8bd --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-de9a60c3d62dd8bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45902025-01-16T18:17:20.451Z Compiling assert_cmd v2.0.16
45912025-01-16T18:17:20.454Z Running `/home/build/.rustup/toolchains/1.84.0-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=7c2ca44ca8dec605 -C extra-filename=-7c2ca44ca8dec605 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-7c2ca44ca8dec605 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45922025-01-16T18:17:20.601Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-de9a60c3d62dd8bd/build-script-build`
45932025-01-16T18:17:20.639Z Compiling bcrypt-pbkdf v0.10.0
45942025-01-16T18:17:20.642Z Running `/home/build/.rustup/toolchains/1.84.0-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=0ed785f31f5057fa -C extra-filename=-0ed785f31f5057fa --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-80d84e8191f2acbf.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-5a3678f5455ea2e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45952025-01-16T18:17:20.897Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-7c2ca44ca8dec605/build-script-build`
45962025-01-16T18:17:20.936Z Compiling ssh-cipher v0.2.0
45972025-01-16T18:17:20.939Z Running `/home/build/.rustup/toolchains/1.84.0-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=0936331f30b98d4b -C extra-filename=-0936331f30b98d4b --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-1a3e38e196e01e78.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-167334feefbee60a.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-3ca3327fe816a91d.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-1a59f7aee8920f2a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5bfb3788f96d69c5.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1660613a3f86f565.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-46a7216b8a337eeb.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-abef0b0f733f373e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45982025-01-16T18:17:21.231Z Compiling blocking v1.6.1
45992025-01-16T18:17:21.234Z Running `/home/build/.rustup/toolchains/1.84.0-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=176113be166c83d5 -C extra-filename=-176113be166c83d5 --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-fd8eac20ff582016.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-90872a456a55b7bd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-47ef65bb15fed0bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46002025-01-16T18:17:21.852Z Running `/home/build/.rustup/toolchains/1.84.0-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=a937c31712671851 -C extra-filename=-a937c31712671851 --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"'`
46012025-01-16T18:17:22.316Z Running `/home/build/.rustup/toolchains/1.84.0-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=9915cd23c8dc40f2 -C extra-filename=-9915cd23c8dc40f2 --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`
46022025-01-16T18:17:22.438Z Compiling async-executor v1.13.1
46032025-01-16T18:17:22.440Z Running `/home/build/.rustup/toolchains/1.84.0-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=3f0cbba96e13a609 -C extra-filename=-3f0cbba96e13a609 --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-90872a456a55b7bd.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-288f296a33552798.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-4f097a7529560f85.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-cada76e4ef944563.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46042025-01-16T18:17:22.532Z Compiling async-signal v0.2.10
46052025-01-16T18:17:22.534Z Running `/home/build/.rustup/toolchains/1.84.0-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=3fe3e5fdabff359c -C extra-filename=-3fe3e5fdabff359c --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-772bfb530ffbd47a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7b456fcff16b9237.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-c38335ed0e2accea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46062025-01-16T18:17:22.999Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
46072025-01-16T18:17:23.045Z Running `/home/build/.rustup/toolchains/1.84.0-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=5a17c0d5d07a0089 -C extra-filename=-5a17c0d5d07a0089 --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-d26e192b7ea979d3.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
46082025-01-16T18:17:23.238Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46092025-01-16T18:17:23.276Z Running `/home/build/.rustup/toolchains/1.84.0-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=8e23f4b914366c47 -C extra-filename=-8e23f4b914366c47 --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-aa6ff9cce06ce90c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e5096c3ea8a0fd23.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
46102025-01-16T18:17:24.317Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46112025-01-16T18:17:24.320Z Running `/home/build/.rustup/toolchains/1.84.0-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=a2d66f8a6e047926 -C extra-filename=-a2d66f8a6e047926 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
46122025-01-16T18:17:26.971Z Compiling password-hash v0.4.2
46132025-01-16T18:17:26.974Z Running `/home/build/.rustup/toolchains/1.84.0-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=2fe5af58ebebc91b -C extra-filename=-2fe5af58ebebc91b --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-13c7e0208d5dc15e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7e6707f0003ad91.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46142025-01-16T18:17:27.588Z Compiling event-listener v2.5.3
46152025-01-16T18:17:27.591Z Running `/home/build/.rustup/toolchains/1.84.0-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=cb0240b2da545c44 -C extra-filename=-cb0240b2da545c44 --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-16T18:17:27.841Z Compiling target-spec v3.2.2
46172025-01-16T18:17:27.844Z Running `/home/build/.rustup/toolchains/1.84.0-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=08d55f96efeacbb6 -C extra-filename=-08d55f96efeacbb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-08d55f96efeacbb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46182025-01-16T18:17:28.027Z Compiling futures-timer v3.0.3
46192025-01-16T18:17:28.029Z Running `/home/build/.rustup/toolchains/1.84.0-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=68ce2498e30618d8 -C extra-filename=-68ce2498e30618d8 --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`
46202025-01-16T18:17:28.417Z Compiling matches v0.1.10
46212025-01-16T18:17:28.420Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=fe072fc27092a28e -C extra-filename=-fe072fc27092a28e --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`
46222025-01-16T18:17:28.557Z Compiling idna v0.2.3
46232025-01-16T18:17:28.560Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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=4d1571646888dcd3 -C extra-filename=-4d1571646888dcd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-fe072fc27092a28e.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-bb3580d2ff429c8d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46242025-01-16T18:17:28.686Z Running `/home/build/.rustup/toolchains/1.84.0-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=29c5bec1a83cb1af -C extra-filename=-29c5bec1a83cb1af --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-c613ee633f8b6caa.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-e89376164a4a9326.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-a93a933dc1aedf2d/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
46252025-01-16T18:17:28.874Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-08d55f96efeacbb6/build-script-build`
46262025-01-16T18:17:28.895Z Compiling async-channel v1.9.0
46272025-01-16T18:17:28.897Z Running `/home/build/.rustup/toolchains/1.84.0-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=26afa5c94eaf216c -C extra-filename=-26afa5c94eaf216c --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-288f296a33552798.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-cb0240b2da545c44.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46282025-01-16T18:17:29.248Z Compiling git2 v0.19.0
46292025-01-16T18:17:29.251Z Running `/home/build/.rustup/toolchains/1.84.0-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=a359f1b3ae04f383 -C extra-filename=-a359f1b3ae04f383 --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-01159dab402db438.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-29c5bec1a83cb1af.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.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-a93a933dc1aedf2d/out/build -L native=/usr/lib/amd64`
46302025-01-16T18:17:29.291Z Compiling pbkdf2 v0.11.0
46312025-01-16T18:17:29.295Z Running `/home/build/.rustup/toolchains/1.84.0-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=2884524ebb4d3e89 -C extra-filename=-2884524ebb4d3e89 --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-53e0848c3ee07c7a.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-517e02b56c4bc0b5.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-2fe5af58ebebc91b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46322025-01-16T18:17:29.700Z Compiling async-global-executor v2.4.1
46332025-01-16T18:17:29.702Z Running `/home/build/.rustup/toolchains/1.84.0-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=3ae0e25dab7be788 -C extra-filename=-3ae0e25dab7be788 --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-fd8eac20ff582016.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-3f0cbba96e13a609.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-772bfb530ffbd47a.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f2bc449b52bba64a.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-176113be166c83d5.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46342025-01-16T18:17:30.143Z Compiling async-process v2.3.0
46352025-01-16T18:17:30.146Z Running `/home/build/.rustup/toolchains/1.84.0-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=d417554739070f8f -C extra-filename=-d417554739070f8f --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-772bfb530ffbd47a.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f2bc449b52bba64a.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-3fe3e5fdabff359c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-f150509ecc6bb677.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7b456fcff16b9237.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46362025-01-16T18:17:31.251Z Running `/home/build/.rustup/toolchains/1.84.0-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=e2f7c35c8ef02eaf -C extra-filename=-e2f7c35c8ef02eaf --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-306c1e1ce10f7b6c.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-9915cd23c8dc40f2.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-109d64e5bbc58719.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-d996eddaeda82c51.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-974b21b7b891c687.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46372025-01-16T18:17:31.542Z Compiling cfg-expr v0.17.0
46382025-01-16T18:17:31.545Z Running `/home/build/.rustup/toolchains/1.84.0-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=04b744daa2a50cdf -C extra-filename=-04b744daa2a50cdf --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-6dc292e9f3a2bf65.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-a937c31712671851.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46392025-01-16T18:17:32.543Z Compiling ssh-key v0.6.6
46402025-01-16T18:17:32.549Z Running `/home/build/.rustup/toolchains/1.84.0-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=5a4abd2c304a7cc2 -C extra-filename=-5a4abd2c304a7cc2 --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-0ed785f31f5057fa.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2d3b51473a5edfb6.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b5fc7e8b2a0dfdbf.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7e6707f0003ad91.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a2c428ee1d997310.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-c1e4438817c9d6eb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9ad74570a405311a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-0936331f30b98d4b.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-abef0b0f733f373e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46412025-01-16T18:17:32.914Z Running `/home/build/.rustup/toolchains/1.84.0-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=55b64f6463660461 -C extra-filename=-55b64f6463660461 --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`
46422025-01-16T18:17:33.056Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
46432025-01-16T18:17:33.058Z Running `/home/build/.rustup/toolchains/1.84.0-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=28b2816ad040d393 -C extra-filename=-28b2816ad040d393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c11d91d9425fe69b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
46442025-01-16T18:17:36.792Z Running `/home/build/.rustup/toolchains/1.84.0-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=2ae0a16274cf320c -C extra-filename=-2ae0a16274cf320c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-a359f1b3ae04f383.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-87cd6b4b517bea28.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-657ea94e2e159f93.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-a93a933dc1aedf2d/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)'`
46452025-01-16T18:17:36.835Z Compiling p256 v0.13.2
46462025-01-16T18:17:36.867Z Running `/home/build/.rustup/toolchains/1.84.0-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=3740c9266139fd04 -C extra-filename=-3740c9266139fd04 --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-c1af42b47e915229.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-4e1a08ad60a931b7.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-37191c815d0235ea.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46472025-01-16T18:17:37.694Z Compiling p521 v0.13.3
46482025-01-16T18:17:37.698Z Running `/home/build/.rustup/toolchains/1.84.0-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=9e2a6b0a0875c637 -C extra-filename=-9e2a6b0a0875c637 --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-e8b2861f754b86e4.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-c1af42b47e915229.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-4e1a08ad60a931b7.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-37191c815d0235ea.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7e6707f0003ad91.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46492025-01-16T18:17:37.958Z Compiling enum-as-inner v0.5.1
46502025-01-16T18:17:37.962Z Running `/home/build/.rustup/toolchains/1.84.0-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.5.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=3ec620825ea8ecde -C extra-filename=-3ec620825ea8ecde --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-17774551a3c17b51.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46512025-01-16T18:17:38.492Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
46522025-01-16T18:17:38.495Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/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=f4890f2b7f74bcb3 -C extra-filename=-f4890f2b7f74bcb3 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-f4890f2b7f74bcb3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-2ae0a16274cf320c.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-a93a933dc1aedf2d/out/build -L native=/usr/lib/amd64`
46532025-01-16T18:17:39.157Z Compiling petname v2.0.2
46542025-01-16T18:17:39.192Z Running `/home/build/.rustup/toolchains/1.84.0-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=e12b2e01051436d3 -C extra-filename=-e12b2e01051436d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-e12b2e01051436d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46552025-01-16T18:17:39.600Z Compiling async-attributes v1.1.2
46562025-01-16T18:17:39.603Z Running `/home/build/.rustup/toolchains/1.84.0-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=6c3084bf408f5617 -C extra-filename=-6c3084bf408f5617 --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-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46572025-01-16T18:17:39.921Z Compiling russh-cryptovec v0.7.3
46582025-01-16T18:17:39.924Z Running `/home/build/.rustup/toolchains/1.84.0-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=130fa77fc8ce0e7c -C extra-filename=-130fa77fc8ce0e7c --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-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46592025-01-16T18:17:39.948Z Compiling num_cpus v1.16.0
46602025-01-16T18:17:39.950Z Running `/home/build/.rustup/toolchains/1.84.0-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=e83f0521f26e7e29 -C extra-filename=-e83f0521f26e7e29 --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-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46612025-01-16T18:17:40.131Z Compiling kv-log-macro v1.0.7
46622025-01-16T18:17:40.160Z Running `/home/build/.rustup/toolchains/1.84.0-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=57e2e9693cea642b -C extra-filename=-57e2e9693cea642b --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-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46632025-01-16T18:17:40.199Z Compiling md5 v0.7.0
46642025-01-16T18:17:40.201Z Running `/home/build/.rustup/toolchains/1.84.0-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=3b8cb47351e01526 -C extra-filename=-3b8cb47351e01526 --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`
46652025-01-16T18:17:40.262Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-e12b2e01051436d3/build-script-build`
46662025-01-16T18:17:40.423Z Compiling threadpool v1.8.1
46672025-01-16T18:17:40.446Z Running `/home/build/.rustup/toolchains/1.84.0-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=2e7bac3e799fa7d7 -C extra-filename=-2e7bac3e799fa7d7 --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-e83f0521f26e7e29.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46682025-01-16T18:17:40.512Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-f4890f2b7f74bcb3/build-script-build`
46692025-01-16T18:17:40.635Z Compiling async-std v1.13.0
46702025-01-16T18:17:40.638Z Running `/home/build/.rustup/toolchains/1.84.0-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=3bc93b7831dc91aa -C extra-filename=-3bc93b7831dc91aa --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-6c3084bf408f5617.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-26afa5c94eaf216c.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-3ae0e25dab7be788.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-772bfb530ffbd47a.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f2bc449b52bba64a.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-d417554739070f8f.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-57e2e9693cea642b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-890d8c93a53b900e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-cada76e4ef944563.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46712025-01-16T18:17:40.703Z Compiling russh-keys v0.45.0
46722025-01-16T18:17:40.705Z Running `/home/build/.rustup/toolchains/1.84.0-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=106fd03286f9508c -C extra-filename=-106fd03286f9508c --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-1a3e38e196e01e78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-0ed785f31f5057fa.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-98f6f495d8c43e5d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-3ca3327fe816a91d.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1660613a3f86f565.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53e0848c3ee07c7a.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-c1af42b47e915229.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2d3b51473a5edfb6.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-4e1a08ad60a931b7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-517e02b56c4bc0b5.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f8ac525f227664f4.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-844976e379ef9a19.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-3b8cb47351e01526.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-3740c9266139fd04.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-f1882bd5edc8310a.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-9e2a6b0a0875c637.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-2884524ebb4d3e89.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-da26bf7ee7d3c095.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-b33b79b2a09fd24d.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-91f2019334cb8470.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7e6707f0003ad91.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a2c428ee1d997310.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-130fa77fc8ce0e7c.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-c1e4438817c9d6eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-930926124dabe7b4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-abef0b0f733f373e.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-5a4abd2c304a7cc2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-8b84945d5afed316.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46732025-01-16T18:17:40.774Z Compiling trust-dns-proto v0.22.0
46742025-01-16T18:17:40.777Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "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", "http", "js-sys", "mdns", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki", "webpki-roots"))' -C metadata=533397c565ebea1d -C extra-filename=-533397c565ebea1d --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-897d930859dde460.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-3ec620825ea8ecde.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-4d1571646888dcd3.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-63824ab9e110268f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46752025-01-16T18:17:41.207Z Running `/home/build/.rustup/toolchains/1.84.0-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=1fdfaa9e549fd810 -C extra-filename=-1fdfaa9e549fd810 --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-04b744daa2a50cdf.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-55b64f6463660461.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-a937c31712671851.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46762025-01-16T18:17:42.138Z Compiling polar-core v0.27.3
46772025-01-16T18:17:42.154Z Running `/home/build/.rustup/toolchains/1.84.0-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=66f4dea5f52f9905 -C extra-filename=-66f4dea5f52f9905 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-66f4dea5f52f9905 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-b49b510f92dfdeff.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46782025-01-16T18:17:42.158Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
46792025-01-16T18:17:42.158Z Running `/home/build/.rustup/toolchains/1.84.0-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=96c8c48641ddcedb -C extra-filename=-96c8c48641ddcedb --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-5a17c0d5d07a0089.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
46802025-01-16T18:17:42.206Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/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=5083621b3d227b63 -C extra-filename=-5083621b3d227b63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-389b8bcb39043a7b.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b2723b33b373661a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d07340f71862b9a0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-fbbecf27df707de0.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-8766570c1638185f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-643516540c53ad0a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-dbd78c2cd4fe5c27.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a6e7abd9b51cbaf7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-db47292524cbd471.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/lib/amd64`
46812025-01-16T18:17:43.719Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46822025-01-16T18:17:43.721Z Running `/home/build/.rustup/toolchains/1.84.0-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=7a3ac673aa24f013 -C extra-filename=-7a3ac673aa24f013 --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-d5c52f4a9d6f73a7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
46832025-01-16T18:17:43.906Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-66f4dea5f52f9905/build-script-build`
46842025-01-16T18:17:44.361Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46852025-01-16T18:17:44.364Z Running `/home/build/.rustup/toolchains/1.84.0-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=c3ebb4915ba6d581 -C extra-filename=-c3ebb4915ba6d581 --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-b1ce1825125c2b44.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-f7000931d9a3e491.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
46862025-01-16T18:17:44.434Z Compiling httptest v0.16.1
46872025-01-16T18:17:44.438Z Running `/home/build/.rustup/toolchains/1.84.0-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=4cfea758214b66c3 -C extra-filename=-4cfea758214b66c3 --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-e31d762c6d2f42d1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-b2592bbf09d20250.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-9a22328da2b144e8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-735530e47edd001b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46882025-01-16T18:17:44.921Z Compiling num-bigint v0.4.6
46892025-01-16T18:17:44.924Z Running `/home/build/.rustup/toolchains/1.84.0-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=c8f20734e574900a -C extra-filename=-c8f20734e574900a --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-deb592893980e78a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46902025-01-16T18:17:45.676Z Running `/home/build/.rustup/toolchains/1.84.0-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=0b0d0d42c35cdc43 -C extra-filename=-0b0d0d42c35cdc43 --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-af0b922751e7470c.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-bb088ae80185107e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-d0d8c9fa65644ebb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46912025-01-16T18:17:47.440Z Compiling pathdiff v0.2.2
46922025-01-16T18:17:47.442Z Running `/home/build/.rustup/toolchains/1.84.0-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=0bd9e75d59d90d2a -C extra-filename=-0bd9e75d59d90d2a --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-b1ce1825125c2b44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46932025-01-16T18:17:47.655Z Compiling rustls-native-certs v0.7.3
46942025-01-16T18:17:47.658Z Running `/home/build/.rustup/toolchains/1.84.0-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=768e65fdaf7c2098 -C extra-filename=-768e65fdaf7c2098 --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-0545e742edad87bb.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46952025-01-16T18:17:48.114Z Compiling des v0.8.1
46962025-01-16T18:17:48.116Z Running `/home/build/.rustup/toolchains/1.84.0-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=c533c27e5f0d9ed6 -C extra-filename=-c533c27e5f0d9ed6 --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-5bfb3788f96d69c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46972025-01-16T18:17:48.263Z Compiling dhcproto-macros v0.1.0
46982025-01-16T18:17:48.266Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3fd5064b2ad4df2f -C extra-filename=-3fd5064b2ad4df2f --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`
46992025-01-16T18:17:48.500Z Compiling escape8259 v0.5.3
47002025-01-16T18:17:48.505Z Running `/home/build/.rustup/toolchains/1.84.0-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=4f2bffbb6be9db26 -C extra-filename=-4f2bffbb6be9db26 --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`
47012025-01-16T18:17:48.878Z Compiling nested v0.1.1
47022025-01-16T18:17:48.902Z Running `/home/build/.rustup/toolchains/1.84.0-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=9361333588db9976 -C extra-filename=-9361333588db9976 --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`
47032025-01-16T18:17:48.905Z Compiling libtest-mimic v0.7.3
47042025-01-16T18:17:48.948Z Running `/home/build/.rustup/toolchains/1.84.0-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=85c6f9c8ae545e99 -C extra-filename=-85c6f9c8ae545e99 --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-f5d919e039af2652.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-4f2bffbb6be9db26.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-cc1047f50aa401f4.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-2e7bac3e799fa7d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47052025-01-16T18:17:49.172Z Compiling guppy v0.17.8
47062025-01-16T18:17:49.175Z Running `/home/build/.rustup/toolchains/1.84.0-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=223dd47ae23ea80c -C extra-filename=-223dd47ae23ea80c --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-6d85581e60b2f012.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-8b31b40d58ece303.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-55b64f6463660461.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-9361333588db9976.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-0bd9e75d59d90d2a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-1fdfaa9e549fd810.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47072025-01-16T18:17:49.231Z Compiling dhcproto v0.12.0
47082025-01-16T18:17:49.258Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=58ed38a26a756605 -C extra-filename=-58ed38a26a756605 --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-3fd5064b2ad4df2f.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-533397c565ebea1d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47092025-01-16T18:17:49.707Z Compiling russh v0.45.0
47102025-01-16T18:17:49.710Z Running `/home/build/.rustup/toolchains/1.84.0-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=692476890cf2eafa -C extra-filename=-692476890cf2eafa --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-1a3e38e196e01e78.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-167334feefbee60a.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-3ca3327fe816a91d.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-1a59f7aee8920f2a.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1660613a3f86f565.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f9de644c70452000.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-c533c27e5f0d9ed6.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53e0848c3ee07c7a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-4e1a08ad60a931b7.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-517e02b56c4bc0b5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-c8f20734e574900a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-3740c9266139fd04.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-f1882bd5edc8310a.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-9e2a6b0a0875c637.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-46a7216b8a337eeb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7e6707f0003ad91.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-130fa77fc8ce0e7c.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-106fd03286f9508c.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-930926124dabe7b4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-abef0b0f733f373e.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-5a4abd2c304a7cc2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47112025-01-16T18:17:50.869Z Compiling hyper-rustls v0.26.0
47122025-01-16T18:17:50.871Z Running `/home/build/.rustup/toolchains/1.84.0-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=aa7532a4fa13e9d9 -C extra-filename=-aa7532a4fa13e9d9 --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-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-735530e47edd001b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-edbc23fd87fde9c5.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-768e65fdaf7c2098.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-e70634c94b67bd7d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-68c109a7dea1215e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/`
47132025-01-16T18:17:51.462Z Compiling async-object-pool v0.1.5
47142025-01-16T18:17:51.464Z Running `/home/build/.rustup/toolchains/1.84.0-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=96ffb473ec56450a -C extra-filename=-96ffb473ec56450a --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-3bc93b7831dc91aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47152025-01-16T18:17:51.686Z Running `/home/build/.rustup/toolchains/1.84.0-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=4c8c98abfb83d7db -C extra-filename=-4c8c98abfb83d7db --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-5ea0ab5db09c380a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47162025-01-16T18:17:52.313Z Compiling fancy-regex v0.13.0
47172025-01-16T18:17:52.316Z Running `/home/build/.rustup/toolchains/1.84.0-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=e3018a9c5a2d3d8b -C extra-filename=-e3018a9c5a2d3d8b --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-405f76e08a13eea9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47182025-01-16T18:17:53.838Z Compiling rstest_macros v0.23.0
47192025-01-16T18:17:53.840Z Running `/home/build/.rustup/toolchains/1.84.0-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=0ba1c09213434005 -C extra-filename=-0ba1c09213434005 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-0ba1c09213434005 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-87cd6b4b517bea28.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47202025-01-16T18:17:54.419Z Compiling assert-json-diff v2.0.2
47212025-01-16T18:17:54.442Z Running `/home/build/.rustup/toolchains/1.84.0-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=ac8dda0d60e4ed2b -C extra-filename=-ac8dda0d60e4ed2b --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-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47222025-01-16T18:17:54.474Z Compiling serde_regex v1.1.0
47232025-01-16T18:17:54.508Z Running `/home/build/.rustup/toolchains/1.84.0-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=a23249434fd3bc34 -C extra-filename=-a23249434fd3bc34 --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-1e69782a0be8362b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47242025-01-16T18:17:54.809Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47252025-01-16T18:17:54.853Z Running `/home/build/.rustup/toolchains/1.84.0-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=38c14de066ea080b -C extra-filename=-38c14de066ea080b --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47262025-01-16T18:17:55.308Z Compiling oso v0.27.3
47272025-01-16T18:17:55.311Z Running `/home/build/.rustup/toolchains/1.84.0-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=de6499b4acbe886e -C extra-filename=-de6499b4acbe886e --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-3a8991202317ba87.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-9cd0c6030bffc3a0.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-0b0d0d42c35cdc43.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47282025-01-16T18:17:55.334Z Compiling path-tree v0.8.1
47292025-01-16T18:17:55.337Z Running `/home/build/.rustup/toolchains/1.84.0-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=f6b77e122b115775 -C extra-filename=-f6b77e122b115775 --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-6dc292e9f3a2bf65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47302025-01-16T18:17:55.358Z Compiling internet-checksum v0.2.1
47312025-01-16T18:17:55.358Z Running `/home/build/.rustup/toolchains/1.84.0-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=f1d9bb409fb948e6 -C extra-filename=-f1d9bb409fb948e6 --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`
47322025-01-16T18:17:55.619Z Compiling sync-ptr v0.1.1
47332025-01-16T18:17:55.622Z Running `/home/build/.rustup/toolchains/1.84.0-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=759d4e06e3a3b7cc -C extra-filename=-759d4e06e3a3b7cc --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`
47342025-01-16T18:17:55.894Z Compiling target-triple v0.1.3
47352025-01-16T18:17:55.897Z Running `/home/build/.rustup/toolchains/1.84.0-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=b04a280297739ddd -C extra-filename=-b04a280297739ddd --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-b04a280297739ddd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47362025-01-16T18:17:55.940Z Compiling stringmetrics v2.2.2
47372025-01-16T18:17:55.943Z Running `/home/build/.rustup/toolchains/1.84.0-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=206d3986090fa659 -C extra-filename=-206d3986090fa659 --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-16T18:17:56.258Z Compiling httpmock v0.8.0-alpha.1
47392025-01-16T18:17:56.258Z Running `/home/build/.rustup/toolchains/1.84.0-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=b2de3da703bdfe32 -C extra-filename=-b2de3da703bdfe32 --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-ac8dda0d60e4ed2b.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-96ffb473ec56450a.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-3bc93b7831dc91aa.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-9a22328da2b144e8.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-68ce2498e30618d8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8bcd431f989e58f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-735530e47edd001b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-f6b77e122b115775.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-a23249434fd3bc34.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-206d3986090fa659.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-f691b04cf9c315e4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47402025-01-16T18:17:56.507Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-b04a280297739ddd/build-script-build`
47412025-01-16T18:17:56.551Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-0ba1c09213434005/build-script-build`
47422025-01-16T18:17:56.695Z Compiling datatest-stable v0.2.9
47432025-01-16T18:17:56.698Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47442025-01-16T18:17:56.698Z Running `/home/build/.rustup/toolchains/1.84.0-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=f0b78fdb058a9a70 -C extra-filename=-f0b78fdb058a9a70 --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-b1ce1825125c2b44.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-e3018a9c5a2d3d8b.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-85c6f9c8ae545e99.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47452025-01-16T18:17:56.698Z Running `/home/build/.rustup/toolchains/1.84.0-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=67cfffbda577824a -C extra-filename=-67cfffbda577824a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-7a3ac673aa24f013.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-64d91fb7c50af2af.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-83d37be23d55ee8c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1599675b3361b749.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3f6cbe1be4799eca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out`
47462025-01-16T18:17:57.198Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
47472025-01-16T18:17:57.201Z Running `/home/build/.rustup/toolchains/1.84.0-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=08223a8b5491710a -C extra-filename=-08223a8b5491710a --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-c613ee633f8b6caa.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib`
47482025-01-16T18:17:57.365Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47492025-01-16T18:17:57.368Z Running `/home/build/.rustup/toolchains/1.84.0-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=1fb18a688727470c -C extra-filename=-1fb18a688727470c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-1fb18a688727470c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-94f087b2f6eec02d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
47502025-01-16T18:17:57.755Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47512025-01-16T18:17:57.758Z Running `/home/build/.rustup/toolchains/1.84.0-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=5a73c1fd83ab4618 -C extra-filename=-5a73c1fd83ab4618 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-5a73c1fd83ab4618 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-94f087b2f6eec02d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
47522025-01-16T18:17:57.940Z Running `/home/build/.rustup/toolchains/1.84.0-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=c04a7b88a376cff9 -C extra-filename=-c04a7b88a376cff9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-a8f892113fca4362.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8202775424847477.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8bcd431f989e58f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-60ff780fa9e7feab.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1332338ae6debb56.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-de6499b4acbe886e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c02c8aea35eed693.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47532025-01-16T18:17:58.141Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
47542025-01-16T18:17:58.144Z Running `/home/build/.rustup/toolchains/1.84.0-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=a4c59a20606a390d -C extra-filename=-a4c59a20606a390d --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-a4c59a20606a390d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-94f087b2f6eec02d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
47552025-01-16T18:17:58.606Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
47562025-01-16T18:17:58.709Z Running `/home/build/.rustup/toolchains/1.84.0-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=7758d298ae4aae7a -C extra-filename=-7758d298ae4aae7a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-7758d298ae4aae7a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-94f087b2f6eec02d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
47572025-01-16T18:17:58.940Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47582025-01-16T18:17:58.959Z Running `/home/build/.rustup/toolchains/1.84.0-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=7d1ffa8227d89497 -C extra-filename=-7d1ffa8227d89497 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-7d1ffa8227d89497 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-94f087b2f6eec02d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
47592025-01-16T18:17:59.324Z Compiling similar-asserts v1.6.0
47602025-01-16T18:17:59.327Z Running `/home/build/.rustup/toolchains/1.84.0-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=c1972d5d3fb155eb -C extra-filename=-c1972d5d3fb155eb --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-3771a6b885e2a4df.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47612025-01-16T18:18:00.398Z Compiling proc-macro-crate v3.2.0
47622025-01-16T18:18:00.422Z Running `/home/build/.rustup/toolchains/1.84.0-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=ccdffc40d8449428 -C extra-filename=-ccdffc40d8449428 --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-b9ed638281fb6747.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47632025-01-16T18:18:00.662Z Compiling relative-path v1.9.3
47642025-01-16T18:18:00.664Z Running `/home/build/.rustup/toolchains/1.84.0-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=9f36b4e60321fcbc -C extra-filename=-9f36b4e60321fcbc --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`
47652025-01-16T18:18:01.336Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-7d1ffa8227d89497/build-script-build`
47662025-01-16T18:18:01.377Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-7758d298ae4aae7a/build-script-build`
47672025-01-16T18:18:01.420Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-a4c59a20606a390d/build-script-build`
47682025-01-16T18:18:01.464Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-5a73c1fd83ab4618/build-script-build`
47692025-01-16T18:18:01.507Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-1fb18a688727470c/build-script-build`
47702025-01-16T18:18:01.549Z Running `/home/build/.rustup/toolchains/1.84.0-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=d181239f69f95f8c -C extra-filename=-d181239f69f95f8c --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"))'`
47712025-01-16T18:18:01.717Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47722025-01-16T18:18:01.720Z Running `/home/build/.rustup/toolchains/1.84.0-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=08868fb5cd2afa2f -C extra-filename=-08868fb5cd2afa2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4e52237673cd6f15.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-4c8c98abfb83d7db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-759d4e06e3a3b7cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-05f3d70780ef4c19.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
47732025-01-16T18:18:01.746Z Running `/home/build/.rustup/toolchains/1.84.0-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=d3bd6509d2b36dda -C extra-filename=-d3bd6509d2b36dda --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-2f4d20600755659a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-ccdffc40d8449428.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-9f36b4e60321fcbc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47742025-01-16T18:18:03.366Z Running `/home/build/.rustup/toolchains/1.84.0-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=277f01161074c401 -C extra-filename=-277f01161074c401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-240390f38fe936cb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ef392f2abcdeacaa.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b9c1f78c028c4487.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7e63a5e557809e97.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c04a7b88a376cff9.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-60ff780fa9e7feab.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ccc8261c24554edb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47752025-01-16T18:18:05.075Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47762025-01-16T18:18:05.078Z Running `/home/build/.rustup/toolchains/1.84.0-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=7abe4296d83f3db8 -C extra-filename=-7abe4296d83f3db8 --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-306c1e1ce10f7b6c.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-58ed38a26a756605.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee961d1d2f2bfebd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-692476890cf2eafa.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-106fd03286f9508c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ebd98972fa2d96b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47772025-01-16T18:18:07.074Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47782025-01-16T18:18:07.077Z Running `/home/build/.rustup/toolchains/1.84.0-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=a1ebe5441cb41adf -C extra-filename=-a1ebe5441cb41adf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa6ff9cce06ce90c.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0ee2782bdc6dcb18.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fb9321f6a925b114.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a2d66f8a6e047926.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c2cd987894ef0131.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-83d37be23d55ee8c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fab35e6581845628.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-047fcfaaabb3dd19.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e5096c3ea8a0fd23.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8e23f4b914366c47.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f839161d31b323c8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47792025-01-16T18:18:07.450Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47802025-01-16T18:18:07.454Z Running `/home/build/.rustup/toolchains/1.84.0-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=85d4f10528e6b59f -C extra-filename=-85d4f10528e6b59f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
47812025-01-16T18:18:07.518Z Compiling multimap v0.10.0
47822025-01-16T18:18:07.523Z Running `/home/build/.rustup/toolchains/1.84.0-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=ce992aadeccdd867 -C extra-filename=-ce992aadeccdd867 --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47832025-01-16T18:18:07.885Z Compiling uzers v0.12.1
47842025-01-16T18:18:07.946Z Running `/home/build/.rustup/toolchains/1.84.0-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=bba10838f8a7e5ed -C extra-filename=-bba10838f8a7e5ed --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-c613ee633f8b6caa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47852025-01-16T18:18:08.865Z Compiling trybuild v1.0.101
47862025-01-16T18:18:08.868Z Running `/home/build/.rustup/toolchains/1.84.0-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=30f22dc214dee3b5 -C extra-filename=-30f22dc214dee3b5 --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-bc199f92aeb6c1f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-d181239f69f95f8c.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-cc1047f50aa401f4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47872025-01-16T18:18:09.116Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47882025-01-16T18:18:09.119Z Running `/home/build/.rustup/toolchains/1.84.0-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=1f4abd77cb0897ee -C extra-filename=-1f4abd77cb0897ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-6af93af71e9acc5a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8d4320e0657cdaee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47892025-01-16T18:18:11.663Z Compiling rstest v0.23.0
47902025-01-16T18:18:11.666Z Running `/home/build/.rustup/toolchains/1.84.0-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=9b9dea370843a9d2 -C extra-filename=-9b9dea370843a9d2 --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-8cb871a83619a59b.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-68ce2498e30618d8.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-d3bd6509d2b36dda.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47912025-01-16T18:18:11.960Z Compiling partial-io v0.5.4
47922025-01-16T18:18:11.980Z Running `/home/build/.rustup/toolchains/1.84.0-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=c76ffc044aae0cf6 -C extra-filename=-c76ffc044aae0cf6 --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-8cb871a83619a59b.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-163a84fb3886e613.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47932025-01-16T18:18:12.482Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
47942025-01-16T18:18:12.485Z Running `/home/build/.rustup/toolchains/1.84.0-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=684be4eafd305c51 -C extra-filename=-684be4eafd305c51 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-684be4eafd305c51 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-94f087b2f6eec02d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
47952025-01-16T18:18:12.867Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
47962025-01-16T18:18:12.895Z Running `/home/build/.rustup/toolchains/1.84.0-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=2856fd8275f4de42 -C extra-filename=-2856fd8275f4de42 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-2856fd8275f4de42 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-94f087b2f6eec02d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
47972025-01-16T18:18:13.267Z Compiling blake2b_simd v1.0.2
47982025-01-16T18:18:13.269Z Running `/home/build/.rustup/toolchains/1.84.0-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=c2e3c3078913a095 -C extra-filename=-c2e3c3078913a095 --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-b3d4ec326635fe22.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-71958ee8350c0a2a.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4aec89e5c79a8b2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47992025-01-16T18:18:13.669Z Compiling rand_distr v0.4.3
48002025-01-16T18:18:13.675Z Running `/home/build/.rustup/toolchains/1.84.0-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=7004160e5c6dfce0 -C extra-filename=-7004160e5c6dfce0 --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-e2a796a15b1388de.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48012025-01-16T18:18:14.640Z Compiling approx v0.5.1
48022025-01-16T18:18:14.642Z Running `/home/build/.rustup/toolchains/1.84.0-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=1b768e2cfbef1294 -C extra-filename=-1b768e2cfbef1294 --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-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48032025-01-16T18:18:14.712Z Compiling rust-argon2 v2.1.0
48042025-01-16T18:18:14.714Z Running `/home/build/.rustup/toolchains/1.84.0-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=dec2b31547e51175 -C extra-filename=-dec2b31547e51175 --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-dd1ad69982f96338.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-c2e3c3078913a095.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4aec89e5c79a8b2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48052025-01-16T18:18:14.928Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-2856fd8275f4de42/build-script-build`
48062025-01-16T18:18:14.971Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-684be4eafd305c51/build-script-build`
48072025-01-16T18:18:15.017Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48082025-01-16T18:18:15.037Z Running `/home/build/.rustup/toolchains/1.84.0-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=f49b4be178f5d46d -C extra-filename=-f49b4be178f5d46d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-bba10838f8a7e5ed.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5f3c28ccf9b28e23.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48092025-01-16T18:18:15.514Z Running `/home/build/.rustup/toolchains/1.84.0-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=df20c10851462845 -C extra-filename=-df20c10851462845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-96c8c48641ddcedb.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5a17c0d5d07a0089.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48102025-01-16T18:18:16.162Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
48112025-01-16T18:18:16.204Z Running `/home/build/.rustup/toolchains/1.84.0-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=30f6786ae47728aa -C extra-filename=-30f6786ae47728aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5996bff276a5c5d7.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3cdff972182e0da3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c11d91d9425fe69b.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-96c8c48641ddcedb.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6362b7e8fe627363.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-4fd572c7a813d985.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a2d66f8a6e047926.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07925d77b548b034.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-edaf6d19084d4739.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-1cc796d413b1390f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c34d420b9230491.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b9548a421f8c6136.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6a457611ab7bd00c.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8e23f4b914366c47.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48122025-01-16T18:18:16.539Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48132025-01-16T18:18:16.541Z Running `/home/build/.rustup/toolchains/1.84.0-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=90e89f8dedaab3d3 -C extra-filename=-90e89f8dedaab3d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2cf5161fed8e45ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-a8cc0e191817c0a6.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a22d6b4fafe8b56.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1599675b3361b749.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-dbd78c2cd4fe5c27.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out`
48142025-01-16T18:18:18.892Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48152025-01-16T18:18:18.895Z Running `/home/build/.rustup/toolchains/1.84.0-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=0c3370f55a806394 -C extra-filename=-0c3370f55a806394 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-01a3e98e13b714e5.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-248815caac7a5611.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
48162025-01-16T18:18:19.601Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
48172025-01-16T18:18:19.603Z Running `/home/build/.rustup/toolchains/1.84.0-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=f80b8281c874e617 -C extra-filename=-f80b8281c874e617 --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-1193412ba81be9ac.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
48182025-01-16T18:18:20.513Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
48192025-01-16T18:18:20.516Z Running `/home/build/.rustup/toolchains/1.84.0-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=e4cdb04b3eb10d2d -C extra-filename=-e4cdb04b3eb10d2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
48202025-01-16T18:18:20.604Z Compiling cargo_toml v0.20.5
48212025-01-16T18:18:20.604Z Running `/home/build/.rustup/toolchains/1.84.0-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=c9f8c37e9299f718 -C extra-filename=-c9f8c37e9299f718 --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-74905474c961af45.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48222025-01-16T18:18:20.821Z Compiling termios v0.3.3
48232025-01-16T18:18:20.824Z Running `/home/build/.rustup/toolchains/1.84.0-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=62061130a1c62cc2 -C extra-filename=-62061130a1c62cc2 --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-c613ee633f8b6caa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48242025-01-16T18:18:21.132Z Compiling indoc v2.0.5
48252025-01-16T18:18:21.135Z Running `/home/build/.rustup/toolchains/1.84.0-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=06f1a9f404f3cafa -C extra-filename=-06f1a9f404f3cafa --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`
48262025-01-16T18:18:22.159Z Running `/home/build/.rustup/toolchains/1.84.0-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=4bcf63d23eb01c26 -C extra-filename=-4bcf63d23eb01c26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-e4cdb04b3eb10d2d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
48272025-01-16T18:18:22.252Z Running `/home/build/.rustup/toolchains/1.84.0-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=4c4e8f8847ea429c -C extra-filename=-4c4e8f8847ea429c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2cf5161fed8e45ee.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06f1a9f404f3cafa.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-d0e10d29a586f0c3.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-e30533c97b2525be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib`
48282025-01-16T18:18:22.624Z Running `/home/build/.rustup/toolchains/1.84.0-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=1f1b7833d2af423f -C extra-filename=-1f1b7833d2af423f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2cf5161fed8e45ee.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-90e89f8dedaab3d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-a8cc0e191817c0a6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a22d6b4fafe8b56.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1599675b3361b749.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-dbd78c2cd4fe5c27.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out`
48292025-01-16T18:18:22.977Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
48302025-01-16T18:18:23.054Z Running `/home/build/.rustup/toolchains/1.84.0-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=0aa420c084baf050 -C extra-filename=-0aa420c084baf050 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-62061130a1c62cc2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a4f7cf016a368819.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
48312025-01-16T18:18:25.088Z Running `/home/build/.rustup/toolchains/1.84.0-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=b8437c86fa8fc708 -C extra-filename=-b8437c86fa8fc708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5996bff276a5c5d7.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3cdff972182e0da3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c11d91d9425fe69b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-96c8c48641ddcedb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6362b7e8fe627363.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-4fd572c7a813d985.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a2d66f8a6e047926.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07925d77b548b034.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-edaf6d19084d4739.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-30f6786ae47728aa.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-1cc796d413b1390f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c34d420b9230491.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b9548a421f8c6136.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6a457611ab7bd00c.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8e23f4b914366c47.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48322025-01-16T18:18:27.344Z Running `/home/build/.rustup/toolchains/1.84.0-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=7f2c89b9486daa0b -C extra-filename=-7f2c89b9486daa0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-0c3370f55a806394.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-01a3e98e13b714e5.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-248815caac7a5611.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
48332025-01-16T18:18:28.028Z Running `/home/build/.rustup/toolchains/1.84.0-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=cc752f7335e7e83d -C extra-filename=-cc752f7335e7e83d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-6af93af71e9acc5a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8d4320e0657cdaee.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-1f4abd77cb0897ee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48342025-01-16T18:18:28.116Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48352025-01-16T18:18:28.119Z Running `/home/build/.rustup/toolchains/1.84.0-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=88e699a4bcbebebf -C extra-filename=-88e699a4bcbebebf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-c9f8c37e9299f718.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48362025-01-16T18:18:29.584Z Running `/home/build/.rustup/toolchains/1.84.0-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=b41c9d3645fd08af -C extra-filename=-b41c9d3645fd08af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-6af93af71e9acc5a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8d4320e0657cdaee.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-1f4abd77cb0897ee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48372025-01-16T18:18:30.564Z Running `/home/build/.rustup/toolchains/1.84.0-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=ac0db1c97aad00c1 -C extra-filename=-ac0db1c97aad00c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-02c5e55b8787320e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e56a6501bfc0f369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-dec2b31547e51175.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
48382025-01-16T18:18:30.677Z Running `/home/build/.rustup/toolchains/1.84.0-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=916e8362108d1966 -C extra-filename=-916e8362108d1966 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-bba10838f8a7e5ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5f3c28ccf9b28e23.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-f49b4be178f5d46d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48392025-01-16T18:18:31.878Z Running `/home/build/.rustup/toolchains/1.84.0-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=90d2c2caf9388deb -C extra-filename=-90d2c2caf9388deb --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-1b768e2cfbef1294.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e56a6501bfc0f369.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-a3333f6032687666.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-32a96558d6ac77da.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-7004160e5c6dfce0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-9b9dea370843a9d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-30f22dc214dee3b5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
48402025-01-16T18:18:32.232Z Running `/home/build/.rustup/toolchains/1.84.0-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=03e4b089eda4feef -C extra-filename=-03e4b089eda4feef --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-1b768e2cfbef1294.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e56a6501bfc0f369.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-a3333f6032687666.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-32a96558d6ac77da.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-19628f3e5c42d667.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-7004160e5c6dfce0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-9b9dea370843a9d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-30f22dc214dee3b5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
48412025-01-16T18:18:32.878Z Running `/home/build/.rustup/toolchains/1.84.0-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=a0fbda0a77de1051 -C extra-filename=-a0fbda0a77de1051 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-65ec9cdd3bdb4504.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48422025-01-16T18:18:33.214Z Running `/home/build/.rustup/toolchains/1.84.0-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=99c7458dda45f7e3 -C extra-filename=-99c7458dda45f7e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-85d4f10528e6b59f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
48432025-01-16T18:18:34.286Z Running `/home/build/.rustup/toolchains/1.84.0-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=171a9920e55110d2 -C extra-filename=-171a9920e55110d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-85d4f10528e6b59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
48442025-01-16T18:18:35.097Z Running `/home/build/.rustup/toolchains/1.84.0-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=31f4e7a28f7422bc -C extra-filename=-31f4e7a28f7422bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-85d4f10528e6b59f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
48452025-01-16T18:18:36.204Z Running `/home/build/.rustup/toolchains/1.84.0-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=244ba184ae5b31e7 -C extra-filename=-244ba184ae5b31e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-b2de3da703bdfe32.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c34d420b9230491.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
48462025-01-16T18:18:37.269Z Running `/home/build/.rustup/toolchains/1.84.0-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=58475d6c6d0f2e29 -C extra-filename=-58475d6c6d0f2e29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-b2de3da703bdfe32.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c34d420b9230491.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f91bdd8985143903.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
48472025-01-16T18:18:41.780Z Running `/home/build/.rustup/toolchains/1.84.0-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=49b2eb8c06b82e11 -C extra-filename=-49b2eb8c06b82e11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-b2de3da703bdfe32.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c34d420b9230491.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f91bdd8985143903.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
48482025-01-16T18:18:42.372Z Running `/home/build/.rustup/toolchains/1.84.0-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=dcb12c8cefcf551d -C extra-filename=-dcb12c8cefcf551d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-b2de3da703bdfe32.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c34d420b9230491.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f91bdd8985143903.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
48492025-01-16T18:18:44.215Z Running `/home/build/.rustup/toolchains/1.84.0-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=18146e27ee6bf94e -C extra-filename=-18146e27ee6bf94e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-7a3ac673aa24f013.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-64d91fb7c50af2af.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-83d37be23d55ee8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c76ffc044aae0cf6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1599675b3361b749.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3f6cbe1be4799eca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out`
48502025-01-16T18:18:45.294Z Running `/home/build/.rustup/toolchains/1.84.0-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=42d0230c0f56acdc -C extra-filename=-42d0230c0f56acdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-67cfffbda577824a.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-7a3ac673aa24f013.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-64d91fb7c50af2af.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-83d37be23d55ee8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c76ffc044aae0cf6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1599675b3361b749.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3f6cbe1be4799eca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out -L native=/usr/lib/amd64`
48512025-01-16T18:18:45.968Z Running `/home/build/.rustup/toolchains/1.84.0-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=cb8ff54774fdc8f2 -C extra-filename=-cb8ff54774fdc8f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-bba10838f8a7e5ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5f3c28ccf9b28e23.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48522025-01-16T18:18:46.203Z Running `/home/build/.rustup/toolchains/1.84.0-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=4ffddc16cd74cc2e -C extra-filename=-4ffddc16cd74cc2e --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-306c1e1ce10f7b6c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-58ed38a26a756605.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-7abe4296d83f3db8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee961d1d2f2bfebd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-692476890cf2eafa.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-106fd03286f9508c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ebd98972fa2d96b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48532025-01-16T18:18:47.835Z Running `/home/build/.rustup/toolchains/1.84.0-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=d5cb876ccfa81c17 -C extra-filename=-d5cb876ccfa81c17 --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-306c1e1ce10f7b6c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-58ed38a26a756605.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-7abe4296d83f3db8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee961d1d2f2bfebd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-692476890cf2eafa.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-106fd03286f9508c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ebd98972fa2d96b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48542025-01-16T18:18:47.978Z Running `/home/build/.rustup/toolchains/1.84.0-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=cb60065f49663611 -C extra-filename=-cb60065f49663611 --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-306c1e1ce10f7b6c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-58ed38a26a756605.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-7abe4296d83f3db8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee961d1d2f2bfebd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-692476890cf2eafa.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-106fd03286f9508c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ebd98972fa2d96b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48552025-01-16T18:18:48.915Z Running `/home/build/.rustup/toolchains/1.84.0-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=b4e3ece9d713ee98 -C extra-filename=-b4e3ece9d713ee98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa6ff9cce06ce90c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0ee2782bdc6dcb18.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fb9321f6a925b114.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-67cfffbda577824a.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a2d66f8a6e047926.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-7a3ac673aa24f013.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c2cd987894ef0131.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-83d37be23d55ee8c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fab35e6581845628.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-99dff92071313554.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-047fcfaaabb3dd19.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8d4320e0657cdaee.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e5096c3ea8a0fd23.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a1ebe5441cb41adf.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8e23f4b914366c47.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f839161d31b323c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48562025-01-16T18:18:49.043Z Running `/home/build/.rustup/toolchains/1.84.0-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=fbfa3004e6d7c49a -C extra-filename=-fbfa3004e6d7c49a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa6ff9cce06ce90c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0ee2782bdc6dcb18.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fb9321f6a925b114.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-67cfffbda577824a.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a2d66f8a6e047926.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-7a3ac673aa24f013.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c2cd987894ef0131.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-83d37be23d55ee8c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fab35e6581845628.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-99dff92071313554.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-047fcfaaabb3dd19.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8d4320e0657cdaee.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e5096c3ea8a0fd23.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a1ebe5441cb41adf.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8e23f4b914366c47.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f839161d31b323c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48572025-01-16T18:18:50.483Z Running `/home/build/.rustup/toolchains/1.84.0-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=e48077ac2bbe435f -C extra-filename=-e48077ac2bbe435f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa6ff9cce06ce90c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0ee2782bdc6dcb18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fb9321f6a925b114.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a2d66f8a6e047926.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c2cd987894ef0131.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-83d37be23d55ee8c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fab35e6581845628.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-047fcfaaabb3dd19.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e5096c3ea8a0fd23.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a1ebe5441cb41adf.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8e23f4b914366c47.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f839161d31b323c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48582025-01-16T18:18:50.556Z Running `/home/build/.rustup/toolchains/1.84.0-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=e39b30a875cb71d1 -C extra-filename=-e39b30a875cb71d1 --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-306c1e1ce10f7b6c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-58ed38a26a756605.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee961d1d2f2bfebd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-692476890cf2eafa.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-106fd03286f9508c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ebd98972fa2d96b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48592025-01-16T18:18:51.799Z Running `/home/build/.rustup/toolchains/1.84.0-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=5265e905f07966f4 -C extra-filename=-5265e905f07966f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0760f0e51ba835cf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3cdff972182e0da3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa6ff9cce06ce90c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0ee2782bdc6dcb18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-223dd47ae23ea80c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-39516416b8febf30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dc5246e46acc9174.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9996a7539af9f45.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-facd93a1956435f9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-83d37be23d55ee8c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a5366169e86b547.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-eca5984091c0c32d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-422373cace0bce8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b591b9aba66427e3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b9548a421f8c6136.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-63e666f7e78c96c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6a457611ab7bd00c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a1514452ef569b10.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1599675b3361b749.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3f6cbe1be4799eca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a185fb1c67002691.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2c3431e93729d286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-12908577ff88ed0d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5f3c28ccf9b28e23.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48602025-01-16T18:18:55.041Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48612025-01-16T18:18:55.043Z Running `/home/build/.rustup/toolchains/1.84.0-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=31c2dd4cdc26cfb0 -C extra-filename=-31c2dd4cdc26cfb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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`
48622025-01-16T18:18:57.599Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48632025-01-16T18:18:57.602Z Running `/home/build/.rustup/toolchains/1.84.0-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=262b9a455cb2b448 -C extra-filename=-262b9a455cb2b448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8bcd431f989e58f8.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6facd5c17b1124e2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f91bdd8985143903.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/`
48642025-01-16T18:19:03.871Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48652025-01-16T18:19:03.874Z Running `/home/build/.rustup/toolchains/1.84.0-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=e02da8262c1b1e62 -C extra-filename=-e02da8262c1b1e62 --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-8cb871a83619a59b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48662025-01-16T18:19:05.651Z Running `/home/build/.rustup/toolchains/1.84.0-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=e3dcb37cde3ce4b3 -C extra-filename=-e3dcb37cde3ce4b3 --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-d26e192b7ea979d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ccc8261c24554edb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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`
48672025-01-16T18:19:05.726Z Running `/home/build/.rustup/toolchains/1.84.0-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=643e0840526eb335 -C extra-filename=-643e0840526eb335 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a6c545c3f9ff1092.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-01a3e98e13b714e5.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-59d9f062d62f292e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95129fc2dd87aab8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-15b9c4e619a5e313.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e02da8262c1b1e62.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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`
48682025-01-16T18:19:08.230Z Running `/home/build/.rustup/toolchains/1.84.0-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=d13f03c83f53c173 -C extra-filename=-d13f03c83f53c173 --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-d26e192b7ea979d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48692025-01-16T18:19:09.934Z Running `/home/build/.rustup/toolchains/1.84.0-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=eeb0df240f0c6ade -C extra-filename=-eeb0df240f0c6ade --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48702025-01-16T18:19:10.634Z Running `/home/build/.rustup/toolchains/1.84.0-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=179229071da6944e -C extra-filename=-179229071da6944e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0760f0e51ba835cf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3cdff972182e0da3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa6ff9cce06ce90c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0ee2782bdc6dcb18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-223dd47ae23ea80c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-39516416b8febf30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dc5246e46acc9174.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9996a7539af9f45.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-facd93a1956435f9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-83d37be23d55ee8c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a5366169e86b547.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-eca5984091c0c32d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-422373cace0bce8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b591b9aba66427e3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b9548a421f8c6136.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-63e666f7e78c96c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6a457611ab7bd00c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a1514452ef569b10.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1599675b3361b749.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3f6cbe1be4799eca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a185fb1c67002691.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2c3431e93729d286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-12908577ff88ed0d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5f3c28ccf9b28e23.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48712025-01-16T18:19:11.005Z Running `/home/build/.rustup/toolchains/1.84.0-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=f45bbf5443e85f67 -C extra-filename=-f45bbf5443e85f67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0760f0e51ba835cf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3cdff972182e0da3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa6ff9cce06ce90c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0ee2782bdc6dcb18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-223dd47ae23ea80c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-39516416b8febf30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dc5246e46acc9174.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9996a7539af9f45.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-facd93a1956435f9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-83d37be23d55ee8c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a5366169e86b547.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-eca5984091c0c32d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-422373cace0bce8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b591b9aba66427e3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b9548a421f8c6136.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-63e666f7e78c96c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6a457611ab7bd00c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a1514452ef569b10.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1599675b3361b749.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3f6cbe1be4799eca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a185fb1c67002691.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2c3431e93729d286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-12908577ff88ed0d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5f3c28ccf9b28e23.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48722025-01-16T18:19:12.458Z Running `/home/build/.rustup/toolchains/1.84.0-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=1d3617ada28c74b1 -C extra-filename=-1d3617ada28c74b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0760f0e51ba835cf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3cdff972182e0da3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa6ff9cce06ce90c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0ee2782bdc6dcb18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-39516416b8febf30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dc5246e46acc9174.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9996a7539af9f45.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-83d37be23d55ee8c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a5366169e86b547.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-eca5984091c0c32d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-422373cace0bce8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b591b9aba66427e3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b9548a421f8c6136.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-63e666f7e78c96c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6a457611ab7bd00c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a1514452ef569b10.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1599675b3361b749.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3f6cbe1be4799eca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a185fb1c67002691.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2c3431e93729d286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-12908577ff88ed0d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5f3c28ccf9b28e23.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48732025-01-16T18:19:13.800Z Running `/home/build/.rustup/toolchains/1.84.0-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=91a04dd3d590abdf -C extra-filename=-91a04dd3d590abdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a6c545c3f9ff1092.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-01a3e98e13b714e5.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-59d9f062d62f292e.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95129fc2dd87aab8.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-5083621b3d227b63.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-52c567ec54ad3875.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a0199d1a5cb36918.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8bcd431f989e58f8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-39516416b8febf30.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9996a7539af9f45.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c04a7b88a376cff9.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-bf107ca5111d63fc.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07925d77b548b034.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-edaf6d19084d4739.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d13f03c83f53c173.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e02da8262c1b1e62.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-643e0840526eb335.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4e52237673cd6f15.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-31c2dd4cdc26cfb0.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-eeb0df240f0c6ade.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e3dcb37cde3ce4b3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6facd5c17b1124e2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1332338ae6debb56.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5bb33dfb4bbb3f51.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-189dd64a8ba2d493.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b591b9aba66427e3.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a22d6b4fafe8b56.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-edbc23fd87fde9c5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c02c8aea35eed693.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ccc8261c24554edb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fab35e6581845628.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-047fcfaaabb3dd19.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-12908577ff88ed0d.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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`
48742025-01-16T18:19:16.210Z Running `/home/build/.rustup/toolchains/1.84.0-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=ec29ae6d55034b56 -C extra-filename=-ec29ae6d55034b56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a6c545c3f9ff1092.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-01a3e98e13b714e5.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-05f3d70780ef4c19.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/`
48752025-01-16T18:19:22.348Z Running `/home/build/.rustup/toolchains/1.84.0-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=16aceaed3f9281e0 -C extra-filename=-16aceaed3f9281e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0760f0e51ba835cf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3cdff972182e0da3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa6ff9cce06ce90c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0ee2782bdc6dcb18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-39516416b8febf30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dc5246e46acc9174.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9996a7539af9f45.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-83d37be23d55ee8c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a5366169e86b547.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-eca5984091c0c32d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-422373cace0bce8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b591b9aba66427e3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b9548a421f8c6136.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-63e666f7e78c96c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6a457611ab7bd00c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a1514452ef569b10.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1599675b3361b749.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3f6cbe1be4799eca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a185fb1c67002691.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2c3431e93729d286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-12908577ff88ed0d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5f3c28ccf9b28e23.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48762025-01-16T18:19:22.545Z Running `/home/build/.rustup/toolchains/1.84.0-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=8b2f9b5cda3520bd -C extra-filename=-8b2f9b5cda3520bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0760f0e51ba835cf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3cdff972182e0da3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa6ff9cce06ce90c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0ee2782bdc6dcb18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-39516416b8febf30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dc5246e46acc9174.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9996a7539af9f45.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-83d37be23d55ee8c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a5366169e86b547.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-eca5984091c0c32d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-422373cace0bce8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b591b9aba66427e3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b9548a421f8c6136.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-63e666f7e78c96c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6a457611ab7bd00c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a1514452ef569b10.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1599675b3361b749.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3f6cbe1be4799eca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a185fb1c67002691.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2c3431e93729d286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-12908577ff88ed0d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5f3c28ccf9b28e23.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48772025-01-16T18:19:31.219Z Running `/home/build/.rustup/toolchains/1.84.0-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=6177c6eaf158c5ab -C extra-filename=-6177c6eaf158c5ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-240390f38fe936cb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b9c1f78c028c4487.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2cf5161fed8e45ee.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-ce992aadeccdd867.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-31c2dd4cdc26cfb0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e3dcb37cde3ce4b3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-248815caac7a5611.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-6af93af71e9acc5a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48782025-01-16T18:19:37.007Z Running `/home/build/.rustup/toolchains/1.84.0-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=deb742647e00d041 -C extra-filename=-deb742647e00d041 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-240390f38fe936cb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a6c545c3f9ff1092.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-01a3e98e13b714e5.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-59d9f062d62f292e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95129fc2dd87aab8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e56a6501bfc0f369.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-5083621b3d227b63.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-52c567ec54ad3875.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b9c1f78c028c4487.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a0199d1a5cb36918.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8bcd431f989e58f8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cfea758214b66c3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fb9321f6a925b114.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aa7532a4fa13e9d9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-39516416b8febf30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9996a7539af9f45.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c04a7b88a376cff9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-bf107ca5111d63fc.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07925d77b548b034.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-edaf6d19084d4739.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d13f03c83f53c173.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e02da8262c1b1e62.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-643e0840526eb335.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4e52237673cd6f15.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-31c2dd4cdc26cfb0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-eeb0df240f0c6ade.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e3dcb37cde3ce4b3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6facd5c17b1124e2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9d4a0fe0fddc0586.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1332338ae6debb56.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee961d1d2f2bfebd.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f91bdd8985143903.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5bb33dfb4bbb3f51.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-189dd64a8ba2d493.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b591b9aba66427e3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a22d6b4fafe8b56.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-edbc23fd87fde9c5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c02c8aea35eed693.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c1972d5d3fb155eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-57cf449c999dd594.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ccc8261c24554edb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b8051aa10a7a22cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fab35e6581845628.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-99dff92071313554.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-047fcfaaabb3dd19.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-12908577ff88ed0d.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/`
48792025-01-16T18:19:38.135Z Running `/home/build/.rustup/toolchains/1.84.0-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=ae2d6104083dcb69 -C extra-filename=-ae2d6104083dcb69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8bcd431f989e58f8.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6facd5c17b1124e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f91bdd8985143903.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/`
48802025-01-16T18:19:38.908Z Running `/home/build/.rustup/toolchains/1.84.0-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=24ef6640c53d3cb6 -C extra-filename=-24ef6640c53d3cb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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`
48812025-01-16T18:19:41.834Z Running `/home/build/.rustup/toolchains/1.84.0-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=beac2631185e6293 -C extra-filename=-beac2631185e6293 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-240390f38fe936cb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b9c1f78c028c4487.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48822025-01-16T18:19:43.883Z Running `/home/build/.rustup/toolchains/1.84.0-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=2835a6d788544cb3 -C extra-filename=-2835a6d788544cb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-f80b8281c874e617.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4e52237673cd6f15.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-31c2dd4cdc26cfb0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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`
48832025-01-16T18:19:54.700Z Running `/home/build/.rustup/toolchains/1.84.0-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=651534707120f14b -C extra-filename=-651534707120f14b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-96c8c48641ddcedb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5a17c0d5d07a0089.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-df20c10851462845.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/`
48842025-01-16T18:19:57.262Z Running `/home/build/.rustup/toolchains/1.84.0-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=bb07229178043c4e -C extra-filename=-bb07229178043c4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-96c8c48641ddcedb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5a17c0d5d07a0089.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/`
48852025-01-16T18:19:57.533Z Running `/home/build/.rustup/toolchains/1.84.0-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=c1d7017cbe75a771 -C extra-filename=-c1d7017cbe75a771 --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-8cb871a83619a59b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48862025-01-16T18:19:58.623Z Running `/home/build/.rustup/toolchains/1.84.0-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=dcf8ea90c5d9731d -C extra-filename=-dcf8ea90c5d9731d --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-d26e192b7ea979d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c04a7b88a376cff9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9d4a0fe0fddc0586.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ccc8261c24554edb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/`
48872025-01-16T18:20:01.058Z Running `/home/build/.rustup/toolchains/1.84.0-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=51a8ba4e2abb151f -C extra-filename=-51a8ba4e2abb151f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-240390f38fe936cb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ef392f2abcdeacaa.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b9c1f78c028c4487.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7e63a5e557809e97.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aa7532a4fa13e9d9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c04a7b88a376cff9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-60ff780fa9e7feab.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4e52237673cd6f15.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-de6499b4acbe886e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-edbc23fd87fde9c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ccc8261c24554edb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b8051aa10a7a22cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/`
48882025-01-16T18:20:16.774Z Running `/home/build/.rustup/toolchains/1.84.0-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=5bbb74c4cc4d6b53 -C extra-filename=-5bbb74c4cc4d6b53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-a8f892113fca4362.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8202775424847477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8bcd431f989e58f8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-60ff780fa9e7feab.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1332338ae6debb56.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-de6499b4acbe886e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c02c8aea35eed693.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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`
48892025-01-16T18:20:28.062Z Running `/home/build/.rustup/toolchains/1.84.0-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=46b0c4cd5e372f80 -C extra-filename=-46b0c4cd5e372f80 --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-240390f38fe936cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b9c1f78c028c4487.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cfea758214b66c3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/`
48902025-01-16T18:20:28.643Z Running `/home/build/.rustup/toolchains/1.84.0-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=15142ff91be3d74d -C extra-filename=-15142ff91be3d74d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0760f0e51ba835cf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3cdff972182e0da3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa6ff9cce06ce90c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0ee2782bdc6dcb18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-223dd47ae23ea80c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-39516416b8febf30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dc5246e46acc9174.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9996a7539af9f45.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-facd93a1956435f9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-83d37be23d55ee8c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a5366169e86b547.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-eca5984091c0c32d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-422373cace0bce8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b591b9aba66427e3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b9548a421f8c6136.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-63e666f7e78c96c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6a457611ab7bd00c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a1514452ef569b10.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1599675b3361b749.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3f6cbe1be4799eca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a185fb1c67002691.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2c3431e93729d286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-12908577ff88ed0d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5f3c28ccf9b28e23.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48912025-01-16T18:20:31.746Z Running `/home/build/.rustup/toolchains/1.84.0-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=e4846744057ebcfb -C extra-filename=-e4846744057ebcfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4e52237673cd6f15.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-08868fb5cd2afa2f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-6af93af71e9acc5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48922025-01-16T18:20:42.073Z Running `/home/build/.rustup/toolchains/1.84.0-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=be53f5dca8004575 -C extra-filename=-be53f5dca8004575 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa6ff9cce06ce90c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0ee2782bdc6dcb18.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fb9321f6a925b114.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-67cfffbda577824a.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a2d66f8a6e047926.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-7a3ac673aa24f013.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c2cd987894ef0131.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-83d37be23d55ee8c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fab35e6581845628.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-99dff92071313554.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-047fcfaaabb3dd19.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8d4320e0657cdaee.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e5096c3ea8a0fd23.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8e23f4b914366c47.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f839161d31b323c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48932025-01-16T18:21:00.367Z Running `/home/build/.rustup/toolchains/1.84.0-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=3d0cd0caedb70687 -C extra-filename=-3d0cd0caedb70687 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-65ec9cdd3bdb4504.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48942025-01-16T18:21:00.639Z Running `/home/build/.rustup/toolchains/1.84.0-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=a55d13361214cc01 -C extra-filename=-a55d13361214cc01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-08223a8b5491710a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-65ec9cdd3bdb4504.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48952025-01-16T18:21:03.316Z Running `/home/build/.rustup/toolchains/1.84.0-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=22ac033dcdb3b588 -C extra-filename=-22ac033dcdb3b588 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-08223a8b5491710a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-65ec9cdd3bdb4504.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48962025-01-16T18:21:04.006Z Running `/home/build/.rustup/toolchains/1.84.0-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=cd2f007909142647 -C extra-filename=-cd2f007909142647 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e2f7c35c8ef02eaf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-3771a6b885e2a4df.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-f0b78fdb058a9a70.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-99dff92071313554.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
48972025-01-16T18:21:06.305Z Running `/home/build/.rustup/toolchains/1.84.0-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=9742e1b1f781648b -C extra-filename=-9742e1b1f781648b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e2f7c35c8ef02eaf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-3771a6b885e2a4df.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-f0b78fdb058a9a70.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
48982025-01-16T18:21:09.006Z Running `/home/build/.rustup/toolchains/1.84.0-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=d7df7fbfda8b0359 -C extra-filename=-d7df7fbfda8b0359 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e2f7c35c8ef02eaf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-3771a6b885e2a4df.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-f0b78fdb058a9a70.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-99dff92071313554.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
48992025-01-16T18:21:12.782Z Running `/home/build/.rustup/toolchains/1.84.0-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=7ce53fbe3a41a4ad -C extra-filename=-7ce53fbe3a41a4ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e2f7c35c8ef02eaf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-3771a6b885e2a4df.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-f0b78fdb058a9a70.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-99dff92071313554.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49002025-01-16T18:21:14.581Z Running `/home/build/.rustup/toolchains/1.84.0-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=3e99f5c636e12baf -C extra-filename=-3e99f5c636e12baf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0760f0e51ba835cf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3cdff972182e0da3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa6ff9cce06ce90c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0ee2782bdc6dcb18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-223dd47ae23ea80c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-39516416b8febf30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dc5246e46acc9174.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9996a7539af9f45.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-facd93a1956435f9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-83d37be23d55ee8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a5366169e86b547.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-eca5984091c0c32d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-422373cace0bce8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b591b9aba66427e3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b9548a421f8c6136.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-63e666f7e78c96c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6a457611ab7bd00c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a1514452ef569b10.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1599675b3361b749.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3f6cbe1be4799eca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a185fb1c67002691.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2c3431e93729d286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-12908577ff88ed0d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5f3c28ccf9b28e23.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49012025-01-16T18:21:16.651Z Running `/home/build/.rustup/toolchains/1.84.0-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=e172946af5ee7d88 -C extra-filename=-e172946af5ee7d88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4e52237673cd6f15.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-4c8c98abfb83d7db.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-759d4e06e3a3b7cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-05f3d70780ef4c19.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49022025-01-16T18:21:19.465Z Running `/home/build/.rustup/toolchains/1.84.0-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=bf7c22374823b1c8 -C extra-filename=-bf7c22374823b1c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c11d91d9425fe69b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c3ebb4915ba6d581.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-f7000931d9a3e491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-28b2816ad040d393.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-182089c4d76fee21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49032025-01-16T18:21:20.006Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
49042025-01-16T18:21:20.009Z Running `/home/build/.rustup/toolchains/1.84.0-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=47dbac8bb8e21cbb -C extra-filename=-47dbac8bb8e21cbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c3ebb4915ba6d581.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-f7000931d9a3e491.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-182089c4d76fee21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49052025-01-16T18:21:21.928Z Running `/home/build/.rustup/toolchains/1.84.0-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=b9c85ae4b32dec7f -C extra-filename=-b9c85ae4b32dec7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c11d91d9425fe69b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c3ebb4915ba6d581.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-f7000931d9a3e491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-28b2816ad040d393.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-182089c4d76fee21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49062025-01-16T18:21:22.390Z Running `/home/build/.rustup/toolchains/1.84.0-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=33742f2166ed29ec -C extra-filename=-33742f2166ed29ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c11d91d9425fe69b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c3ebb4915ba6d581.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-f7000931d9a3e491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-28b2816ad040d393.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-182089c4d76fee21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49072025-01-16T18:21:24.615Z Running `/home/build/.rustup/toolchains/1.84.0-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=4823964eaad88f4f -C extra-filename=-4823964eaad88f4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c11d91d9425fe69b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c3ebb4915ba6d581.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-f7000931d9a3e491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-182089c4d76fee21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49082025-01-16T18:21:27.519Z Running `/home/build/.rustup/toolchains/1.84.0-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=a509b9f440cba250 -C extra-filename=-a509b9f440cba250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c11d91d9425fe69b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c3ebb4915ba6d581.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-f7000931d9a3e491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-28b2816ad040d393.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-182089c4d76fee21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49092025-01-16T18:21:27.986Z Running `/home/build/.rustup/toolchains/1.84.0-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=d516cfb51486fd68 -C extra-filename=-d516cfb51486fd68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5996bff276a5c5d7.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3cdff972182e0da3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c11d91d9425fe69b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-96c8c48641ddcedb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6362b7e8fe627363.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-4fd572c7a813d985.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a2d66f8a6e047926.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07925d77b548b034.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-edaf6d19084d4739.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-1cc796d413b1390f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c34d420b9230491.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b9548a421f8c6136.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6a457611ab7bd00c.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8e23f4b914366c47.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49102025-01-16T18:21:30.146Z Running `/home/build/.rustup/toolchains/1.84.0-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=0756cf345dfdcd51 -C extra-filename=-0756cf345dfdcd51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c11d91d9425fe69b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-28b2816ad040d393.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49112025-01-16T18:21:37.698Z Running `/home/build/.rustup/toolchains/1.84.0-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=cdcd511b4b978a73 -C extra-filename=-cdcd511b4b978a73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c11d91d9425fe69b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-28b2816ad040d393.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49122025-01-16T18:21:37.725Z Running `/home/build/.rustup/toolchains/1.84.0-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=c54f9755ebf2d85d -C extra-filename=-c54f9755ebf2d85d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c11d91d9425fe69b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-28b2816ad040d393.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49132025-01-16T18:21:49.702Z Running `/home/build/.rustup/toolchains/1.84.0-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=dd666e1a5afa6b6a -C extra-filename=-dd666e1a5afa6b6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2cf5161fed8e45ee.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-248815caac7a5611.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-6f1f54c6c650a76e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-4f9575c2dad3be44.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8d4320e0657cdaee.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e5096c3ea8a0fd23.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f839161d31b323c8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49142025-01-16T18:21:50.835Z Running `/home/build/.rustup/toolchains/1.84.0-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=8dde464ebe932915 -C extra-filename=-8dde464ebe932915 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-6af93af71e9acc5a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8d4320e0657cdaee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49152025-01-16T18:21:53.868Z Running `/home/build/.rustup/toolchains/1.84.0-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=1b0a303ef1a6d067 -C extra-filename=-1b0a303ef1a6d067 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e2f7c35c8ef02eaf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2cf5161fed8e45ee.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-248815caac7a5611.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-6f1f54c6c650a76e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-4f9575c2dad3be44.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8d4320e0657cdaee.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e5096c3ea8a0fd23.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f839161d31b323c8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49162025-01-16T18:21:56.629Z Running `/home/build/.rustup/toolchains/1.84.0-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=6502f08cc8a08784 -C extra-filename=-6502f08cc8a08784 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e2f7c35c8ef02eaf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2cf5161fed8e45ee.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-248815caac7a5611.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-6f1f54c6c650a76e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-4f9575c2dad3be44.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8d4320e0657cdaee.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e5096c3ea8a0fd23.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f839161d31b323c8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49172025-01-16T18:21:56.807Z Running `/home/build/.rustup/toolchains/1.84.0-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=2def4ff1d4967669 -C extra-filename=-2def4ff1d4967669 --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-f25c6032af5a8e16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49182025-01-16T18:21:56.974Z Running `/home/build/.rustup/toolchains/1.84.0-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=a8d5950484052a0a -C extra-filename=-a8d5950484052a0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e2f7c35c8ef02eaf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2cf5161fed8e45ee.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-248815caac7a5611.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-6f1f54c6c650a76e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-4f9575c2dad3be44.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e5096c3ea8a0fd23.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f839161d31b323c8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49192025-01-16T18:21:57.773Z Running `/home/build/.rustup/toolchains/1.84.0-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=2303c9f171743592 -C extra-filename=-2303c9f171743592 --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-5a17c0d5d07a0089.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49202025-01-16T18:21:59.757Z Running `/home/build/.rustup/toolchains/1.84.0-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=290018a61634516f -C extra-filename=-290018a61634516f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7c23650b197038b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-f7000931d9a3e491.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e56a6501bfc0f369.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-71c7463d398702ca.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-182089c4d76fee21.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5bb33dfb4bbb3f51.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-6af93af71e9acc5a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4c2a99b00659d49a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49212025-01-16T18:22:02.648Z Running `/home/build/.rustup/toolchains/1.84.0-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=8f7b3abde0f274e8 -C extra-filename=-8f7b3abde0f274e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7c23650b197038b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-f7000931d9a3e491.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e56a6501bfc0f369.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-71c7463d398702ca.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-182089c4d76fee21.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5bb33dfb4bbb3f51.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-6af93af71e9acc5a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4c2a99b00659d49a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49222025-01-16T18:22:04.713Z Running `/home/build/.rustup/toolchains/1.84.0-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=5fcf31460e0e4a9d -C extra-filename=-5fcf31460e0e4a9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7c23650b197038b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-f7000931d9a3e491.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e56a6501bfc0f369.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-71c7463d398702ca.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-182089c4d76fee21.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5bb33dfb4bbb3f51.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-6af93af71e9acc5a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4c2a99b00659d49a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49232025-01-16T18:22:13.703Z Running `/home/build/.rustup/toolchains/1.84.0-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=38bed142bcaa59e2 -C extra-filename=-38bed142bcaa59e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-3771a6b885e2a4df.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-99dff92071313554.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49242025-01-16T18:22:16.574Z Running `/home/build/.rustup/toolchains/1.84.0-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=ffb6aeffc70886a7 -C extra-filename=-ffb6aeffc70886a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fb9321f6a925b114.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fab35e6581845628.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-99dff92071313554.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49252025-01-16T18:22:18.100Z Running `/home/build/.rustup/toolchains/1.84.0-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=1a75a858234a9cfe -C extra-filename=-1a75a858234a9cfe --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-d26e192b7ea979d3.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49262025-01-16T18:22:21.076Z Running `/home/build/.rustup/toolchains/1.84.0-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=7e91f6ec3c50aa82 -C extra-filename=-7e91f6ec3c50aa82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2cf5161fed8e45ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-a8cc0e191817c0a6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a22d6b4fafe8b56.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1599675b3361b749.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-dbd78c2cd4fe5c27.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out`
49272025-01-16T18:22:29.072Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
49282025-01-16T18:22:29.075Z Running `/home/build/.rustup/toolchains/1.84.0-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=5c2d13a8a32eac52 -C extra-filename=-5c2d13a8a32eac52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-a8cc0e191817c0a6.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out`
49292025-01-16T18:22:29.512Z Running `/home/build/.rustup/toolchains/1.84.0-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=8902ff598f267a63 -C extra-filename=-8902ff598f267a63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-01a3e98e13b714e5.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-248815caac7a5611.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49302025-01-16T18:22:33.309Z Running `/home/build/.rustup/toolchains/1.84.0-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=4443f6e25ee89030 -C extra-filename=-4443f6e25ee89030 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c34d420b9230491.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f91bdd8985143903.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49312025-01-16T18:22:38.785Z Running `/home/build/.rustup/toolchains/1.84.0-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=aeef0e7ed8b613c3 -C extra-filename=-aeef0e7ed8b613c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c34d420b9230491.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f91bdd8985143903.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49322025-01-16T18:22:41.694Z Running `/home/build/.rustup/toolchains/1.84.0-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=2ac63e76051985bb -C extra-filename=-2ac63e76051985bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-4fd572c7a813d985.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-58b04620be65b29c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5f66eae3eeb5aaab.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-64d91fb7c50af2af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d856ce5d15fe3475.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-65ec9cdd3bdb4504.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-57cf449c999dd594.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a4f7cf016a368819.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49332025-01-16T18:23:31.995Z Running `/home/build/.rustup/toolchains/1.84.0-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=01f450131e9b2cbb -C extra-filename=-01f450131e9b2cbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-4fd572c7a813d985.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-58b04620be65b29c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5f66eae3eeb5aaab.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-64d91fb7c50af2af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-96d2140ab65149fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d856ce5d15fe3475.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-65ec9cdd3bdb4504.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a4f7cf016a368819.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib`
49342025-01-16T18:23:34.634Z Running `/home/build/.rustup/toolchains/1.84.0-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=7c1c9fbb835afca4 -C extra-filename=-7c1c9fbb835afca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-4fd572c7a813d985.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-58b04620be65b29c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5f66eae3eeb5aaab.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-64d91fb7c50af2af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-96d2140ab65149fd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d856ce5d15fe3475.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-65ec9cdd3bdb4504.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-57cf449c999dd594.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a4f7cf016a368819.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49352025-01-16T18:23:34.664Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
49362025-01-16T18:23:34.667Z Running `/home/build/.rustup/toolchains/1.84.0-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=282338e864c5ed62 -C extra-filename=-282338e864c5ed62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-96d2140ab65149fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-65ec9cdd3bdb4504.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49372025-01-16T18:23:35.233Z Running `/home/build/.rustup/toolchains/1.84.0-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=25d5a18f0eaeb7f5 -C extra-filename=-25d5a18f0eaeb7f5 --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-b1ce1825125c2b44.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5f66eae3eeb5aaab.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-96d2140ab65149fd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-57cf449c999dd594.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49382025-01-16T18:23:39.396Z Running `/home/build/.rustup/toolchains/1.84.0-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=9a9e3e9fd131ea83 -C extra-filename=-9a9e3e9fd131ea83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-4fd572c7a813d985.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-58b04620be65b29c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5f66eae3eeb5aaab.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-64d91fb7c50af2af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-96d2140ab65149fd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d856ce5d15fe3475.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-65ec9cdd3bdb4504.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-57cf449c999dd594.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a4f7cf016a368819.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49392025-01-16T18:23:40.423Z Running `/home/build/.rustup/toolchains/1.84.0-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=0fb5ff9027ad2c8b -C extra-filename=-0fb5ff9027ad2c8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-1cc796d413b1390f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-19628f3e5c42d667.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5bb33dfb4bbb3f51.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49402025-01-16T18:23:40.448Z Running `/home/build/.rustup/toolchains/1.84.0-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=831c1a764b28b517 -C extra-filename=-831c1a764b28b517 --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-4e52237673cd6f15.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49412025-01-16T18:23:42.219Z Running `/home/build/.rustup/toolchains/1.84.0-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=b1ce69f3b5f9398d -C extra-filename=-b1ce69f3b5f9398d --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-aa6ff9cce06ce90c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e5096c3ea8a0fd23.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49422025-01-16T18:23:44.055Z Running `/home/build/.rustup/toolchains/1.84.0-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=df810618a0770e63 -C extra-filename=-df810618a0770e63 --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-d26e192b7ea979d3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e5096c3ea8a0fd23.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49432025-01-16T18:23:45.326Z Running `/home/build/.rustup/toolchains/1.84.0-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=66240a7bac503cb0 -C extra-filename=-66240a7bac503cb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-6625f53158cadf64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-facd93a1956435f9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-05f3d70780ef4c19.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49442025-01-16T18:23:53.016Z Running `/home/build/.rustup/toolchains/1.84.0-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=9f0b31793b54e708 -C extra-filename=-9f0b31793b54e708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6362b7e8fe627363.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-798b260897684d44.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-11b1c0b2f0d4deda.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-24f740c2119647aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b1c1bf1a304d137f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49452025-01-16T18:23:59.103Z Running `/home/build/.rustup/toolchains/1.84.0-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=f2bea0ebb98da59a -C extra-filename=-f2bea0ebb98da59a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6362b7e8fe627363.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-798b260897684d44.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-11b1c0b2f0d4deda.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-24f740c2119647aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b1c1bf1a304d137f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49462025-01-16T18:23:59.766Z Running `/home/build/.rustup/toolchains/1.84.0-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=b774184e356ea290 -C extra-filename=-b774184e356ea290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6362b7e8fe627363.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-798b260897684d44.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-11b1c0b2f0d4deda.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-24f740c2119647aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b1c1bf1a304d137f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49472025-01-16T18:24:00.578Z Running `/home/build/.rustup/toolchains/1.84.0-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=dbe2bf46765a9f02 -C extra-filename=-dbe2bf46765a9f02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6362b7e8fe627363.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-798b260897684d44.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-11b1c0b2f0d4deda.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-24f740c2119647aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b1c1bf1a304d137f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49482025-01-16T18:24:05.682Z Running `/home/build/.rustup/toolchains/1.84.0-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=802bd849f162c7f7 -C extra-filename=-802bd849f162c7f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6362b7e8fe627363.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-798b260897684d44.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-11b1c0b2f0d4deda.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-24f740c2119647aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b1c1bf1a304d137f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49492025-01-16T18:24:07.417Z Running `/home/build/.rustup/toolchains/1.84.0-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=3b3dc6c10b020cb2 -C extra-filename=-3b3dc6c10b020cb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6362b7e8fe627363.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-798b260897684d44.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-11b1c0b2f0d4deda.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-24f740c2119647aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b1c1bf1a304d137f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49502025-01-16T18:24:08.202Z Running `/home/build/.rustup/toolchains/1.84.0-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=678b684710924432 -C extra-filename=-678b684710924432 --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-f7b0236d3ba61eae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-71f4b81d8b10716d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4762d669c6b046d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2a77d15aee24f768.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49512025-01-16T18:24:09.625Z Running `/home/build/.rustup/toolchains/1.84.0-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=5d3faaedd9998c66 -C extra-filename=-5d3faaedd9998c66 --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-f7b0236d3ba61eae.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0760f0e51ba835cf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-71f4b81d8b10716d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4762d669c6b046d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2a77d15aee24f768.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49522025-01-16T18:24:18.157Z Running `/home/build/.rustup/toolchains/1.84.0-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=d71e90a5c9dcddbb -C extra-filename=-d71e90a5c9dcddbb --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-f7b0236d3ba61eae.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0760f0e51ba835cf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-71f4b81d8b10716d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4762d669c6b046d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2a77d15aee24f768.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49532025-01-16T18:24:18.950Z Running `/home/build/.rustup/toolchains/1.84.0-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=6b8acb88bb3ef2b1 -C extra-filename=-6b8acb88bb3ef2b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b1c1bf1a304d137f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49542025-01-16T18:24:19.013Z Running `/home/build/.rustup/toolchains/1.84.0-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=cf3c5d617088281d -C extra-filename=-cf3c5d617088281d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-a996fdb597abe952.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fb9321f6a925b114.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d980178b4de34a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-38e47cf4ad398319.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fab35e6581845628.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-12908577ff88ed0d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49552025-01-16T18:24:35.089Z Running `/home/build/.rustup/toolchains/1.84.0-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=5779bfed9fba4de2 -C extra-filename=-5779bfed9fba4de2 --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-15b9c4e619a5e313.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7e6707f0003ad91.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-54b590a52aedab37.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49562025-01-16T18:24:35.649Z Running `/home/build/.rustup/toolchains/1.84.0-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=e5f6ea804f8065d1 -C extra-filename=-e5f6ea804f8065d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5f66eae3eeb5aaab.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-57cf449c999dd594.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib`
49572025-01-16T18:24:37.805Z Running `/home/build/.rustup/toolchains/1.84.0-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=9ebb68c086c818e0 -C extra-filename=-9ebb68c086c818e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib`
49582025-01-16T18:24:39.246Z Running `/home/build/.rustup/toolchains/1.84.0-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=af1614262761820a -C extra-filename=-af1614262761820a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49592025-01-16T18:24:39.423Z Running `/home/build/.rustup/toolchains/1.84.0-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=c678a4e45d58ce98 -C extra-filename=-c678a4e45d58ce98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7c23650b197038b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-f7000931d9a3e491.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-71c7463d398702ca.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5bb33dfb4bbb3f51.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-6af93af71e9acc5a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4c2a99b00659d49a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49602025-01-16T18:24:43.027Z Running `/home/build/.rustup/toolchains/1.84.0-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=874aaecf8ff6bcc5 -C extra-filename=-874aaecf8ff6bcc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-f7000931d9a3e491.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-32a96558d6ac77da.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-19628f3e5c42d667.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib`
49612025-01-16T18:24:45.413Z Running `/home/build/.rustup/toolchains/1.84.0-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=e7ead5cd2ca1886d -C extra-filename=-e7ead5cd2ca1886d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ef392f2abcdeacaa.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b9c1f78c028c4487.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-bf107ca5111d63fc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c2cd987894ef0131.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ccc8261c24554edb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49622025-01-16T18:24:56.786Z Running `/home/build/.rustup/toolchains/1.84.0-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=dec86cdbbf2044e9 -C extra-filename=-dec86cdbbf2044e9 --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-d26e192b7ea979d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49632025-01-16T18:24:56.923Z Running `/home/build/.rustup/toolchains/1.84.0-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=5ed78c57d2c17f28 -C extra-filename=-5ed78c57d2c17f28 --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-897d930859dde460.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49642025-01-16T18:25:00.698Z Running `/home/build/.rustup/toolchains/1.84.0-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=646285b0db176241 -C extra-filename=-646285b0db176241 --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-6c96ad0cfdaec735.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49652025-01-16T18:25:03.991Z Running `/home/build/.rustup/toolchains/1.84.0-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=b638029161436839 -C extra-filename=-b638029161436839 --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-b1ce1825125c2b44.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a1514452ef569b10.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49662025-01-16T18:25:05.561Z Running `/home/build/.rustup/toolchains/1.84.0-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=309aaddbce1aa8d7 -C extra-filename=-309aaddbce1aa8d7 --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-6c96ad0cfdaec735.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49672025-01-16T18:25:07.285Z Running `/home/build/.rustup/toolchains/1.84.0-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=dd295400d610af62 -C extra-filename=-dd295400d610af62 --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-6c96ad0cfdaec735.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5f66eae3eeb5aaab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib`
49682025-01-16T18:25:08.006Z Running `/home/build/.rustup/toolchains/1.84.0-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=6a34eed89792a7bf -C extra-filename=-6a34eed89792a7bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5f66eae3eeb5aaab.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib`
49692025-01-16T18:25:09.657Z Running `/home/build/.rustup/toolchains/1.84.0-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=4657860ac543b895 -C extra-filename=-4657860ac543b895 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0760f0e51ba835cf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49702025-01-16T18:25:10.032Z Running `/home/build/.rustup/toolchains/1.84.0-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=62525d870b0c8782 -C extra-filename=-62525d870b0c8782 --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-ed6723ba3feb7557.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-64d91fb7c50af2af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49712025-01-16T18:25:12.018Z Running `/home/build/.rustup/toolchains/1.84.0-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=bd1baf1de51beda6 -C extra-filename=-bd1baf1de51beda6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dc5246e46acc9174.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1599675b3361b749.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out`
49722025-01-16T18:25:14.516Z Running `/home/build/.rustup/toolchains/1.84.0-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=4a617ca05bb68726 -C extra-filename=-4a617ca05bb68726 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49732025-01-16T18:25:29.508Z Running `/home/build/.rustup/toolchains/1.84.0-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=40b4c5a4aa08146b -C extra-filename=-40b4c5a4aa08146b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49742025-01-16T18:25:35.464Z Running `/home/build/.rustup/toolchains/1.84.0-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=f5135656a0368bf2 -C extra-filename=-f5135656a0368bf2 --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-d5c52f4a9d6f73a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49752025-01-16T18:25:35.533Z Running `/home/build/.rustup/toolchains/1.84.0-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=3729ecd252cc5477 -C extra-filename=-3729ecd252cc5477 --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-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a4c7bb216ac823c4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49762025-01-16T18:25:35.590Z Running `/home/build/.rustup/toolchains/1.84.0-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=876157666a013e6a -C extra-filename=-876157666a013e6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-32a96558d6ac77da.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-0a2980a62729d904.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-cb401645f9a1ea92.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-19628f3e5c42d667.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49772025-01-16T18:25:38.215Z Running `/home/build/.rustup/toolchains/1.84.0-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=226d33e255e49b2a -C extra-filename=-226d33e255e49b2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49782025-01-16T18:25:43.305Z Running `/home/build/.rustup/toolchains/1.84.0-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=8db2b9144fa8e688 -C extra-filename=-8db2b9144fa8e688 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-cf6e727a155ddc39.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8202775424847477.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-6625f53158cadf64.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-15b9c4e619a5e313.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1332338ae6debb56.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5bb33dfb4bbb3f51.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ccc8261c24554edb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49792025-01-16T18:25:43.862Z Running `/home/build/.rustup/toolchains/1.84.0-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=e3fd1b77715500b6 -C extra-filename=-e3fd1b77715500b6 --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-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49802025-01-16T18:25:48.430Z Running `/home/build/.rustup/toolchains/1.84.0-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=c1a57d36c26b4740 -C extra-filename=-c1a57d36c26b4740 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-71c7463d398702ca.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-80be5c461cb9f8c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-096da45031b6740f.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8696a562f8ab0321.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2c3431e93729d286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out`
49812025-01-16T18:25:49.050Z Running `/home/build/.rustup/toolchains/1.84.0-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=f5dcff0b0831211d -C extra-filename=-f5dcff0b0831211d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49822025-01-16T18:25:49.494Z Running `/home/build/.rustup/toolchains/1.84.0-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=71d13a868dd9015e -C extra-filename=-71d13a868dd9015e --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-b1d8fc03ca54e450.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49832025-01-16T18:25:58.182Z Running `/home/build/.rustup/toolchains/1.84.0-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=cccd370ba8564644 -C extra-filename=-cccd370ba8564644 --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-6625f53158cadf64.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49842025-01-16T18:25:59.366Z Running `/home/build/.rustup/toolchains/1.84.0-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=522e9bbdf0c48529 -C extra-filename=-522e9bbdf0c48529 --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-1f2eb0cf4efc5967.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-189dd64a8ba2d493.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49852025-01-16T18:26:01.387Z Running `/home/build/.rustup/toolchains/1.84.0-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=9db3b154b7f14dcb -C extra-filename=-9db3b154b7f14dcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6362b7e8fe627363.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-798b260897684d44.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-11b1c0b2f0d4deda.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-24f740c2119647aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b1c1bf1a304d137f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49862025-01-16T18:26:01.803Z Running `/home/build/.rustup/toolchains/1.84.0-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=734e2ddb2095f27b -C extra-filename=-734e2ddb2095f27b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6362b7e8fe627363.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-798b260897684d44.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-11b1c0b2f0d4deda.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-24f740c2119647aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b1c1bf1a304d137f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49872025-01-16T18:26:07.571Z Running `/home/build/.rustup/toolchains/1.84.0-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=368289c80f992b2b -C extra-filename=-368289c80f992b2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6362b7e8fe627363.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-798b260897684d44.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-11b1c0b2f0d4deda.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-24f740c2119647aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b1c1bf1a304d137f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49882025-01-16T18:26:09.157Z Running `/home/build/.rustup/toolchains/1.84.0-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=54150d72ebc7e273 -C extra-filename=-54150d72ebc7e273 --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-1193412ba81be9ac.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fe366cc67deafdf5.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d6da62498d1b73dd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49892025-01-16T18:26:12.014Z Running `/home/build/.rustup/toolchains/1.84.0-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=945a20a25fc3c1e6 -C extra-filename=-945a20a25fc3c1e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-0a2980a62729d904.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-19628f3e5c42d667.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49902025-01-16T18:26:14.200Z Running `/home/build/.rustup/toolchains/1.84.0-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=55491767f50f63af -C extra-filename=-55491767f50f63af --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-d26e192b7ea979d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-189dd64a8ba2d493.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
49912025-01-16T18:26:16.004Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49922025-01-16T18:26:16.008Z Running `/home/build/.rustup/toolchains/1.84.0-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=7410b669650c19a4 -C extra-filename=-7410b669650c19a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1332338ae6debb56.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib`
49932025-01-16T18:26:17.008Z Running `/home/build/.rustup/toolchains/1.84.0-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=474a689da01b46fc -C extra-filename=-474a689da01b46fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1332338ae6debb56.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib`
49942025-01-16T18:26:17.913Z Running `/home/build/.rustup/toolchains/1.84.0-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=40c73b11a28ad7aa -C extra-filename=-40c73b11a28ad7aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5996bff276a5c5d7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5c0dc03d1e5f42d0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-71c7463d398702ca.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8bcd431f989e58f8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-81dfe02fcdeab76d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a22d6b4fafe8b56.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-edbc23fd87fde9c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib`
49952025-01-16T18:26:18.201Z Running `/home/build/.rustup/toolchains/1.84.0-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=acacb9f81fe8af80 -C extra-filename=-acacb9f81fe8af80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5996bff276a5c5d7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5c0dc03d1e5f42d0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-71c7463d398702ca.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8bcd431f989e58f8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-81dfe02fcdeab76d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a22d6b4fafe8b56.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-edbc23fd87fde9c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib`
49962025-01-16T18:26:19.590Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
49972025-01-16T18:26:19.593Z Running `/home/build/.rustup/toolchains/1.84.0-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=2915ca960727ab93 -C extra-filename=-2915ca960727ab93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib`
49982025-01-16T18:26:20.586Z Running `/home/build/.rustup/toolchains/1.84.0-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=9f65887501ef22f5 -C extra-filename=-9f65887501ef22f5 --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-dd31d19c4ed69e7e.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dce0a5f485344e44.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1332338ae6debb56.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-55438b802f2eecf1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/usr/lib/amd64`
49992025-01-16T18:26:21.612Z Running `/home/build/.rustup/toolchains/1.84.0-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=128e396713efd75d -C extra-filename=-128e396713efd75d --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-c613ee633f8b6caa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib`
50002025-01-16T18:26:23.056Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50012025-01-16T18:26:23.120Z Running `/home/build/.rustup/toolchains/1.84.0-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=11519ec3185efe61 -C extra-filename=-11519ec3185efe61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50022025-01-16T18:26:23.593Z Running `/home/build/.rustup/toolchains/1.84.0-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=3f32e8b3efb133ea -C extra-filename=-3f32e8b3efb133ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-19628f3e5c42d667.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50032025-01-16T18:26:25.512Z Running `/home/build/.rustup/toolchains/1.84.0-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=99de5886cf583d19 -C extra-filename=-99de5886cf583d19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50042025-01-16T18:26:25.546Z Running `/home/build/.rustup/toolchains/1.84.0-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=eb0350b24d86b5ef -C extra-filename=-eb0350b24d86b5ef --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-d26e192b7ea979d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50052025-01-16T18:26:26.690Z Running `/home/build/.rustup/toolchains/1.84.0-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=c557ccb4855431dc -C extra-filename=-c557ccb4855431dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5996bff276a5c5d7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5c0dc03d1e5f42d0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-71c7463d398702ca.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8bcd431f989e58f8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-81dfe02fcdeab76d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a22d6b4fafe8b56.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-edbc23fd87fde9c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/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-6ac60295cad7b5c9/out/lib`
50062025-01-16T18:26:27.979Z Running `/home/build/.rustup/toolchains/1.84.0-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=40ebc572c58237ba -C extra-filename=-40ebc572c58237ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-ced356751b8e3cba.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-d9699fe139c25e7d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-c3119a46adbec64f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a5366169e86b547.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-b99b508db72c3dcb.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-da552bbb5a083bbd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-245f9940c78876a6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5f3c28ccf9b28e23.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
50072025-01-16T18:26:30.496Z Running `/home/build/.rustup/toolchains/1.84.0-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=38ff957d6304a8af -C extra-filename=-38ff957d6304a8af --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-fadb0d038d86eedf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50082025-01-16T18:26:38.694Z Running `/home/build/.rustup/toolchains/1.84.0-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=7b38995b32fc252b -C extra-filename=-7b38995b32fc252b --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-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50092025-01-16T18:26:38.730Z Running `/home/build/.rustup/toolchains/1.84.0-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=9ac2b18f8be7c62d -C extra-filename=-9ac2b18f8be7c62d --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-d26e192b7ea979d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50102025-01-16T18:26:39.098Z Running `/home/build/.rustup/toolchains/1.84.0-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=eeccd5f6fe9d8714 -C extra-filename=-eeccd5f6fe9d8714 --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-b1ce1825125c2b44.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-f7000931d9a3e491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50112025-01-16T18:26:39.754Z Running `/home/build/.rustup/toolchains/1.84.0-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=93208fac0b140367 -C extra-filename=-93208fac0b140367 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5996bff276a5c5d7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-6625f53158cadf64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50122025-01-16T18:26:40.254Z Running `/home/build/.rustup/toolchains/1.84.0-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=135884f5e575beb1 -C extra-filename=-135884f5e575beb1 --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-897d930859dde460.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4762d669c6b046d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50132025-01-16T18:26:40.886Z Running `/home/build/.rustup/toolchains/1.84.0-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=024c99098e314af5 -C extra-filename=-024c99098e314af5 --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-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50142025-01-16T18:26:44.355Z Running `/home/build/.rustup/toolchains/1.84.0-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=09da7e257df6c1d5 -C extra-filename=-09da7e257df6c1d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50152025-01-16T18:26:44.361Z Running `/home/build/.rustup/toolchains/1.84.0-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=e87aee48b80d72a2 -C extra-filename=-e87aee48b80d72a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-19628f3e5c42d667.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50162025-01-16T18:26:48.236Z Running `/home/build/.rustup/toolchains/1.84.0-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=5a409124c7be6a0a -C extra-filename=-5a409124c7be6a0a --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-d26e192b7ea979d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50172025-01-16T18:26:51.027Z Running `/home/build/.rustup/toolchains/1.84.0-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=68242339725dfe55 -C extra-filename=-68242339725dfe55 --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-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50182025-01-16T18:26:51.678Z Running `/home/build/.rustup/toolchains/1.84.0-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=c3e524b5e6e04d1a -C extra-filename=-c3e524b5e6e04d1a --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-6c96ad0cfdaec735.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50192025-01-16T18:26:52.267Z Running `/home/build/.rustup/toolchains/1.84.0-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=90e74da9413ec27d -C extra-filename=-90e74da9413ec27d --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-5df5da7ac8c80d2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50202025-01-16T18:26:52.954Z Running `/home/build/.rustup/toolchains/1.84.0-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=ecb0ac93634716ca -C extra-filename=-ecb0ac93634716ca --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-92d4ef3e0c09d06b.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-185ce5a1999aa43f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50212025-01-16T18:26:53.604Z Running `/home/build/.rustup/toolchains/1.84.0-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=c580dfc1b6b75d21 -C extra-filename=-c580dfc1b6b75d21 --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-d26e192b7ea979d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50222025-01-16T18:26:54.295Z Running `/home/build/.rustup/toolchains/1.84.0-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=7f958240968ff0d5 -C extra-filename=-7f958240968ff0d5 --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-5476a40ed2387d20.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-ee95e599aeabae68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50232025-01-16T18:26:55.645Z Running `/home/build/.rustup/toolchains/1.84.0-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=a7eaebfea5a5923e -C extra-filename=-a7eaebfea5a5923e --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-5476a40ed2387d20.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-ee95e599aeabae68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50242025-01-16T18:26:55.932Z Running `/home/build/.rustup/toolchains/1.84.0-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=1e0dda26a5d9900e -C extra-filename=-1e0dda26a5d9900e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-da552bbb5a083bbd.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5a557c76e67e47f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50252025-01-16T18:26:56.676Z Running `/home/build/.rustup/toolchains/1.84.0-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=46dd8a63bbf04dd0 -C extra-filename=-46dd8a63bbf04dd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-cf6e727a155ddc39.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-c3ff18d955282a4c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-6625f53158cadf64.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9996a7539af9f45.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-189dd64a8ba2d493.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50262025-01-16T18:26:56.874Z Running `/home/build/.rustup/toolchains/1.84.0-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=de6d083d881de757 -C extra-filename=-de6d083d881de757 --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-1193412ba81be9ac.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50272025-01-16T18:26:57.235Z Running `/home/build/.rustup/toolchains/1.84.0-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=7c90a44e2f921cbd -C extra-filename=-7c90a44e2f921cbd --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-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50282025-01-16T18:27:00.024Z Running `/home/build/.rustup/toolchains/1.84.0-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=3b1bec0a85c7612a -C extra-filename=-3b1bec0a85c7612a --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-d26e192b7ea979d3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50292025-01-16T18:27:00.126Z Running `/home/build/.rustup/toolchains/1.84.0-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=dbd45ce21d2d0d20 -C extra-filename=-dbd45ce21d2d0d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50302025-01-16T18:27:01.573Z Running `/home/build/.rustup/toolchains/1.84.0-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=748b98170530fbaa -C extra-filename=-748b98170530fbaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-189dd64a8ba2d493.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50312025-01-16T18:27:02.615Z Running `/home/build/.rustup/toolchains/1.84.0-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=84a3859cd3d6bd35 -C extra-filename=-84a3859cd3d6bd35 --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-1193412ba81be9ac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50322025-01-16T18:27:02.919Z Running `/home/build/.rustup/toolchains/1.84.0-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=3b89912be60bd342 -C extra-filename=-3b89912be60bd342 --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-1193412ba81be9ac.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50332025-01-16T18:27:02.942Z Running `/home/build/.rustup/toolchains/1.84.0-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=46b66c2ce280a9da -C extra-filename=-46b66c2ce280a9da --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-1193412ba81be9ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50342025-01-16T18:27:03.544Z Running `/home/build/.rustup/toolchains/1.84.0-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=67a631e8b406699e -C extra-filename=-67a631e8b406699e --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-2f4d20600755659a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50352025-01-16T18:27:03.762Z Running `/home/build/.rustup/toolchains/1.84.0-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=f16ca900e8d3bfa4 -C extra-filename=-f16ca900e8d3bfa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5a557c76e67e47f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50362025-01-16T18:27:03.921Z Running `/home/build/.rustup/toolchains/1.84.0-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=1170ee7afc52e487 -C extra-filename=-1170ee7afc52e487 --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-1193412ba81be9ac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50372025-01-16T18:27:04.751Z Running `/home/build/.rustup/toolchains/1.84.0-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=a8e07715c4a23b52 -C extra-filename=-a8e07715c4a23b52 --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-1193412ba81be9ac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50382025-01-16T18:27:04.943Z Running `/home/build/.rustup/toolchains/1.84.0-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=4d90d5de73d4e82d -C extra-filename=-4d90d5de73d4e82d --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-1193412ba81be9ac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50392025-01-16T18:27:05.315Z Running `/home/build/.rustup/toolchains/1.84.0-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=690100cfde12f020 -C extra-filename=-690100cfde12f020 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50402025-01-16T18:27:05.620Z Running `/home/build/.rustup/toolchains/1.84.0-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=9ce635a8c7f109df -C extra-filename=-9ce635a8c7f109df --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-369ee3d2c774136a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50412025-01-16T18:27:06.053Z Running `/home/build/.rustup/toolchains/1.84.0-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=8d8990e7767c57c4 -C extra-filename=-8d8990e7767c57c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50422025-01-16T18:27:06.602Z Running `/home/build/.rustup/toolchains/1.84.0-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=577f8a799f56794b -C extra-filename=-577f8a799f56794b --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-6d85581e60b2f012.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-c3065e531983c7c3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-a996fdb597abe952.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-e8b2861f754b86e4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-13c7e0208d5dc15e.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-405f76e08a13eea9.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-97672bc6c1d66d83.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f603d2aad5e0b54d.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5bfb3788f96d69c5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-a5eb7c1d4ad001b6.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-3771a6b885e2a4df.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8202775424847477.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-48c8eacb47accb9a.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-215d97576b464e83.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f9de644c70452000.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53e0848c3ee07c7a.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7fa3da68d019689.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d07340f71862b9a0.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-c1af42b47e915229.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2d3b51473a5edfb6.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-4e1a08ad60a931b7.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-b34deca97f74ec86.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0c516cdc2c9f9726.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-71e773b8f60a7a6e.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9285703b23ee883d.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-17774551a3c17b51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-11b1c0b2f0d4deda.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-517e02b56c4bc0b5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-42ae65cdbcc9c9f0.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-735530e47edd001b.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2cf5161fed8e45ee.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-844976e379ef9a19.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-bb088ae80185107e.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-74d3035b7c22bdf7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-8d09f0811006783a.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-15b9c4e619a5e313.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b5fc7e8b2a0dfdbf.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-074ecb6f361c60e4.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-87d0a45a21cda84f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ada04dadc6028ac2.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-4f87d965dafa2825.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-91f2019334cb8470.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-f9dabcf8a846b7f0.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a2c428ee1d997310.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7b456fcff16b9237.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-05650aaf02e43dcd.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-414d6e7c51cd2e59.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-930926124dabe7b4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-183e7b811b862707.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-657ea94e2e159f93.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec6bde0a37719264.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6f976decdfac1eaf.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-bb3580d2ff429c8d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-2af185a96295bb45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef7a889fe3d8c43d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib`
50432025-01-16T18:27:07.115Z Running `/home/build/.rustup/toolchains/1.84.0-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=9aebdb564cc7bd70 -C extra-filename=-9aebdb564cc7bd70 --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-6625f53158cadf64.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-15b9c4e619a5e313.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50442025-01-16T18:28:19.528Z Running `/home/build/.rustup/toolchains/1.84.0-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=10632856e97eeadf -C extra-filename=-10632856e97eeadf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-240390f38fe936cb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b9c1f78c028c4487.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2cf5161fed8e45ee.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-ce992aadeccdd867.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-31c2dd4cdc26cfb0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e3dcb37cde3ce4b3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9d4a0fe0fddc0586.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-91a04dd3d590abdf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-248815caac7a5611.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-6af93af71e9acc5a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50452025-01-16T18:28:19.540Z Running `/home/build/.rustup/toolchains/1.84.0-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=a3079592a2e8b9bd -C extra-filename=-a3079592a2e8b9bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6facd5c17b1124e2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-91a04dd3d590abdf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-65ec9cdd3bdb4504.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50462025-01-16T18:28:19.540Z Running `/home/build/.rustup/toolchains/1.84.0-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=e0b2d04ef43b4ed9 -C extra-filename=-e0b2d04ef43b4ed9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6facd5c17b1124e2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-08223a8b5491710a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-91a04dd3d590abdf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee961d1d2f2bfebd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-65ec9cdd3bdb4504.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50472025-01-16T18:28:19.541Z Running `/home/build/.rustup/toolchains/1.84.0-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=266a2b78597145fb -C extra-filename=-266a2b78597145fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4e52237673cd6f15.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-31c2dd4cdc26cfb0.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-08868fb5cd2afa2f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9d4a0fe0fddc0586.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-91a04dd3d590abdf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-6af93af71e9acc5a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50482025-01-16T18:28:19.541Z Running `/home/build/.rustup/toolchains/1.84.0-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=b63bad9afc56cc17 -C extra-filename=-b63bad9afc56cc17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-240390f38fe936cb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a6c545c3f9ff1092.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-01a3e98e13b714e5.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-59d9f062d62f292e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95129fc2dd87aab8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e56a6501bfc0f369.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-5083621b3d227b63.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-52c567ec54ad3875.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b9c1f78c028c4487.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a0199d1a5cb36918.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8bcd431f989e58f8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cfea758214b66c3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fb9321f6a925b114.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aa7532a4fa13e9d9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-39516416b8febf30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9996a7539af9f45.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c04a7b88a376cff9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-bf107ca5111d63fc.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07925d77b548b034.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-edaf6d19084d4739.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d13f03c83f53c173.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e02da8262c1b1e62.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-643e0840526eb335.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4e52237673cd6f15.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-31c2dd4cdc26cfb0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-eeb0df240f0c6ade.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e3dcb37cde3ce4b3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6facd5c17b1124e2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9d4a0fe0fddc0586.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-91a04dd3d590abdf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1332338ae6debb56.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee961d1d2f2bfebd.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f91bdd8985143903.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5bb33dfb4bbb3f51.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-189dd64a8ba2d493.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b591b9aba66427e3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a22d6b4fafe8b56.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-edbc23fd87fde9c5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c02c8aea35eed693.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c1972d5d3fb155eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-57cf449c999dd594.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ccc8261c24554edb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b8051aa10a7a22cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fab35e6581845628.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-99dff92071313554.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-047fcfaaabb3dd19.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-12908577ff88ed0d.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/`
50492025-01-16T18:28:23.190Z Running `/home/build/.rustup/toolchains/1.84.0-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=b08f9c2ebd5e2e29 -C extra-filename=-b08f9c2ebd5e2e29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-240390f38fe936cb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b9c1f78c028c4487.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2cf5161fed8e45ee.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-ce992aadeccdd867.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-31c2dd4cdc26cfb0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e3dcb37cde3ce4b3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9d4a0fe0fddc0586.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-91a04dd3d590abdf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-248815caac7a5611.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-6af93af71e9acc5a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50502025-01-16T18:28:27.227Z Running `/home/build/.rustup/toolchains/1.84.0-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=d8ccf0de4ca60c23 -C extra-filename=-d8ccf0de4ca60c23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4e52237673cd6f15.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-31c2dd4cdc26cfb0.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-08868fb5cd2afa2f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9d4a0fe0fddc0586.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-91a04dd3d590abdf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-6af93af71e9acc5a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50512025-01-16T18:28:30.752Z Running `/home/build/.rustup/toolchains/1.84.0-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=92ffd997ebe7a50b -C extra-filename=-92ffd997ebe7a50b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-240390f38fe936cb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a6c545c3f9ff1092.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-01a3e98e13b714e5.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-59d9f062d62f292e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95129fc2dd87aab8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b9c1f78c028c4487.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cfea758214b66c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-15b9c4e619a5e313.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e02da8262c1b1e62.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4e52237673cd6f15.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-31c2dd4cdc26cfb0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9d4a0fe0fddc0586.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-91a04dd3d590abdf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50522025-01-16T18:28:38.026Z Running `/home/build/.rustup/toolchains/1.84.0-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=38243eeb4aa3967d -C extra-filename=-38243eeb4aa3967d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a6c545c3f9ff1092.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-01a3e98e13b714e5.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-59d9f062d62f292e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95129fc2dd87aab8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-5083621b3d227b63.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-52c567ec54ad3875.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a0199d1a5cb36918.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8bcd431f989e58f8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-39516416b8febf30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9996a7539af9f45.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c04a7b88a376cff9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-bf107ca5111d63fc.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07925d77b548b034.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-edaf6d19084d4739.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d13f03c83f53c173.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e02da8262c1b1e62.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-643e0840526eb335.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4e52237673cd6f15.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-31c2dd4cdc26cfb0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-eeb0df240f0c6ade.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e3dcb37cde3ce4b3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6facd5c17b1124e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-91a04dd3d590abdf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1332338ae6debb56.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5bb33dfb4bbb3f51.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-189dd64a8ba2d493.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b591b9aba66427e3.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a22d6b4fafe8b56.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-edbc23fd87fde9c5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c02c8aea35eed693.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ccc8261c24554edb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fab35e6581845628.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-047fcfaaabb3dd19.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-12908577ff88ed0d.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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`
50532025-01-16T18:28:44.956Z Running `/home/build/.rustup/toolchains/1.84.0-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=5da95cde06e00825 -C extra-filename=-5da95cde06e00825 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a6c545c3f9ff1092.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-01a3e98e13b714e5.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-59d9f062d62f292e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95129fc2dd87aab8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-5083621b3d227b63.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-52c567ec54ad3875.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a0199d1a5cb36918.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8bcd431f989e58f8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-39516416b8febf30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9996a7539af9f45.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c04a7b88a376cff9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-bf107ca5111d63fc.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07925d77b548b034.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-edaf6d19084d4739.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d13f03c83f53c173.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e02da8262c1b1e62.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-643e0840526eb335.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4e52237673cd6f15.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-31c2dd4cdc26cfb0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-eeb0df240f0c6ade.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e3dcb37cde3ce4b3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6facd5c17b1124e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-91a04dd3d590abdf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1332338ae6debb56.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5bb33dfb4bbb3f51.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-189dd64a8ba2d493.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b591b9aba66427e3.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a22d6b4fafe8b56.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-edbc23fd87fde9c5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c02c8aea35eed693.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ccc8261c24554edb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fab35e6581845628.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-047fcfaaabb3dd19.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-12908577ff88ed0d.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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`
50542025-01-16T18:30:50.088Z Running `/home/build/.rustup/toolchains/1.84.0-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=ea1db9e682852f34 -C extra-filename=-ea1db9e682852f34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6facd5c17b1124e2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-08223a8b5491710a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-91a04dd3d590abdf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee961d1d2f2bfebd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-65ec9cdd3bdb4504.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50552025-01-16T18:33:34.983Z Running `/home/build/.rustup/toolchains/1.84.0-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=7f585fbfe2f7d0cb -C extra-filename=-7f585fbfe2f7d0cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-240390f38fe936cb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a6c545c3f9ff1092.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-01a3e98e13b714e5.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-59d9f062d62f292e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95129fc2dd87aab8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e56a6501bfc0f369.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-5083621b3d227b63.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-52c567ec54ad3875.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b9c1f78c028c4487.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a0199d1a5cb36918.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8bcd431f989e58f8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cfea758214b66c3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fb9321f6a925b114.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aa7532a4fa13e9d9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-39516416b8febf30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9996a7539af9f45.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c04a7b88a376cff9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-bf107ca5111d63fc.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07925d77b548b034.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-edaf6d19084d4739.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d13f03c83f53c173.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e02da8262c1b1e62.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-643e0840526eb335.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4e52237673cd6f15.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-31c2dd4cdc26cfb0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-eeb0df240f0c6ade.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e3dcb37cde3ce4b3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6facd5c17b1124e2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9d4a0fe0fddc0586.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-91a04dd3d590abdf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1332338ae6debb56.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee961d1d2f2bfebd.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f91bdd8985143903.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5bb33dfb4bbb3f51.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-189dd64a8ba2d493.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b591b9aba66427e3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a22d6b4fafe8b56.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-edbc23fd87fde9c5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c02c8aea35eed693.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c1972d5d3fb155eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-57cf449c999dd594.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ccc8261c24554edb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b8051aa10a7a22cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fab35e6581845628.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-99dff92071313554.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-047fcfaaabb3dd19.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-12908577ff88ed0d.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/`
50562025-01-16T18:35:13.993Z Running `/home/build/.rustup/toolchains/1.84.0-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=8e06d73691f503ab -C extra-filename=-8e06d73691f503ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-240390f38fe936cb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a6c545c3f9ff1092.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-01a3e98e13b714e5.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-59d9f062d62f292e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95129fc2dd87aab8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e56a6501bfc0f369.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-5083621b3d227b63.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-52c567ec54ad3875.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b9c1f78c028c4487.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a0199d1a5cb36918.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8bcd431f989e58f8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cfea758214b66c3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fb9321f6a925b114.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aa7532a4fa13e9d9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-39516416b8febf30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9996a7539af9f45.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c04a7b88a376cff9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-bf107ca5111d63fc.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07925d77b548b034.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-edaf6d19084d4739.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d13f03c83f53c173.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e02da8262c1b1e62.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-643e0840526eb335.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4e52237673cd6f15.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-31c2dd4cdc26cfb0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-eeb0df240f0c6ade.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e3dcb37cde3ce4b3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6facd5c17b1124e2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9d4a0fe0fddc0586.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-91a04dd3d590abdf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1332338ae6debb56.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee961d1d2f2bfebd.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f91bdd8985143903.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5bb33dfb4bbb3f51.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-189dd64a8ba2d493.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b591b9aba66427e3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a22d6b4fafe8b56.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-edbc23fd87fde9c5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c02c8aea35eed693.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c1972d5d3fb155eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-57cf449c999dd594.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ccc8261c24554edb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b8051aa10a7a22cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fab35e6581845628.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-99dff92071313554.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-047fcfaaabb3dd19.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-12908577ff88ed0d.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-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/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-c57a13b59dfa4e62/out -L /usr/platform/oxide/lib/amd64/`
50572025-01-16T19:07:45.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55m 36s
50582025-01-16T19:08:10.155Z
50592025-01-16T19:08:10.165Zreal 56:00.250036756
50602025-01-16T19:08:10.165Zuser 1:58:08.369161866
50612025-01-16T19:08:10.165Zsys 22:03.761678231
50622025-01-16T19:08:10.165Ztrap 12.512076982
50632025-01-16T19:08:10.165Ztflt 38.193450114
50642025-01-16T19:08:10.165Zdflt 3:55:05.152537122
50652025-01-16T19:08:10.166Zkflt 2.776399713
50662025-01-16T19:08:10.166Zlock 10:20:37.601465213
50672025-01-16T19:08:10.166Zslp 34:26:35.680758394
50682025-01-16T19:08:10.166Zlat 10:54.389102298
50692025-01-16T19:08:10.166Zstop 13:08.415483749
50702025-01-16T19:08:11.255Z+ banner test
50712025-01-16T19:08:11.282Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
50722025-01-16T19:08:12.159Z
50732025-01-16T19:08:12.159Z ##### ###### #### #####
50742025-01-16T19:08:12.159Z # # # #
50752025-01-16T19:08:12.159Z # ##### #### #
50762025-01-16T19:08:12.159Z # # # #
50772025-01-16T19:08:12.159Z # # # # #
50782025-01-16T19:08:12.159Z # ###### #### #
50792025-01-16T19:08:12.159Z
50802025-01-16T19:08:15.664Zinfo: experimental features enabled: setup-scripts
50812025-01-16T19:08:17.335Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
50822025-01-16T19:08:17.497Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
50832025-01-16T19:08:17.527Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
50842025-01-16T19:08:17.548Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
50852025-01-16T19:08:32.675Z Finished `test` profile [unoptimized + debuginfo] target(s) in 16.97s
50862025-01-16T19:08:39.787Z────────────
50872025-01-16T19:08:39.787Z Nextest run ID 19b57d9e-19fa-4643-98e4-79852758b32f with nextest profile: ci
50882025-01-16T19:08:39.787Z Starting 1801 tests across 182 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
50892025-01-16T19:08:39.787Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
50902025-01-16T19:08:40.677Z Compiling newtype-uuid v1.2.1
50912025-01-16T19:08:41.314Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
50922025-01-16T19:08:41.627Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
50932025-01-16T19:08:42.233Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
50942025-01-16T19:08:50.042Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50952025-01-16T19:08:52.063Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50962025-01-16T19:08:53.738Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
50972025-01-16T19:08:59.427Z Finished `test` profile [unoptimized + debuginfo] target(s) in 19.56s
50982025-01-16T19:08:59.538Z Running `target/debug/crdb-seed`
50992025-01-16T19:08:59.581ZJan 16 19:08:58.438 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpxwWkpe
51002025-01-16T19:08:59.585ZJan 16 19:08:58.438 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpijCyFh,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpxwWkpe/listen-url
51012025-01-16T19:08:59.585ZJan 16 19:08:58.440 INFO cockroach environment: BUILDOMAT_JOB_ID=01JHR4MGXYZHN58KRZW33WR5RW BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_MANIFEST_PATH=/work/oxidecomputer/omicron/dev-tools/crdb-seed/Cargo.toml CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=john/debug-dataset-rendezvous-2 GITHUB_REF=refs/heads/john/debug-dataset-rendezvous-2 GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=2144c302ffca1101253dc33912f6d41d38cee145 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-ddc0b22af55bf73d/out/build/artifacts/:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out:/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envrCqjYC NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ddc0b22af55bf73d/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out:/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=19b57d9e-19fa-4643-98e4-79852758b32f 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.0-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
51022025-01-16T19:09:00.758ZJan 16 19:08:59.616 INFO cockroach pid: 9167
51032025-01-16T19:09:00.758ZJan 16 19:08:59.617 INFO cockroach listen URL: postgresql://root@[::1]:35613/omicron?sslmode=disable
51042025-01-16T19:09:00.758ZJan 16 19:08:59.617 INFO cockroach: populating
51052025-01-16T19:09:02.680ZJan 16 19:09:01.539 INFO cockroach: populated
51062025-01-16T19:09:03.622ZJan 16 19:09:02.480 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/9cc6029f7c535d63bf4302c714661658fcaa44c2fb6130f88eeefafde7e83dad.tar`
51072025-01-16T19:09:03.627Z SETUP PASS [ 23.836s] crdb-seed: cargo run -p crdb-seed --profile test
51082025-01-16T19:09:03.632Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
51092025-01-16T19:09:04.445Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
51102025-01-16T19:09:04.448Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
51112025-01-16T19:09:04.448Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
51122025-01-16T19:09:04.448Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51132025-01-16T19:09:04.448Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
51142025-01-16T19:09:06.585Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
51152025-01-16T19:09:06.628Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
51162025-01-16T19:09:09.483Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
51172025-01-16T19:09:11.385Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
51182025-01-16T19:09:17.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s
51192025-01-16T19:09:18.084Z Running `target/debug/clickhouse-cluster-dev`
51202025-01-16T19:09:18.126ZJan 16 19:09:16.984 INFO Setting up a ClickHouse cluster
51212025-01-16T19:09:18.129ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
51222025-01-16T19:09:18.135ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
51232025-01-16T19:09:18.140ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
51242025-01-16T19:09:18.143ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
51252025-01-16T19:09:18.143ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
51262025-01-16T19:09:20.917ZJan 16 19:09:19.775 INFO ClickHouse server ready
51272025-01-16T19:09:22.587ZJan 16 19:09:21.444 INFO ClickHouse server ready
51282025-01-16T19:09:22.783ZJan 16 19:09:21.639 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
51292025-01-16T19:09:22.794Z SETUP PASS [ 19.159s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
51302025-01-16T19:09:22.827Z PASS [ 0.039s] api_identity test::test_identity
51312025-01-16T19:09:22.830Z PASS [ 0.039s] api_identity test::test_identity_no_field
51322025-01-16T19:09:22.840Z PASS [ 0.038s] bootstore trust_quorum::rack_secret::tests::create_and_verify
51332025-01-16T19:09:22.844Z PASS [ 0.047s] bootstore schemes::tests::hello_roundtrip
51342025-01-16T19:09:22.844Z PASS [ 0.042s] bootstore schemes::v0::share_pkg::tests::create_packages
51352025-01-16T19:09:22.844Z PASS [ 0.053s] authz-macros tests::test_authz_snapshots
51362025-01-16T19:09:22.859Z PASS [ 0.030s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
51372025-01-16T19:09:22.885Z PASS [ 0.026s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
51382025-01-16T19:09:22.889Z PASS [ 0.044s] clickana chart::tests::gather_chart_data_for_disk_usage_success
51392025-01-16T19:09:22.902Z PASS [ 0.114s] bootstore schemes::v0::peer::tests::network_config
51402025-01-16T19:09:22.910Z PASS [ 0.022s] clickana chart::tests::gather_chart_data_for_query_count_success
51412025-01-16T19:09:22.922Z PASS [ 0.027s] clickana chart::tests::gather_chart_data_for_running_queries_success
51422025-01-16T19:09:22.960Z PASS [ 0.046s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
51432025-01-16T19:09:22.974Z PASS [ 0.064s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
51442025-01-16T19:09:22.980Z PASS [ 0.075s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
51452025-01-16T19:09:22.986Z PASS [ 0.025s] clickhouse-admin-types tests::test_empty_output_parse_fail
51462025-01-16T19:09:22.997Z PASS [ 0.022s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
51472025-01-16T19:09:23.003Z PASS [ 0.024s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
51482025-01-16T19:09:23.016Z PASS [ 0.029s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
51492025-01-16T19:09:23.022Z PASS [ 0.026s] clickhouse-admin-types tests::test_full_lgif_parse_success
51502025-01-16T19:09:23.032Z PASS [ 0.027s] clickhouse-admin-types tests::test_full_raft_config_parse_success
51512025-01-16T19:09:23.051Z PASS [ 0.020s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
51522025-01-16T19:09:23.058Z PASS [ 0.036s] clickhouse-admin-types tests::test_generate_replica_config
51532025-01-16T19:09:23.061Z PASS [ 0.042s] clickhouse-admin-types tests::test_generate_keeper_config
51542025-01-16T19:09:23.077Z PASS [ 0.025s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
51552025-01-16T19:09:23.081Z PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
51562025-01-16T19:09:23.088Z PASS [ 0.028s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
51572025-01-16T19:09:23.097Z PASS [ 0.020s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
51582025-01-16T19:09:23.103Z PASS [ 0.260s] cert-dev::test-cert-dev test_cert_create
51592025-01-16T19:09:23.108Z PASS [ 0.025s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
51602025-01-16T19:09:23.119Z PASS [ 0.025s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
51612025-01-16T19:09:23.124Z PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
51622025-01-16T19:09:23.130Z PASS [ 0.023s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
51632025-01-16T19:09:23.154Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
51642025-01-16T19:09:23.154Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
51652025-01-16T19:09:23.158Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
51662025-01-16T19:09:23.158Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
51672025-01-16T19:09:23.158Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
51682025-01-16T19:09:23.161Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
51692025-01-16T19:09:23.165Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
51702025-01-16T19:09:23.169Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
51712025-01-16T19:09:23.176Z PASS [ 0.020s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
51722025-01-16T19:09:23.181Z PASS [ 0.020s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
51732025-01-16T19:09:23.188Z PASS [ 0.020s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
51742025-01-16T19:09:23.191Z PASS [ 0.021s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
51752025-01-16T19:09:23.197Z PASS [ 0.021s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
51762025-01-16T19:09:23.204Z PASS [ 0.021s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
51772025-01-16T19:09:23.222Z PASS [ 0.024s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
51782025-01-16T19:09:23.226Z PASS [ 0.018s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
51792025-01-16T19:09:23.241Z PASS [ 0.019s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
51802025-01-16T19:09:23.247Z PASS [ 0.024s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
51812025-01-16T19:09:23.258Z PASS [ 0.018s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
51822025-01-16T19:09:23.270Z PASS [ 0.083s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
51832025-01-16T19:09:23.276Z PASS [ 0.083s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
51842025-01-16T19:09:23.381Z PASS [ 0.540s] clickana chart::tests::gather_chart_data_failure
51852025-01-16T19:09:23.458Z PASS [ 0.076s] db-macros lookup::test::test_lookup_snapshots
51862025-01-16T19:09:23.476Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_fails_for_enums
51872025-01-16T19:09:23.497Z PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
51882025-01-16T19:09:23.518Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
51892025-01-16T19:09:23.534Z PASS [ 0.275s] db-dev::test-db-dev test_db_dev_wipe_no_args
51902025-01-16T19:09:23.537Z PASS [ 0.287s] db-dev::test-db-dev test_db_dev_populate_no_args
51912025-01-16T19:09:23.546Z PASS [ 0.025s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
51922025-01-16T19:09:23.562Z PASS [ 0.028s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
51932025-01-16T19:09:23.566Z PASS [ 0.028s] db-macros tests::test_derive_snapshots
51942025-01-16T19:09:23.570Z PASS [ 0.022s] db-macros tests::test_derive_with_unknown_field
51952025-01-16T19:09:23.811Z PASS [ 0.249s] dns-server storage::test::test_update_in_progress
51962025-01-16T19:09:23.820Z PASS [ 0.250s] dns-server storage::test::test_update_interrupted
51972025-01-16T19:09:23.823Z PASS [ 0.258s] dns-server storage::test::test_update_basic
51982025-01-16T19:09:23.918Z PASS [ 1.131s] bootstore schemes::v0::peer::tests::basic_3_nodes
51992025-01-16T19:09:24.384Z PASS [ 0.464s] dns-server::basic_test empty_record
52002025-01-16T19:09:24.387Z PASS [ 0.562s] dns-server::basic_test answers_match_question
52012025-01-16T19:09:24.387Z PASS [ 0.572s] dns-server::basic_test a_crud
52022025-01-16T19:09:24.387Z PASS [ 0.562s] dns-server::basic_test aaaa_crud
52032025-01-16T19:09:24.648Z PASS [ 0.264s] dns-server::basic_test nxdomain
52042025-01-16T19:09:24.656Z PASS [ 0.271s] dns-server::basic_test name_contains_zone
52052025-01-16T19:09:24.658Z PASS [ 0.272s] dns-server::basic_test multi_record_crud
52062025-01-16T19:09:24.670Z PASS [ 0.286s] dns-server::basic_test servfail
52072025-01-16T19:09:24.703Z PASS [ 0.033s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
52082025-01-16T19:09:24.718Z PASS [ 0.062s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
52092025-01-16T19:09:24.794Z PASS [ 0.091s] illumos-utils destructor::test::test_delayed_delete
52102025-01-16T19:09:24.826Z PASS [ 0.031s] illumos-utils destructor::test::test_destructor_bad_close
52112025-01-16T19:09:24.862Z PASS [ 0.213s] dns-server::basic_test srv_crud
52122025-01-16T19:09:24.865Z PASS [ 0.036s] illumos-utils link::test::test_allocate
52132025-01-16T19:09:24.892Z PASS [ 0.028s] illumos-utils running_zone::tests::test_is_oxide_smf_service
52142025-01-16T19:09:24.899Z PASS [ 0.036s] illumos-utils link::test::test_allocate_within_scopes
52152025-01-16T19:09:24.925Z PASS [ 0.034s] illumos-utils zfs::test::parse_dataset_bad_avail
52162025-01-16T19:09:24.934Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_bad_quota
52172025-01-16T19:09:24.955Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_bad_reservation
52182025-01-16T19:09:24.962Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_bad_usage
52192025-01-16T19:09:24.988Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_bad_uuid
52202025-01-16T19:09:24.995Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_missing_fields
52212025-01-16T19:09:25.016Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_props
52222025-01-16T19:09:25.023Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_props_with_optionals
52232025-01-16T19:09:25.047Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_too_many_columns
52242025-01-16T19:09:25.050Z PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
52252025-01-16T19:09:25.074Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
52262025-01-16T19:09:25.085Z PASS [ 0.030s] illumos-utils zfs::test::parse_quota_ignored_if_default
52272025-01-16T19:09:25.102Z PASS [ 0.028s] illumos-utils zfs::test::parse_reservation_ignored_if_default
52282025-01-16T19:09:25.110Z PASS [ 0.027s] illumos-utils zfs::test::parse_sorts_and_dedups
52292025-01-16T19:09:25.136Z PASS [ 0.033s] illumos-utils zone::tests::test_parse_ip_network
52302025-01-16T19:09:25.145Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_zpool
52312025-01-16T19:09:25.169Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_zpool_missing_column
52322025-01-16T19:09:25.638Z PASS [ 0.919s] illumos-utils destructor::test::test_delayed_delete_with_error
52332025-01-16T19:09:25.745Z PASS [ 2.916s] bootstore::v0-fsm-proptest-learner run
52342025-01-16T19:09:25.850Z PASS [ 0.211s] installinator-common block_size_writer::tests::proptest_block_writer
52352025-01-16T19:09:26.373Z PASS [ 0.521s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
52362025-01-16T19:09:26.381Z PASS [ 0.636s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
52372025-01-16T19:09:26.781Z PASS [ 0.410s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
52382025-01-16T19:09:26.879Z PASS [ 0.497s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
52392025-01-16T19:09:27.100Z PASS [ 0.318s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
52402025-01-16T19:09:27.173Z PASS [ 0.294s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
52412025-01-16T19:09:27.191Z PASS [ 2.020s] installinator write::tests::proptest_write_artifact
52422025-01-16T19:09:27.220Z PASS [ 0.047s] internal-dns-types config::test::display_hosts
52432025-01-16T19:09:27.234Z PASS [ 0.042s] internal-dns-types config::test::display_srv_service
52442025-01-16T19:09:27.316Z PASS [ 0.095s] internal-dns-types config::test::test_builder_errors
52452025-01-16T19:09:27.376Z PASS [ 0.142s] internal-dns-types config::test::test_builder_output
52462025-01-16T19:09:27.376Z PASS [ 0.059s] internal-dns-types diff::test::diff_different
52472025-01-16T19:09:27.407Z PASS [ 0.030s] internal-dns-types diff::test::diff_invalid
52482025-01-16T19:09:27.414Z PASS [ 0.037s] internal-dns-types diff::test::diff_equivalent
52492025-01-16T19:09:27.438Z PASS [ 0.338s] internal-dns-resolver resolver::test::update_record
52502025-01-16T19:09:27.456Z PASS [ 0.049s] ipcc tests::deserialize_fixed_value
52512025-01-16T19:09:27.473Z PASS [ 0.034s] ipcc tests::serialized_size
52522025-01-16T19:09:27.473Z PASS [ 0.059s] ipcc tests::installinator_image_id_round_trip
52532025-01-16T19:09:27.542Z PASS [ 0.068s] key-manager tests::disk_encryption_key_epoch_0
52542025-01-16T19:09:27.542Z PASS [ 0.086s] key-manager tests::different_disks_produce_different_keys
52552025-01-16T19:09:27.542Z PASS [ 0.068s] key-manager tests::different_ikm_produces_different_keys
52562025-01-16T19:09:27.571Z PASS [ 0.028s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
52572025-01-16T19:09:27.623Z PASS [ 4.780s] bootstore::v0-fsm-proptest-rack-coordinator run
52582025-01-16T19:09:27.685Z PASS [ 0.062s] nexus-auth authn::external::session_cookie::test::test_get_token
52592025-01-16T19:09:27.688Z PASS [ 0.115s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
52602025-01-16T19:09:27.710Z PASS [ 0.166s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
52612025-01-16T19:09:27.710Z PASS [ 0.166s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
52622025-01-16T19:09:27.723Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
52632025-01-16T19:09:27.730Z PASS [ 0.043s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
52642025-01-16T19:09:27.752Z PASS [ 0.043s] nexus-auth authn::external::session_cookie::test::test_other_cookie
52652025-01-16T19:09:27.767Z PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
52662025-01-16T19:09:27.767Z PASS [ 0.043s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
52672025-01-16T19:09:27.774Z PASS [ 0.065s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
52682025-01-16T19:09:27.797Z PASS [ 0.045s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
52692025-01-16T19:09:27.812Z PASS [ 0.045s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
52702025-01-16T19:09:27.821Z PASS [ 0.038s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
52712025-01-16T19:09:27.821Z PASS [ 0.053s] nexus-auth authn::external::spoof::test::test_make_header_value
52722025-01-16T19:09:27.831Z PASS [ 0.033s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
52732025-01-16T19:09:27.842Z PASS [ 0.030s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
52742025-01-16T19:09:27.863Z PASS [ 0.032s] nexus-auth authn::external::token::test::test_make_header_value
52752025-01-16T19:09:27.876Z PASS [ 0.057s] nexus-auth authn::external::test::test_authn_sequence
52762025-01-16T19:09:27.887Z PASS [ 0.045s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
52772025-01-16T19:09:27.897Z PASS [ 0.076s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
52782025-01-16T19:09:27.905Z PASS [ 0.041s] nexus-auth authn::external::token::test::test_token_header_missing
52792025-01-16T19:09:27.920Z PASS [ 0.043s] nexus-auth authn::external::token::test::test_token_header_valid
52802025-01-16T19:09:27.942Z PASS [ 0.054s] nexus-auth authn::test::test_internal_users
52812025-01-16T19:09:27.994Z PASS [ 0.088s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
52822025-01-16T19:09:28.028Z PASS [ 0.107s] nexus-auth context::test::test_background_context
52832025-01-16T19:09:28.032Z PASS [ 0.086s] nexus-auth context::test::test_child_context
52842025-01-16T19:09:28.042Z PASS [ 0.146s] nexus-auth authz::context::test::test_unregistered_resource
52852025-01-16T19:09:28.061Z PASS [ 0.067s] nexus-auth context::test::test_test_context
52862025-01-16T19:09:28.091Z PASS [ 0.028s] nexus-config nexus_config::test::test_config_nonexistent
52872025-01-16T19:09:28.097Z PASS [ 0.068s] nexus-config nexus_config::test::test_config_bad_toml
52882025-01-16T19:09:28.103Z PASS [ 0.060s] nexus-config nexus_config::test::test_config_empty
52892025-01-16T19:09:28.130Z PASS [ 0.032s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
52902025-01-16T19:09:28.139Z PASS [ 0.110s] nexus-config nexus_config::test::test_bad_authn_schemes
52912025-01-16T19:09:28.162Z PASS [ 0.071s] nexus-config nexus_config::test::test_deployment_config_schema
52922025-01-16T19:09:28.169Z PASS [ 0.064s] nexus-config nexus_config::test::test_repo_configs_are_valid
52932025-01-16T19:09:28.173Z PASS [ 0.030s] nexus-config postgres_config::test::test_bad_url
52942025-01-16T19:09:28.173Z PASS [ 0.039s] nexus-config nexus_config::test::test_valid
52952025-01-16T19:09:28.198Z PASS [ 0.036s] nexus-config postgres_config::test::test_example_url
52962025-01-16T19:09:28.215Z PASS [ 0.045s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
52972025-01-16T19:09:28.223Z PASS [ 0.052s] nexus-db-fixed-data test::test_allowlist_id_is_valid
52982025-01-16T19:09:28.230Z PASS [ 0.031s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
52992025-01-16T19:09:28.233Z PASS [ 0.060s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
53002025-01-16T19:09:28.260Z PASS [ 0.045s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
53012025-01-16T19:09:28.268Z PASS [ 0.044s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
53022025-01-16T19:09:28.296Z PASS [ 0.063s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
53032025-01-16T19:09:28.300Z PASS [ 0.039s] nexus-db-model instance_state::tests::test_from_str_roundtrips
53042025-01-16T19:09:28.307Z PASS [ 5.037s] db-dev::test-db-dev test_db_killed
53052025-01-16T19:09:28.314Z PASS [ 0.046s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
53062025-01-16T19:09:28.321Z PASS [ 0.089s] nexus-db-model device_auth::test::test_generate_user_code
53072025-01-16T19:09:28.339Z PASS [ 0.044s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
53082025-01-16T19:09:28.349Z PASS [ 0.041s] nexus-db-model schema_versions::test::test_known_versions
53092025-01-16T19:09:28.362Z PASS [ 0.046s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
53102025-01-16T19:09:28.372Z PASS [ 0.039s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
53112025-01-16T19:09:28.373Z PASS [ 0.060s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
53122025-01-16T19:09:28.375Z PASS [ 0.029s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
53132025-01-16T19:09:28.379Z PASS [ 0.029s] nexus-db-model schema_versions::test::test_verify
53142025-01-16T19:09:28.389Z PASS [ 3.728s] dns-server::commands_test test_dnsadm
53152025-01-16T19:09:28.395Z PASS [ 0.028s] nexus-db-model tests::test_ip_subnet_check_requestable_address
53162025-01-16T19:09:28.405Z PASS [ 0.026s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
53172025-01-16T19:09:28.408Z PASS [ 0.044s] nexus-db-model semver_version::test::test_to_from_sortable_string
53182025-01-16T19:09:28.413Z PASS [ 0.051s] nexus-db-model tests::test_ipv6_net_random_subnet
53192025-01-16T19:09:28.425Z PASS [ 0.029s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
53202025-01-16T19:09:28.429Z PASS [ 0.030s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
53212025-01-16T19:09:28.429Z PASS [ 0.052s] nexus-db-model tests::test_roles_database_strings
53222025-01-16T19:09:28.977Z PASS [ 3.833s] installinator mock_peers::tests::proptest_fetch_artifact
53232025-01-16T19:09:32.075Z PASS [ 3.654s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
53242025-01-16T19:09:32.121Z PASS [ 3.714s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
53252025-01-16T19:09:32.226Z PASS [ 3.248s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
53262025-01-16T19:09:32.264Z PASS [ 3.857s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
53272025-01-16T19:09:32.351Z PASS [ 0.086s] nexus-db-queries db::collection_attach::test::test_verify_query
53282025-01-16T19:09:32.362Z PASS [ 3.934s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
53292025-01-16T19:09:32.396Z PASS [ 3.969s] nexus-db-queries db::collection_attach::test::test_attach_once
53302025-01-16T19:09:32.419Z PASS [ 3.992s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
53312025-01-16T19:09:34.746Z PASS [ 2.385s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
53322025-01-16T19:09:34.767Z PASS [ 2.646s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
53332025-01-16T19:09:34.890Z PASS [ 2.814s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
53342025-01-16T19:09:34.935Z PASS [ 0.048s] nexus-db-queries db::collection_detach::test::test_verify_query
53352025-01-16T19:09:35.243Z PASS [ 3.015s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
53362025-01-16T19:09:35.292Z PASS [ 2.896s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
53372025-01-16T19:09:35.455Z PASS [ 3.104s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
53382025-01-16T19:09:35.505Z PASS [ 3.086s] nexus-db-queries db::collection_detach::test::test_detach_once
53392025-01-16T19:09:37.927Z PASS [ 3.180s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
53402025-01-16T19:09:37.988Z PASS [ 3.209s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
53412025-01-16T19:09:38.322Z PASS [ 3.386s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
53422025-01-16T19:09:38.377Z PASS [ 2.871s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
53432025-01-16T19:09:38.433Z PASS [ 0.055s] nexus-db-queries db::collection_detach_many::test::test_verify_query
53442025-01-16T19:09:38.504Z PASS [ 3.206s] nexus-db-queries db::collection_detach_many::test::test_detach_many
53452025-01-16T19:09:38.587Z PASS [ 3.129s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
53462025-01-16T19:09:38.640Z PASS [ 0.054s] nexus-db-queries db::collection_insert::test::test_verify_query
53472025-01-16T19:09:38.668Z PASS [ 3.426s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
53482025-01-16T19:09:38.682Z PASS [ 0.041s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
53492025-01-16T19:09:38.715Z PASS [ 0.045s] nexus-db-queries db::column_walker::test::test_walk_columns
53502025-01-16T19:09:38.723Z PASS [ 0.042s] nexus-db-queries db::column_walker::test::test_walk_table
53512025-01-16T19:09:39.471Z PASS [ 16.194s] db-dev::test-db-dev test_db_run
53522025-01-16T19:09:40.480Z PASS [ 1.980s] nexus-db-queries db::collection_insert::test::test_collection_present
53532025-01-16T19:09:40.537Z PASS [ 2.084s] nexus-db-queries db::collection_insert::test::test_collection_not_present
53542025-01-16T19:09:40.542Z PASS [ 2.597s] nexus-db-queries db::collection_detach_many::test::test_detach_once
53552025-01-16T19:09:41.152Z PASS [ 2.835s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
53562025-01-16T19:09:41.168Z PASS [ 2.651s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
53572025-01-16T19:09:42.384Z PASS [ 3.661s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
53582025-01-16T19:09:42.521Z PASS [ 3.803s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
53592025-01-16T19:09:44.108Z PASS [ 3.134s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
53602025-01-16T19:09:44.388Z PASS [ 4.916s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
53612025-01-16T19:09:44.652Z PASS [ 2.266s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
53622025-01-16T19:09:44.712Z PASS [ 4.193s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
53632025-01-16T19:09:44.923Z PASS [ 4.443s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
53642025-01-16T19:09:45.357Z PASS [ 2.839s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
53652025-01-16T19:09:45.444Z PASS [ 4.918s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
53662025-01-16T19:09:45.591Z PASS [ 4.779s] nexus-db-queries db::datastore::dataset::test::test_upsert_and_delete_while_blueprint_changes
53672025-01-16T19:09:50.139Z PASS [ 4.481s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
53682025-01-16T19:09:50.142Z PASS [ 5.117s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
53692025-01-16T19:09:50.143Z PASS [ 0.063s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
53702025-01-16T19:09:50.143Z PASS [ 5.051s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
53712025-01-16T19:09:50.143Z PASS [ 4.615s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
53722025-01-16T19:09:50.143Z PASS [ 4.956s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
53732025-01-16T19:09:50.143Z PASS [ 4.469s] nexus-db-queries db::datastore::deployment::tests::test_set_target
53742025-01-16T19:09:50.252Z PASS [ 4.894s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
53752025-01-16T19:09:50.342Z PASS [ 4.749s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
53762025-01-16T19:09:53.673Z PASS [ 4.539s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
53772025-01-16T19:09:53.701Z PASS [ 4.411s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
53782025-01-16T19:09:54.035Z PASS [ 4.366s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
53792025-01-16T19:09:54.258Z PASS [ 4.817s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
53802025-01-16T19:09:54.641Z PASS [ 4.388s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
53812025-01-16T19:09:54.649Z PASS [ 4.734s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
53822025-01-16T19:09:55.040Z PASS [ 5.501s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
53832025-01-16T19:09:55.539Z PASS [ 5.197s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
53842025-01-16T19:09:58.506Z PASS [ 4.801s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
53852025-01-16T19:09:58.723Z PASS [ 4.688s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
53862025-01-16T19:09:59.036Z PASS [ 4.394s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
53872025-01-16T19:09:59.039Z PASS [ 4.387s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
53882025-01-16T19:09:59.082Z PASS [ 4.823s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
53892025-01-16T19:09:59.324Z PASS [ 4.282s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
53902025-01-16T19:09:59.963Z PASS [ 6.287s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
53912025-01-16T19:09:59.992Z PASS [ 4.452s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
53922025-01-16T19:10:03.112Z PASS [ 4.388s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
53932025-01-16T19:10:03.377Z PASS [ 4.874s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
53942025-01-16T19:10:03.809Z PASS [ 4.727s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
53952025-01-16T19:10:03.987Z PASS [ 4.950s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
53962025-01-16T19:10:04.204Z PASS [ 4.879s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
53972025-01-16T19:10:04.206Z PASS [ 4.242s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
53982025-01-16T19:10:04.692Z PASS [ 4.699s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
53992025-01-16T19:10:05.830Z PASS [ 6.793s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
54002025-01-16T19:10:07.570Z PASS [ 4.192s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
54012025-01-16T19:10:07.986Z PASS [ 4.177s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
54022025-01-16T19:10:08.111Z PASS [ 4.123s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
54032025-01-16T19:10:08.653Z PASS [ 4.449s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
54042025-01-16T19:10:08.857Z PASS [ 4.165s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
54052025-01-16T19:10:08.941Z PASS [ 5.828s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
54062025-01-16T19:10:09.155Z PASS [ 4.951s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
54072025-01-16T19:10:11.419Z PASS [ 5.588s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
54082025-01-16T19:10:12.259Z PASS [ 4.271s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
54092025-01-16T19:10:12.797Z PASS [ 4.143s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
54102025-01-16T19:10:13.286Z PASS [ 4.428s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
54112025-01-16T19:10:13.760Z PASS [ 4.604s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
54122025-01-16T19:10:13.772Z PASS [ 4.829s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
54132025-01-16T19:10:16.030Z PASS [ 4.610s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
54142025-01-16T19:10:17.218Z PASS [ 4.959s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
54152025-01-16T19:10:17.422Z PASS [ 4.624s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
54162025-01-16T19:10:18.364Z PASS [ 5.078s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
54172025-01-16T19:10:18.429Z PASS [ 4.657s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
54182025-01-16T19:10:20.122Z PASS [ 6.362s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
54192025-01-16T19:10:20.167Z PASS [ 0.045s] nexus-db-queries db::datastore::region::test::test_extent_count
54202025-01-16T19:10:20.354Z PASS [ 4.323s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
54212025-01-16T19:10:21.183Z PASS [ 13.612s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
54222025-01-16T19:10:21.660Z PASS [ 4.441s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
54232025-01-16T19:10:22.401Z PASS [ 4.979s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
54242025-01-16T19:10:22.626Z PASS [ 4.197s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
54252025-01-16T19:10:23.509Z PASS [ 5.144s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
54262025-01-16T19:10:24.211Z PASS [ 4.043s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
54272025-01-16T19:10:24.696Z PASS [ 4.341s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
54282025-01-16T19:10:25.137Z PASS [ 3.953s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
54292025-01-16T19:10:26.132Z PASS [ 4.471s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
54302025-01-16T19:10:26.647Z PASS [ 4.021s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
54312025-01-16T19:10:26.717Z PASS [ 4.315s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
54322025-01-16T19:10:27.657Z PASS [ 4.147s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
54332025-01-16T19:10:28.610Z PASS [ 4.065s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
54342025-01-16T19:10:28.960Z PASS [ 4.263s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
54352025-01-16T19:10:29.360Z PASS [ 4.222s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
54362025-01-16T19:10:30.040Z PASS [ 3.908s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
54372025-01-16T19:10:30.799Z PASS [ 4.081s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
54382025-01-16T19:10:30.865Z PASS [ 4.217s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
54392025-01-16T19:10:30.899Z PASS [ 22.786s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
54402025-01-16T19:10:32.108Z PASS [ 4.451s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
54412025-01-16T19:10:32.421Z PASS [ 4.144s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
54422025-01-16T19:10:33.193Z PASS [ 4.232s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
54432025-01-16T19:10:33.587Z PASS [ 4.224s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
54442025-01-16T19:10:34.314Z PASS [ 4.273s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
54452025-01-16T19:10:35.735Z PASS [ 4.836s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
54462025-01-16T19:10:36.145Z PASS [ 5.346s] nexus-db-queries db::datastore::sled::test::sled_list_batch
54472025-01-16T19:10:36.286Z PASS [ 5.420s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
54482025-01-16T19:10:37.219Z PASS [ 4.798s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
54492025-01-16T19:10:37.654Z PASS [ 4.461s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
54502025-01-16T19:10:37.856Z PASS [ 4.270s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
54512025-01-16T19:10:38.609Z PASS [ 4.295s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
54522025-01-16T19:10:41.130Z PASS [ 9.020s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
54532025-01-16T19:10:42.006Z PASS [ 6.270s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
54542025-01-16T19:10:42.080Z PASS [ 5.934s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
54552025-01-16T19:10:42.124Z PASS [ 5.837s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
54562025-01-16T19:10:42.190Z PASS [ 4.334s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
54572025-01-16T19:10:42.338Z PASS [ 4.683s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
54582025-01-16T19:10:42.696Z PASS [ 4.085s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
54592025-01-16T19:10:43.140Z PASS [ 5.920s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
54602025-01-16T19:10:46.030Z PASS [ 4.900s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
54612025-01-16T19:10:46.524Z PASS [ 4.333s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
54622025-01-16T19:10:46.628Z PASS [ 4.614s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
54632025-01-16T19:10:46.631Z PASS [ 4.505s] nexus-db-queries db::datastore::test::test_project_creation
54642025-01-16T19:10:46.923Z PASS [ 4.843s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
54652025-01-16T19:10:47.098Z PASS [ 4.759s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
54662025-01-16T19:10:47.784Z PASS [ 4.643s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
54672025-01-16T19:10:51.298Z PASS [ 5.266s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
54682025-01-16T19:10:51.372Z PASS [ 4.848s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
54692025-01-16T19:10:52.263Z PASS [ 4.479s] nexus-db-queries db::datastore::test::test_session_methods
54702025-01-16T19:10:52.850Z PASS [ 10.154s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
54712025-01-16T19:10:55.670Z PASS [ 4.298s] nexus-db-queries db::datastore::test::test_ssh_keys
54722025-01-16T19:10:55.745Z PASS [ 4.447s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
54732025-01-16T19:10:56.061Z PASS [ 9.430s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
54742025-01-16T19:10:56.475Z PASS [ 4.210s] nexus-db-queries db::datastore::test::test_table_scan
54752025-01-16T19:10:56.858Z PASS [ 10.235s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
54762025-01-16T19:10:56.993Z PASS [ 9.894s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
54772025-01-16T19:10:57.144Z PASS [ 4.294s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
54782025-01-16T19:10:57.710Z PASS [ 10.782s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
54792025-01-16T19:10:57.751Z PASS [ 0.044s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
54802025-01-16T19:10:57.810Z PASS [ 0.058s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
54812025-01-16T19:11:00.339Z PASS [ 4.593s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
54822025-01-16T19:11:00.377Z PASS [ 4.317s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
54832025-01-16T19:11:00.508Z PASS [ 4.832s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
54842025-01-16T19:11:00.735Z PASS [ 4.261s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
54852025-01-16T19:11:01.009Z PASS [ 4.151s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
54862025-01-16T19:11:01.215Z PASS [ 4.214s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
54872025-01-16T19:11:04.476Z PASS [ 4.097s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
54882025-01-16T19:11:04.673Z PASS [ 4.169s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
54892025-01-16T19:11:04.861Z PASS [ 4.123s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_fail_without_volume
54902025-01-16T19:11:05.407Z PASS [ 4.398s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
54912025-01-16T19:11:05.649Z PASS [ 4.441s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
54922025-01-16T19:11:07.066Z PASS [ 1.659s] nexus-db-queries db::explain::test::test_explain_async
54932025-01-16T19:11:07.390Z PASS [ 10.245s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
54942025-01-16T19:11:07.406Z PASS [ 1.756s] nexus-db-queries db::explain::test::test_explain_full_table_scan
54952025-01-16T19:11:08.290Z PASS [ 10.479s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
54962025-01-16T19:11:09.772Z PASS [ 5.098s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
54972025-01-16T19:11:10.247Z PASS [ 2.841s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
54982025-01-16T19:11:10.268Z PASS [ 2.877s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
54992025-01-16T19:11:10.319Z PASS [ 0.050s] nexus-db-queries db::pagination::test::test_paginator
55002025-01-16T19:11:10.697Z PASS [ 10.357s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
55012025-01-16T19:11:10.997Z PASS [ 2.702s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
55022025-01-16T19:11:11.027Z PASS [ 6.552s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
55032025-01-16T19:11:11.051Z PASS [ 6.191s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
55042025-01-16T19:11:11.202Z PASS [ 4.136s] nexus-db-queries db::lookup::test::test_lookup
55052025-01-16T19:11:12.640Z PASS [ 2.867s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
55062025-01-16T19:11:12.908Z PASS [ 2.661s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
55072025-01-16T19:11:15.553Z PASS [ 4.855s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
55082025-01-16T19:11:15.575Z PASS [ 5.255s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
55092025-01-16T19:11:16.078Z PASS [ 4.620s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
55102025-01-16T19:11:16.102Z PASS [ 4.659s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
55112025-01-16T19:11:16.102Z PASS [ 0.042s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
55122025-01-16T19:11:16.102Z PASS [ 4.831s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
55132025-01-16T19:11:16.102Z PASS [ 4.658s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
55142025-01-16T19:11:17.162Z PASS [ 4.518s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
55152025-01-16T19:11:17.372Z PASS [ 4.462s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
55162025-01-16T19:11:20.225Z PASS [ 4.363s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
55172025-01-16T19:11:20.333Z PASS [ 4.602s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
55182025-01-16T19:11:20.383Z PASS [ 4.829s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
55192025-01-16T19:11:20.476Z PASS [ 4.901s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
55202025-01-16T19:11:20.641Z PASS [ 4.816s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
55212025-01-16T19:11:21.294Z PASS [ 5.621s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
55222025-01-16T19:11:21.596Z PASS [ 4.437s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
55232025-01-16T19:11:21.667Z PASS [ 4.295s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
55242025-01-16T19:11:25.105Z PASS [ 4.772s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
55252025-01-16T19:11:25.114Z PASS [ 4.731s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
55262025-01-16T19:11:25.156Z PASS [ 0.042s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
55272025-01-16T19:11:25.163Z PASS [ 4.686s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
55282025-01-16T19:11:25.204Z PASS [ 4.978s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
55292025-01-16T19:11:25.296Z PASS [ 4.654s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
55302025-01-16T19:11:25.842Z PASS [ 4.548s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
55312025-01-16T19:11:26.252Z PASS [ 4.654s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
55322025-01-16T19:11:26.289Z PASS [ 0.037s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
55332025-01-16T19:11:26.344Z PASS [ 4.675s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
55342025-01-16T19:11:26.782Z PASS [ 0.438s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
55352025-01-16T19:11:27.279Z PASS [ 0.497s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
55362025-01-16T19:11:27.545Z PASS [ 2.381s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
55372025-01-16T19:11:27.731Z PASS [ 2.435s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
55382025-01-16T19:11:27.855Z PASS [ 2.650s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
55392025-01-16T19:11:27.980Z PASS [ 2.137s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
55402025-01-16T19:11:28.292Z PASS [ 0.312s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
55412025-01-16T19:11:28.652Z PASS [ 0.360s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
55422025-01-16T19:11:28.916Z PASS [ 2.627s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
55432025-01-16T19:11:28.964Z PASS [ 0.311s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
55442025-01-16T19:11:29.011Z PASS [ 1.279s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
55452025-01-16T19:11:29.153Z PASS [ 1.872s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
55462025-01-16T19:11:29.248Z PASS [ 4.138s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
55472025-01-16T19:11:29.264Z PASS [ 0.347s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
55482025-01-16T19:11:29.394Z PASS [ 0.125s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
55492025-01-16T19:11:29.433Z PASS [ 0.042s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
55502025-01-16T19:11:29.473Z PASS [ 0.040s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
55512025-01-16T19:11:29.492Z PASS [ 4.335s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
55522025-01-16T19:11:29.520Z PASS [ 0.047s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
55532025-01-16T19:11:29.531Z PASS [ 0.039s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
55542025-01-16T19:11:29.755Z PASS [ 2.209s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
55552025-01-16T19:11:30.109Z PASS [ 2.254s] nexus-db-queries db::queries::region_allocation::test::explainable
55562025-01-16T19:11:30.800Z PASS [ 1.789s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
55572025-01-16T19:11:30.888Z PASS [ 1.736s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
55582025-01-16T19:11:30.902Z PASS [ 1.937s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
55592025-01-16T19:11:31.011Z PASS [ 1.490s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
55602025-01-16T19:11:31.063Z PASS [ 0.053s] nexus-defaults tests::test_random_vpc_ipv6_prefix
55612025-01-16T19:11:31.138Z PASS [ 1.894s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
55622025-01-16T19:11:31.200Z PASS [ 0.061s] nexus-inventory builder::test::test_empty
55632025-01-16T19:11:31.269Z PASS [ 0.069s] nexus-inventory builder::test::test_problems
55642025-01-16T19:11:31.311Z PASS [ 1.555s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
55652025-01-16T19:11:31.315Z PASS [ 1.779s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
55662025-01-16T19:11:31.477Z PASS [ 0.413s] nexus-inventory builder::test::test_basic
55672025-01-16T19:11:32.202Z PASS [ 0.890s] nexus-inventory collector::test::test_multi_mgs_failure
55682025-01-16T19:11:32.608Z PASS [ 1.129s] nexus-inventory collector::test::test_sled_agent_failure
55692025-01-16T19:11:32.954Z PASS [ 1.684s] nexus-inventory collector::test::test_basic
55702025-01-16T19:11:33.183Z PASS [ 1.871s] nexus-inventory collector::test::test_multi_mgs
55712025-01-16T19:11:33.264Z PASS [ 0.081s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
55722025-01-16T19:11:33.267Z PASS [ 0.310s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
55732025-01-16T19:11:33.312Z PASS [ 0.048s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
55742025-01-16T19:11:33.343Z PASS [ 0.079s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
55752025-01-16T19:11:33.360Z PASS [ 0.048s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
55762025-01-16T19:11:33.403Z PASS [ 0.053s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
55772025-01-16T19:11:33.416Z PASS [ 0.054s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
55782025-01-16T19:11:33.461Z PASS [ 0.063s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
55792025-01-16T19:11:33.475Z PASS [ 0.059s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
55802025-01-16T19:11:33.522Z PASS [ 0.047s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_datasets
55812025-01-16T19:11:33.546Z PASS [ 0.084s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
55822025-01-16T19:11:33.559Z PASS [ 0.036s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_disks
55832025-01-16T19:11:33.586Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
55842025-01-16T19:11:33.599Z PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
55852025-01-16T19:11:33.628Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
55862025-01-16T19:11:33.651Z PASS [ 0.052s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
55872025-01-16T19:11:33.844Z PASS [ 0.215s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
55882025-01-16T19:11:34.464Z PASS [ 3.562s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
55892025-01-16T19:11:34.751Z PASS [ 3.862s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
55902025-01-16T19:11:37.024Z PASS [ 4.821s] nexus-metrics-producer-gc tests::test_prune_expired_producers
55912025-01-16T19:11:37.267Z PASS [ 4.658s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
55922025-01-16T19:11:37.442Z PASS [ 0.174s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
55932025-01-16T19:11:37.581Z PASS [ 0.125s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
55942025-01-16T19:11:37.621Z PASS [ 0.053s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
55952025-01-16T19:11:37.700Z PASS [ 0.078s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
55962025-01-16T19:11:39.012Z PASS [ 8.902s] nexus-db-queries policy_test::test_conferred_roles
55972025-01-16T19:12:00.907Z PASS [ 21.894s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
55982025-01-16T19:12:06.118Z PASS [ 31.365s] nexus-reconfigurator-execution datasets::tests::test_dataset_records_delete
55992025-01-16T19:12:06.165Z PASS [ 32.319s] nexus-reconfigurator-execution datasets::tests::test_dataset_record_blueprint_removal_without_expunging
56002025-01-16T19:12:06.531Z PASS [ 32.064s] nexus-reconfigurator-execution datasets::tests::test_dataset_record_create
56012025-01-16T19:12:06.552Z PASS [ 29.526s] nexus-reconfigurator-execution datasets::tests::test_dataset_records_update
56022025-01-16T19:12:06.874Z PASS [ 0.321s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
56032025-01-16T19:12:06.913Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
56042025-01-16T19:12:06.952Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
56052025-01-16T19:12:06.998Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_backcompat_reuse_existing_database_dataset_ids
56062025-01-16T19:12:07.086Z PASS [ 0.081s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
56072025-01-16T19:12:07.130Z PASS [ 0.049s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
56082025-01-16T19:12:07.180Z PASS [ 0.049s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
56092025-01-16T19:12:07.228Z PASS [ 0.049s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
56102025-01-16T19:12:07.271Z PASS [ 0.042s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
56112025-01-16T19:12:07.316Z PASS [ 0.045s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
56122025-01-16T19:12:07.372Z PASS [ 0.054s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
56132025-01-16T19:12:07.430Z PASS [ 0.058s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
56142025-01-16T19:12:07.472Z PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
56152025-01-16T19:12:07.510Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
56162025-01-16T19:12:07.548Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
56172025-01-16T19:12:07.587Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
56182025-01-16T19:12:07.624Z PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::external_dns_ips_are_partitioned_separately
56192025-01-16T19:12:07.703Z PASS [ 0.081s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
56202025-01-16T19:12:15.118Z PASS [ 7.413s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator
56212025-01-16T19:12:15.162Z PASS [ 0.044s] nexus-reconfigurator-planning blueprint_builder::internal_dns::test::test_dns_subnet_allocator
56222025-01-16T19:12:16.509Z PASS [ 1.346s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
56232025-01-16T19:12:17.729Z PASS [ 1.220s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
56242025-01-16T19:12:18.443Z PASS [ 0.714s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
56252025-01-16T19:12:18.909Z PASS [ 0.464s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
56262025-01-16T19:12:18.971Z PASS [ 0.062s] nexus-reconfigurator-planning example::tests::builder_zone_counts
56272025-01-16T19:12:19.006Z PASS [ 0.035s] nexus-reconfigurator-planning example::tests::instances_on_examples
56282025-01-16T19:12:19.041Z PASS [ 0.034s] nexus-reconfigurator-planning ip_allocator::test::test_basic
56292025-01-16T19:12:19.122Z PASS [ 0.081s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
56302025-01-16T19:12:19.196Z PASS [ 0.073s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
56312025-01-16T19:12:19.244Z PASS [ 0.046s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
56322025-01-16T19:12:19.343Z PASS [ 0.099s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
56332025-01-16T19:12:19.412Z PASS [ 0.068s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
56342025-01-16T19:12:19.465Z PASS [ 0.052s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
56352025-01-16T19:12:19.518Z PASS [ 0.052s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
56362025-01-16T19:12:19.566Z PASS [ 0.049s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
56372025-01-16T19:12:19.627Z PASS [ 0.060s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
56382025-01-16T19:12:19.676Z PASS [ 0.047s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
56392025-01-16T19:12:19.781Z PASS [ 0.103s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
56402025-01-16T19:12:19.840Z PASS [ 0.059s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
56412025-01-16T19:12:19.919Z PASS [ 0.079s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
56422025-01-16T19:12:20.014Z PASS [ 0.093s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
56432025-01-16T19:12:20.080Z PASS [ 0.067s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
56442025-01-16T19:12:20.140Z PASS [ 0.059s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
56452025-01-16T19:12:20.202Z PASS [ 0.059s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
56462025-01-16T19:12:20.281Z PASS [ 0.080s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
56472025-01-16T19:12:20.371Z PASS [ 0.089s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
56482025-01-16T19:12:25.617Z PASS [ 19.498s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
56492025-01-16T19:12:25.804Z PASS [ 0.186s] nexus-saga-recovery recovery::test::test_execution_basic
56502025-01-16T19:12:25.846Z PASS [ 0.041s] nexus-saga-recovery recovery::test::test_plan_basic
56512025-01-16T19:12:25.897Z PASS [ 0.051s] nexus-saga-recovery recovery::test::test_read_all_from_channel
56522025-01-16T19:12:25.948Z PASS [ 0.050s] nexus-saga-recovery test::test_basic
56532025-01-16T19:12:25.999Z PASS [ 0.050s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
56542025-01-16T19:12:26.050Z PASS [ 0.051s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
56552025-01-16T19:12:26.106Z PASS [ 0.056s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
56562025-01-16T19:12:26.139Z PASS [ 0.032s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
56572025-01-16T19:12:26.183Z PASS [ 0.043s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
56582025-01-16T19:12:26.216Z PASS [ 0.032s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
56592025-01-16T19:12:26.246Z PASS [ 0.030s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
56602025-01-16T19:12:26.303Z PASS [ 0.057s] nexus-types deployment::diff_visitors::visit_blueprint_zones_config::tests::diff_field_changes
56612025-01-16T19:12:26.343Z PASS [ 0.039s] nexus-types deployment::diff_visitors::visit_blueprint_zones_config::tests::diff_same_blueprint
56622025-01-16T19:12:26.383Z PASS [ 0.039s] nexus-types deployment::diff_visitors::visit_blueprint_zones_config::tests::test_insert_delete_zones
56632025-01-16T19:12:26.505Z PASS [ 0.121s] nexus-types deployment::id_map::tests::deserialize_rejects_duplicates
56642025-01-16T19:12:26.556Z PASS [ 0.052s] nexus-types deployment::id_map::tests::deserialize_rejects_mismatched_keys
56652025-01-16T19:12:26.942Z PASS [ 20.410s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
56662025-01-16T19:12:27.790Z PASS [ 0.847s] nexus-types deployment::id_map::tests::iter_mut_panics_if_id_changes
56672025-01-16T19:12:27.793Z PASS [ 1.234s] nexus-types deployment::id_map::tests::get_mut_panics_if_id_changes
56682025-01-16T19:12:27.871Z PASS [ 21.704s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
56692025-01-16T19:12:27.902Z PASS [ 26.992s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
56702025-01-16T19:12:27.953Z PASS [ 0.162s] nexus-types deployment::id_map::tests::mut_into_iter_panics_if_id_changes
56712025-01-16T19:12:27.975Z PASS [ 0.177s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changed_via_get_mut
56722025-01-16T19:12:28.033Z PASS [ 0.161s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changed_via_into_mut
56732025-01-16T19:12:28.060Z PASS [ 0.157s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changes_on_insert
56742025-01-16T19:12:28.132Z PASS [ 0.156s] nexus-types deployment::id_map::tests::serialization_is_transparent
56752025-01-16T19:12:28.166Z PASS [ 0.212s] nexus-types deployment::id_map::tests::retain_panics_if_id_changes
56762025-01-16T19:12:28.201Z PASS [ 0.168s] nexus-types deployment::id_map::tests::serialization_roundtrip
56772025-01-16T19:12:28.211Z PASS [ 0.045s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
56782025-01-16T19:12:28.247Z PASS [ 0.186s] nexus-types deployment::id_map::tests::vacant_entry_panics_if_id_changed_after_insert
56792025-01-16T19:12:28.343Z PASS [ 0.210s] nexus-types deployment::id_map::tests::vacant_entry_panics_if_id_changes_on_insert
56802025-01-16T19:12:28.392Z PASS [ 0.049s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
56812025-01-16T19:12:28.431Z PASS [ 0.036s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
56822025-01-16T19:12:28.479Z PASS [ 0.050s] nexus-types external_api::shared::test::test_policy_parsing
56832025-01-16T19:12:28.655Z PASS [ 0.176s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
56842025-01-16T19:12:28.728Z PASS [ 0.072s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
56852025-01-16T19:12:28.796Z PASS [ 0.068s] omicron-certificates tests::test_cert_extended_key_usage
56862025-01-16T19:12:28.855Z PASS [ 0.058s] omicron-certificates tests::test_common_name_is_validated
56872025-01-16T19:12:28.918Z PASS [ 0.062s] omicron-certificates tests::test_subject_alternate_names_are_validated
56882025-01-16T19:12:29.546Z PASS [ 0.628s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
56892025-01-16T19:12:29.715Z PASS [ 0.167s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
56902025-01-16T19:12:29.879Z PASS [ 0.165s] omicron-clickhouse-admin::integration_test test_lgif_parsing
56912025-01-16T19:12:30.043Z PASS [ 0.160s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
56922025-01-16T19:12:30.260Z PASS [ 0.219s] omicron-clickhouse-admin::integration_test test_teardown
56932025-01-16T19:12:30.825Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
56942025-01-16T19:12:32.233Z PASS [ 1.973s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
56952025-01-16T19:12:32.246Z PASS [ 4.033s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
56962025-01-16T19:12:33.667Z SLOW [> 60.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
56972025-01-16T19:12:33.861Z PASS [ 1.616s] omicron-cockroach-admin context::tests::test_node_id
56982025-01-16T19:12:33.894Z PASS [ 1.660s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
56992025-01-16T19:12:33.915Z PASS [ 0.051s] omicron-common address::test::test_dns_subnets
57002025-01-16T19:12:33.927Z PASS [ 0.030s] omicron-common address::test::test_ip_range_checks_non_decreasing
57012025-01-16T19:12:33.961Z PASS [ 0.033s] omicron-common address::test::test_ip_range_iter
57022025-01-16T19:12:33.975Z PASS [ 0.053s] omicron-common address::test::test_ip_range_enum_deserialization
57032025-01-16T19:12:33.980Z PASS [ 60.319s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
57042025-01-16T19:12:33.987Z PASS [ 0.026s] omicron-common address::test::test_ip_range_length
57052025-01-16T19:12:33.994Z PASS [ 0.026s] omicron-common address::test::test_ip_range_try_from
57062025-01-16T19:12:34.005Z PASS [ 0.029s] omicron-common address::test::test_ipv6_subnet_deserialize
57072025-01-16T19:12:34.012Z PASS [ 0.025s] omicron-common address::test::test_sled_address
57082025-01-16T19:12:34.027Z PASS [ 0.032s] omicron-common api::external::error::test::test_bail_unless
57092025-01-16T19:12:34.037Z PASS [ 0.028s] omicron-common api::external::error::test::test_context
57102025-01-16T19:12:34.065Z PASS [ 0.053s] omicron-common api::external::http_pagination::test::test_pagination_examples
57112025-01-16T19:12:34.098Z PASS [ 0.049s] omicron-common api::external::http_pagination::test::test_scan_by_id
57122025-01-16T19:12:34.099Z PASS [ 0.056s] omicron-common api::external::http_pagination::test::test_pagination_schemas
57132025-01-16T19:12:34.105Z PASS [ 0.036s] omicron-common api::external::http_pagination::test::test_scan_by_name
57142025-01-16T19:12:34.112Z PASS [ 0.026s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
57152025-01-16T19:12:34.134Z PASS [ 0.031s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
57162025-01-16T19:12:34.138Z PASS [ 0.049s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
57172025-01-16T19:12:34.138Z PASS [ 0.024s] omicron-common api::external::test::test_bytecount
57182025-01-16T19:12:34.163Z PASS [ 0.028s] omicron-common api::external::test::test_bytecount_display
57192025-01-16T19:12:34.181Z PASS [ 0.033s] omicron-common api::external::test::test_firewall_deserialization
57202025-01-16T19:12:34.192Z PASS [ 0.057s] omicron-common api::external::test::test_digest
57212025-01-16T19:12:34.242Z PASS [ 0.049s] omicron-common api::external::test::test_hostname_from_str
57222025-01-16T19:12:34.250Z PASS [ 0.086s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
57232025-01-16T19:12:34.253Z PASS [ 0.068s] omicron-common api::external::test::test_firewall_rule_target_parse
57242025-01-16T19:12:34.280Z PASS [ 0.036s] omicron-common api::external::test::test_ip_port_range_from_str
57252025-01-16T19:12:34.288Z PASS [ 0.029s] omicron-common api::external::test::test_ip_port_range_into_str
57262025-01-16T19:12:34.297Z PASS [ 0.035s] omicron-common api::external::test::test_ipv6_net_operations
57272025-01-16T19:12:34.312Z PASS [ 0.033s] omicron-common api::external::test::test_mac_system_iterator
57282025-01-16T19:12:34.366Z PASS [ 0.036s] omicron-common api::external::test::test_macaddr
57292025-01-16T19:12:34.377Z PASS [ 0.044s] omicron-common api::external::test::test_mac_to_int_conversions
57302025-01-16T19:12:34.377Z PASS [ 0.046s] omicron-common api::external::test::test_name_parse
57312025-01-16T19:12:34.378Z PASS [ 0.042s] omicron-common api::external::test::test_name_parse_from_param
57322025-01-16T19:12:34.387Z PASS [ 0.054s] omicron-common api::external::test::test_resource_name_parse
57332025-01-16T19:12:34.391Z PASS [ 0.029s] omicron-common api::external::test::test_role_name_parse
57342025-01-16T19:12:34.417Z PASS [ 0.048s] omicron-common api::external::test::test_route_destination_parse
57352025-01-16T19:12:34.417Z PASS [ 0.028s] omicron-common api::external::test::test_semver_serialize
57362025-01-16T19:12:34.444Z PASS [ 0.058s] omicron-common api::external::test::test_route_target_parse
57372025-01-16T19:12:34.449Z PASS [ 0.029s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
57382025-01-16T19:12:34.456Z PASS [ 0.036s] omicron-common api::external::test::test_semver_validation
57392025-01-16T19:12:34.475Z PASS [ 0.032s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
57402025-01-16T19:12:34.491Z PASS [ 0.035s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
57412025-01-16T19:12:34.494Z PASS [ 0.042s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
57422025-01-16T19:12:34.502Z PASS [ 0.029s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
57432025-01-16T19:12:34.545Z PASS [ 0.042s] omicron-common ledger::test::test_create_ledger_reads_from_storage
57442025-01-16T19:12:34.545Z PASS [ 0.055s] omicron-common ledger::test::test_create_default_ledger
57452025-01-16T19:12:34.556Z PASS [ 0.056s] omicron-common ledger::test::test_commit_handles_write_failures
57462025-01-16T19:12:34.577Z PASS [ 0.026s] omicron-common update::tests::serde_artifact_kind
57472025-01-16T19:12:34.584Z PASS [ 0.035s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
57482025-01-16T19:12:34.591Z PASS [ 0.029s] omicron-common zpool_name::test::test_parse_bad_zpool_names
57492025-01-16T19:12:34.601Z PASS [ 0.027s] omicron-common zpool_name::test::test_parse_external_zpool_name
57502025-01-16T19:12:34.608Z PASS [ 0.025s] omicron-common zpool_name::test::test_parse_internal_zpool_name
57512025-01-16T19:12:34.614Z PASS [ 0.025s] omicron-common zpool_name::test::test_parse_zpool_name_json
57522025-01-16T19:12:34.626Z PASS [ 0.027s] omicron-common zpool_name::test::test_zpool_name_regex
57532025-01-16T19:12:34.753Z PASS [ 0.142s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
57542025-01-16T19:12:34.758Z PASS [ 0.135s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
57552025-01-16T19:12:34.846Z PASS [ 0.085s] omicron-gateway management_switch::location_map::tests::test_resolve_location
57562025-01-16T19:12:34.849Z PASS [ 0.096s] omicron-gateway management_switch::location_map::tests::test_config_validation
57572025-01-16T19:12:35.017Z PASS [ 0.169s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
57582025-01-16T19:12:35.185Z PASS [ 6.938s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
57592025-01-16T19:12:35.474Z PASS [ 0.289s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
57602025-01-16T19:12:35.545Z PASS [ 0.692s] omicron-gateway::test_all integration_tests::component_list::component_list
57612025-01-16T19:12:35.614Z PASS [ 0.594s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
57622025-01-16T19:12:35.674Z PASS [ 0.200s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
57632025-01-16T19:12:37.715Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
57642025-01-16T19:12:41.866Z PASS [ 71.062s] nexus-db-queries policy_test::test_iam_roles_behavior
57652025-01-16T19:12:42.969Z PASS [ 14.764s] nexus-types deployment::tri_map::tests::proptest_ops
57662025-01-16T19:12:47.730Z PASS [ 13.103s] omicron-dev::test-omicron-dev test_run_all
57672025-01-16T19:12:48.232Z PASS [ 27.858s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
57682025-01-16T19:12:53.986Z PASS [ 18.437s] omicron-ls-apis::test_dependencies test_api_dependencies
57692025-01-16T19:12:55.057Z PASS [ 77.352s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
57702025-01-16T19:12:57.593Z PASS [ 21.916s] omicron-nexus app::background::driver::test::test_driver_basic
57712025-01-16T19:12:58.922Z PASS [ 23.311s] omicron-nexus app::background::driver::test::test_activation_in_progress
57722025-01-16T19:13:01.828Z PASS [ 19.960s] omicron-nexus app::background::init::test::test_dns_propagation_basic
57732025-01-16T19:13:02.508Z PASS [ 4.915s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
57742025-01-16T19:13:02.581Z PASS [ 0.065s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
57752025-01-16T19:13:03.633Z PASS [ 4.709s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
57762025-01-16T19:13:06.544Z PASS [ 4.712s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
57772025-01-16T19:13:08.529Z PASS [ 25.560s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
57782025-01-16T19:13:12.198Z PASS [ 23.963s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
57792025-01-16T19:13:12.494Z PASS [ 24.761s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
57802025-01-16T19:13:12.817Z PASS [ 17.752s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
57812025-01-16T19:13:14.137Z PASS [ 20.149s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
57822025-01-16T19:13:21.602Z PASS [ 19.027s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
57832025-01-16T19:13:22.017Z PASS [ 18.384s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
57842025-01-16T19:13:25.388Z PASS [ 18.846s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
57852025-01-16T19:13:27.091Z PASS [ 18.561s] omicron-nexus app::background::tasks::dns_config::test::test_basic
57862025-01-16T19:13:31.579Z PASS [ 19.381s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
57872025-01-16T19:13:31.791Z PASS [ 19.295s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
57882025-01-16T19:13:40.719Z PASS [ 26.582s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
57892025-01-16T19:13:45.460Z PASS [ 18.367s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
57902025-01-16T19:13:46.477Z PASS [ 24.457s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
57912025-01-16T19:13:48.906Z PASS [ 17.114s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
57922025-01-16T19:13:49.144Z PASS [ 17.563s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
57932025-01-16T19:13:56.397Z PASS [ 15.676s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
57942025-01-16T19:13:58.048Z PASS [ 45.234s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
57952025-01-16T19:14:02.490Z PASS [ 17.029s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
57962025-01-16T19:14:03.438Z PASS [ 16.960s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
57972025-01-16T19:14:04.543Z PASS [ 39.152s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
57982025-01-16T19:14:06.362Z PASS [ 17.453s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
57992025-01-16T19:14:06.838Z PASS [ 17.692s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
58002025-01-16T19:14:10.015Z PASS [ 3.178s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
58012025-01-16T19:14:15.596Z PASS [ 19.196s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
58022025-01-16T19:14:17.440Z PASS [ 19.390s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
58032025-01-16T19:14:18.612Z PASS [ 3.017s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
58042025-01-16T19:14:21.617Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
58052025-01-16T19:14:23.653Z PASS [ 19.109s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
58062025-01-16T19:14:25.102Z PASS [ 18.739s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
58072025-01-16T19:14:26.142Z PASS [ 23.650s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
58082025-01-16T19:14:27.981Z PASS [ 24.541s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
58092025-01-16T19:14:31.228Z PASS [ 21.211s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
58102025-01-16T19:14:37.969Z PASS [ 20.527s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
58112025-01-16T19:14:39.517Z PASS [ 20.903s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
58122025-01-16T19:14:40.683Z PASS [ 79.076s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
58132025-01-16T19:14:40.749Z PASS [ 0.066s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
58142025-01-16T19:14:41.748Z PASS [ 0.998s] omicron-nexus app::external_endpoints::test::test_authority
58152025-01-16T19:14:41.876Z PASS [ 0.127s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
58162025-01-16T19:14:43.497Z PASS [ 19.843s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
58172025-01-16T19:14:43.636Z PASS [ 0.138s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
58182025-01-16T19:14:43.706Z PASS [ 0.070s] omicron-nexus app::external_endpoints::test::test_no_endpoint
58192025-01-16T19:14:43.777Z PASS [ 0.064s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
58202025-01-16T19:14:43.832Z PASS [ 0.060s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
58212025-01-16T19:14:43.845Z PASS [ 18.742s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
58222025-01-16T19:14:43.898Z PASS [ 0.066s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
58232025-01-16T19:14:43.908Z PASS [ 0.062s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
58242025-01-16T19:14:43.963Z PASS [ 0.054s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
58252025-01-16T19:14:43.986Z PASS [ 0.087s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
58262025-01-16T19:14:45.197Z PASS [ 19.054s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
58272025-01-16T19:14:46.857Z PASS [ 18.874s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
58282025-01-16T19:14:47.658Z PASS [ 5.782s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
58292025-01-16T19:14:49.253Z PASS [ 18.023s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
58302025-01-16T19:14:56.144Z PASS [ 18.174s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
58312025-01-16T19:14:59.616Z PASS [ 20.097s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
58322025-01-16T19:15:12.089Z PASS [ 25.230s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
58332025-01-16T19:15:12.213Z PASS [ 28.224s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
58342025-01-16T19:15:12.381Z PASS [ 28.416s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
58352025-01-16T19:15:12.401Z PASS [ 27.199s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
58362025-01-16T19:15:13.432Z PASS [ 25.770s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
58372025-01-16T19:15:14.738Z PASS [ 25.482s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
58382025-01-16T19:15:40.214Z PASS [ 27.999s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
58392025-01-16T19:15:41.402Z PASS [ 28.999s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
58402025-01-16T19:15:41.768Z PASS [ 29.384s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
58412025-01-16T19:15:41.910Z PASS [ 29.819s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
58422025-01-16T19:15:44.939Z PASS [ 31.499s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
58432025-01-16T19:15:47.587Z PASS [ 32.847s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
58442025-01-16T19:15:56.160Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58452025-01-16T19:15:59.631Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58462025-01-16T19:16:09.466Z PASS [ 29.250s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
58472025-01-16T19:16:10.818Z PASS [ 29.416s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
58482025-01-16T19:16:14.240Z PASS [ 32.470s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
58492025-01-16T19:16:14.772Z PASS [ 32.860s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
58502025-01-16T19:16:14.947Z PASS [ 30.012s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
58512025-01-16T19:16:18.090Z PASS [ 30.501s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
58522025-01-16T19:16:37.728Z PASS [ 26.908s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
58532025-01-16T19:16:40.160Z PASS [ 25.385s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
58542025-01-16T19:16:40.469Z PASS [ 25.520s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
58552025-01-16T19:16:41.787Z PASS [ 23.696s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
58562025-01-16T19:16:45.142Z PASS [ 30.900s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
58572025-01-16T19:16:56.165Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58582025-01-16T19:16:59.637Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58592025-01-16T19:17:05.568Z PASS [ 25.406s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
58602025-01-16T19:17:05.667Z PASS [ 25.195s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
58612025-01-16T19:17:09.484Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
58622025-01-16T19:17:10.391Z PASS [ 28.601s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
58632025-01-16T19:17:23.121Z PASS [ 73.650s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
58642025-01-16T19:17:34.442Z PASS [ 28.872s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
58652025-01-16T19:17:35.843Z PASS [ 29.922s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
58662025-01-16T19:17:37.745Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
58672025-01-16T19:17:45.158Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
58682025-01-16T19:17:52.974Z PASS [ 29.851s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
58692025-01-16T19:17:56.169Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58702025-01-16T19:17:59.643Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58712025-01-16T19:18:04.124Z PASS [ 29.678s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
58722025-01-16T19:18:10.413Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
58732025-01-16T19:18:23.271Z PASS [ 29.972s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
58742025-01-16T19:18:24.289Z PASS [ 106.553s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
58752025-01-16T19:18:32.670Z PASS [ 28.544s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
58762025-01-16T19:18:35.606Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
58772025-01-16T19:18:47.026Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
58782025-01-16T19:18:51.377Z PASS [ 27.075s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
58792025-01-16T19:18:56.174Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58802025-01-16T19:18:59.647Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58812025-01-16T19:19:00.077Z PASS [ 134.926s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
58822025-01-16T19:19:00.517Z PASS [ 27.846s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
58832025-01-16T19:19:05.206Z PASS [ 114.807s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
58842025-01-16T19:19:22.964Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
58852025-01-16T19:19:27.812Z PASS [ 27.292s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
58862025-01-16T19:19:27.864Z PASS [ 27.785s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
58872025-01-16T19:19:34.583Z PASS [ 71.600s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
58882025-01-16T19:19:35.625Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
58892025-01-16T19:19:51.383Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
58902025-01-16T19:19:55.914Z PASS [ 28.100s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
58912025-01-16T19:19:56.179Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58922025-01-16T19:19:56.785Z PASS [ 28.918s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
58932025-01-16T19:19:59.652Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58942025-01-16T19:20:05.221Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
58952025-01-16T19:20:18.809Z PASS [ 73.599s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
58962025-01-16T19:20:23.186Z PASS [ 167.586s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
58972025-01-16T19:20:26.536Z PASS [ 30.620s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
58982025-01-16T19:20:34.569Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
58992025-01-16T19:20:46.580Z PASS [ 27.767s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
59002025-01-16T19:20:51.024Z PASS [ 27.834s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
59012025-01-16T19:20:51.390Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
59022025-01-16T19:20:56.183Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59032025-01-16T19:20:56.800Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
59042025-01-16T19:20:59.655Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59052025-01-16T19:21:00.268Z PASS [ 128.894s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
59062025-01-16T19:21:02.907Z PASS [ 36.366s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
59072025-01-16T19:21:13.785Z PASS [ 27.203s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
59082025-01-16T19:21:18.752Z PASS [ 18.481s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
59092025-01-16T19:21:19.902Z PASS [ 28.877s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
59102025-01-16T19:21:20.686Z PASS [ 17.780s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
59112025-01-16T19:21:28.066Z PASS [ 113.503s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
59122025-01-16T19:21:37.091Z PASS [ 17.186s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
59132025-01-16T19:21:42.361Z PASS [ 28.576s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
59142025-01-16T19:21:42.495Z PASS [ 23.742s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
59152025-01-16T19:21:45.287Z PASS [ 17.222s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
59162025-01-16T19:21:45.677Z PASS [ 24.989s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
59172025-01-16T19:21:54.952Z PASS [ 118.159s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
59182025-01-16T19:21:56.188Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59192025-01-16T19:21:59.660Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59202025-01-16T19:22:10.685Z PASS [ 28.187s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
59212025-01-16T19:22:10.847Z PASS [ 33.756s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
59222025-01-16T19:22:11.782Z PASS [ 26.492s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
59232025-01-16T19:22:14.530Z PASS [ 28.851s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
59242025-01-16T19:22:16.431Z PASS [ 34.067s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
59252025-01-16T19:22:16.499Z PASS [ 0.068s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
59262025-01-16T19:22:22.819Z PASS [ 27.862s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
59272025-01-16T19:22:28.443Z PASS [ 17.594s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
59282025-01-16T19:22:40.170Z PASS [ 29.482s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
59292025-01-16T19:22:43.773Z PASS [ 27.271s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
59302025-01-16T19:22:56.193Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59312025-01-16T19:22:56.410Z PASS [ 33.591s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
59322025-01-16T19:22:57.370Z PASS [ 17.199s] omicron-nexus app::sagas::test_saga::test_saga_stuck
59332025-01-16T19:22:59.666Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59342025-01-16T19:23:00.356Z PASS [ 31.911s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
59352025-01-16T19:23:00.414Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_accept_gz
59362025-01-16T19:23:00.469Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
59372025-01-16T19:23:00.526Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
59382025-01-16T19:23:00.583Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
59392025-01-16T19:23:00.641Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
59402025-01-16T19:23:00.698Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
59412025-01-16T19:23:00.754Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
59422025-01-16T19:23:00.811Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_relative_uri
59432025-01-16T19:23:03.245Z PASS [ 5.874s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
59442025-01-16T19:23:09.924Z PASS [ 26.149s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
59452025-01-16T19:23:11.799Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59462025-01-16T19:23:14.547Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
59472025-01-16T19:23:16.547Z PASS [ 20.135s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
59482025-01-16T19:23:25.591Z PASS [ 22.344s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
59492025-01-16T19:23:28.232Z PASS [ 18.304s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
59502025-01-16T19:23:28.569Z PASS [ 2.977s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
59512025-01-16T19:23:29.274Z PASS [ 0.704s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
59522025-01-16T19:23:29.946Z PASS [ 1.716s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
59532025-01-16T19:23:38.177Z PASS [ 21.627s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
59542025-01-16T19:23:38.411Z PASS [ 83.875s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
59552025-01-16T19:23:45.661Z PASS [ 526.013s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59562025-01-16T19:23:45.994Z PASS [ 16.046s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
59572025-01-16T19:23:46.026Z PASS [ 16.750s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
59582025-01-16T19:23:49.474Z PASS [ 533.298s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59592025-01-16T19:23:54.714Z PASS [ 16.302s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
59602025-01-16T19:23:55.107Z PASS [ 16.920s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
59612025-01-16T19:24:00.826Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
59622025-01-16T19:24:01.280Z PASS [ 15.253s] omicron-nexus::test_all integration_tests::basic::test_ping
59632025-01-16T19:24:01.673Z PASS [ 15.677s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
59642025-01-16T19:24:03.442Z PASS [ 17.778s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
59652025-01-16T19:24:10.570Z PASS [ 15.469s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
59662025-01-16T19:24:11.802Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59672025-01-16T19:24:12.283Z PASS [ 22.807s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
59682025-01-16T19:24:17.255Z PASS [ 15.579s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
59692025-01-16T19:24:17.283Z PASS [ 16.001s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
59702025-01-16T19:24:18.466Z PASS [ 15.024s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
59712025-01-16T19:24:20.929Z PASS [ 26.212s] omicron-nexus::test_all integration_tests::basic::test_projects_list
59722025-01-16T19:24:23.228Z PASS [ 2.299s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
59732025-01-16T19:24:23.279Z PASS [ 4.811s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
59742025-01-16T19:24:23.333Z PASS [ 0.104s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
59752025-01-16T19:24:24.080Z PASS [ 13.510s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
59762025-01-16T19:24:28.227Z PASS [ 15.943s] omicron-nexus::test_all integration_tests::certificates::test_crud
59772025-01-16T19:24:32.618Z PASS [ 91.800s] omicron-nexus populate::test::test_populators
59782025-01-16T19:24:32.835Z PASS [ 15.581s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
59792025-01-16T19:24:39.188Z PASS [ 21.903s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
59802025-01-16T19:24:39.790Z PASS [ 16.510s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
59812025-01-16T19:24:40.873Z PASS [ 17.539s] omicron-nexus::test_all integration_tests::console_api::test_assets
59822025-01-16T19:24:42.450Z PASS [ 18.051s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
59832025-01-16T19:24:50.830Z PASS [ 22.600s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
59842025-01-16T19:24:50.979Z PASS [ 18.138s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
59852025-01-16T19:24:56.406Z PASS [ 23.785s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
59862025-01-16T19:24:58.065Z PASS [ 18.272s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
59872025-01-16T19:24:58.404Z PASS [ 19.204s] omicron-nexus::test_all integration_tests::console_api::test_session_me
59882025-01-16T19:25:00.472Z PASS [ 18.321s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
59892025-01-16T19:25:04.345Z PASS [ 23.469s] omicron-nexus::test_all integration_tests::console_api::test_sessions
59902025-01-16T19:25:15.433Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59912025-01-16T19:25:24.201Z PASS [ 33.223s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
59922025-01-16T19:25:26.149Z PASS [ 35.317s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
59932025-01-16T19:25:32.080Z PASS [ 35.672s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
59942025-01-16T19:25:34.220Z PASS [ 36.154s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
59952025-01-16T19:25:38.963Z PASS [ 40.566s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
59962025-01-16T19:25:43.157Z PASS [ 42.698s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
59972025-01-16T19:25:48.868Z PASS [ 44.520s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
59982025-01-16T19:25:54.583Z PASS [ 30.379s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
59992025-01-16T19:26:03.860Z PASS [ 24.894s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
60002025-01-16T19:26:09.083Z PASS [ 42.930s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
60012025-01-16T19:26:11.812Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60022025-01-16T19:26:12.006Z PASS [ 39.918s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
60032025-01-16T19:26:16.584Z PASS [ 42.360s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
60042025-01-16T19:26:20.777Z PASS [ 16.917s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
60052025-01-16T19:26:26.359Z PASS [ 17.275s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
60062025-01-16T19:26:36.636Z PASS [ 24.634s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
60072025-01-16T19:26:41.983Z PASS [ 21.204s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
60082025-01-16T19:26:43.173Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
60092025-01-16T19:26:45.458Z PASS [ 50.872s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
60102025-01-16T19:26:46.455Z PASS [ 29.870s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
60112025-01-16T19:26:47.419Z PASS [ 21.059s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
60122025-01-16T19:26:48.885Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
60132025-01-16T19:27:01.801Z PASS [ 25.163s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
60142025-01-16T19:27:06.893Z PASS [ 83.730s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
60152025-01-16T19:27:07.628Z PASS [ 25.643s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
60162025-01-16T19:27:09.677Z PASS [ 24.218s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
60172025-01-16T19:27:11.816Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60182025-01-16T19:27:20.352Z PASS [ 33.894s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
60192025-01-16T19:27:23.513Z PASS [ 36.091s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
60202025-01-16T19:27:24.096Z PASS [ 95.221s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
60212025-01-16T19:27:28.479Z PASS [ 18.799s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
60222025-01-16T19:27:30.161Z PASS [ 23.266s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
60232025-01-16T19:27:33.451Z PASS [ 25.821s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
60242025-01-16T19:27:40.958Z PASS [ 20.605s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
60252025-01-16T19:27:45.505Z PASS [ 21.407s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
60262025-01-16T19:27:48.230Z PASS [ 24.715s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
60272025-01-16T19:27:49.697Z PASS [ 47.893s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
60282025-01-16T19:27:56.514Z PASS [ 28.032s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
60292025-01-16T19:27:58.015Z PASS [ 24.562s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
60302025-01-16T19:28:10.478Z PASS [ 29.518s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
60312025-01-16T19:28:10.767Z PASS [ 40.603s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
60322025-01-16T19:28:11.821Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60332025-01-16T19:28:15.260Z PASS [ 29.753s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
60342025-01-16T19:28:15.652Z PASS [ 25.951s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
60352025-01-16T19:28:16.994Z PASS [ 28.761s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
60362025-01-16T19:28:24.550Z PASS [ 26.533s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
60372025-01-16T19:28:27.478Z PASS [ 30.962s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
60382025-01-16T19:28:34.155Z PASS [ 23.386s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
60392025-01-16T19:28:38.201Z PASS [ 27.721s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
60402025-01-16T19:28:39.186Z PASS [ 23.924s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
60412025-01-16T19:28:42.864Z PASS [ 25.868s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
60422025-01-16T19:28:43.910Z PASS [ 28.258s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
60432025-01-16T19:28:54.414Z PASS [ 29.862s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
60442025-01-16T19:29:00.756Z PASS [ 21.567s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
60452025-01-16T19:29:04.255Z PASS [ 36.774s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
60462025-01-16T19:29:06.634Z PASS [ 22.721s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
60472025-01-16T19:29:11.825Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60482025-01-16T19:29:15.676Z PASS [ 32.810s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
60492025-01-16T19:29:21.441Z PASS [ 47.284s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
60502025-01-16T19:29:21.915Z PASS [ 21.157s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
60512025-01-16T19:29:25.232Z PASS [ 20.974s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
60522025-01-16T19:29:25.567Z PASS [ 31.150s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
60532025-01-16T19:29:25.634Z PASS [ 0.402s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
60542025-01-16T19:29:26.402Z PASS [ 0.428s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
60552025-01-16T19:29:26.413Z PASS [ 0.561s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
60562025-01-16T19:29:26.857Z PASS [ 48.652s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
60572025-01-16T19:29:27.783Z PASS [ 21.147s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
60582025-01-16T19:29:29.536Z PASS [ 3.473s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
60592025-01-16T19:29:37.898Z PASS [ 22.220s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
60602025-01-16T19:29:42.454Z PASS [ 21.009s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
60612025-01-16T19:29:43.778Z PASS [ 21.861s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
60622025-01-16T19:29:52.743Z PASS [ 26.614s] omicron-nexus::test_all integration_tests::images::test_image_create
60632025-01-16T19:29:54.461Z PASS [ 27.602s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
60642025-01-16T19:29:56.630Z PASS [ 27.091s] omicron-nexus::test_all integration_tests::images::test_image_promotion
60652025-01-16T19:29:57.426Z PASS [ 29.641s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
60662025-01-16T19:29:59.347Z PASS [ 467.537s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60672025-01-16T19:30:01.703Z PASS [ 23.803s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
60682025-01-16T19:30:02.389Z PASS [ 4.963s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
60692025-01-16T19:30:03.008Z PASS [ 6.377s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
60702025-01-16T19:30:04.354Z PASS [ 21.900s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
60712025-01-16T19:30:06.057Z PASS [ 6.708s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
60722025-01-16T19:30:06.705Z PASS [ 22.925s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
60732025-01-16T19:30:07.799Z PASS [ 13.337s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
60742025-01-16T19:30:13.896Z PASS [ 21.151s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
60752025-01-16T19:30:28.823Z PASS [ 24.466s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
60762025-01-16T19:30:29.961Z PASS [ 28.254s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
60772025-01-16T19:30:30.850Z PASS [ 27.840s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
60782025-01-16T19:30:33.658Z PASS [ 26.951s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
60792025-01-16T19:30:33.731Z PASS [ 27.672s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
60802025-01-16T19:30:42.560Z PASS [ 40.168s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
60812025-01-16T19:30:42.905Z PASS [ 29.006s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
60822025-01-16T19:30:47.237Z PASS [ 39.435s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
60832025-01-16T19:30:48.132Z PASS [ 19.308s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
60842025-01-16T19:30:49.572Z PASS [ 19.611s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
60852025-01-16T19:30:53.865Z PASS [ 20.133s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
60862025-01-16T19:31:02.896Z PASS [ 32.043s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
60872025-01-16T19:31:10.139Z PASS [ 20.565s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
60882025-01-16T19:31:13.422Z PASS [ 39.762s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
60892025-01-16T19:31:14.488Z PASS [ 26.354s] omicron-nexus::test_all integration_tests::instances::test_instance_access
60902025-01-16T19:31:21.192Z PASS [ 38.629s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
60912025-01-16T19:31:24.715Z PASS [ 30.847s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
60922025-01-16T19:31:30.598Z PASS [ 43.355s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
60932025-01-16T19:31:35.454Z PASS [ 32.555s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
60942025-01-16T19:31:42.921Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
60952025-01-16T19:31:45.431Z PASS [ 35.289s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
60962025-01-16T19:31:45.445Z PASS [ 30.954s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
60972025-01-16T19:31:48.924Z PASS [ 35.499s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
60982025-01-16T19:31:55.120Z PASS [ 33.926s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
60992025-01-16T19:32:00.586Z PASS [ 35.868s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
61002025-01-16T19:32:02.902Z PASS [ 27.446s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
61012025-01-16T19:32:03.103Z PASS [ 80.194s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
61022025-01-16T19:32:10.222Z PASS [ 24.789s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
61032025-01-16T19:32:15.535Z PASS [ 30.087s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
61042025-01-16T19:32:20.705Z PASS [ 31.779s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
61052025-01-16T19:32:21.026Z PASS [ 50.428s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
61062025-01-16T19:32:24.259Z PASS [ 29.137s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
61072025-01-16T19:32:31.497Z PASS [ 30.909s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
61082025-01-16T19:32:32.490Z PASS [ 29.585s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
61092025-01-16T19:32:32.529Z PASS [ 29.423s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
61102025-01-16T19:32:49.775Z PASS [ 34.236s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
61112025-01-16T19:32:54.378Z PASS [ 33.349s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
61122025-01-16T19:32:55.778Z PASS [ 35.070s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
61132025-01-16T19:32:57.832Z PASS [ 33.570s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
61142025-01-16T19:32:59.100Z PASS [ 48.875s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
61152025-01-16T19:33:09.163Z PASS [ 19.388s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
61162025-01-16T19:33:10.724Z PASS [ 38.192s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
61172025-01-16T19:33:11.642Z PASS [ 40.142s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
61182025-01-16T19:33:12.097Z PASS [ 39.605s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
61192025-01-16T19:33:15.616Z PASS [ 19.836s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
61202025-01-16T19:33:24.067Z PASS [ 26.233s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
61212025-01-16T19:33:25.203Z PASS [ 26.101s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
61222025-01-16T19:33:27.279Z PASS [ 32.899s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
61232025-01-16T19:33:27.884Z PASS [ 18.719s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
61242025-01-16T19:33:38.183Z PASS [ 27.457s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
61252025-01-16T19:33:38.233Z PASS [ 26.589s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
61262025-01-16T19:33:41.416Z PASS [ 25.798s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
61272025-01-16T19:33:41.966Z PASS [ 16.761s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
61282025-01-16T19:33:46.681Z PASS [ 19.400s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
61292025-01-16T19:33:46.760Z PASS [ 18.874s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
61302025-01-16T19:33:51.946Z PASS [ 39.844s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
61312025-01-16T19:33:54.213Z PASS [ 30.142s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
61322025-01-16T19:33:57.735Z PASS [ 19.550s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
61332025-01-16T19:33:59.578Z PASS [ 18.161s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
61342025-01-16T19:34:09.498Z PASS [ 31.262s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
61352025-01-16T19:34:15.066Z PASS [ 28.304s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
61362025-01-16T19:34:15.564Z PASS [ 33.595s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
61372025-01-16T19:34:16.095Z PASS [ 18.359s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
61382025-01-16T19:34:16.703Z PASS [ 30.019s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
61392025-01-16T19:34:20.725Z PASS [ 21.145s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
61402025-01-16T19:34:25.161Z PASS [ 33.214s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
61412025-01-16T19:34:25.986Z PASS [ 31.771s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
61422025-01-16T19:34:29.042Z PASS [ 19.543s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
61432025-01-16T19:34:33.639Z PASS [ 18.074s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
61442025-01-16T19:34:34.258Z PASS [ 19.191s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
61452025-01-16T19:34:34.622Z PASS [ 18.525s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
61462025-01-16T19:34:34.928Z PASS [ 18.224s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
61472025-01-16T19:34:39.750Z PASS [ 19.024s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
61482025-01-16T19:34:45.458Z PASS [ 20.295s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
61492025-01-16T19:34:47.061Z PASS [ 21.074s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
61502025-01-16T19:34:48.957Z PASS [ 19.913s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
61512025-01-16T19:34:53.690Z PASS [ 19.067s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
61522025-01-16T19:34:55.238Z PASS [ 20.978s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
61532025-01-16T19:34:58.169Z PASS [ 24.528s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
61542025-01-16T19:35:04.747Z PASS [ 29.816s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
61552025-01-16T19:35:12.251Z PASS [ 25.188s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
61562025-01-16T19:35:13.960Z PASS [ 20.268s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
61572025-01-16T19:35:14.348Z PASS [ 19.109s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
61582025-01-16T19:35:21.315Z PASS [ 23.145s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
61592025-01-16T19:35:21.472Z PASS [ 41.718s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
61602025-01-16T19:35:30.306Z PASS [ 41.346s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
61612025-01-16T19:35:36.256Z PASS [ 50.794s] omicron-nexus::test_all integration_tests::metrics::test_metrics
61622025-01-16T19:35:38.253Z PASS [ 33.503s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
61632025-01-16T19:35:38.363Z PASS [ 24.013s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
61642025-01-16T19:35:38.366Z PASS [ 24.402s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
61652025-01-16T19:35:47.592Z PASS [ 26.275s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
61662025-01-16T19:35:54.257Z PASS [ 42.003s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
61672025-01-16T19:36:00.808Z PASS [ 24.550s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
61682025-01-16T19:36:03.468Z PASS [ 41.991s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
61692025-01-16T19:36:11.157Z PASS [ 32.790s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
61702025-01-16T19:36:11.914Z PASS [ 33.548s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
61712025-01-16T19:36:13.362Z PASS [ 43.052s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
61722025-01-16T19:36:18.405Z PASS [ 24.145s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
61732025-01-16T19:36:21.831Z PASS [ 43.575s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
61742025-01-16T19:36:22.075Z PASS [ 34.481s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
61752025-01-16T19:36:33.604Z PASS [ 21.688s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
61762025-01-16T19:36:34.003Z PASS [ 20.639s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
61772025-01-16T19:36:41.134Z PASS [ 19.057s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
61782025-01-16T19:36:43.283Z PASS [ 24.876s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
61792025-01-16T19:36:44.021Z PASS [ 43.208s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
61802025-01-16T19:36:47.340Z PASS [ 25.507s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
61812025-01-16T19:36:48.781Z PASS [ 45.311s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
61822025-01-16T19:37:00.188Z PASS [ 26.582s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
61832025-01-16T19:37:02.570Z PASS [ 21.434s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
61842025-01-16T19:37:02.708Z PASS [ 28.684s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
61852025-01-16T19:37:07.265Z PASS [ 20.655s] omicron-nexus::test_all integration_tests::projects::test_projects
61862025-01-16T19:37:07.291Z PASS [ 20.954s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
61872025-01-16T19:37:07.291Z PASS [ 16.215s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
61882025-01-16T19:37:09.188Z PASS [ 58.027s] omicron-nexus::test_all integration_tests::password_login::test_local_users
61892025-01-16T19:37:18.870Z PASS [ 18.680s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
61902025-01-16T19:37:21.544Z PASS [ 18.853s] omicron-nexus::test_all integration_tests::rack::test_sled_add
61912025-01-16T19:37:23.327Z PASS [ 19.385s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
61922025-01-16T19:37:23.463Z PASS [ 20.892s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
61932025-01-16T19:37:24.501Z PASS [ 19.525s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
61942025-01-16T19:37:24.939Z PASS [ 0.438s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
61952025-01-16T19:37:25.938Z PASS [ 20.939s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
61962025-01-16T19:37:26.524Z PASS [ 17.335s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
61972025-01-16T19:37:26.715Z PASS [ 3.387s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
61982025-01-16T19:37:27.017Z PASS [ 3.553s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
61992025-01-16T19:37:28.356Z PASS [ 3.416s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
62002025-01-16T19:37:29.294Z PASS [ 3.355s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
62012025-01-16T19:37:35.270Z PASS [ 16.396s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
62022025-01-16T19:37:35.622Z PASS [ 0.354s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
62032025-01-16T19:37:35.744Z PASS [ 0.121s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
62042025-01-16T19:37:35.864Z PASS [ 0.119s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
62052025-01-16T19:37:36.091Z PASS [ 0.227s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
62062025-01-16T19:37:36.219Z PASS [ 0.127s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
62072025-01-16T19:37:37.990Z PASS [ 50.647s] omicron-nexus::test_all integration_tests::quotas::test_quotas
62082025-01-16T19:37:39.340Z PASS [ 17.794s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
62092025-01-16T19:37:47.853Z PASS [ 21.136s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
62102025-01-16T19:37:49.259Z PASS [ 22.733s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
62112025-01-16T19:37:49.780Z PASS [ 21.422s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
62122025-01-16T19:37:50.066Z PASS [ 20.769s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
62132025-01-16T19:37:50.196Z PASS [ 0.130s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
62142025-01-16T19:37:55.432Z PASS [ 19.211s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
62152025-01-16T19:37:57.278Z PASS [ 19.285s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
62162025-01-16T19:37:57.386Z PASS [ 0.108s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
62172025-01-16T19:37:57.494Z PASS [ 0.108s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
62182025-01-16T19:37:57.990Z PASS [ 30.970s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
62192025-01-16T19:37:59.090Z PASS [ 19.749s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
62202025-01-16T19:38:06.367Z PASS [ 18.513s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
62212025-01-16T19:38:08.760Z PASS [ 19.498s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
62222025-01-16T19:38:09.245Z PASS [ 19.464s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
62232025-01-16T19:38:10.716Z PASS [ 20.518s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
62242025-01-16T19:38:13.087Z PASS [ 17.655s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
62252025-01-16T19:38:13.726Z PASS [ 15.735s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
62262025-01-16T19:38:13.729Z PASS [ 16.230s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
62272025-01-16T19:38:14.087Z PASS [ 14.996s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
62282025-01-16T19:38:15.396Z PASS [ 2.308s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
62292025-01-16T19:38:16.420Z PASS [ 10.052s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
62302025-01-16T19:38:17.385Z PASS [ 1.989s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
62312025-01-16T19:38:18.215Z PASS [ 1.794s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
62322025-01-16T19:38:19.344Z PASS [ 1.958s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
62332025-01-16T19:38:20.011Z PASS [ 1.796s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
62342025-01-16T19:38:21.206Z PASS [ 1.861s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
62352025-01-16T19:38:22.455Z PASS [ 1.249s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
62362025-01-16T19:38:48.553Z PASS [ 26.096s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
62372025-01-16T19:38:58.576Z PASS [ 38.562s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
62382025-01-16T19:39:05.935Z PASS [ 17.381s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
62392025-01-16T19:39:21.487Z PASS [ 22.908s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
62402025-01-16T19:39:33.104Z PASS [ 11.616s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
62412025-01-16T19:39:33.107Z PASS [ 11.616s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
62422025-01-16T19:39:33.322Z PASS [ 11.834s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
62432025-01-16T19:39:33.809Z PASS [ 12.319s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
62442025-01-16T19:39:37.638Z PASS [ 31.701s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
62452025-01-16T19:39:50.924Z PASS [ 17.818s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
62462025-01-16T19:39:51.480Z PASS [ 17.670s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
62472025-01-16T19:39:51.720Z PASS [ 18.615s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
62482025-01-16T19:39:52.554Z PASS [ 19.230s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
62492025-01-16T19:39:56.580Z PASS [ 18.941s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
62502025-01-16T19:39:56.657Z PASS [ 19.017s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
62512025-01-16T19:39:57.106Z PASS [ 19.466s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
62522025-01-16T19:39:59.301Z PASS [ 21.661s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
62532025-01-16T19:40:11.432Z PASS [ 20.506s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
62542025-01-16T19:40:12.091Z PASS [ 20.610s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
62552025-01-16T19:40:12.875Z PASS [ 20.320s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
62562025-01-16T19:40:15.930Z PASS [ 18.822s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
62572025-01-16T19:40:16.257Z PASS [ 19.599s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
62582025-01-16T19:40:18.092Z PASS [ 21.509s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
62592025-01-16T19:40:18.332Z PASS [ 26.610s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
62602025-01-16T19:40:20.003Z PASS [ 20.699s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
62612025-01-16T19:40:30.506Z PASS [ 19.072s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
62622025-01-16T19:40:30.841Z PASS [ 18.748s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
62632025-01-16T19:40:36.465Z PASS [ 23.588s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
62642025-01-16T19:40:36.938Z PASS [ 20.678s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
62652025-01-16T19:40:37.340Z PASS [ 19.006s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
62662025-01-16T19:40:41.838Z PASS [ 25.905s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
62672025-01-16T19:40:42.451Z PASS [ 24.357s] omicron-nexus::test_all integration_tests::silos::test_silos
62682025-01-16T19:40:47.749Z PASS [ 27.744s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
62692025-01-16T19:40:49.083Z PASS [ 18.576s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
62702025-01-16T19:40:57.078Z PASS [ 26.235s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
62712025-01-16T19:40:58.116Z PASS [ 21.649s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
62722025-01-16T19:41:00.359Z PASS [ 17.907s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
62732025-01-16T19:41:07.648Z PASS [ 19.896s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
62742025-01-16T19:41:08.248Z PASS [ 31.308s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
62752025-01-16T19:41:11.298Z PASS [ 22.213s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
62762025-01-16T19:41:11.593Z PASS [ 34.251s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
62772025-01-16T19:41:12.322Z PASS [ 30.482s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
62782025-01-16T19:41:15.975Z PASS [ 4.381s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
62792025-01-16T19:41:16.735Z PASS [ 19.655s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
62802025-01-16T19:41:16.775Z PASS [ 4.452s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
62812025-01-16T19:41:17.363Z PASS [ 1.388s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
62822025-01-16T19:41:21.252Z PASS [ 4.476s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
62832025-01-16T19:41:21.314Z PASS [ 4.578s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
62842025-01-16T19:41:23.401Z PASS [ 23.040s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
62852025-01-16T19:41:27.873Z PASS [ 29.755s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
62862025-01-16T19:41:34.772Z PASS [ 26.522s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
62872025-01-16T19:41:35.942Z PASS [ 28.292s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
62882025-01-16T19:41:36.016Z PASS [ 18.651s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
62892025-01-16T19:41:36.279Z PASS [ 24.979s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
62902025-01-16T19:41:36.939Z PASS [ 2.166s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
62912025-01-16T19:41:42.176Z PASS [ 18.774s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
62922025-01-16T19:41:47.472Z PASS [ 26.157s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
62932025-01-16T19:41:51.472Z PASS [ 15.191s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
62942025-01-16T19:41:54.425Z PASS [ 18.482s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
62952025-01-16T19:41:55.316Z PASS [ 34.062s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
62962025-01-16T19:41:55.885Z PASS [ 18.944s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
62972025-01-16T19:41:56.440Z PASS [ 20.422s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
62982025-01-16T19:42:14.792Z PASS [ 32.613s] omicron-nexus::test_all integration_tests::utilization::test_utilization
62992025-01-16T19:42:15.588Z PASS [ 28.113s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
63002025-01-16T19:42:19.052Z PASS [ 24.624s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
63012025-01-16T19:42:19.886Z PASS [ 28.412s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
63022025-01-16T19:42:24.458Z PASS [ 29.140s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
63032025-01-16T19:42:24.680Z PASS [ 28.793s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
63042025-01-16T19:42:27.564Z PASS [ 31.121s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
63052025-01-16T19:42:27.888Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
63062025-01-16T19:42:44.534Z PASS [ 28.943s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
63072025-01-16T19:42:44.770Z PASS [ 29.975s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
63082025-01-16T19:42:48.841Z PASS [ 29.787s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
63092025-01-16T19:42:49.319Z PASS [ 29.431s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
63102025-01-16T19:42:50.703Z PASS [ 26.242s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
63112025-01-16T19:43:06.866Z PASS [ 22.330s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
63122025-01-16T19:43:08.831Z PASS [ 19.988s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
63132025-01-16T19:43:09.283Z PASS [ 101.403s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
63142025-01-16T19:43:11.046Z PASS [ 43.479s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
63152025-01-16T19:43:11.290Z PASS [ 26.519s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
63162025-01-16T19:43:16.754Z PASS [ 27.433s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
63172025-01-16T19:43:21.847Z PASS [ 31.142s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
63182025-01-16T19:43:24.697Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
63192025-01-16T19:43:37.454Z PASS [ 72.681s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
63202025-01-16T19:43:38.233Z PASS [ 31.365s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
63212025-01-16T19:43:40.294Z PASS [ 23.538s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
63222025-01-16T19:43:46.295Z PASS [ 24.446s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
63232025-01-16T19:43:47.136Z PASS [ 38.302s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
63242025-01-16T19:43:49.880Z PASS [ 40.594s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
63252025-01-16T19:43:50.586Z PASS [ 39.537s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
63262025-01-16T19:43:52.525Z PASS [ 41.232s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
63272025-01-16T19:44:07.693Z PASS [ 30.324s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
63282025-01-16T19:44:12.161Z PASS [ 25.864s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
63292025-01-16T19:44:12.259Z PASS [ 25.120s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
63302025-01-16T19:44:15.810Z PASS [ 25.222s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
63312025-01-16T19:44:16.015Z PASS [ 26.133s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
63322025-01-16T19:44:20.222Z PASS [ 27.694s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
63332025-01-16T19:44:26.121Z PASS [ 47.884s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
63342025-01-16T19:44:29.216Z PASS [ 16.956s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
63352025-01-16T19:44:30.457Z PASS [ 50.158s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
63362025-01-16T19:44:32.988Z PASS [ 16.971s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
63372025-01-16T19:44:33.680Z PASS [ 17.868s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
63382025-01-16T19:44:38.546Z PASS [ 18.323s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
63392025-01-16T19:44:38.794Z PASS [ 31.099s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
63402025-01-16T19:44:41.128Z PASS [ 28.965s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
63412025-01-16T19:44:44.391Z PASS [ 18.269s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
63422025-01-16T19:44:48.438Z PASS [ 19.218s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
63432025-01-16T19:44:48.572Z PASS [ 18.112s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
63442025-01-16T19:44:51.680Z PASS [ 18.691s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
63452025-01-16T19:44:52.333Z PASS [ 18.651s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
63462025-01-16T19:44:57.794Z PASS [ 18.997s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
63472025-01-16T19:44:58.878Z PASS [ 20.330s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
63482025-01-16T19:44:59.282Z PASS [ 18.153s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
63492025-01-16T19:45:03.218Z PASS [ 18.825s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
63502025-01-16T19:45:06.880Z PASS [ 18.308s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
63512025-01-16T19:45:07.338Z PASS [ 18.900s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
63522025-01-16T19:45:10.544Z PASS [ 18.862s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
63532025-01-16T19:45:11.392Z PASS [ 19.057s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
63542025-01-16T19:45:16.502Z PASS [ 18.707s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
63552025-01-16T19:45:17.171Z PASS [ 17.887s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
63562025-01-16T19:45:17.230Z PASS [ 18.350s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
63572025-01-16T19:45:22.005Z PASS [ 18.786s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
63582025-01-16T19:45:26.181Z PASS [ 19.300s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
63592025-01-16T19:45:31.043Z PASS [ 19.650s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
63602025-01-16T19:45:34.855Z PASS [ 18.351s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
63612025-01-16T19:45:35.909Z PASS [ 18.736s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
63622025-01-16T19:45:36.682Z PASS [ 19.450s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
63632025-01-16T19:45:38.639Z PASS [ 31.299s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
63642025-01-16T19:45:39.894Z PASS [ 17.887s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
63652025-01-16T19:45:45.097Z PASS [ 34.551s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
63662025-01-16T19:45:52.939Z PASS [ 21.894s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
63672025-01-16T19:45:54.132Z PASS [ 19.275s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
63682025-01-16T19:45:56.982Z PASS [ 30.799s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
63692025-01-16T19:45:58.365Z PASS [ 22.454s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
63702025-01-16T19:46:02.912Z PASS [ 24.270s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
63712025-01-16T19:46:04.454Z PASS [ 27.769s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
63722025-01-16T19:46:04.510Z PASS [ 0.056s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
63732025-01-16T19:46:04.548Z PASS [ 0.037s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
63742025-01-16T19:46:04.635Z PASS [ 0.086s] omicron-package config::tests::multi_preset_arg
63752025-01-16T19:46:04.720Z PASS [ 0.085s] omicron-package dot::test::test_bad_dependency
63762025-01-16T19:46:04.763Z PASS [ 0.042s] omicron-package dot::test::test_dot_output
63772025-01-16T19:46:10.737Z PASS [ 7.824s] omicron-omdb::test_all_output test_omdb_usage_errors
63782025-01-16T19:46:10.765Z PASS [ 0.028s] omicron-passwords test::test_password_constraints
63792025-01-16T19:46:12.240Z PASS [ 7.476s] omicron-passwords test::test_compatible
63802025-01-16T19:46:13.329Z PASS [ 28.230s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
63812025-01-16T19:46:13.382Z PASS [ 0.053s] omicron-passwords test::test_stable
63822025-01-16T19:46:13.410Z PASS [ 0.028s] omicron-passwords test::test_weak_hashes
63832025-01-16T19:46:13.438Z PASS [ 0.027s] omicron-rpaths internal::tests::test_configure_from_path
63842025-01-16T19:46:13.493Z PASS [ 0.053s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
63852025-01-16T19:46:13.517Z PASS [ 0.024s] omicron-rpaths internal::tests::test_emit_rpath
63862025-01-16T19:46:13.543Z PASS [ 2.777s] omicron-passwords test::test_reproducible
63872025-01-16T19:46:13.974Z PASS [ 0.430s] omicron-sled-agent artifact_store::test::no_dataset
63882025-01-16T19:46:14.106Z PASS [ 0.588s] omicron-sled-agent artifact_store::test::list_get_put_delete
63892025-01-16T19:46:14.142Z PASS [ 0.165s] omicron-sled-agent artifact_store::test::wrong_hash
63902025-01-16T19:46:14.238Z PASS [ 0.132s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
63912025-01-16T19:46:14.339Z PASS [ 0.099s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
63922025-01-16T19:46:14.558Z PASS [ 0.221s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
63932025-01-16T19:46:14.655Z PASS [ 0.097s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
63942025-01-16T19:46:14.755Z PASS [ 0.614s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
63952025-01-16T19:46:14.857Z PASS [ 0.100s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
63962025-01-16T19:46:14.909Z PASS [ 0.054s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
63972025-01-16T19:46:14.976Z PASS [ 0.066s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
63982025-01-16T19:46:15.013Z PASS [ 0.037s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
63992025-01-16T19:46:15.053Z PASS [ 0.039s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
64002025-01-16T19:46:15.071Z PASS [ 22.131s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
64012025-01-16T19:46:15.091Z PASS [ 0.037s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
64022025-01-16T19:46:15.106Z PASS [ 0.034s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
64032025-01-16T19:46:15.127Z PASS [ 0.036s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
64042025-01-16T19:46:15.139Z PASS [ 0.032s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
64052025-01-16T19:46:15.185Z PASS [ 0.057s] omicron-sled-agent config::test::test_smf_configs
64062025-01-16T19:46:15.202Z PASS [ 0.062s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
64072025-01-16T19:46:15.213Z PASS [ 0.558s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
64082025-01-16T19:46:15.249Z PASS [ 0.063s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
64092025-01-16T19:46:15.249Z PASS [ 0.047s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
64102025-01-16T19:46:15.267Z PASS [ 0.054s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
64112025-01-16T19:46:15.302Z PASS [ 0.043s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
64122025-01-16T19:46:15.308Z PASS [ 0.057s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
64132025-01-16T19:46:15.908Z PASS [ 21.774s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
64142025-01-16T19:46:18.847Z PASS [ 3.579s] omicron-sled-agent instance::tests::test_instance_create_events_normal
64152025-01-16T19:46:18.958Z PASS [ 3.049s] omicron-sled-agent instance::tests::test_instance_manager_creation
64162025-01-16T19:46:18.992Z PASS [ 0.034s] omicron-sled-agent probe_manager::test::probe_state_set_ops
64172025-01-16T19:46:19.027Z PASS [ 0.035s] omicron-sled-agent profile::tests::empty_profile
64182025-01-16T19:46:19.061Z PASS [ 0.033s] omicron-sled-agent profile::tests::test_disabled_instance
64192025-01-16T19:46:19.099Z PASS [ 0.037s] omicron-sled-agent profile::tests::test_instance
64202025-01-16T19:46:19.141Z PASS [ 0.042s] omicron-sled-agent profile::tests::test_multiple
64212025-01-16T19:46:19.180Z PASS [ 0.038s] omicron-sled-agent profile::tests::test_property
64222025-01-16T19:46:19.216Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_property_group
64232025-01-16T19:46:19.254Z PASS [ 0.038s] omicron-sled-agent profile::tests::test_service
64242025-01-16T19:46:19.287Z PASS [ 0.033s] omicron-sled-agent profile::tests::test_service_property_group
64252025-01-16T19:46:19.324Z PASS [ 0.036s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
64262025-01-16T19:46:19.363Z PASS [ 0.039s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
64272025-01-16T19:46:19.410Z PASS [ 0.046s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
64282025-01-16T19:46:19.462Z PASS [ 0.051s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
64292025-01-16T19:46:19.522Z PASS [ 0.060s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
64302025-01-16T19:46:19.570Z PASS [ 0.048s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
64312025-01-16T19:46:20.079Z PASS [ 23.095s] omicron-omdb::test_all_output test_omdb_env_settings
64322025-01-16T19:46:20.101Z PASS [ 4.793s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
64332025-01-16T19:46:20.715Z PASS [ 5.414s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
64342025-01-16T19:46:21.060Z PASS [ 41.162s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
64352025-01-16T19:46:22.202Z PASS [ 2.631s] omicron-sled-agent services::illumos_tests::test_bad_generations
64362025-01-16T19:46:22.642Z PASS [ 2.563s] omicron-sled-agent services::illumos_tests::test_ensure_service
64372025-01-16T19:46:22.685Z PASS [ 0.041s] omicron-sled-agent services::test::test_all_zones_requests_schema
64382025-01-16T19:46:22.719Z PASS [ 0.034s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
64392025-01-16T19:46:22.756Z PASS [ 0.036s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
64402025-01-16T19:46:22.764Z PASS [ 2.661s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
64412025-01-16T19:46:22.804Z PASS [ 0.048s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
64422025-01-16T19:46:22.812Z PASS [ 0.046s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
64432025-01-16T19:46:22.852Z PASS [ 0.047s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
64442025-01-16T19:46:22.860Z PASS [ 0.047s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
64452025-01-16T19:46:22.901Z PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
64462025-01-16T19:46:22.903Z PASS [ 0.048s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
64472025-01-16T19:46:22.944Z PASS [ 0.043s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
64482025-01-16T19:46:22.985Z PASS [ 0.040s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
64492025-01-16T19:46:23.028Z PASS [ 0.042s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
64502025-01-16T19:46:23.071Z PASS [ 0.042s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
64512025-01-16T19:46:23.113Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
64522025-01-16T19:46:23.160Z PASS [ 0.046s] omicron-sled-agent sim::storage::test::nested_dataset
64532025-01-16T19:46:23.204Z PASS [ 0.043s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
64542025-01-16T19:46:23.243Z PASS [ 0.038s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
64552025-01-16T19:46:23.281Z PASS [ 0.038s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
64562025-01-16T19:46:23.317Z PASS [ 0.036s] omicron-sled-agent sim::storage::test::snapshot_needs_region
64572025-01-16T19:46:23.682Z PASS [ 2.966s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
64582025-01-16T19:46:24.080Z PASS [ 3.020s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
64592025-01-16T19:46:24.089Z PASS [ 11.847s] omicron-passwords test::test_smoke
64602025-01-16T19:46:25.007Z PASS [ 2.798s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
64612025-01-16T19:46:26.449Z PASS [ 3.548s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
64622025-01-16T19:46:26.862Z PASS [ 28.495s] omicron-omdb::test_all_output test_omdb_success_cases
64632025-01-16T19:46:26.885Z PASS [ 0.023s] omicron-sled-agent updates::test::test_query_no_components
64642025-01-16T19:46:26.910Z PASS [ 0.024s] omicron-sled-agent updates::test::test_query_sled_agent_version
64652025-01-16T19:46:26.937Z PASS [ 0.027s] omicron-sled-agent updates::test::test_query_zone_version
64662025-01-16T19:46:26.965Z PASS [ 3.647s] omicron-sled-agent support_bundle::storage::tests::basic_crud
64672025-01-16T19:46:26.996Z PASS [ 0.031s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
64682025-01-16T19:46:27.054Z PASS [ 0.117s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
64692025-01-16T19:46:27.345Z PASS [ 3.662s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
64702025-01-16T19:46:27.384Z PASS [ 0.038s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
64712025-01-16T19:46:28.420Z PASS [ 4.338s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
64722025-01-16T19:46:28.482Z PASS [ 4.392s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
64732025-01-16T19:46:29.318Z PASS [ 4.308s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
64742025-01-16T19:46:29.388Z PASS [ 0.070s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
64752025-01-16T19:46:29.435Z PASS [ 0.047s] omicron-sled-agent zone_bundle::tests::test_dir_size
64762025-01-16T19:46:29.495Z PASS [ 0.059s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
64772025-01-16T19:46:30.107Z PASS [ 0.612s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
64782025-01-16T19:46:30.312Z PASS [ 3.255s] omicron-sled-agent zone_bundle::illumos_tests::test_context
64792025-01-16T19:46:30.454Z PASS [ 0.142s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
64802025-01-16T19:46:30.644Z PASS [ 3.647s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
64812025-01-16T19:46:30.675Z PASS [ 0.030s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
64822025-01-16T19:46:30.699Z PASS [ 0.024s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
64832025-01-16T19:46:30.746Z PASS [ 3.362s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
64842025-01-16T19:46:30.774Z PASS [ 0.666s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
64852025-01-16T19:46:31.349Z PASS [ 4.898s] omicron-sled-agent support_bundle::storage::tests::ranges
64862025-01-16T19:46:31.379Z PASS [ 0.029s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
64872025-01-16T19:46:31.383Z PASS [ 0.679s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
64882025-01-16T19:46:31.386Z PASS [ 0.636s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
64892025-01-16T19:46:31.397Z PASS [ 0.944s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
64902025-01-16T19:46:31.403Z PASS [ 0.025s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
64912025-01-16T19:46:31.521Z PASS [ 0.137s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
64922025-01-16T19:46:31.606Z PASS [ 0.208s] omicron-test-utils dev::db::test::test_bad_cmd
64932025-01-16T19:46:31.696Z PASS [ 3.276s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
64942025-01-16T19:46:31.726Z PASS [ 0.029s] omicron-test-utils dev::db::test::test_make_pg_config_fail
64952025-01-16T19:46:31.755Z PASS [ 0.029s] omicron-test-utils dev::db::test::test_make_pg_config_ok
64962025-01-16T19:46:31.788Z PASS [ 0.033s] omicron-test-utils dev::db::test::test_process_exit_abnormal
64972025-01-16T19:46:31.803Z PASS [ 1.029s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
64982025-01-16T19:46:31.811Z PASS [ 0.408s] omicron-test-utils dev::db::test::test_cmd_fails
64992025-01-16T19:46:31.825Z PASS [ 0.036s] omicron-test-utils dev::db::test::test_process_exit_normal
65002025-01-16T19:46:31.831Z PASS [ 0.447s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
65012025-01-16T19:46:31.849Z PASS [ 0.243s] omicron-test-utils dev::db::test::test_database_start_hang
65022025-01-16T19:46:31.859Z PASS [ 0.027s] omicron-test-utils dev::db::test::test_starter_tmpdir
65032025-01-16T19:46:31.893Z PASS [ 0.033s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
65042025-01-16T19:46:31.906Z PASS [ 0.056s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
65052025-01-16T19:46:31.931Z PASS [ 0.037s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
65062025-01-16T19:46:31.947Z PASS [ 0.040s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
65072025-01-16T19:46:32.012Z PASS [ 0.080s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
65082025-01-16T19:46:32.056Z PASS [ 3.574s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
65092025-01-16T19:46:32.278Z LEAK [ 0.473s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
65102025-01-16T19:46:32.451Z PASS [ 0.174s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
65112025-01-16T19:46:32.480Z PASS [ 0.533s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
65122025-01-16T19:46:32.612Z PASS [ 0.556s] oximeter test::timeseries_schema_consistency
65132025-01-16T19:46:32.849Z PASS [ 0.236s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
65142025-01-16T19:46:32.877Z PASS [ 0.397s] oximeter-collector agent::tests::test_self_stat_error_counter
65152025-01-16T19:46:32.882Z PASS [ 0.426s] oximeter-collector agent::tests::test_self_stat_collection_count
65162025-01-16T19:46:32.909Z PASS [ 0.032s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
65172025-01-16T19:46:32.941Z PASS [ 0.031s] oximeter-collector self_stats::tests::test_failure_reason_serialization
65182025-01-16T19:46:32.995Z PASS [ 0.146s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
65192025-01-16T19:46:33.090Z PASS [ 1.077s] openapi-manager check::tests::check_apis_up_to_date
65202025-01-16T19:46:33.104Z PASS [ 1.278s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
65212025-01-16T19:46:33.149Z PASS [ 0.044s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
65222025-01-16T19:46:33.170Z PASS [ 0.175s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
65232025-01-16T19:46:33.170Z PASS [ 0.080s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
65242025-01-16T19:46:33.177Z PASS [ 0.027s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
65252025-01-16T19:46:33.189Z PASS [ 1.667s] omicron-test-utils dev::db::test::test_database_concurrent
65262025-01-16T19:46:33.196Z PASS [ 0.025s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
65272025-01-16T19:46:33.443Z PASS [ 0.501s] oximeter-collector::test_commands test_oximeter_no_args
65282025-01-16T19:46:33.940Z PASS [ 1.062s] oximeter-collector agent::tests::verify_producer_details
65292025-01-16T19:46:34.048Z PASS [ 0.605s] oximeter-db client::tests::can_ping_clickhouse
65302025-01-16T19:46:34.153Z PASS [ 0.105s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
65312025-01-16T19:46:34.225Z PASS [ 0.072s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
65322025-01-16T19:46:34.358Z PASS [ 1.187s] oximeter-db client::oxql::tests::test_get_entire_table
65332025-01-16T19:46:34.364Z PASS [ 1.167s] oximeter-db client::oxql::tests::test_limit_operations
65342025-01-16T19:46:34.380Z PASS [ 1.190s] oximeter-db client::oxql::tests::test_get_one_timeseries
65352025-01-16T19:46:34.402Z PASS [ 1.220s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
65362025-01-16T19:46:35.016Z PASS [ 0.614s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
65372025-01-16T19:46:35.124Z PASS [ 0.744s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
65382025-01-16T19:46:35.124Z PASS [ 0.759s] oximeter-db client::tests::read_latest_version_reports_max
65392025-01-16T19:46:35.750Z PASS [ 0.625s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
65402025-01-16T19:46:35.758Z PASS [ 0.741s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
65412025-01-16T19:46:36.213Z PASS [ 1.088s] oximeter-db client::tests::select_timeseries_with_select_one
65422025-01-16T19:46:36.575Z PASS [ 0.816s] oximeter-db client::tests::test_database_version_update_is_idempotent
65432025-01-16T19:46:36.602Z PASS [ 0.851s] oximeter-db client::tests::test_client_select_timeseries_one
65442025-01-16T19:46:36.926Z PASS [ 2.568s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
65452025-01-16T19:46:37.002Z PASS [ 0.789s] oximeter-db client::tests::test_database_version_will_not_downgrade
65462025-01-16T19:46:37.402Z PASS [ 0.799s] oximeter-db client::tests::test_differentiate_by_timeseries_name
65472025-01-16T19:46:37.557Z PASS [ 0.982s] oximeter-db client::tests::test_database_version_wipes_old_version
65482025-01-16T19:46:37.712Z PASS [ 0.785s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
65492025-01-16T19:46:37.783Z PASS [ 0.754s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
65502025-01-16T19:46:38.283Z PASS [ 0.881s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
65512025-01-16T19:46:38.547Z PASS [ 0.834s] oximeter-db client::tests::test_field_record_count
65522025-01-16T19:46:38.615Z PASS [ 0.857s] oximeter-db client::tests::test_get_schema_no_new_values
65532025-01-16T19:46:39.104Z PASS [ 1.546s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
65542025-01-16T19:46:39.346Z PASS [ 1.062s] oximeter-db client::tests::test_insert_samples
65552025-01-16T19:46:39.354Z PASS [ 7.541s] omicron-test-utils dev::db::test::test_setup_database_default_dir
65562025-01-16T19:46:39.379Z PASS [ 0.033s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
65572025-01-16T19:46:39.387Z PASS [ 0.033s] oximeter-db client::tests::test_read_timeseries_to_delete
65582025-01-16T19:46:39.392Z PASS [ 0.845s] oximeter-db client::tests::test_is_oximeter_cluster
65592025-01-16T19:46:39.412Z PASS [ 0.031s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
65602025-01-16T19:46:39.418Z PASS [ 0.030s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
65612025-01-16T19:46:39.505Z PASS [ 0.890s] oximeter-db client::tests::test_list_timeseries
65622025-01-16T19:46:39.863Z PASS [ 0.759s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
65632025-01-16T19:46:40.201Z PASS [ 0.790s] oximeter-db client::tests::test_schema_mismatch
65642025-01-16T19:46:40.204Z PASS [ 0.783s] oximeter-db client::tests::test_schema_update
65652025-01-16T19:46:40.335Z PASS [ 0.829s] oximeter-db client::tests::test_select_all_datum_types
65662025-01-16T19:46:40.590Z PASS [ 1.196s] oximeter-db client::tests::test_recall_of_all_fields
65672025-01-16T19:46:40.655Z PASS [ 0.791s] oximeter-db client::tests::test_select_all_field_types
65682025-01-16T19:46:41.023Z PASS [ 0.821s] oximeter-db client::tests::test_select_timeseries_with_all
65692025-01-16T19:46:41.259Z PASS [ 1.057s] oximeter-db client::tests::test_select_timeseries_with_limit
65702025-01-16T19:46:41.358Z PASS [ 1.023s] oximeter-db client::tests::test_select_timeseries_with_order
65712025-01-16T19:46:41.443Z PASS [ 0.851s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
65722025-01-16T19:46:41.470Z PASS [ 0.026s] oximeter-db client::tests::test_unravel_index
65732025-01-16T19:46:41.498Z PASS [ 0.843s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
65742025-01-16T19:46:41.536Z PASS [ 0.038s] oximeter-db client::tests::test_verify_schema_upgrades
65752025-01-16T19:46:41.567Z PASS [ 0.031s] oximeter-db model::fields::tests::test_extract_fields_as_block
65762025-01-16T19:46:41.598Z PASS [ 0.030s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
65772025-01-16T19:46:41.637Z PASS [ 0.038s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
65782025-01-16T19:46:41.670Z PASS [ 0.033s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
65792025-01-16T19:46:41.704Z PASS [ 0.033s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
65802025-01-16T19:46:41.730Z PASS [ 0.026s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
65812025-01-16T19:46:41.754Z PASS [ 0.024s] oximeter-db native::block::tests::concat_blocks
65822025-01-16T19:46:41.777Z PASS [ 0.022s] oximeter-db native::block::tests::datetime64_scale_checks_range
65832025-01-16T19:46:41.799Z PASS [ 0.022s] oximeter-db native::block::tests::parse_date_time
65842025-01-16T19:46:41.829Z PASS [ 0.029s] oximeter-db native::block::tests::parse_date_time64
65852025-01-16T19:46:41.843Z PASS [ 0.819s] oximeter-db client::tests::test_select_timeseries_with_start_time
65862025-01-16T19:46:41.859Z PASS [ 0.030s] oximeter-db native::block::tests::parse_escaped_date_time64
65872025-01-16T19:46:41.871Z PASS [ 0.028s] oximeter-db native::block::tests::test_data_type_to_string
65882025-01-16T19:46:41.881Z PASS [ 0.022s] oximeter-db native::block::tests::test_datetime64_conversions
65892025-01-16T19:46:41.898Z PASS [ 0.026s] oximeter-db native::block::tests::test_parse_all_known_timezones
65902025-01-16T19:46:41.907Z PASS [ 0.026s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
65912025-01-16T19:46:41.924Z PASS [ 0.025s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
65922025-01-16T19:46:41.935Z PASS [ 0.027s] oximeter-db native::block::tests::test_parse_enum8
65932025-01-16T19:46:41.952Z PASS [ 0.028s] oximeter-db native::block::tests::test_parse_enum_variant
65942025-01-16T19:46:41.968Z PASS [ 0.026s] oximeter-db native::block::tests::test_parse_invalid_data_type
65952025-01-16T19:46:42.130Z PASS [ 0.771s] oximeter-db client::tests::test_timeseries_schema_list
65962025-01-16T19:46:42.274Z PASS [ 0.804s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
65972025-01-16T19:46:42.544Z PASS [ 0.591s] oximeter-db native::connection::tests::test_basic_select_query
65982025-01-16T19:46:42.592Z PASS [ 1.332s] oximeter-db client::tests::test_sql_query_output
65992025-01-16T19:46:42.641Z PASS [ 0.678s] oximeter-db native::connection::tests::test_can_cancel_query
66002025-01-16T19:46:42.713Z PASS [ 0.582s] oximeter-db native::connection::tests::test_exchange_hello
66012025-01-16T19:46:42.867Z PASS [ 0.592s] oximeter-db native::connection::tests::test_insert_and_select_data
66022025-01-16T19:46:43.125Z PASS [ 0.580s] oximeter-db native::connection::tests::test_insert_and_select_uuid
66032025-01-16T19:46:43.154Z PASS [ 0.029s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
66042025-01-16T19:46:43.175Z PASS [ 0.582s] oximeter-db native::connection::tests::test_select_array_column
66052025-01-16T19:46:43.181Z PASS [ 0.026s] oximeter-db native::io::block::tests::test_decode_full_block
66062025-01-16T19:46:43.197Z PASS [ 0.022s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
66072025-01-16T19:46:43.202Z PASS [ 0.020s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
66082025-01-16T19:46:43.220Z PASS [ 0.579s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
66092025-01-16T19:46:43.222Z PASS [ 0.023s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
66102025-01-16T19:46:43.226Z PASS [ 0.022s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
66112025-01-16T19:46:43.243Z PASS [ 0.023s] oximeter-db native::io::column::tests::test_decode_string_column
66122025-01-16T19:46:43.248Z PASS [ 0.021s] oximeter-db native::io::column::tests::test_decode_uint64_column
66132025-01-16T19:46:43.250Z PASS [ 0.021s] oximeter-db native::io::column::tests::test_decode_uint8_column
66142025-01-16T19:46:43.264Z PASS [ 0.021s] oximeter-db native::io::column::tests::test_decode_uuid_column
66152025-01-16T19:46:43.271Z PASS [ 0.022s] oximeter-db native::io::column::tests::test_encode_decode_column
66162025-01-16T19:46:43.273Z PASS [ 0.023s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
66172025-01-16T19:46:43.286Z PASS [ 0.021s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
66182025-01-16T19:46:43.293Z PASS [ 0.022s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
66192025-01-16T19:46:43.299Z PASS [ 0.586s] oximeter-db native::connection::tests::test_select_nullable_column
66202025-01-16T19:46:43.301Z PASS [ 0.027s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
66212025-01-16T19:46:43.309Z PASS [ 0.022s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
66222025-01-16T19:46:43.314Z PASS [ 0.020s] oximeter-db native::io::packet::server::tests::test_decode_pong
66232025-01-16T19:46:43.320Z PASS [ 0.020s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
66242025-01-16T19:46:43.324Z PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
66252025-01-16T19:46:43.330Z PASS [ 0.020s] oximeter-db native::io::string::test::test_encode_decode
66262025-01-16T19:46:43.339Z PASS [ 0.024s] oximeter-db native::io::string::test::test_encode_hello_world
66272025-01-16T19:46:43.346Z PASS [ 0.024s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
66282025-01-16T19:46:43.348Z PASS [ 0.022s] oximeter-db native::io::table_columns::tests::test_column_count
66292025-01-16T19:46:43.357Z PASS [ 0.026s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
66302025-01-16T19:46:43.371Z PASS [ 0.031s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
66312025-01-16T19:46:43.376Z PASS [ 0.024s] oximeter-db native::io::varuint::test_encode_decode_varuint
66322025-01-16T19:46:43.379Z PASS [ 0.030s] oximeter-db native::io::table_columns::tests::test_column_descriptions
66332025-01-16T19:46:43.386Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
66342025-01-16T19:46:43.393Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
66352025-01-16T19:46:43.400Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_comparison
66362025-01-16T19:46:43.406Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
66372025-01-16T19:46:43.411Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_double_literal
66382025-01-16T19:46:43.416Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
66392025-01-16T19:46:43.423Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
66402025-01-16T19:46:43.429Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
66412025-01-16T19:46:43.435Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
66422025-01-16T19:46:43.441Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
66432025-01-16T19:46:43.447Z PASS [ 0.579s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
66442025-01-16T19:46:43.453Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
66452025-01-16T19:46:43.459Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
66462025-01-16T19:46:43.464Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
66472025-01-16T19:46:43.468Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_group_by
66482025-01-16T19:46:43.471Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
66492025-01-16T19:46:43.474Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
66502025-01-16T19:46:43.483Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_ident
66512025-01-16T19:46:43.487Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
66522025-01-16T19:46:43.492Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
66532025-01-16T19:46:43.496Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
66542025-01-16T19:46:43.499Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
66552025-01-16T19:46:43.505Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
66562025-01-16T19:46:43.509Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
66572025-01-16T19:46:43.515Z PASS [ 0.018s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
66582025-01-16T19:46:43.517Z PASS [ 0.018s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
66592025-01-16T19:46:43.529Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_query
66602025-01-16T19:46:43.536Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
66612025-01-16T19:46:43.542Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
66622025-01-16T19:46:43.545Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
66632025-01-16T19:46:43.559Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
66642025-01-16T19:46:43.572Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_reducer
66652025-01-16T19:46:43.575Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
66662025-01-16T19:46:43.587Z PASS [ 0.042s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
66672025-01-16T19:46:43.594Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
66682025-01-16T19:46:43.600Z PASS [ 0.026s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
66692025-01-16T19:46:43.608Z PASS [ 0.034s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
66702025-01-16T19:46:43.613Z PASS [ 0.026s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
66712025-01-16T19:46:43.618Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
66722025-01-16T19:46:43.623Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
66732025-01-16T19:46:43.628Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
66742025-01-16T19:46:43.634Z PASS [ 0.019s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
66752025-01-16T19:46:43.639Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
66762025-01-16T19:46:43.644Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
66772025-01-16T19:46:43.652Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
66782025-01-16T19:46:43.657Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
66792025-01-16T19:46:43.663Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
66802025-01-16T19:46:43.679Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
66812025-01-16T19:46:43.686Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
66822025-01-16T19:46:43.688Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
66832025-01-16T19:46:43.696Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
66842025-01-16T19:46:43.704Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
66852025-01-16T19:46:43.712Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
66862025-01-16T19:46:43.715Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
66872025-01-16T19:46:43.723Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
66882025-01-16T19:46:43.728Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
66892025-01-16T19:46:43.736Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits
66902025-01-16T19:46:43.742Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
66912025-01-16T19:46:43.748Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
66922025-01-16T19:46:43.754Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
66932025-01-16T19:46:43.760Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
66942025-01-16T19:46:43.767Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
66952025-01-16T19:46:43.772Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
66962025-01-16T19:46:43.777Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
66972025-01-16T19:46:43.790Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_predicates
66982025-01-16T19:46:43.799Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
66992025-01-16T19:46:43.804Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
67002025-01-16T19:46:43.807Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
67012025-01-16T19:46:43.822Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_query_end_time
67022025-01-16T19:46:43.827Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
67032025-01-16T19:46:43.833Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
67042025-01-16T19:46:43.839Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
67052025-01-16T19:46:43.844Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
67062025-01-16T19:46:43.854Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_split_query
67072025-01-16T19:46:43.860Z PASS [ 0.021s] oximeter-db query::tests::test_field_cmp
67082025-01-16T19:46:43.862Z PASS [ 0.021s] oximeter-db query::tests::test_field_selector_as_query
67092025-01-16T19:46:43.865Z PASS [ 0.020s] oximeter-db query::tests::test_field_value_as_db_str
67102025-01-16T19:46:43.882Z PASS [ 0.027s] oximeter-db query::tests::test_select_query_builder_field_selectors
67112025-01-16T19:46:43.888Z PASS [ 0.028s] oximeter-db query::tests::test_select_query_builder_from_parts
67122025-01-16T19:46:43.899Z PASS [ 0.038s] oximeter-db query::tests::test_select_query_builder_filter_raw
67132025-01-16T19:46:43.901Z PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_full
67142025-01-16T19:46:43.907Z PASS [ 0.025s] oximeter-db query::tests::test_select_query_builder_limit_offset
67152025-01-16T19:46:43.914Z PASS [ 0.025s] oximeter-db query::tests::test_select_query_builder_no_fields
67162025-01-16T19:46:43.922Z PASS [ 0.022s] oximeter-db query::tests::test_select_query_builder_no_selectors
67172025-01-16T19:46:43.928Z PASS [ 0.020s] oximeter-db query::tests::test_time_range
67182025-01-16T19:46:43.933Z PASS [ 0.033s] oximeter-db query::tests::test_string_field_selector
67192025-01-16T19:46:43.939Z PASS [ 0.025s] oximeter-db sql::tests::test_allow_limit_offset
67202025-01-16T19:46:43.945Z PASS [ 0.023s] oximeter-db sql::tests::test_allow_subqueries
67212025-01-16T19:46:43.953Z PASS [ 0.025s] oximeter-db sql::tests::test_cannot_name_database
67222025-01-16T19:46:43.960Z PASS [ 0.027s] oximeter-db sql::tests::test_ctes_are_not_supported
67232025-01-16T19:46:43.966Z PASS [ 0.026s] oximeter-db sql::tests::test_function_allow_list
67242025-01-16T19:46:43.979Z PASS [ 0.025s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
67252025-01-16T19:46:43.990Z PASS [ 0.029s] oximeter-db sql::tests::test_query_must_be_select_statement
67262025-01-16T19:46:43.995Z PASS [ 0.049s] oximeter-db sql::tests::test_join_must_be_inner
67272025-01-16T19:46:43.998Z PASS [ 0.029s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
67282025-01-16T19:46:44.013Z PASS [ 0.033s] oximeter-db sql::tests::test_require_table_is_timeseries_name
67292025-01-16T19:46:44.023Z PASS [ 0.027s] oximeter-db tests::test_timeseries_key_field_stability
67302025-01-16T19:46:44.026Z PASS [ 0.033s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
67312025-01-16T19:46:44.036Z PASS [ 0.041s] oximeter-db sql::tests::test_with_comma_join_fails
67322025-01-16T19:46:44.043Z PASS [ 0.029s] oximeter-db tests::test_timeseries_key_sample_stability
67332025-01-16T19:46:44.097Z PASS [ 0.060s] oximeter-instruments http::tests::test_latency_tracker
67342025-01-16T19:46:44.137Z PASS [ 0.093s] oximeter-instruments kstat::link::tests::test_kstat_interested
67352025-01-16T19:46:44.431Z PASS [ 0.293s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
67362025-01-16T19:46:44.438Z PASS [ 0.341s] oximeter-instruments kstat::link::tests::test_kstat_sampler
67372025-01-16T19:46:44.506Z PASS [ 0.066s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
67382025-01-16T19:46:44.513Z PASS [ 0.081s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
67392025-01-16T19:46:44.562Z PASS [ 0.056s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
67402025-01-16T19:46:44.572Z PASS [ 0.058s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
67412025-01-16T19:46:44.602Z PASS [ 0.030s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
67422025-01-16T19:46:44.607Z PASS [ 0.040s] oximeter-instruments kstat::link::tests::test_sled_datalink
67432025-01-16T19:46:44.619Z PASS [ 0.017s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
67442025-01-16T19:46:44.623Z PASS [ 0.015s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
67452025-01-16T19:46:44.633Z PASS [ 0.014s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
67462025-01-16T19:46:44.639Z PASS [ 0.015s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
67472025-01-16T19:46:44.658Z PASS [ 0.024s] oximeter-macro-impl tests::test_metric_annotated_field
67482025-01-16T19:46:44.666Z PASS [ 0.025s] oximeter-macro-impl tests::test_metric_datum_field
67492025-01-16T19:46:44.686Z PASS [ 0.020s] oximeter-macro-impl tests::test_metric_without_datum_field
67502025-01-16T19:46:44.693Z PASS [ 0.029s] oximeter-macro-impl tests::test_metric_enum
67512025-01-16T19:46:44.707Z PASS [ 0.020s] oximeter-macro-impl tests::test_target
67522025-01-16T19:46:44.714Z PASS [ 0.019s] oximeter-macro-impl tests::test_target_empty_struct
67532025-01-16T19:46:44.724Z PASS [ 0.017s] oximeter-macro-impl tests::test_target_enum
67542025-01-16T19:46:44.732Z PASS [ 0.017s] oximeter-macro-impl tests::test_target_unit_struct
67552025-01-16T19:46:44.743Z PASS [ 0.019s] oximeter-macro-impl tests::test_target_with_datum_field
67562025-01-16T19:46:44.825Z PASS [ 0.081s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
67572025-01-16T19:46:44.849Z PASS [ 1.339s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
67582025-01-16T19:46:44.856Z PASS [ 0.031s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
67592025-01-16T19:46:44.873Z PASS [ 0.023s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
67602025-01-16T19:46:44.881Z PASS [ 0.025s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
67612025-01-16T19:46:44.902Z PASS [ 0.028s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
67622025-01-16T19:46:44.928Z PASS [ 0.046s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
67632025-01-16T19:46:44.933Z PASS [ 0.026s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
67642025-01-16T19:46:44.963Z PASS [ 0.030s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
67652025-01-16T19:46:44.969Z PASS [ 0.041s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
67662025-01-16T19:46:45.008Z PASS [ 0.044s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
67672025-01-16T19:46:45.015Z PASS [ 0.045s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
67682025-01-16T19:46:45.031Z PASS [ 0.022s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
67692025-01-16T19:46:45.036Z PASS [ 0.021s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
67702025-01-16T19:46:45.052Z PASS [ 0.021s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
67712025-01-16T19:46:45.058Z PASS [ 0.021s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
67722025-01-16T19:46:45.077Z PASS [ 0.025s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
67732025-01-16T19:46:45.084Z PASS [ 0.024s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
67742025-01-16T19:46:45.114Z PASS [ 0.036s] oximeter-schema ir::tests::fail_on_empty_descriptions
67752025-01-16T19:46:45.122Z PASS [ 0.037s] oximeter-schema ir::tests::fail_on_empty_metric_name
67762025-01-16T19:46:45.143Z PASS [ 0.028s] oximeter-schema ir::tests::fail_on_empty_target_name
67772025-01-16T19:46:45.149Z PASS [ 0.027s] oximeter-schema ir::tests::fail_on_very_long_field_names
67782025-01-16T19:46:45.173Z PASS [ 0.023s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
67792025-01-16T19:46:45.173Z PASS [ 0.029s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
67802025-01-16T19:46:45.200Z PASS [ 0.027s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
67812025-01-16T19:46:45.211Z PASS [ 0.037s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
67822025-01-16T19:46:45.230Z PASS [ 0.030s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
67832025-01-16T19:46:45.238Z PASS [ 0.027s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
67842025-01-16T19:46:45.254Z PASS [ 0.024s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
67852025-01-16T19:46:45.264Z PASS [ 0.026s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
67862025-01-16T19:46:45.282Z PASS [ 0.027s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
67872025-01-16T19:46:45.289Z PASS [ 0.024s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
67882025-01-16T19:46:45.304Z PASS [ 0.023s] oximeter-schema ir::tests::only_support_format_version_1
67892025-01-16T19:46:45.312Z PASS [ 0.021s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
67902025-01-16T19:46:45.330Z PASS [ 0.025s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
67912025-01-16T19:46:45.425Z PASS [ 0.094s] oximeter-test-utils tests::test_sample_struct
67922025-01-16T19:46:45.431Z PASS [ 0.118s] oximeter-test-utils tests::test_gen_test_samples
67932025-01-16T19:46:45.454Z PASS [ 0.029s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
67942025-01-16T19:46:45.460Z PASS [ 0.028s] oximeter-test-utils tests::test_timeseries_schema_from_parts
67952025-01-16T19:46:45.474Z PASS [ 0.020s] oximeter-test-utils tests::test_timeseries_schema_from_sample
67962025-01-16T19:46:45.479Z PASS [ 0.019s] oximeter-types histogram::tests::test_bin_range
67972025-01-16T19:46:45.492Z PASS [ 0.017s] oximeter-types histogram::tests::test_bin_range_from
67982025-01-16T19:46:45.496Z PASS [ 0.015s] oximeter-types histogram::tests::test_bin_range_to
67992025-01-16T19:46:45.512Z PASS [ 0.016s] oximeter-types histogram::tests::test_ensure_finite
68002025-01-16T19:46:45.517Z PASS [ 0.025s] oximeter-types histogram::tests::test_empty_bins_not_supported
68012025-01-16T19:46:45.549Z PASS [ 0.031s] oximeter-types histogram::tests::test_histogram_construct_with
68022025-01-16T19:46:45.551Z PASS [ 0.036s] oximeter-types histogram::tests::test_histogram
68032025-01-16T19:46:45.572Z PASS [ 0.023s] oximeter-types histogram::tests::test_histogram_extreme_samples
68042025-01-16T19:46:45.576Z PASS [ 0.024s] oximeter-types histogram::tests::test_histogram_extreme_bins
68052025-01-16T19:46:45.591Z PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_float_bins
68062025-01-16T19:46:45.596Z PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_unbounded_samples
68072025-01-16T19:46:45.611Z PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_unsorted_bins
68082025-01-16T19:46:45.615Z PASS [ 0.018s] oximeter-types histogram::tests::test_histogram_with_bins
68092025-01-16T19:46:45.634Z PASS [ 0.023s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
68102025-01-16T19:46:45.639Z PASS [ 0.023s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
68112025-01-16T19:46:45.651Z PASS [ 0.017s] oximeter-types histogram::tests::test_log_bins_u64
68122025-01-16T19:46:45.658Z PASS [ 0.019s] oximeter-types histogram::tests::test_log_bins_u8
68132025-01-16T19:46:45.679Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
68142025-01-16T19:46:45.694Z PASS [ 0.043s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
68152025-01-16T19:46:45.700Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
68162025-01-16T19:46:45.717Z PASS [ 0.023s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
68172025-01-16T19:46:45.724Z PASS [ 0.023s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
68182025-01-16T19:46:45.750Z PASS [ 0.032s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
68192025-01-16T19:46:45.761Z PASS [ 0.035s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
68202025-01-16T19:46:45.779Z PASS [ 0.027s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
68212025-01-16T19:46:45.786Z PASS [ 0.026s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
68222025-01-16T19:46:45.799Z PASS [ 0.022s] oximeter-types histogram::tests::test_span_decades
68232025-01-16T19:46:45.809Z PASS [ 0.022s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
68242025-01-16T19:46:45.818Z PASS [ 0.018s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
68252025-01-16T19:46:45.830Z PASS [ 0.021s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
68262025-01-16T19:46:45.836Z PASS [ 0.017s] oximeter-types quantile::tests::test_default_percentiles
68272025-01-16T19:46:45.854Z PASS [ 0.023s] oximeter-types quantile::tests::test_empty_observations
68282025-01-16T19:46:45.861Z PASS [ 0.024s] oximeter-types quantile::tests::test_find_cells
68292025-01-16T19:46:45.878Z PASS [ 0.024s] oximeter-types quantile::tests::test_float_observations
68302025-01-16T19:46:45.886Z PASS [ 0.025s] oximeter-types quantile::tests::test_integer_observations
68312025-01-16T19:46:45.904Z PASS [ 0.026s] oximeter-types quantile::tests::test_invalid_p_value
68322025-01-16T19:46:45.910Z PASS [ 0.023s] oximeter-types quantile::tests::test_max_p
68332025-01-16T19:46:45.923Z PASS [ 0.018s] oximeter-types quantile::tests::test_min_p
68342025-01-16T19:46:45.930Z PASS [ 0.019s] oximeter-types quantile::tests::test_non_filled_observations
68352025-01-16T19:46:45.952Z PASS [ 0.028s] oximeter-types quantile::tests::test_rounding
68362025-01-16T19:46:45.959Z PASS [ 0.028s] oximeter-types schema::tests::test_field_schema_ordering
68372025-01-16T19:46:46.010Z PASS [ 0.058s] oximeter-types schema::tests::test_timeseries_name
68382025-01-16T19:46:46.018Z PASS [ 0.057s] oximeter-types schema::tests::test_timeseries_name_from_str
68392025-01-16T19:46:46.042Z PASS [ 0.032s] oximeter-types traits::tests::test_metric_trait
68402025-01-16T19:46:46.057Z PASS [ 0.039s] oximeter-types traits::tests::test_producer_trait
68412025-01-16T19:46:46.067Z PASS [ 0.025s] oximeter-types traits::tests::test_target_trait
68422025-01-16T19:46:46.083Z PASS [ 0.025s] oximeter-types types::tests::test_cumulative_f64
68432025-01-16T19:46:46.095Z PASS [ 0.027s] oximeter-types types::tests::test_cumulative_i64
68442025-01-16T19:46:46.111Z PASS [ 0.028s] oximeter-types types::tests::test_datum
68452025-01-16T19:46:46.121Z PASS [ 0.025s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
68462025-01-16T19:46:46.138Z PASS [ 0.026s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
68472025-01-16T19:46:46.147Z PASS [ 0.026s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
68482025-01-16T19:46:46.163Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
68492025-01-16T19:46:46.172Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
68502025-01-16T19:46:46.186Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
68512025-01-16T19:46:46.196Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
68522025-01-16T19:46:46.210Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
68532025-01-16T19:46:46.219Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
68542025-01-16T19:46:46.236Z PASS [ 0.026s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
68552025-01-16T19:46:46.244Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
68562025-01-16T19:46:46.513Z PASS [ 0.025s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
68572025-01-16T19:46:46.517Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
68582025-01-16T19:46:46.517Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
68592025-01-16T19:46:46.517Z PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
68602025-01-16T19:46:46.518Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
68612025-01-16T19:46:46.518Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
68622025-01-16T19:46:46.518Z PASS [ 0.018s] oximeter-types types::tests::test_measurement
68632025-01-16T19:46:46.518Z PASS [ 0.017s] oximeter-types types::tests::test_verify_field_names
68642025-01-16T19:46:46.518Z PASS [ 0.017s] oxlog tests::test_is_oxide_smf_log_file
68652025-01-16T19:46:46.518Z PASS [ 0.016s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
68662025-01-16T19:46:46.518Z PASS [ 0.020s] oxlog tests::test_sort_logs
68672025-01-16T19:46:46.518Z PASS [ 0.072s] oxql-types point::tests::test_cast_points_from_bool
68682025-01-16T19:46:46.518Z PASS [ 0.057s] oxql-types point::tests::test_cast_points_from_double
68692025-01-16T19:46:46.518Z PASS [ 0.028s] oxql-types point::tests::test_cast_points_from_double_distribution
68702025-01-16T19:46:46.518Z PASS [ 0.028s] oxql-types point::tests::test_cast_points_from_int_distribution
68712025-01-16T19:46:46.518Z PASS [ 0.031s] oxql-types point::tests::test_cast_points_from_integer
68722025-01-16T19:46:46.518Z PASS [ 0.043s] oxql-types point::tests::test_cast_points_from_string
68732025-01-16T19:46:46.518Z PASS [ 0.026s] oxql-types point::tests::test_join_point_arrays
68742025-01-16T19:46:46.518Z PASS [ 0.021s] oxql-types point::tests::test_point_delta_between
68752025-01-16T19:46:46.523Z PASS [ 0.018s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
68762025-01-16T19:46:46.529Z PASS [ 0.017s] oxql-types point::tests::test_point_delta_between_with_new_epoch
68772025-01-16T19:46:46.541Z PASS [ 0.017s] oxql-types point::tests::test_push_concrete_values
68782025-01-16T19:46:46.550Z PASS [ 0.020s] oxql-types point::tests::test_sub_between_histogram_distributions
68792025-01-16T19:46:46.595Z PASS [ 0.053s] range-requests test::get_response_no_range
68802025-01-16T19:46:46.595Z PASS [ 0.045s] range-requests test::get_response_with_range
68812025-01-16T19:46:46.614Z PASS [ 0.019s] range-requests test::invalid_ranges
68822025-01-16T19:46:46.619Z PASS [ 0.024s] range-requests test::parse_range_invalid
68832025-01-16T19:46:46.630Z PASS [ 0.016s] range-requests test::parse_range_valid
68842025-01-16T19:46:46.643Z PASS [ 0.023s] range-requests test::potential_range_parsing_does_not_crash
68852025-01-16T19:46:46.648Z PASS [ 0.017s] range-requests test::single_range_parsing_does_not_crash
68862025-01-16T19:46:47.864Z PASS [ 3.131s] oximeter-producer tests::test_producer_registration_task
68872025-01-16T19:46:48.336Z PASS [ 1.692s] reconfigurator-cli::test_basic test_basic
68882025-01-16T19:46:48.379Z PASS [ 0.515s] reconfigurator-cli::test_basic test_example
68892025-01-16T19:46:48.464Z PASS [ 0.127s] reconfigurator-cli::test_basic test_expunge_newly_added_external_dns
68902025-01-16T19:46:48.532Z PASS [ 0.068s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
68912025-01-16T19:46:48.534Z PASS [ 0.153s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
68922025-01-16T19:46:48.578Z PASS [ 0.046s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
68932025-01-16T19:46:48.580Z PASS [ 0.046s] sled-agent-types rack_init::tests::parse_rack_initialization
68942025-01-16T19:46:48.607Z PASS [ 0.028s] sled-agent-types rack_init::tests::test_subnets
68952025-01-16T19:46:48.624Z PASS [ 0.045s] sled-agent-types rack_init::tests::test_extra_certs
68962025-01-16T19:46:48.645Z PASS [ 0.020s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
68972025-01-16T19:46:48.647Z PASS [ 0.038s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
68982025-01-16T19:46:48.666Z PASS [ 0.021s] sled-agent-types zone_bundle::tests::test_compare_bundles
68992025-01-16T19:46:48.673Z PASS [ 0.028s] sled-agent-types zone_bundle::tests::test_priority_dimension
69002025-01-16T19:46:48.695Z PASS [ 0.028s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
69012025-01-16T19:46:48.700Z PASS [ 0.027s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
69022025-01-16T19:46:48.737Z PASS [ 0.036s] sled-diagnostics queries::test::test_command_stdout_is_correct
69032025-01-16T19:46:48.739Z PASS [ 0.042s] sled-diagnostics queries::test::test_command_stderr_is_correct
69042025-01-16T19:46:48.759Z PASS [ 0.022s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
69052025-01-16T19:46:48.804Z PASS [ 0.045s] sled-hardware disk::test::test_disk_paths
69062025-01-16T19:46:48.831Z PASS [ 0.027s] sled-hardware disk::test::test_partition_device_paths
69072025-01-16T19:46:48.912Z PASS [ 0.080s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
69082025-01-16T19:46:48.935Z PASS [ 0.023s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
69092025-01-16T19:46:48.958Z PASS [ 0.023s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
69102025-01-16T19:46:48.979Z PASS [ 0.020s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
69112025-01-16T19:46:49.035Z PASS [ 0.055s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
69122025-01-16T19:46:49.057Z PASS [ 0.022s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
69132025-01-16T19:46:49.079Z PASS [ 0.021s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
69142025-01-16T19:46:49.112Z PASS [ 0.033s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
69152025-01-16T19:46:49.212Z PASS [ 0.099s] sled-storage dataset::test::serialize_dataset_name
69162025-01-16T19:46:49.259Z PASS [ 0.522s] sled-diagnostics queries::test::test_long_running_command_is_aborted
69172025-01-16T19:46:49.299Z PASS [ 0.087s] sled-storage manager::test::test_datasets_schema
69182025-01-16T19:46:49.302Z PASS [ 0.040s] sled-storage manager::test::test_omicron_physical_disks_schema
69192025-01-16T19:46:50.376Z PASS [ 1.076s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
69202025-01-16T19:46:50.427Z PASS [ 0.050s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
69212025-01-16T19:46:50.959Z PASS [ 32.109s] omicron-sled-agent nexus::test::nexus_self_notification_test
69222025-01-16T19:46:51.104Z PASS [ 1.804s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
69232025-01-16T19:46:53.212Z PASS [ 2.252s] sled-storage manager::tests::ensure_datasets
69242025-01-16T19:46:53.266Z PASS [ 0.054s] sled-storage manager::tests::ensure_using_exactly_these_disks
69252025-01-16T19:46:53.696Z PASS [ 3.269s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
69262025-01-16T19:46:55.378Z PASS [ 2.111s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
69272025-01-16T19:46:56.123Z PASS [ 2.426s] sled-storage manager::tests::nested_dataset
69282025-01-16T19:46:57.113Z PASS [ 0.990s] sled-storage manager::tests::update_rawdisk_firmware
69292025-01-16T19:46:57.938Z PASS [ 2.559s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
69302025-01-16T19:46:58.941Z PASS [ 14.903s] oximeter-db::integration_test test_schemas_disjoint
69312025-01-16T19:46:59.407Z PASS [ 2.293s] sled-storage manager::tests::upsert_filesystem
69322025-01-16T19:47:00.274Z PASS [ 2.335s] sled-storage manager::tests::upsert_filesystem_no_uuid
69332025-01-16T19:47:00.310Z PASS [ 1.381s] sled-storage manager::tests::wait_for_boot_disk
69342025-01-16T19:47:00.902Z PASS [ 1.495s] tufaceous::integration-tests command_tests::test_assemble_fake
69352025-01-16T19:47:00.944Z PASS [ 0.670s] tufaceous::integration-tests command_tests::test_init_and_add
69362025-01-16T19:47:00.990Z PASS [ 0.087s] tufaceous-lib archive::tests::test_validate_path
69372025-01-16T19:47:01.037Z PASS [ 0.092s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
69382025-01-16T19:47:01.082Z PASS [ 0.772s] tufaceous::manifest-tests check_manifest::fake.toml
69392025-01-16T19:47:01.278Z PASS [ 0.287s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
69402025-01-16T19:47:01.397Z PASS [ 0.119s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
69412025-01-16T19:47:01.484Z PASS [ 0.086s] update-common artifacts::update_plan::tests::test_bad_rot_versions
69422025-01-16T19:47:01.561Z PASS [ 0.076s] update-common artifacts::update_plan::tests::test_multi_rot_bord
69432025-01-16T19:47:01.652Z PASS [ 0.090s] update-common artifacts::update_plan::tests::test_multi_rot_version
69442025-01-16T19:47:01.700Z PASS [ 0.048s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
69452025-01-16T19:47:01.752Z PASS [ 0.052s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
69462025-01-16T19:47:01.829Z PASS [ 0.077s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
69472025-01-16T19:47:02.070Z PASS [ 1.032s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
69482025-01-16T19:47:02.162Z PASS [ 0.092s] update-engine display::group_display::tests::test_stats
69492025-01-16T19:47:02.204Z PASS [ 0.041s] update-engine display::line_display_shared::tests::test_format_progress_counter
69502025-01-16T19:47:02.239Z PASS [ 0.409s] update-engine buffer::tests::test_buffer
69512025-01-16T19:47:02.247Z PASS [ 0.042s] update-engine display::line_display_shared::tests::test_start_line
69522025-01-16T19:47:02.273Z PASS [ 0.034s] update-engine engine::tests::error_exits_early
69532025-01-16T19:47:02.312Z PASS [ 0.039s] update-engine events::tests::step_event_parse_unknown
69542025-01-16T19:47:02.315Z PASS [ 0.065s] update-engine events::tests::progress_event_parse_unknown
69552025-01-16T19:47:02.335Z PASS [ 0.022s] update-engine spec::tests::test_merge_anyhow_list
69562025-01-16T19:47:02.391Z PASS [ 0.056s] wicket state::inventory::tests::component_id_display
69572025-01-16T19:47:02.435Z PASS [ 0.043s] wicket state::rack::tests::prev_next_are_opposites
69582025-01-16T19:47:02.467Z PASS [ 0.032s] wicket state::rack::tests::up_down_are_opposites
69592025-01-16T19:47:02.592Z PASS [ 0.279s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
69602025-01-16T19:47:02.691Z PASS [ 0.099s] wicket-common rack_setup::tests::roundtrip_import_export_policy
69612025-01-16T19:47:02.890Z PASS [ 0.198s] wicketd installinator_progress::tests::test_states
69622025-01-16T19:47:03.005Z PASS [ 0.114s] wicketd rss_config::tests::test_bgp_auth_key_states
69632025-01-16T19:47:03.102Z PASS [ 0.633s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
69642025-01-16T19:47:03.242Z PASS [ 12.137s] sled-storage manager::tests::ensure_many_datasets
69652025-01-16T19:47:04.019Z PASS [ 30.077s] oximeter-db client::tests::cannot_ping_nonexistent_server
69662025-01-16T19:47:04.348Z PASS [ 1.342s] wicketd::mod integration_tests::inventory::test_inventory
69672025-01-16T19:47:04.796Z PASS [ 3.713s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
69682025-01-16T19:47:05.119Z PASS [ 1.876s] wicketd::mod integration_tests::updates::test_update_races
69692025-01-16T19:47:06.474Z PASS [ 2.455s] wicketd::mod integration_tests::updates::test_updates
69702025-01-16T19:47:06.979Z PASS [ 3.877s] wicketd::mod integration_tests::updates::test_installinator_fetch
69712025-01-16T19:47:12.126Z PASS [ 25.476s] reconfigurator-cli::test_basic test_blueprint_edit
69722025-01-16T19:47:24.307Z PASS [ 40.281s] oximeter-db::integration_test test_cluster
69732025-01-16T19:47:32.249Z PASS [ 58.019s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
69742025-01-16T19:47:34.939Z PASS [ 2.690s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
69752025-01-16T19:47:51.357Z PASS [ 16.417s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
69762025-01-16T19:48:10.890Z PASS [ 19.531s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
69772025-01-16T19:49:10.901Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
69782025-01-16T19:50:10.905Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
69792025-01-16T19:51:10.910Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
69802025-01-16T19:52:10.914Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
69812025-01-16T19:53:10.919Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
69822025-01-16T19:53:22.402Z PASS [ 311.493s] oximeter-db client::tests::test_replicated
69832025-01-16T19:53:22.408Z────────────
69842025-01-16T19:53:22.408Z Summary [2682.460s] 1801 tests run: 1801 passed (25 slow, 1 leaky), 4 skipped
69852025-01-16T19:53:22.490Z
69862025-01-16T19:53:22.495Zreal 45:11.070696241
69872025-01-16T19:53:22.495Zuser 4:08:17.830633271
69882025-01-16T19:53:22.495Zsys 44:04.059914242
69892025-01-16T19:53:22.495Ztrap 3:24.958161389
69902025-01-16T19:53:22.495Ztflt 45.808524295
69912025-01-16T19:53:22.495Zdflt 2:37.851453849
69922025-01-16T19:53:22.495Zkflt 0.580987291
69932025-01-16T19:53:22.495Zlock 1397:23:19.078253025
69942025-01-16T19:53:22.495Zslp 116:52:31.352609452
69952025-01-16T19:53:22.495Zlat 5:16:43.250657767
69962025-01-16T19:53:22.495Zstop 1:07:41.146502063
69972025-01-16T19:53:22.495Z+ banner doctest
69982025-01-16T19:53:22.495Z
69992025-01-16T19:53:22.495Z ##### #### #### ##### ###### #### #####
70002025-01-16T19:53:22.495Z # # # # # # # # # #
70012025-01-16T19:53:22.495Z # # # # # # ##### #### #
70022025-01-16T19:53:22.495Z # # # # # # # # #
70032025-01-16T19:53:22.495Z # # # # # # # # # # #
70042025-01-16T19:53:22.495Z ##### #### #### # ###### #### #
70052025-01-16T19:53:22.495Z
70062025-01-16T19:53:22.495Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
70072025-01-16T19:53:24.589Z Fresh unicode-ident v1.0.14
70082025-01-16T19:53:24.592Z Fresh cfg-if v1.0.0
70092025-01-16T19:53:24.592Z Fresh autocfg v1.4.0
70102025-01-16T19:53:24.592Z Fresh memchr v2.7.4
70112025-01-16T19:53:24.592Z Fresh version_check v0.9.5
70122025-01-16T19:53:24.592Z Fresh proc-macro2 v1.0.92
70132025-01-16T19:53:24.592Z Fresh value-bag v1.9.0
70142025-01-16T19:53:24.593Z Fresh scopeguard v1.2.0
70152025-01-16T19:53:24.593Z Fresh once_cell v1.20.2
70162025-01-16T19:53:24.593Z Fresh itoa v1.0.11
70172025-01-16T19:53:24.593Z Fresh quote v1.0.38
70182025-01-16T19:53:24.593Z Fresh libc v0.2.162
70192025-01-16T19:53:24.593Z Fresh log v0.4.22
70202025-01-16T19:53:24.593Z Fresh smallvec v1.13.2
70212025-01-16T19:53:24.593Z Fresh byteorder v1.5.0
70222025-01-16T19:53:24.593Z Fresh subtle v2.6.1
70232025-01-16T19:53:24.593Z Fresh pin-project-lite v0.2.14
70242025-01-16T19:53:24.593Z Fresh syn v2.0.96
70252025-01-16T19:53:24.593Z Fresh getrandom v0.2.15
70262025-01-16T19:53:24.593Z Fresh lock_api v0.4.12
70272025-01-16T19:53:24.593Z Fresh regex-syntax v0.8.5
70282025-01-16T19:53:24.593Z Fresh shlex v1.3.0
70292025-01-16T19:53:24.593Z Fresh aho-corasick v1.1.3
70302025-01-16T19:53:24.593Z Fresh jobserver v0.1.32
70312025-01-16T19:53:24.593Z Fresh serde_derive v1.0.217
70322025-01-16T19:53:24.593Z Fresh rand_core v0.6.4
70332025-01-16T19:53:24.593Z Fresh zeroize_derive v1.4.2
70342025-01-16T19:53:24.593Z Fresh zerocopy-derive v0.7.35
70352025-01-16T19:53:24.593Z Fresh regex-automata v0.4.8
70362025-01-16T19:53:24.593Z Fresh cc v1.1.30
70372025-01-16T19:53:24.596Z Fresh serde v1.0.217
70382025-01-16T19:53:24.596Z Fresh zeroize v1.8.1
70392025-01-16T19:53:24.596Z Fresh zerocopy v0.7.35
70402025-01-16T19:53:24.596Z Fresh allocator-api2 v0.2.18
70412025-01-16T19:53:24.596Z Fresh ryu v1.0.18
70422025-01-16T19:53:24.596Z Fresh typenum v1.17.0
70432025-01-16T19:53:24.596Z Fresh bytes v1.9.0
70442025-01-16T19:53:24.596Z Fresh bitflags v2.6.0
70452025-01-16T19:53:24.596Z Fresh generic-array v0.14.7
70462025-01-16T19:53:24.596Z Fresh thiserror-impl v1.0.69
70472025-01-16T19:53:24.596Z Fresh libm v0.2.8
70482025-01-16T19:53:24.596Z Fresh futures-core v0.3.31
70492025-01-16T19:53:24.596Z Fresh crypto-common v0.1.6
70502025-01-16T19:53:24.596Z Fresh regex v1.11.1
70512025-01-16T19:53:24.596Z Fresh num-traits v0.2.19
70522025-01-16T19:53:24.596Z Fresh thiserror v1.0.69
70532025-01-16T19:53:24.596Z Fresh parking_lot_core v0.9.10
70542025-01-16T19:53:24.596Z Fresh spin v0.9.8
70552025-01-16T19:53:24.596Z Fresh signal-hook-registry v1.4.2
70562025-01-16T19:53:24.597Z Fresh errno v0.3.9
70572025-01-16T19:53:24.597Z Fresh parking_lot v0.12.3
70582025-01-16T19:53:24.597Z Fresh serde_json v1.0.135
70592025-01-16T19:53:24.597Z Fresh fnv v1.0.7
70602025-01-16T19:53:24.597Z Fresh either v1.13.0
70612025-01-16T19:53:24.597Z Fresh equivalent v1.0.1
70622025-01-16T19:53:24.597Z Fresh foldhash v0.1.3
70632025-01-16T19:53:24.597Z Fresh mio v1.0.2
70642025-01-16T19:53:24.597Z Fresh rustix v0.38.37
70652025-01-16T19:53:24.597Z Fresh hashbrown v0.15.1
70662025-01-16T19:53:24.597Z Fresh lazy_static v1.5.0
70672025-01-16T19:53:24.597Z Fresh tokio-macros v2.4.0
70682025-01-16T19:53:24.597Z Fresh socket2 v0.5.7
70692025-01-16T19:53:24.597Z Fresh const-oid v0.9.6
70702025-01-16T19:53:24.597Z Fresh futures-io v0.3.31
70712025-01-16T19:53:24.600Z Fresh indexmap v2.7.0
70722025-01-16T19:53:24.601Z Fresh tokio v1.40.0
70732025-01-16T19:53:24.601Z Fresh block-buffer v0.10.4
70742025-01-16T19:53:24.601Z Fresh cpufeatures v0.2.14
70752025-01-16T19:53:24.601Z Fresh futures-sink v0.3.31
70762025-01-16T19:53:24.601Z Fresh pkg-config v0.3.31
70772025-01-16T19:53:24.601Z Fresh iana-time-zone v0.1.61
70782025-01-16T19:53:24.601Z Fresh digest v0.10.7
70792025-01-16T19:53:24.601Z Fresh slab v0.4.9
70802025-01-16T19:53:24.601Z Fresh stable_deref_trait v1.2.0
70812025-01-16T19:53:24.601Z Fresh chrono v0.4.38
70822025-01-16T19:53:24.601Z Fresh pin-utils v0.1.0
70832025-01-16T19:53:24.601Z Fresh heck v0.5.0
70842025-01-16T19:53:24.601Z Fresh futures-channel v0.3.31
70852025-01-16T19:53:24.601Z Fresh futures-macro v0.3.31
70862025-01-16T19:53:24.601Z Fresh futures-task v0.3.31
70872025-01-16T19:53:24.601Z Fresh uuid v1.11.0
70882025-01-16T19:53:24.601Z Fresh itertools v0.10.5
70892025-01-16T19:53:24.601Z Fresh ppv-lite86 v0.2.20
70902025-01-16T19:53:24.601Z Fresh synstructure v0.13.1
70912025-01-16T19:53:24.601Z Fresh semver v1.0.24
70922025-01-16T19:53:24.601Z Fresh futures-util v0.3.31
70932025-01-16T19:53:24.601Z Fresh rand_chacha v0.3.1
70942025-01-16T19:53:24.601Z Fresh zerofrom-derive v0.1.4
70952025-01-16T19:53:24.601Z Fresh serde_derive_internals v0.29.1
70962025-01-16T19:53:24.601Z Fresh tracing-attributes v0.1.27
70972025-01-16T19:53:24.601Z Fresh tracing-core v0.1.32
70982025-01-16T19:53:24.602Z Fresh syn v1.0.109
70992025-01-16T19:53:24.604Z Fresh rand v0.8.5
71002025-01-16T19:53:24.604Z Fresh dyn-clone v1.0.17
71012025-01-16T19:53:24.604Z Fresh tracing v0.1.40
71022025-01-16T19:53:24.604Z Fresh zerofrom v0.1.4
71032025-01-16T19:53:24.604Z Fresh schemars_derive v0.8.21
71042025-01-16T19:53:24.604Z Fresh yoke-derive v0.7.4
71052025-01-16T19:53:24.605Z Fresh yoke v0.7.4
71062025-01-16T19:53:24.605Z Fresh zerovec-derive v0.10.3
71072025-01-16T19:53:24.605Z Fresh displaydoc v0.2.5
71082025-01-16T19:53:24.605Z Fresh glob v0.3.1
71092025-01-16T19:53:24.605Z Fresh http v1.2.0
71102025-01-16T19:53:24.605Z Fresh home v0.5.9
71112025-01-16T19:53:24.605Z Fresh minimal-lexical v0.2.1
71122025-01-16T19:53:24.605Z Fresh schemars v0.8.21
71132025-01-16T19:53:24.606Z Fresh zerovec v0.10.4
71142025-01-16T19:53:24.606Z Fresh nom v7.1.3
71152025-01-16T19:53:24.606Z Fresh percent-encoding v2.3.1
71162025-01-16T19:53:24.606Z Fresh writeable v0.5.5
71172025-01-16T19:53:24.606Z Fresh litemap v0.7.3
71182025-01-16T19:53:24.606Z Fresh icu_provider_macros v1.5.0
71192025-01-16T19:53:24.606Z Fresh tinystr v0.7.6
71202025-01-16T19:53:24.606Z Fresh vcpkg v0.2.15
71212025-01-16T19:53:24.606Z Fresh icu_locid_transform_data v1.5.0
71222025-01-16T19:53:24.606Z Fresh icu_collections v1.5.0
71232025-01-16T19:53:24.606Z Fresh form_urlencoded v1.2.1
71242025-01-16T19:53:24.606Z Fresh libloading v0.8.5
71252025-01-16T19:53:24.606Z Fresh icu_locid v1.5.0
71262025-01-16T19:53:24.606Z Fresh icu_properties_data v1.5.0
71272025-01-16T19:53:24.606Z Fresh clang-sys v1.8.1
71282025-01-16T19:53:24.606Z Fresh cexpr v0.6.0
71292025-01-16T19:53:24.606Z Fresh which v4.4.2
71302025-01-16T19:53:24.606Z Fresh icu_provider v1.5.0
71312025-01-16T19:53:24.606Z Fresh prettyplease v0.2.25
71322025-01-16T19:53:24.606Z Fresh utf16_iter v1.0.5
71332025-01-16T19:53:24.606Z Fresh lazycell v1.3.0
71342025-01-16T19:53:24.606Z Fresh rustc-hash v1.1.0
71352025-01-16T19:53:24.606Z Fresh utf8_iter v1.0.4
71362025-01-16T19:53:24.606Z Fresh icu_locid_transform v1.5.0
71372025-01-16T19:53:24.606Z Fresh icu_normalizer_data v1.5.0
71382025-01-16T19:53:24.606Z Fresh write16 v1.0.0
71392025-01-16T19:53:24.607Z Fresh bindgen v0.69.5
71402025-01-16T19:53:24.607Z Fresh strsim v0.11.1
71412025-01-16T19:53:24.611Z Fresh icu_properties v1.5.1
71422025-01-16T19:53:24.611Z Fresh crossbeam-utils v0.8.20
71432025-01-16T19:53:24.611Z Fresh adler2 v2.0.0
71442025-01-16T19:53:24.611Z Fresh tinyvec_macros v0.1.1
71452025-01-16T19:53:24.611Z Fresh block-padding v0.3.3
71462025-01-16T19:53:24.611Z Fresh powerfmt v0.2.0
71472025-01-16T19:53:24.611Z Fresh icu_normalizer v1.5.0
71482025-01-16T19:53:24.611Z Fresh tinyvec v1.8.0
71492025-01-16T19:53:24.611Z Fresh httparse v1.9.5
71502025-01-16T19:53:24.611Z Fresh miniz_oxide v0.8.0
71512025-01-16T19:53:24.611Z Fresh num-conv v0.1.0
71522025-01-16T19:53:24.611Z Fresh time-core v0.1.2
71532025-01-16T19:53:24.611Z Fresh atomic-waker v1.1.2
71542025-01-16T19:53:24.612Z Fresh idna_adapter v1.2.0
71552025-01-16T19:53:24.612Z Fresh paste v1.0.15
71562025-01-16T19:53:24.612Z Fresh unicode-normalization v0.1.24
71572025-01-16T19:53:24.612Z Fresh time-macros v0.2.18
71582025-01-16T19:53:24.612Z Fresh deranged v0.3.11
71592025-01-16T19:53:24.612Z Fresh inout v0.1.3
71602025-01-16T19:53:24.612Z Fresh tokio-util v0.7.12
71612025-01-16T19:53:24.612Z Fresh cmake v0.1.51
71622025-01-16T19:53:24.612Z Fresh idna v1.0.3
71632025-01-16T19:53:24.612Z Fresh num_threads v0.1.7
71642025-01-16T19:53:24.612Z Fresh untrusted v0.9.0
71652025-01-16T19:53:24.612Z Fresh fs_extra v1.3.0
71662025-01-16T19:53:24.612Z Fresh dunce v1.0.5
71672025-01-16T19:53:24.612Z Fresh cipher v0.4.4
71682025-01-16T19:53:24.612Z Fresh unicode-bidi v0.3.17
71692025-01-16T19:53:24.612Z Fresh url v2.5.3
71702025-01-16T19:53:24.612Z Fresh time v0.3.36
71712025-01-16T19:53:24.612Z Fresh ring v0.17.8
71722025-01-16T19:53:24.612Z Fresh sha2 v0.10.8
71732025-01-16T19:53:24.612Z Fresh serde_tokenstream v0.2.2
71742025-01-16T19:53:24.612Z Fresh toml_datetime v0.6.8
71752025-01-16T19:53:24.612Z Fresh ahash v0.8.11
71762025-01-16T19:53:24.613Z Fresh serde_spanned v0.6.8
71772025-01-16T19:53:24.613Z Fresh rustls-pki-types v1.10.0
71782025-01-16T19:53:24.613Z Fresh base64ct v1.6.0
71792025-01-16T19:53:24.613Z Fresh hmac v0.12.1
71802025-01-16T19:53:24.613Z Fresh http-body v1.0.1
71812025-01-16T19:53:24.613Z Fresh aws-lc-sys v0.22.0
71822025-01-16T19:53:24.613Z Fresh untrusted v0.7.1
71832025-01-16T19:53:24.613Z Fresh mirai-annotations v1.12.0
71842025-01-16T19:53:24.613Z Fresh base64 v0.22.1
71852025-01-16T19:53:24.613Z Fresh try-lock v0.2.5
71862025-01-16T19:53:24.613Z Fresh httpdate v1.0.3
71872025-01-16T19:53:24.613Z Fresh gimli v0.31.1
71882025-01-16T19:53:24.613Z Fresh addr2line v0.24.2
71892025-01-16T19:53:24.613Z Fresh want v0.3.1
71902025-01-16T19:53:24.613Z Fresh aws-lc-rs v1.10.0
71912025-01-16T19:53:24.614Z Fresh h2 v0.4.6
71922025-01-16T19:53:24.614Z Fresh object v0.36.5
71932025-01-16T19:53:24.614Z Fresh rustc-demangle v0.1.24
71942025-01-16T19:53:24.614Z Fresh pem-rfc7468 v0.7.0
71952025-01-16T19:53:24.614Z Fresh rustls-webpki v0.102.8
71962025-01-16T19:53:24.614Z Fresh backtrace v0.3.74
71972025-01-16T19:53:24.614Z Fresh hyper v1.5.0
71982025-01-16T19:53:24.614Z Fresh tower-service v0.3.3
71992025-01-16T19:53:24.614Z Fresh async-trait v0.1.83
72002025-01-16T19:53:24.614Z Fresh anyhow v1.0.93
72012025-01-16T19:53:24.614Z Fresh hyper-util v0.1.10
72022025-01-16T19:53:24.614Z Fresh mime v0.3.17
72032025-01-16T19:53:24.614Z Fresh der_derive v0.7.3
72042025-01-16T19:53:24.614Z Fresh flagset v0.4.6
72052025-01-16T19:53:24.614Z Fresh pbkdf2 v0.12.2
72062025-01-16T19:53:24.614Z Fresh slog v2.7.0
72072025-01-16T19:53:24.614Z Fresh der v0.7.9
72082025-01-16T19:53:24.614Z Fresh http-body-util v0.1.2
72092025-01-16T19:53:24.614Z Fresh aes v0.8.4
72102025-01-16T19:53:24.614Z Fresh rustc_version v0.4.1
72112025-01-16T19:53:24.614Z Fresh ipnet v2.10.1
72122025-01-16T19:53:24.614Z Fresh rustls-pemfile v2.2.0
72132025-01-16T19:53:24.614Z Fresh salsa20 v0.10.2
72142025-01-16T19:53:24.617Z Fresh spki v0.7.3
72152025-01-16T19:53:24.617Z Fresh cbc v0.1.2
72162025-01-16T19:53:24.618Z Fresh foreign-types-shared v0.1.1
72172025-01-16T19:53:24.618Z Fresh openssl-probe v0.1.5
72182025-01-16T19:53:24.618Z Fresh scrypt v0.11.0
72192025-01-16T19:53:24.618Z Fresh openssl-sys v0.9.103
72202025-01-16T19:53:24.618Z Fresh foreign-types v0.3.2
72212025-01-16T19:53:24.618Z Fresh serde_urlencoded v0.7.1
72222025-01-16T19:53:24.618Z Fresh futures-executor v0.3.31
72232025-01-16T19:53:24.618Z Fresh openssl-macros v0.1.1
72242025-01-16T19:53:24.618Z Fresh encoding_rs v0.8.34
72252025-01-16T19:53:24.618Z Fresh openssl v0.10.66
72262025-01-16T19:53:24.618Z Fresh futures v0.3.31
72272025-01-16T19:53:24.618Z Fresh rustversion v1.0.17
72282025-01-16T19:53:24.618Z Fresh pkcs5 v0.7.1
72292025-01-16T19:53:24.618Z Fresh openapiv3 v2.0.0
72302025-01-16T19:53:24.618Z Fresh pkcs8 v0.10.2
72312025-01-16T19:53:24.618Z Fresh rustls v0.23.19
72322025-01-16T19:53:24.618Z Fresh data-encoding v2.6.0
72332025-01-16T19:53:24.618Z Fresh idna v0.3.0
72342025-01-16T19:53:24.618Z Fresh is-terminal v0.4.13
72352025-01-16T19:53:24.619Z Fresh native-tls v0.2.12
72362025-01-16T19:53:24.619Z Fresh tokio-rustls v0.26.0
72372025-01-16T19:53:24.619Z Fresh camino v1.1.9
72382025-01-16T19:53:24.619Z Fresh winnow v0.6.20
72392025-01-16T19:53:24.619Z Fresh utf8parse v0.2.2
72402025-01-16T19:53:24.619Z Fresh winnow v0.5.40
72412025-01-16T19:53:24.619Z Fresh psl-types v2.0.11
72422025-01-16T19:53:24.619Z Fresh tokio-native-tls v0.3.1
72432025-01-16T19:53:24.619Z Fresh cookie v0.18.1
72442025-01-16T19:53:24.619Z Fresh toml_edit v0.19.15
72452025-01-16T19:53:24.619Z Fresh publicsuffix v2.2.3
72462025-01-16T19:53:24.619Z Fresh webpki-roots v0.26.6
72472025-01-16T19:53:24.619Z Fresh idna v0.5.0
72482025-01-16T19:53:24.619Z Fresh sha1 v0.10.6
72492025-01-16T19:53:24.619Z Fresh unicode-width v0.1.14
72502025-01-16T19:53:24.619Z Fresh cookie_store v0.21.0
72512025-01-16T19:53:24.619Z Fresh hyper-tls v0.6.0
72522025-01-16T19:53:24.619Z Fresh hyper-rustls v0.27.3
72532025-01-16T19:53:24.619Z Fresh sync_wrapper v1.0.1
72542025-01-16T19:53:24.619Z Fresh dirs-sys-next v0.1.2
72552025-01-16T19:53:24.619Z Fresh heck v0.4.1
72562025-01-16T19:53:24.619Z Fresh ucd-trie v0.1.7
72572025-01-16T19:53:24.619Z Fresh anstyle v1.0.10
72582025-01-16T19:53:24.619Z Fresh siphasher v0.3.11
72592025-01-16T19:53:24.619Z Fresh pest v2.7.14
72602025-01-16T19:53:24.619Z Fresh reqwest v0.12.9
72612025-01-16T19:53:24.619Z Fresh dirs-next v2.0.0
72622025-01-16T19:53:24.619Z Fresh signature v2.2.0
72632025-01-16T19:53:24.619Z Fresh scroll_derive v0.12.0
72642025-01-16T19:53:24.619Z Fresh anstyle-parse v0.2.5
72652025-01-16T19:53:24.619Z Fresh toml_edit v0.22.22
72662025-01-16T19:53:24.619Z Fresh term v0.7.0
72672025-01-16T19:53:24.619Z Fresh pest_meta v2.7.14
72682025-01-16T19:53:24.619Z Fresh scroll v0.12.0
72692025-01-16T19:53:24.619Z Fresh plain v0.2.3
72702025-01-16T19:53:24.619Z Fresh unicode-segmentation v1.12.0
72712025-01-16T19:53:24.619Z Fresh colorchoice v1.0.2
72722025-01-16T19:53:24.619Z Fresh anstyle-query v1.1.1
72732025-01-16T19:53:24.619Z Fresh is_terminal_polyfill v1.70.1
72742025-01-16T19:53:24.620Z Fresh pest_generator v2.7.14
72752025-01-16T19:53:24.620Z Fresh anstream v0.6.15
72762025-01-16T19:53:24.620Z Fresh goblin v0.8.2
72772025-01-16T19:53:24.620Z Fresh terminal_size v0.4.0
72782025-01-16T19:53:24.620Z Fresh crc32fast v1.4.2
72792025-01-16T19:53:24.620Z Fresh pretty-hex v0.4.1
72802025-01-16T19:53:24.620Z Fresh clap_lex v0.7.2
72812025-01-16T19:53:24.620Z Fresh pest_derive v2.7.14
72822025-01-16T19:53:24.620Z Fresh base16ct v0.2.0
72832025-01-16T19:53:24.620Z Fresh clap_builder v4.5.21
72842025-01-16T19:53:24.620Z Fresh dof v0.3.0
72852025-01-16T19:53:24.620Z Fresh clap_derive v4.5.18
72862025-01-16T19:53:24.620Z Fresh num-integer v0.1.46
72872025-01-16T19:53:24.620Z Fresh ff v0.13.0
72882025-01-16T19:53:24.620Z Fresh sec1 v0.7.3
72892025-01-16T19:53:24.620Z Fresh dtrace-parser v0.2.0
72902025-01-16T19:53:24.620Z Fresh thread-id v4.2.2
72912025-01-16T19:53:24.620Z Fresh clap v4.5.21
72922025-01-16T19:53:24.620Z Fresh group v0.13.0
72932025-01-16T19:53:24.620Z Fresh hkdf v0.12.4
72942025-01-16T19:53:24.620Z Fresh crossbeam-epoch v0.9.18
72952025-01-16T19:53:24.620Z Fresh crypto-bigint v0.5.5
72962025-01-16T19:53:24.620Z Fresh usdt-impl v0.5.0
72972025-01-16T19:53:24.620Z Fresh bitflags v1.3.2
72982025-01-16T19:53:24.620Z Fresh utf-8 v0.7.6
72992025-01-16T19:53:24.620Z Fresh static_assertions v1.1.0
73002025-01-16T19:53:24.620Z Fresh elliptic-curve v0.13.8
73012025-01-16T19:53:24.620Z Fresh toml v0.8.19
73022025-01-16T19:53:24.620Z Fresh crossbeam-channel v0.5.13
73032025-01-16T19:53:24.620Z Fresh hex v0.4.3
73042025-01-16T19:53:24.620Z Fresh thread_local v1.1.8
73052025-01-16T19:53:24.621Z Fresh bit-vec v0.6.3
73062025-01-16T19:53:24.621Z Fresh usdt-macro v0.5.0
73072025-01-16T19:53:24.621Z Fresh usdt-attr-macro v0.5.0
73082025-01-16T19:53:24.621Z Fresh crossbeam-deque v0.8.5
73092025-01-16T19:53:24.621Z Fresh bit-set v0.5.3
73102025-01-16T19:53:24.621Z Fresh num-iter v0.1.45
73112025-01-16T19:53:24.621Z Fresh flate2 v1.0.34
73122025-01-16T19:53:24.621Z Fresh memmap v0.7.0
73132025-01-16T19:53:24.621Z Fresh match_cfg v0.1.0
73142025-01-16T19:53:24.625Z Fresh take_mut v0.2.2
73152025-01-16T19:53:24.625Z Fresh usdt v0.5.0
73162025-01-16T19:53:24.625Z Fresh rayon-core v1.12.1
73172025-01-16T19:53:24.625Z Fresh slog-term v2.9.1
73182025-01-16T19:53:24.625Z Fresh slog-async v2.8.0
73192025-01-16T19:53:24.625Z Fresh hostname v0.3.1
73202025-01-16T19:53:24.625Z Fresh phf_shared v0.11.2
73212025-01-16T19:53:24.625Z Fresh toml v0.7.8
73222025-01-16T19:53:24.625Z Fresh rfc6979 v0.4.0
73232025-01-16T19:53:24.625Z Fresh bstr v1.10.0
73242025-01-16T19:53:24.625Z Fresh curve25519-dalek-derive v0.1.1
73252025-01-16T19:53:24.625Z Fresh zerocopy-derive v0.6.6
73262025-01-16T19:53:24.625Z Fresh fixedbitset v0.4.2
73272025-01-16T19:53:24.625Z Fresh managed v0.8.0
73282025-01-16T19:53:24.625Z Fresh zerocopy v0.6.6
73292025-01-16T19:53:24.625Z Fresh ecdsa v0.16.9
73302025-01-16T19:53:24.625Z Fresh curve25519-dalek v4.1.3
73312025-01-16T19:53:24.625Z Fresh num-bigint-dig v0.8.4
73322025-01-16T19:53:24.626Z Fresh rustls v0.22.4
73332025-01-16T19:53:24.626Z Fresh petgraph v0.6.5
73342025-01-16T19:53:24.626Z Fresh phf_shared v0.10.0
73352025-01-16T19:53:24.626Z Fresh pkcs1 v0.7.5
73362025-01-16T19:53:24.626Z Fresh new_debug_unreachable v1.0.6
73372025-01-16T19:53:24.626Z Fresh precomputed-hash v0.1.1
73382025-01-16T19:53:24.626Z Fresh unicode-xid v0.2.6
73392025-01-16T19:53:24.626Z Fresh signal-hook v0.3.17
73402025-01-16T19:53:24.626Z Fresh rsa v0.9.6
73412025-01-16T19:53:24.626Z Fresh string_cache v0.8.7
73422025-01-16T19:53:24.626Z Fresh tokio-rustls v0.25.0
73432025-01-16T19:53:24.626Z Fresh ed25519 v2.2.3
73442025-01-16T19:53:24.626Z Fresh slog-json v2.6.1
73452025-01-16T19:53:24.626Z Fresh hubpack_derive v0.1.1
73462025-01-16T19:53:24.626Z Fresh async-stream-impl v0.3.6
73472025-01-16T19:53:24.626Z Fresh quick-error v1.2.3
73482025-01-16T19:53:24.626Z Fresh debug-ignore v1.0.5
73492025-01-16T19:53:24.626Z Fresh multer v3.1.0
73502025-01-16T19:53:24.626Z Fresh bzip2-sys v0.1.11+1.0.8
73512025-01-16T19:53:24.626Z Fresh ed25519-dalek v2.1.1
73522025-01-16T19:53:24.626Z Fresh async-stream v0.3.6
73532025-01-16T19:53:24.626Z Fresh hubpack v0.1.2
73542025-01-16T19:53:24.626Z Fresh slog-bunyan v2.5.0
73552025-01-16T19:53:24.626Z Fresh x509-cert v0.2.5
73562025-01-16T19:53:24.626Z Fresh idna v0.4.0
73572025-01-16T19:53:24.626Z Fresh waitgroup v0.1.2
73582025-01-16T19:53:24.627Z Fresh enum-as-inner v0.6.1
73592025-01-16T19:53:24.627Z Fresh serde_path_to_error v0.1.16
73602025-01-16T19:53:24.627Z Fresh hostname v0.4.0
73612025-01-16T19:53:24.627Z Fresh lalrpop-util v0.19.12
73622025-01-16T19:53:24.627Z Fresh hickory-proto v0.24.1
73632025-01-16T19:53:24.627Z Fresh bzip2 v0.4.4
73642025-01-16T19:53:24.627Z Fresh signal-hook-mio v0.2.4
73652025-01-16T19:53:24.627Z Fresh console v0.15.8
73662025-01-16T19:53:24.627Z Fresh dropshot_endpoint v0.12.0
73672025-01-16T19:53:24.627Z Fresh hash32 v0.2.1
73682025-01-16T19:53:24.627Z Fresh predicates-core v1.0.8
73692025-01-16T19:53:24.627Z Fresh linked-hash-map v0.5.6
73702025-01-16T19:53:24.627Z Fresh unicode-properties v0.1.3
73712025-01-16T19:53:24.627Z Fresh heapless v0.7.17
73722025-01-16T19:53:24.627Z Fresh newtype-uuid v1.2.1
73732025-01-16T19:53:24.627Z Fresh crossterm v0.28.1
73742025-01-16T19:53:24.627Z Fresh lru-cache v0.1.2
73752025-01-16T19:53:24.627Z Fresh dropshot v0.12.0
73762025-01-16T19:53:24.627Z Fresh stringprep v0.1.5
73772025-01-16T19:53:24.627Z Fresh similar v2.6.0
73782025-01-16T19:53:24.627Z Fresh rayon v1.10.0
73792025-01-16T19:53:24.627Z Fresh tokio-stream v0.1.16
73802025-01-16T19:53:24.628Z Fresh md-5 v0.10.6
73812025-01-16T19:53:24.628Z Fresh float-cmp v0.9.0
73822025-01-16T19:53:24.628Z Fresh normalize-line-endings v0.3.0
73832025-01-16T19:53:24.628Z Fresh difflib v0.4.0
73842025-01-16T19:53:24.628Z Fresh fallible-iterator v0.2.0
73852025-01-16T19:53:24.628Z Fresh smoltcp v0.9.1
73862025-01-16T19:53:24.628Z Fresh portable-atomic v1.9.0
73872025-01-16T19:53:24.628Z Fresh zip v0.6.6
73882025-01-16T19:53:24.628Z Fresh resolv-conf v0.7.0
73892025-01-16T19:53:24.628Z Fresh phf v0.11.2
73902025-01-16T19:53:24.628Z Fresh postgres-protocol v0.6.7
73912025-01-16T19:53:24.628Z Fresh predicates v3.1.2
73922025-01-16T19:53:24.628Z Fresh tungstenite v0.24.0
73932025-01-16T19:53:24.628Z Fresh strum_macros v0.25.3
73942025-01-16T19:53:24.628Z Fresh serde-big-array v0.5.1
73952025-01-16T19:53:24.628Z Fresh serde_repr v0.1.19
73962025-01-16T19:53:24.628Z Fresh number_prefix v0.4.0
73972025-01-16T19:53:24.628Z Fresh peg-runtime v0.8.3
73982025-01-16T19:53:24.628Z Fresh unicode-width v0.2.0
73992025-01-16T19:53:24.628Z Fresh tokio-tungstenite v0.24.0
74002025-01-16T19:53:24.628Z Fresh postgres-types v0.2.8
74012025-01-16T19:53:24.628Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
74022025-01-16T19:53:24.628Z Fresh hickory-resolver v0.24.1
74032025-01-16T19:53:24.628Z Fresh derive-where v1.2.7
74042025-01-16T19:53:24.628Z Fresh indicatif v0.17.9
74052025-01-16T19:53:24.628Z Fresh whoami v1.5.2
74062025-01-16T19:53:24.628Z Fresh fs-err v2.11.0
74072025-01-16T19:53:24.628Z Fresh qorb v0.2.1
74082025-01-16T19:53:24.628Z Fresh hashbrown v0.14.5
74092025-01-16T19:53:24.628Z Fresh ident_case v1.0.1
74102025-01-16T19:53:24.628Z Fresh unsafe-libyaml v0.2.11
74112025-01-16T19:53:24.628Z Fresh fastrand v2.1.1
74122025-01-16T19:53:24.628Z Fresh tokio-postgres v0.7.12
74132025-01-16T19:53:24.628Z Fresh regress v0.10.1
74142025-01-16T19:53:24.632Z Fresh darling_core v0.20.10
74152025-01-16T19:53:24.632Z Fresh serde_yaml v0.9.34+deprecated
74162025-01-16T19:53:24.632Z Fresh progenitor-client v0.9.1
74172025-01-16T19:53:24.632Z Fresh ipnetwork v0.20.0
74182025-01-16T19:53:24.632Z Fresh tempfile v3.13.0
74192025-01-16T19:53:24.632Z Fresh strum_macros v0.26.4
74202025-01-16T19:53:24.632Z Fresh darling_macro v0.20.10
74212025-01-16T19:53:24.632Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
74222025-01-16T19:53:24.632Z Fresh typify-impl v0.2.0
74232025-01-16T19:53:24.632Z Fresh strum v0.26.3
74242025-01-16T19:53:24.632Z Fresh macaddr v1.0.1
74252025-01-16T19:53:24.632Z Fresh progenitor-client v0.8.0
74262025-01-16T19:53:24.632Z Fresh diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
74272025-01-16T19:53:24.632Z Fresh darling v0.20.10
74282025-01-16T19:53:24.632Z Fresh typify-macro v0.2.0
74292025-01-16T19:53:24.632Z Fresh instant v0.1.13
74302025-01-16T19:53:24.632Z Fresh diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
74312025-01-16T19:53:24.632Z Fresh regress v0.9.1
74322025-01-16T19:53:24.632Z Fresh structmeta-derive v0.3.0
74332025-01-16T19:53:24.632Z Fresh serde_with_macros v3.11.0
74342025-01-16T19:53:24.632Z Fresh typify v0.2.0
74352025-01-16T19:53:24.632Z Fresh structmeta v0.3.0
74362025-01-16T19:53:24.632Z Fresh dropshot_endpoint v0.13.0
74372025-01-16T19:53:24.633Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
74382025-01-16T19:53:24.633Z Fresh serde_with v3.11.0
74392025-01-16T19:53:24.633Z Fresh progenitor-impl v0.8.0
74402025-01-16T19:53:24.633Z Fresh parse-display-derive v0.10.0
74412025-01-16T19:53:24.633Z Fresh dropshot v0.13.0
74422025-01-16T19:53:24.633Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
74432025-01-16T19:53:24.633Z Fresh backoff v0.4.0
74442025-01-16T19:53:24.633Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
74452025-01-16T19:53:24.633Z Fresh progenitor-macro v0.8.0
74462025-01-16T19:53:24.633Z Fresh parse-display v0.10.0
74472025-01-16T19:53:24.633Z Fresh wait-timeout v0.2.0
74482025-01-16T19:53:24.633Z Fresh rand_xorshift v0.3.0
74492025-01-16T19:53:24.633Z Fresh unarray v0.1.4
74502025-01-16T19:53:24.633Z Fresh structmeta-derive v0.2.0
74512025-01-16T19:53:24.633Z Fresh thiserror-impl v2.0.11
74522025-01-16T19:53:24.633Z Fresh progenitor v0.8.0
74532025-01-16T19:53:24.633Z Fresh rusty-fork v0.3.0
74542025-01-16T19:53:24.633Z Fresh structmeta v0.2.0
74552025-01-16T19:53:24.633Z Fresh camino-tempfile v1.1.1
74562025-01-16T19:53:24.633Z Fresh itertools v0.13.0
74572025-01-16T19:53:24.633Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
74582025-01-16T19:53:24.633Z Fresh proptest v1.5.0
74592025-01-16T19:53:24.633Z Fresh test-strategy v0.3.1
74602025-01-16T19:53:24.633Z Fresh thiserror v2.0.11
74612025-01-16T19:53:24.633Z Fresh proc-macro-crate v1.3.1
74622025-01-16T19:53:24.633Z Fresh proc-macro-error-attr v1.0.4
74632025-01-16T19:53:24.633Z Fresh num_enum_derive v0.5.11
74642025-01-16T19:53:24.633Z Fresh foreign-types-macros v0.2.3
74652025-01-16T19:53:24.633Z Fresh foreign-types-shared v0.3.1
74662025-01-16T19:53:24.633Z Fresh tabwriter v1.4.0
74672025-01-16T19:53:24.633Z Fresh proc-macro-error v1.0.4
74682025-01-16T19:53:24.633Z Fresh num_enum v0.5.11
74692025-01-16T19:53:24.633Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
74702025-01-16T19:53:24.633Z Fresh foreign-types v0.5.0
74712025-01-16T19:53:24.633Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
74722025-01-16T19:53:24.633Z Fresh cstr-argument v0.1.2
74732025-01-16T19:53:24.633Z Fresh pretty-hex v0.2.1
74742025-01-16T19:53:24.633Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
74752025-01-16T19:53:24.633Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
74762025-01-16T19:53:24.633Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
74772025-01-16T19:53:24.634Z Fresh colored v2.1.0
74782025-01-16T19:53:24.634Z Fresh smf v0.2.3
74792025-01-16T19:53:24.634Z Fresh typify-impl v0.3.0
74802025-01-16T19:53:24.634Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
74812025-01-16T19:53:24.634Z Fresh typify-macro v0.3.0
74822025-01-16T19:53:24.634Z Fresh zerocopy-derive v0.8.10
74832025-01-16T19:53:24.634Z Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
74842025-01-16T19:53:24.634Z Fresh hash32 v0.3.1
74852025-01-16T19:53:24.634Z Fresh typify v0.3.0
74862025-01-16T19:53:24.634Z Fresh crucible-workspace-hack v0.1.0
74872025-01-16T19:53:24.634Z Fresh zerocopy v0.8.10
74882025-01-16T19:53:24.634Z Fresh cobs v0.2.3
74892025-01-16T19:53:24.634Z Fresh termtree v0.4.1
74902025-01-16T19:53:24.634Z Fresh progenitor-impl v0.9.1
74912025-01-16T19:53:24.634Z Fresh ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
74922025-01-16T19:53:24.634Z Fresh heapless v0.8.0
74932025-01-16T19:53:24.634Z Fresh postcard v1.0.10
74942025-01-16T19:53:24.634Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74952025-01-16T19:53:24.634Z Fresh predicates-tree v1.0.11
74962025-01-16T19:53:24.634Z Fresh progenitor-macro v0.9.1
74972025-01-16T19:53:24.634Z Fresh smoltcp v0.11.0
74982025-01-16T19:53:24.634Z Fresh ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
74992025-01-16T19:53:24.634Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75002025-01-16T19:53:24.634Z Fresh sigpipe v0.1.3
75012025-01-16T19:53:24.634Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
75022025-01-16T19:53:24.634Z Fresh progenitor v0.9.1
75032025-01-16T19:53:24.634Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75042025-01-16T19:53:24.634Z Fresh zone_cfg_derive v0.3.0
75052025-01-16T19:53:24.634Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
75062025-01-16T19:53:24.634Z Fresh num-derive v0.4.2
75072025-01-16T19:53:24.634Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75082025-01-16T19:53:24.634Z Fresh mockall_derive v0.13.0
75092025-01-16T19:53:24.634Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
75102025-01-16T19:53:24.634Z Fresh fragile v2.0.0
75112025-01-16T19:53:24.634Z Fresh downcast v0.11.0
75122025-01-16T19:53:24.634Z Fresh zone v0.3.0
75132025-01-16T19:53:24.634Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
75142025-01-16T19:53:24.638Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75152025-01-16T19:53:24.638Z Fresh mockall v0.13.0
75162025-01-16T19:53:24.638Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
75172025-01-16T19:53:24.638Z Fresh convert_case v0.4.0
75182025-01-16T19:53:24.638Z Fresh base64 v0.21.7
75192025-01-16T19:53:24.638Z Fresh atomicwrites v0.4.4
75202025-01-16T19:53:24.638Z Fresh newline-converter v0.3.0
75212025-01-16T19:53:24.638Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75222025-01-16T19:53:24.638Z Fresh derive_more v0.99.18
75232025-01-16T19:53:24.638Z Fresh expectorate v1.1.0
75242025-01-16T19:53:24.638Z Fresh same-file v1.0.6
75252025-01-16T19:53:24.638Z Fresh tungstenite v0.21.0
75262025-01-16T19:53:24.638Z Fresh xattr v1.3.1
75272025-01-16T19:53:24.638Z Fresh filetime v0.2.25
75282025-01-16T19:53:24.638Z Fresh indent_write v2.2.0
75292025-01-16T19:53:24.638Z Fresh walkdir v2.5.0
75302025-01-16T19:53:24.638Z Fresh tokio-tungstenite v0.21.0
75312025-01-16T19:53:24.638Z Fresh tar v0.4.42
75322025-01-16T19:53:24.638Z Fresh password-hash v0.5.0
75332025-01-16T19:53:24.638Z Fresh blake2 v0.10.6
75342025-01-16T19:53:24.638Z Fresh argon2 v0.5.3
75352025-01-16T19:53:24.638Z Fresh num-rational v0.4.2
75362025-01-16T19:53:24.638Z Fresh libsw v3.3.1
75372025-01-16T19:53:24.638Z Fresh num-complex v0.4.6
75382025-01-16T19:53:24.638Z Fresh linear-map v1.2.0
75392025-01-16T19:53:24.638Z Fresh cancel-safe-futures v0.1.5
75402025-01-16T19:53:24.638Z Fresh owo-colors v4.1.0
75412025-01-16T19:53:24.638Z Fresh swrite v0.1.0
75422025-01-16T19:53:24.638Z Fresh num v0.4.3
75432025-01-16T19:53:24.638Z Fresh float-ord v0.3.2
75442025-01-16T19:53:24.639Z Fresh highway v1.2.0
75452025-01-16T19:53:24.639Z Fresh semver v0.1.20
75462025-01-16T19:53:24.639Z Fresh arc-swap v1.7.1
75472025-01-16T19:53:24.639Z Fresh humantime v2.1.0
75482025-01-16T19:53:24.639Z Fresh rustc_version v0.1.7
75492025-01-16T19:53:24.639Z Fresh pem v3.0.4
75502025-01-16T19:53:24.639Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
75512025-01-16T19:53:24.639Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
75522025-01-16T19:53:24.639Z Fresh slog-scope v4.4.0
75532025-01-16T19:53:24.639Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
75542025-01-16T19:53:24.639Z Fresh heck v0.3.3
75552025-01-16T19:53:24.639Z Fresh headers-core v0.3.0
75562025-01-16T19:53:24.639Z Fresh slog-stdlog v4.1.1
75572025-01-16T19:53:24.639Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
75582025-01-16T19:53:24.639Z Fresh zone_cfg_derive v0.1.2
75592025-01-16T19:53:24.639Z Fresh headers v0.4.0
75602025-01-16T19:53:24.639Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
75612025-01-16T19:53:24.639Z Fresh slog-envlogger v2.2.0
75622025-01-16T19:53:24.639Z Fresh newtype_derive v0.1.6
75632025-01-16T19:53:24.639Z Fresh lzma-sys v0.1.20
75642025-01-16T19:53:24.639Z Fresh base64 v0.13.1
75652025-01-16T19:53:24.639Z Fresh zone v0.1.8
75662025-01-16T19:53:24.639Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
75672025-01-16T19:53:24.639Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
75682025-01-16T19:53:24.639Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
75692025-01-16T19:53:24.639Z Fresh steno v0.4.1
75702025-01-16T19:53:24.639Z Fresh xz2 v0.1.7
75712025-01-16T19:53:24.639Z Fresh ron v0.7.1
75722025-01-16T19:53:24.639Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
75732025-01-16T19:53:24.639Z Fresh yasna v0.5.2
75742025-01-16T19:53:24.639Z Fresh subprocess v0.2.9
75752025-01-16T19:53:24.639Z Fresh half v2.4.1
75762025-01-16T19:53:24.639Z Fresh ciborium-io v0.2.2
75772025-01-16T19:53:24.639Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
75782025-01-16T19:53:24.639Z Fresh rcgen v0.12.1
75792025-01-16T19:53:24.639Z Fresh ciborium-ll v0.2.2
75802025-01-16T19:53:24.639Z Fresh display-error-chain v0.2.2
75812025-01-16T19:53:24.639Z Fresh ciborium v0.2.2
75822025-01-16T19:53:24.639Z Fresh keccak v0.1.5
75832025-01-16T19:53:24.640Z Fresh universal-hash v0.5.1
75842025-01-16T19:53:24.640Z Fresh opaque-debug v0.3.1
75852025-01-16T19:53:24.640Z Fresh sha3 v0.10.8
75862025-01-16T19:53:24.640Z Fresh arrayref v0.3.9
75872025-01-16T19:53:24.640Z Fresh arrayvec v0.7.6
75882025-01-16T19:53:24.640Z Fresh constant_time_eq v0.3.1
75892025-01-16T19:53:24.640Z Fresh secrecy v0.8.0
75902025-01-16T19:53:24.640Z Fresh slog-dtrace v0.3.0
75912025-01-16T19:53:24.640Z Fresh aead v0.5.2
75922025-01-16T19:53:24.640Z Fresh poly1305 v0.8.0
75932025-01-16T19:53:24.640Z Fresh chacha20 v0.9.1
75942025-01-16T19:53:24.640Z Fresh memmap2 v0.9.5
75952025-01-16T19:53:24.640Z Fresh topological-sort v0.2.2
75962025-01-16T19:53:24.640Z Fresh maplit v1.0.2
75972025-01-16T19:53:24.640Z Fresh toolchain_find v0.4.0
75982025-01-16T19:53:24.640Z Fresh thiserror-impl-no-std v2.0.2
75992025-01-16T19:53:24.640Z Fresh gethostname v0.5.0
76002025-01-16T19:53:24.640Z Fresh blake3 v1.5.4
76012025-01-16T19:53:24.640Z Fresh thiserror-no-std v2.0.2
76022025-01-16T19:53:24.640Z Fresh rustfmt-wrapper v0.2.1
76032025-01-16T19:53:24.640Z Fresh chacha20poly1305 v0.10.1
76042025-01-16T19:53:24.640Z Fresh termcolor v1.4.1
76052025-01-16T19:53:24.640Z Fresh omicron-zone-package v0.12.0
76062025-01-16T19:53:24.640Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
76072025-01-16T19:53:24.640Z Fresh vsss-rs v3.3.4
76082025-01-16T19:53:24.640Z Fresh tap v1.0.1
76092025-01-16T19:53:24.640Z Fresh nibble_vec v0.1.0
76102025-01-16T19:53:24.640Z Fresh wyz v0.5.1
76112025-01-16T19:53:24.640Z Fresh funty v2.0.0
76122025-01-16T19:53:24.640Z Fresh endian-type v0.1.2
76132025-01-16T19:53:24.640Z Fresh crc-catalog v2.4.0
76142025-01-16T19:53:24.644Z Fresh radium v0.7.0
76152025-01-16T19:53:24.644Z Fresh radix_trie v0.2.1
76162025-01-16T19:53:24.644Z Fresh crc v3.2.1
76172025-01-16T19:53:24.644Z Fresh maybe-uninit v2.0.0
76182025-01-16T19:53:24.644Z Fresh dsl_auto_type v0.1.2
76192025-01-16T19:53:24.644Z Fresh bitvec v1.0.1
76202025-01-16T19:53:24.644Z Fresh packed_struct_codegen v0.10.1
76212025-01-16T19:53:24.644Z Fresh scheduled-thread-pool v0.2.7
76222025-01-16T19:53:24.644Z Fresh diesel_table_macro_syntax v0.2.0
76232025-01-16T19:53:24.644Z Fresh nodrop v0.1.14
76242025-01-16T19:53:24.644Z Fresh diesel_derives v2.2.3
76252025-01-16T19:53:24.644Z Fresh packed_struct v0.10.1
76262025-01-16T19:53:24.644Z Fresh r2d2 v0.8.10
76272025-01-16T19:53:24.644Z Fresh smallvec v0.6.14
76282025-01-16T19:53:24.644Z Fresh array-init v0.0.4
76292025-01-16T19:53:24.644Z Fresh const_format_proc_macros v0.2.33
76302025-01-16T19:53:24.644Z Fresh async-recursion v1.1.1
76312025-01-16T19:53:24.644Z Fresh bumpalo v3.16.0
76322025-01-16T19:53:24.644Z Fresh lockfree-object-pool v0.1.6
76332025-01-16T19:53:24.644Z Fresh bitfield v0.14.0
76342025-01-16T19:53:24.644Z Fresh diff v0.1.13
76352025-01-16T19:53:24.644Z Fresh simd-adler32 v0.3.7
76362025-01-16T19:53:24.644Z Fresh hashbrown v0.12.3
76372025-01-16T19:53:24.644Z Fresh const_format v0.2.33
76382025-01-16T19:53:24.644Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
76392025-01-16T19:53:24.644Z Fresh serde-hex v0.1.0
76402025-01-16T19:53:24.644Z Fresh zopfli v0.8.1
76412025-01-16T19:53:24.644Z Fresh indexmap v1.9.3
76422025-01-16T19:53:24.644Z Fresh crunchy v0.2.2
76432025-01-16T19:53:24.644Z Fresh diesel v2.2.6
76442025-01-16T19:53:24.645Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
76452025-01-16T19:53:24.645Z Fresh env_logger v0.10.2
76462025-01-16T19:53:24.645Z Fresh ron v0.8.1
76472025-01-16T19:53:24.645Z Fresh hashbrown v0.13.2
76482025-01-16T19:53:24.645Z Fresh crc-any v2.5.0
76492025-01-16T19:53:24.645Z Fresh zip v2.1.3
76502025-01-16T19:53:24.645Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
76512025-01-16T19:53:24.645Z Fresh object v0.30.4
76522025-01-16T19:53:24.645Z Fresh tiny-keccak v2.0.2
76532025-01-16T19:53:24.645Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
76542025-01-16T19:53:24.645Z Fresh ascii-canvas v3.0.0
76552025-01-16T19:53:24.645Z Fresh bitfield-struct v0.6.2
76562025-01-16T19:53:24.645Z Fresh ref-cast-impl v1.0.23
76572025-01-16T19:53:24.645Z Fresh ena v0.14.3
76582025-01-16T19:53:24.645Z Fresh regex-syntax v0.6.29
76592025-01-16T19:53:24.645Z Fresh path-slash v0.1.5
76602025-01-16T19:53:24.645Z Fresh libefi-sys v0.1.0
76612025-01-16T19:53:24.645Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
76622025-01-16T19:53:24.645Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
76632025-01-16T19:53:24.645Z Fresh ref-cast v1.0.23
76642025-01-16T19:53:24.645Z Fresh lalrpop v0.19.12
76652025-01-16T19:53:24.645Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
76662025-01-16T19:53:24.645Z Fresh fxhash v0.2.1
76672025-01-16T19:53:24.645Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
76682025-01-16T19:53:24.645Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
76692025-01-16T19:53:24.645Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
76702025-01-16T19:53:24.645Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
76712025-01-16T19:53:24.645Z Fresh derive_builder_core v0.20.2
76722025-01-16T19:53:24.645Z Fresh derive_builder_macro v0.20.2
76732025-01-16T19:53:24.645Z Fresh strum_macros v0.24.3
76742025-01-16T19:53:24.645Z Fresh kstat-rs v0.2.4
76752025-01-16T19:53:24.645Z Fresh indoc v1.0.9
76762025-01-16T19:53:24.645Z Fresh libxml v0.3.3
76772025-01-16T19:53:24.645Z Fresh derive_builder v0.20.2
76782025-01-16T19:53:24.645Z Fresh polar-core v0.27.3
76792025-01-16T19:53:24.645Z Fresh phf_generator v0.11.2
76802025-01-16T19:53:24.645Z Fresh primeorder v0.13.6
76812025-01-16T19:53:24.645Z Fresh impl-trait-for-tuples v0.2.2
76822025-01-16T19:53:24.645Z Fresh oso-derive v0.27.3
76832025-01-16T19:53:24.646Z Fresh quick-xml v0.33.0
76842025-01-16T19:53:24.646Z Fresh vte_generate_state_changes v0.1.2
76852025-01-16T19:53:24.646Z Fresh phf_codegen v0.11.2
76862025-01-16T19:53:24.646Z Fresh samael v0.0.17
76872025-01-16T19:53:24.646Z Fresh oso v0.27.3
76882025-01-16T19:53:24.646Z Fresh vte v0.11.1
76892025-01-16T19:53:24.646Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
76902025-01-16T19:53:24.646Z Fresh fd-lock v4.0.2
76912025-01-16T19:53:24.646Z Fresh parse-zoneinfo v0.3.1
76922025-01-16T19:53:24.646Z Fresh cfg_aliases v0.1.1
76932025-01-16T19:53:24.646Z Fresh chrono-tz-build v0.4.0
76942025-01-16T19:53:24.646Z Fresh unicase v2.7.0
76952025-01-16T19:53:24.646Z Fresh strip-ansi-escapes v0.2.0
76962025-01-16T19:53:24.646Z Fresh parking_lot_core v0.8.6
76972025-01-16T19:53:24.646Z Fresh bb8 v0.8.5
76982025-01-16T19:53:24.647Z Fresh itertools v0.12.1
76992025-01-16T19:53:24.647Z Fresh nu-ansi-term v0.50.1
77002025-01-16T19:53:24.647Z Fresh async-bb8-diesel v0.2.1
77012025-01-16T19:53:24.647Z Fresh reedline v0.35.0
77022025-01-16T19:53:24.647Z Fresh diesel-dtrace v0.4.2
77032025-01-16T19:53:24.647Z Fresh parking_lot v0.11.2
77042025-01-16T19:53:24.647Z Fresh p384 v0.13.0
77052025-01-16T19:53:24.647Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
77062025-01-16T19:53:24.647Z Fresh bytecount v0.6.8
77072025-01-16T19:53:24.647Z Fresh http-range v0.1.5
77082025-01-16T19:53:24.647Z Fresh papergrid v0.11.0
77092025-01-16T19:53:24.647Z Fresh salty v0.3.0
77102025-01-16T19:53:24.647Z Fresh buf-list v1.0.3
77112025-01-16T19:53:24.647Z Fresh sled v0.34.7
77122025-01-16T19:53:24.647Z Fresh nix v0.28.0
77132025-01-16T19:53:24.647Z Fresh hickory-client v0.24.1
77142025-01-16T19:53:24.650Z Fresh tabled_derive v0.7.0
77152025-01-16T19:53:24.650Z Fresh peg-macros v0.8.4
77162025-01-16T19:53:24.650Z Fresh hickory-server v0.24.1
77172025-01-16T19:53:24.650Z Fresh nanorand v0.7.0
77182025-01-16T19:53:24.650Z Fresh sqlparser_derive v0.2.2
77192025-01-16T19:53:24.650Z Fresh atty v0.2.14
77202025-01-16T19:53:24.650Z Fresh env_filter v0.1.2
77212025-01-16T19:53:24.651Z Fresh unicode_categories v0.1.1
77222025-01-16T19:53:24.651Z Fresh sqlformat v0.2.6
77232025-01-16T19:53:24.651Z Fresh sqlparser v0.45.0
77242025-01-16T19:53:24.651Z Fresh flume v0.11.1
77252025-01-16T19:53:24.651Z Fresh env_logger v0.11.5
77262025-01-16T19:53:24.651Z Fresh rustyline v14.0.0
77272025-01-16T19:53:24.651Z Fresh tabled v0.15.0
77282025-01-16T19:53:24.651Z Fresh peg v0.8.4
77292025-01-16T19:53:24.651Z Fresh chrono-tz v0.10.0
77302025-01-16T19:53:24.651Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
77312025-01-16T19:53:24.651Z Fresh mime_guess v2.0.5
77322025-01-16T19:53:24.651Z Fresh bcs v0.1.6
77332025-01-16T19:53:24.651Z Fresh pin-project-internal v1.1.6
77342025-01-16T19:53:24.651Z Fresh pin-project v1.1.6
77352025-01-16T19:53:24.651Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
77362025-01-16T19:53:24.651Z Fresh hyper-staticfile v0.10.1
77372025-01-16T19:53:24.651Z Fresh memoffset v0.9.1
77382025-01-16T19:53:24.651Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
77392025-01-16T19:53:24.651Z Fresh nix v0.27.1
77402025-01-16T19:53:24.651Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
77412025-01-16T19:53:24.651Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
77422025-01-16T19:53:24.651Z Fresh tungstenite v0.23.0
77432025-01-16T19:53:24.651Z Fresh snafu-derive v0.8.5
77442025-01-16T19:53:24.651Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
77452025-01-16T19:53:24.651Z Fresh concurrent-queue v2.5.0
77462025-01-16T19:53:24.651Z Fresh parking v2.2.1
77472025-01-16T19:53:24.651Z Fresh tokio-tungstenite v0.23.1
77482025-01-16T19:53:24.651Z Fresh snafu v0.8.5
77492025-01-16T19:53:24.651Z Fresh signal-hook-tokio v0.3.1
77502025-01-16T19:53:24.651Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
77512025-01-16T19:53:24.651Z Fresh globset v0.4.15
77522025-01-16T19:53:24.651Z Fresh olpc-cjson v0.1.4
77532025-01-16T19:53:24.651Z Fresh cargo-platform v0.1.8
77542025-01-16T19:53:24.651Z Fresh serde_plain v1.0.2
77552025-01-16T19:53:24.651Z Fresh typed-path v0.9.3
77562025-01-16T19:53:24.651Z Fresh tough v0.19.0
77572025-01-16T19:53:24.651Z Fresh cargo_metadata v0.18.1
77582025-01-16T19:53:24.651Z Fresh rand_seeder v0.3.0
77592025-01-16T19:53:24.651Z Fresh parse-size v1.1.0
77602025-01-16T19:53:24.652Z Fresh event-listener v5.3.1
77612025-01-16T19:53:24.652Z Fresh futures-lite v2.3.0
77622025-01-16T19:53:24.652Z Fresh event-listener-strategy v0.5.2
77632025-01-16T19:53:24.652Z Fresh castaway v0.2.3
77642025-01-16T19:53:24.652Z Fresh unicode-truncate v1.1.0
77652025-01-16T19:53:24.652Z Fresh lru v0.12.5
77662025-01-16T19:53:24.652Z Fresh libz-sys v1.1.20
77672025-01-16T19:53:24.652Z Fresh compact_str v0.8.0
77682025-01-16T19:53:24.652Z Fresh instability v0.3.2
77692025-01-16T19:53:24.652Z Fresh csv-core v0.1.11
77702025-01-16T19:53:24.652Z Fresh is_ci v1.2.0
77712025-01-16T19:53:24.652Z Fresh cassowary v0.3.0
77722025-01-16T19:53:24.652Z Fresh async-lock v3.4.0
77732025-01-16T19:53:24.652Z Fresh libgit2-sys v0.17.0+1.8.1
77742025-01-16T19:53:24.652Z Fresh supports-color v3.0.1
77752025-01-16T19:53:24.653Z Fresh csv v1.3.0
77762025-01-16T19:53:24.653Z Fresh ratatui v0.28.1
77772025-01-16T19:53:24.653Z Fresh polyval v0.6.2
77782025-01-16T19:53:24.653Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
77792025-01-16T19:53:24.653Z Fresh polling v3.7.3
77802025-01-16T19:53:24.653Z Fresh git2 v0.19.0
77812025-01-16T19:53:24.653Z Fresh ghash v0.5.1
77822025-01-16T19:53:24.653Z Fresh ctr v0.9.2
77832025-01-16T19:53:24.653Z Fresh async-io v2.3.4
77842025-01-16T19:53:24.653Z Fresh shell-words v1.1.0
77852025-01-16T19:53:24.653Z Fresh assert_matches v1.5.0
77862025-01-16T19:53:24.653Z Fresh plotters-backend v0.3.7
77872025-01-16T19:53:24.653Z Fresh async-task v4.7.1
77882025-01-16T19:53:24.653Z Fresh cfg_aliases v0.2.1
77892025-01-16T19:53:24.653Z Fresh vergen v8.3.2
77902025-01-16T19:53:24.653Z Fresh plotters-svg v0.3.7
77912025-01-16T19:53:24.654Z Fresh aes-gcm v0.10.3
77922025-01-16T19:53:24.654Z Fresh async-channel v2.3.1
77932025-01-16T19:53:24.654Z Fresh piper v0.2.4
77942025-01-16T19:53:24.654Z Fresh ssh-encoding v0.2.0
77952025-01-16T19:53:24.654Z Fresh rustls-webpki v0.101.7
77962025-01-16T19:53:24.654Z Fresh sct v0.7.1
77972025-01-16T19:53:24.654Z Fresh blowfish v0.9.1
77982025-01-16T19:53:24.654Z Fresh rtoolbox v0.0.2
77992025-01-16T19:53:24.654Z Fresh unicode-linebreak v0.1.5
78002025-01-16T19:53:24.654Z Fresh smawk v0.3.2
78012025-01-16T19:53:24.654Z Fresh cast v0.3.0
78022025-01-16T19:53:24.654Z Fresh criterion-plot v0.5.0
78032025-01-16T19:53:24.654Z Fresh rustls v0.21.12
78042025-01-16T19:53:24.654Z Fresh rpassword v7.3.1
78052025-01-16T19:53:24.654Z Fresh textwrap v0.16.1
78062025-01-16T19:53:24.654Z Fresh bcrypt-pbkdf v0.10.0
78072025-01-16T19:53:24.654Z Fresh blocking v1.6.1
78082025-01-16T19:53:24.654Z Fresh ssh-cipher v0.2.0
78092025-01-16T19:53:24.654Z Fresh libsqlite3-sys v0.30.1
78102025-01-16T19:53:24.654Z Fresh plotters v0.3.7
78112025-01-16T19:53:24.654Z Fresh async-signal v0.2.10
78122025-01-16T19:53:24.654Z Fresh async-executor v1.13.1
78132025-01-16T19:53:24.654Z Fresh tui-tree-widget v0.22.0
78142025-01-16T19:53:24.657Z Fresh hashlink v0.9.1
78152025-01-16T19:53:24.658Z Fresh password-hash v0.4.2
78162025-01-16T19:53:24.658Z Fresh tinytemplate v1.2.1
78172025-01-16T19:53:24.658Z Fresh matches v0.1.10
78182025-01-16T19:53:24.658Z Fresh fallible-iterator v0.3.0
78192025-01-16T19:53:24.658Z Fresh yansi v1.0.1
78202025-01-16T19:53:24.658Z Fresh fallible-streaming-iterator v0.1.9
78212025-01-16T19:53:24.658Z Fresh hex-literal v0.4.1
78222025-01-16T19:53:24.658Z Fresh event-listener v2.5.3
78232025-01-16T19:53:24.658Z Fresh oorandom v11.1.4
78242025-01-16T19:53:24.658Z Fresh anes v0.1.6
78252025-01-16T19:53:24.658Z Fresh idna v0.2.3
78262025-01-16T19:53:24.658Z Fresh async-channel v1.9.0
78272025-01-16T19:53:24.658Z Fresh rusqlite v0.32.1
78282025-01-16T19:53:24.658Z Fresh criterion v0.5.1
78292025-01-16T19:53:24.658Z Fresh pretty_assertions v1.4.1
78302025-01-16T19:53:24.658Z Fresh pbkdf2 v0.11.0
78312025-01-16T19:53:24.658Z Fresh async-global-executor v2.4.1
78322025-01-16T19:53:24.658Z Fresh async-process v2.3.0
78332025-01-16T19:53:24.658Z Fresh nix v0.29.0
78342025-01-16T19:53:24.658Z Fresh ssh-key v0.6.6
78352025-01-16T19:53:24.658Z Fresh target-lexicon v0.12.16
78362025-01-16T19:53:24.658Z Fresh tokio-rustls v0.24.1
78372025-01-16T19:53:24.658Z Fresh p256 v0.13.2
78382025-01-16T19:53:24.658Z Fresh p521 v0.13.3
78392025-01-16T19:53:24.658Z Fresh rustls-pemfile v1.0.4
78402025-01-16T19:53:24.659Z Fresh twox-hash v1.6.3
78412025-01-16T19:53:24.659Z Fresh enum-as-inner v0.5.1
78422025-01-16T19:53:24.659Z Fresh async-attributes v1.1.2
78432025-01-16T19:53:24.659Z Fresh kv-log-macro v1.0.7
78442025-01-16T19:53:24.659Z Fresh num_cpus v1.16.0
78452025-01-16T19:53:24.659Z Fresh russh-cryptovec v0.7.3
78462025-01-16T19:53:24.659Z Fresh futures-timer v3.0.3
78472025-01-16T19:53:24.659Z Fresh md5 v0.7.0
78482025-01-16T19:53:24.659Z Fresh threadpool v1.8.1
78492025-01-16T19:53:24.659Z Fresh async-std v1.13.0
78502025-01-16T19:53:24.659Z Fresh russh-keys v0.45.0
78512025-01-16T19:53:24.659Z Fresh trust-dns-proto v0.22.0
78522025-01-16T19:53:24.659Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
78532025-01-16T19:53:24.659Z Fresh cfg-expr v0.17.0
78542025-01-16T19:53:24.659Z Fresh guppy-workspace-hack v0.1.0
78552025-01-16T19:53:24.659Z Fresh doc-comment v0.3.3
78562025-01-16T19:53:24.659Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
78572025-01-16T19:53:24.659Z Fresh httptest v0.16.1
78582025-01-16T19:53:24.659Z Fresh fatfs v0.3.6
78592025-01-16T19:53:24.659Z Fresh num-bigint v0.4.6
78602025-01-16T19:53:24.659Z Fresh proc-macro-crate v3.2.0
78612025-01-16T19:53:24.659Z Fresh rustls-native-certs v0.7.3
78622025-01-16T19:53:24.659Z Fresh des v0.8.1
78632025-01-16T19:53:24.659Z Fresh relative-path v1.9.3
78642025-01-16T19:53:24.659Z Fresh dhcproto-macros v0.1.0
78652025-01-16T19:53:24.659Z Fresh escape8259 v0.5.3
78662025-01-16T19:53:24.659Z Fresh hyper-rustls v0.26.0
78672025-01-16T19:53:24.659Z Fresh petname v2.0.2
78682025-01-16T19:53:24.659Z Fresh libtest-mimic v0.7.3
78692025-01-16T19:53:24.659Z Fresh dhcproto v0.12.0
78702025-01-16T19:53:24.659Z Fresh russh v0.45.0
78712025-01-16T19:53:24.660Z Fresh rstest_macros v0.23.0
78722025-01-16T19:53:24.660Z Fresh assert_cmd v2.0.16
78732025-01-16T19:53:24.660Z Fresh target-spec v3.2.2
78742025-01-16T19:53:24.660Z Fresh async-object-pool v0.1.5
78752025-01-16T19:53:24.660Z Fresh target-triple v0.1.3
78762025-01-16T19:53:24.660Z Fresh blake2b_simd v1.0.2
78772025-01-16T19:53:24.660Z Fresh fancy-regex v0.13.0
78782025-01-16T19:53:24.660Z Fresh pathdiff v0.2.2
78792025-01-16T19:53:24.660Z Fresh assert-json-diff v2.0.2
78802025-01-16T19:53:24.660Z Fresh serde_regex v1.1.0
78812025-01-16T19:53:24.660Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
78822025-01-16T19:53:24.660Z Fresh uzers v0.12.1
78832025-01-16T19:53:24.660Z Fresh path-tree v0.8.1
78842025-01-16T19:53:24.660Z Fresh internet-checksum v0.2.1
78852025-01-16T19:53:24.660Z Fresh stringmetrics v2.2.2
78862025-01-16T19:53:24.660Z Fresh nested v0.1.1
78872025-01-16T19:53:24.660Z Fresh sync-ptr v0.1.1
78882025-01-16T19:53:24.660Z Fresh rust-argon2 v2.1.0
78892025-01-16T19:53:24.661Z Fresh datatest-stable v0.2.9
78902025-01-16T19:53:24.661Z Fresh httpmock v0.8.0-alpha.1
78912025-01-16T19:53:24.661Z Fresh guppy v0.17.8
78922025-01-16T19:53:24.661Z Fresh rstest v0.23.0
78932025-01-16T19:53:24.661Z Fresh trybuild v1.0.101
78942025-01-16T19:53:24.661Z Fresh partial-io v0.5.4
78952025-01-16T19:53:24.661Z Fresh similar-asserts v1.6.0
78962025-01-16T19:53:24.661Z Fresh rand_distr v0.4.3
78972025-01-16T19:53:24.661Z Fresh approx v0.5.1
78982025-01-16T19:53:24.661Z Fresh indoc v2.0.5
78992025-01-16T19:53:24.661Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
79002025-01-16T19:53:24.661Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
79012025-01-16T19:53:24.661Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
79022025-01-16T19:53:24.661Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
79032025-01-16T19:53:24.661Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
79042025-01-16T19:53:24.661Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
79052025-01-16T19:53:24.661Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
79062025-01-16T19:53:24.662Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
79072025-01-16T19:53:24.662Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
79082025-01-16T19:53:24.662Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
79092025-01-16T19:53:24.662Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
79102025-01-16T19:53:24.662Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
79112025-01-16T19:53:24.662Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
79122025-01-16T19:53:24.662Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
79132025-01-16T19:53:24.662Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
79142025-01-16T19:53:24.669Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
79152025-01-16T19:53:24.669Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
79162025-01-16T19:53:24.669Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
79172025-01-16T19:53:24.669Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
79182025-01-16T19:53:24.669Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
79192025-01-16T19:53:24.669Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
79202025-01-16T19:53:24.669Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
79212025-01-16T19:53:24.669Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
79222025-01-16T19:53:24.669Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
79232025-01-16T19:53:24.669Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
79242025-01-16T19:53:24.669Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
79252025-01-16T19:53:24.669Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
79262025-01-16T19:53:24.669Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
79272025-01-16T19:53:24.669Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
79282025-01-16T19:53:24.669Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
79292025-01-16T19:53:24.669Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
79302025-01-16T19:53:24.670Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
79312025-01-16T19:53:24.670Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
79322025-01-16T19:53:24.670Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
79332025-01-16T19:53:24.670Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
79342025-01-16T19:53:24.670Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
79352025-01-16T19:53:24.670Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
79362025-01-16T19:53:24.670Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
79372025-01-16T19:53:24.670Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
79382025-01-16T19:53:24.670Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
79392025-01-16T19:53:24.670Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
79402025-01-16T19:53:24.670Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
79412025-01-16T19:53:24.670Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
79422025-01-16T19:53:24.670Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
79432025-01-16T19:53:24.670Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
79442025-01-16T19:53:24.670Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
79452025-01-16T19:53:24.670Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
79462025-01-16T19:53:24.670Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
79472025-01-16T19:53:24.670Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
79482025-01-16T19:53:24.670Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
79492025-01-16T19:53:24.670Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
79502025-01-16T19:53:24.670Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
79512025-01-16T19:53:24.670Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
79522025-01-16T19:53:24.670Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
79532025-01-16T19:53:24.670Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
79542025-01-16T19:53:24.670Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
79552025-01-16T19:53:24.670Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
79562025-01-16T19:53:24.670Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
79572025-01-16T19:53:24.670Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
79582025-01-16T19:53:24.670Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
79592025-01-16T19:53:24.670Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
79602025-01-16T19:53:24.670Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
79612025-01-16T19:53:24.670Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
79622025-01-16T19:53:24.670Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
79632025-01-16T19:53:24.670Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
79642025-01-16T19:53:24.670Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
79652025-01-16T19:53:24.671Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
79662025-01-16T19:53:24.671Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
79672025-01-16T19:53:24.671Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
79682025-01-16T19:53:24.671Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
79692025-01-16T19:53:24.671Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
79702025-01-16T19:53:24.671Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
79712025-01-16T19:53:24.671Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
79722025-01-16T19:53:24.671Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
79732025-01-16T19:53:24.671Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
79742025-01-16T19:53:24.671Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
79752025-01-16T19:53:24.671Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
79762025-01-16T19:53:24.671Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
79772025-01-16T19:53:24.671Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
79782025-01-16T19:53:24.671Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
79792025-01-16T19:53:24.671Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
79802025-01-16T19:53:24.671Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
79812025-01-16T19:53:24.671Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
79822025-01-16T19:53:24.671Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
79832025-01-16T19:53:24.671Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
79842025-01-16T19:53:24.671Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
79852025-01-16T19:53:24.671Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
79862025-01-16T19:53:24.672Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
79872025-01-16T19:53:24.672Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
79882025-01-16T19:53:24.672Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
79892025-01-16T19:53:24.672Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
79902025-01-16T19:53:24.672Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
79912025-01-16T19:53:24.672Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
79922025-01-16T19:53:24.672Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
79932025-01-16T19:53:24.672Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
79942025-01-16T19:53:24.672Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
79952025-01-16T19:53:24.672Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
79962025-01-16T19:53:24.672Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
79972025-01-16T19:53:24.672Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
79982025-01-16T19:53:24.672Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
79992025-01-16T19:53:24.672Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
80002025-01-16T19:53:24.672Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
80012025-01-16T19:53:24.672Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
80022025-01-16T19:53:24.672Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
80032025-01-16T19:53:24.672Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
80042025-01-16T19:53:24.672Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
80052025-01-16T19:53:24.672Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
80062025-01-16T19:53:24.672Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
80072025-01-16T19:53:24.672Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
80082025-01-16T19:53:24.672Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
80092025-01-16T19:53:24.672Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
80102025-01-16T19:53:24.672Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
80112025-01-16T19:53:24.672Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
80122025-01-16T19:53:24.672Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
80132025-01-16T19:53:24.672Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
80142025-01-16T19:53:24.676Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
80152025-01-16T19:53:24.676Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
80162025-01-16T19:53:24.676Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.08s
80172025-01-16T19:53:24.743Z Doc-tests api_identity
80182025-01-16T19:53:24.746Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-cf6e727a155ddc39.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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`
80192025-01-16T19:53:25.037Z
80202025-01-16T19:53:25.037Zrunning 0 tests
80212025-01-16T19:53:25.037Z
80222025-01-16T19:53:25.040Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80232025-01-16T19:53:25.040Z
80242025-01-16T19:53:25.049Z Doc-tests authz_macros
80252025-01-16T19:53:25.052Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-a8f892113fca4362.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-ee95e599aeabae68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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`
80262025-01-16T19:53:25.193Z
80272025-01-16T19:53:25.193Zrunning 7 tests
80282025-01-16T19:53:25.195Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
80292025-01-16T19:53:25.195Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
80302025-01-16T19:53:25.195Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
80312025-01-16T19:53:25.195Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
80322025-01-16T19:53:25.195Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
80332025-01-16T19:53:25.195Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
80342025-01-16T19:53:25.195Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
80352025-01-16T19:53:25.196Z
80362025-01-16T19:53:25.196Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
80372025-01-16T19:53:25.196Z
80382025-01-16T19:53:25.205Z Doc-tests bootstore
80392025-01-16T19:53:25.209Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-f7b0236d3ba61eae.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0760f0e51ba835cf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-71f4b81d8b10716d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4762d669c6b046d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2a77d15aee24f768.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.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`
80402025-01-16T19:53:26.042Z
80412025-01-16T19:53:26.042Zrunning 0 tests
80422025-01-16T19:53:26.042Z
80432025-01-16T19:53:26.042Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80442025-01-16T19:53:26.042Z
80452025-01-16T19:53:26.073Z Doc-tests bootstrap_agent_api
80462025-01-16T19:53:26.076Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-3cdff972182e0da3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80472025-01-16T19:53:26.436Z
80482025-01-16T19:53:26.436Zrunning 2 tests
80492025-01-16T19:53:26.439Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
80502025-01-16T19:53:26.439Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
80512025-01-16T19:53:26.439Z
80522025-01-16T19:53:26.439Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
80532025-01-16T19:53:26.439Z
80542025-01-16T19:53:26.463Z Doc-tests bootstrap_agent_client
80552025-01-16T19:53:26.466Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-aa6ff9cce06ce90c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80562025-01-16T19:53:27.289Z
80572025-01-16T19:53:27.290Zrunning 0 tests
80582025-01-16T19:53:27.290Z
80592025-01-16T19:53:27.290Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80602025-01-16T19:53:27.290Z
80612025-01-16T19:53:27.327Z Doc-tests clickana
80622025-01-16T19:53:27.329Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-0c3370f55a806394.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-01a3e98e13b714e5.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-248815caac7a5611.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80632025-01-16T19:53:27.717Z
80642025-01-16T19:53:27.717Zrunning 0 tests
80652025-01-16T19:53:27.717Z
80662025-01-16T19:53:27.717Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80672025-01-16T19:53:27.717Z
80682025-01-16T19:53:27.742Z Doc-tests clickhouse_admin_api
80692025-01-16T19:53:27.745Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-c11d91d9425fe69b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80702025-01-16T19:53:27.983Z
80712025-01-16T19:53:27.983Zrunning 6 tests
80722025-01-16T19:53:27.986Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 36) ... ignored
80732025-01-16T19:53:27.986Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 42) ... ignored
80742025-01-16T19:53:27.986Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 105) ... ignored
80752025-01-16T19:53:27.986Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 111) ... ignored
80762025-01-16T19:53:27.986Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 161) ... ignored
80772025-01-16T19:53:27.986Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 167) ... ignored
80782025-01-16T19:53:27.986Z
80792025-01-16T19:53:27.986Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
80802025-01-16T19:53:27.986Z
80812025-01-16T19:53:28.006Z Doc-tests clickhouse_admin_keeper_client
80822025-01-16T19:53:28.008Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-d26e192b7ea979d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a6c545c3f9ff1092.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80832025-01-16T19:53:28.486Z
80842025-01-16T19:53:28.486Zrunning 0 tests
80852025-01-16T19:53:28.486Z
80862025-01-16T19:53:28.486Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80872025-01-16T19:53:28.486Z
80882025-01-16T19:53:28.516Z Doc-tests clickhouse_admin_server_client
80892025-01-16T19:53:28.518Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-d26e192b7ea979d3.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-01a3e98e13b714e5.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80902025-01-16T19:53:28.959Z
80912025-01-16T19:53:28.959Zrunning 0 tests
80922025-01-16T19:53:28.959Z
80932025-01-16T19:53:28.959Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80942025-01-16T19:53:28.959Z
80952025-01-16T19:53:28.988Z Doc-tests clickhouse_admin_single_client
80962025-01-16T19:53:28.988Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-d26e192b7ea979d3.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-59d9f062d62f292e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80972025-01-16T19:53:29.204Z
80982025-01-16T19:53:29.204Zrunning 0 tests
80992025-01-16T19:53:29.204Z
81002025-01-16T19:53:29.204Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81012025-01-16T19:53:29.204Z
81022025-01-16T19:53:29.222Z Doc-tests clickhouse_admin_test_utils
81032025-01-16T19:53:29.224Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-b1ce1825125c2b44.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c3ebb4915ba6d581.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-f7000931d9a3e491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81042025-01-16T19:53:29.428Z
81052025-01-16T19:53:29.428Zrunning 0 tests
81062025-01-16T19:53:29.428Z
81072025-01-16T19:53:29.428Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81082025-01-16T19:53:29.428Z
81092025-01-16T19:53:29.448Z Doc-tests clickhouse_admin_types
81102025-01-16T19:53:29.452Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5996bff276a5c5d7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-6625f53158cadf64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81112025-01-16T19:53:29.923Z
81122025-01-16T19:53:29.923Zrunning 0 tests
81132025-01-16T19:53:29.923Z
81142025-01-16T19:53:29.923Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81152025-01-16T19:53:29.923Z
81162025-01-16T19:53:29.950Z Doc-tests cockroach_admin_api
81172025-01-16T19:53:29.953Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-96c8c48641ddcedb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5a17c0d5d07a0089.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81182025-01-16T19:53:30.134Z
81192025-01-16T19:53:30.134Zrunning 2 tests
81202025-01-16T19:53:30.137Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
81212025-01-16T19:53:30.137Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
81222025-01-16T19:53:30.138Z
81232025-01-16T19:53:30.138Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81242025-01-16T19:53:30.138Z
81252025-01-16T19:53:30.150Z Doc-tests cockroach_admin_client
81262025-01-16T19:53:30.153Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-d26e192b7ea979d3.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95129fc2dd87aab8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81272025-01-16T19:53:30.407Z
81282025-01-16T19:53:30.407Zrunning 0 tests
81292025-01-16T19:53:30.407Z
81302025-01-16T19:53:30.407Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81312025-01-16T19:53:30.407Z
81322025-01-16T19:53:30.426Z Doc-tests cockroach_admin_types
81332025-01-16T19:53:30.429Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-d26e192b7ea979d3.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5a17c0d5d07a0089.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81342025-01-16T19:53:30.561Z
81352025-01-16T19:53:30.562Zrunning 0 tests
81362025-01-16T19:53:30.562Z
81372025-01-16T19:53:30.562Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81382025-01-16T19:53:30.562Z
81392025-01-16T19:53:30.574Z Doc-tests db_macros
81402025-01-16T19:53:30.577Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-ef392f2abcdeacaa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-ee95e599aeabae68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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`
81412025-01-16T19:53:30.821Z
81422025-01-16T19:53:30.821Zrunning 3 tests
81432025-01-16T19:53:30.823Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
81442025-01-16T19:53:30.823Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored
81452025-01-16T19:53:30.824Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored
81462025-01-16T19:53:30.824Z
81472025-01-16T19:53:30.824Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
81482025-01-16T19:53:30.824Z
81492025-01-16T19:53:30.837Z Doc-tests dns_server
81502025-01-16T19:53:30.840Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6362b7e8fe627363.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-798b260897684d44.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-11b1c0b2f0d4deda.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-24f740c2119647aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b1c1bf1a304d137f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81512025-01-16T19:53:31.186Z
81522025-01-16T19:53:31.186Zrunning 0 tests
81532025-01-16T19:53:31.186Z
81542025-01-16T19:53:31.186Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81552025-01-16T19:53:31.186Z
81562025-01-16T19:53:31.212Z Doc-tests dns_server_api
81572025-01-16T19:53:31.215Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-d26e192b7ea979d3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6362b7e8fe627363.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81582025-01-16T19:53:31.425Z
81592025-01-16T19:53:31.425Zrunning 2 tests
81602025-01-16T19:53:31.428Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 104) ... ignored
81612025-01-16T19:53:31.428Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 110) ... ignored
81622025-01-16T19:53:31.428Z
81632025-01-16T19:53:31.428Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81642025-01-16T19:53:31.428Z
81652025-01-16T19:53:31.446Z Doc-tests dns_service_client
81662025-01-16T19:53:31.449Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-d26e192b7ea979d3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81672025-01-16T19:53:31.729Z
81682025-01-16T19:53:31.729Zrunning 0 tests
81692025-01-16T19:53:31.729Z
81702025-01-16T19:53:31.729Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81712025-01-16T19:53:31.729Z
81722025-01-16T19:53:31.755Z Doc-tests dpd_client
81732025-01-16T19:53:31.757Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-d26e192b7ea979d3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-189dd64a8ba2d493.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81742025-01-16T19:53:32.793Z
81752025-01-16T19:53:32.793Zrunning 0 tests
81762025-01-16T19:53:32.793Z
81772025-01-16T19:53:32.793Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81782025-01-16T19:53:32.793Z
81792025-01-16T19:53:32.831Z Doc-tests end_to_end_tests
81802025-01-16T19:53:32.834Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-306c1e1ce10f7b6c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-58ed38a26a756605.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-7abe4296d83f3db8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee961d1d2f2bfebd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-692476890cf2eafa.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-106fd03286f9508c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ebd98972fa2d96b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81812025-01-16T19:53:33.285Z
81822025-01-16T19:53:33.285Zrunning 0 tests
81832025-01-16T19:53:33.285Z
81842025-01-16T19:53:33.285Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81852025-01-16T19:53:33.285Z
81862025-01-16T19:53:33.316Z Doc-tests gateway_api
81872025-01-16T19:53:33.316Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-6c96ad0cfdaec735.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-4fd572c7a813d985.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5f66eae3eeb5aaab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81882025-01-16T19:53:33.661Z
81892025-01-16T19:53:33.661Zrunning 2 tests
81902025-01-16T19:53:33.663Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 41) ... ignored
81912025-01-16T19:53:33.664Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 47) ... ignored
81922025-01-16T19:53:33.664Z
81932025-01-16T19:53:33.664Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81942025-01-16T19:53:33.664Z
81952025-01-16T19:53:33.686Z Doc-tests gateway_client
81962025-01-16T19:53:33.689Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81972025-01-16T19:53:34.559Z
81982025-01-16T19:53:34.559Zrunning 0 tests
81992025-01-16T19:53:34.559Z
82002025-01-16T19:53:34.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82012025-01-16T19:53:34.559Z
82022025-01-16T19:53:34.590Z Doc-tests gateway_test_utils
82032025-01-16T19:53:34.593Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-b1ce1825125c2b44.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5f66eae3eeb5aaab.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-96d2140ab65149fd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-57cf449c999dd594.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82042025-01-16T19:53:35.285Z
82052025-01-16T19:53:35.285Zrunning 0 tests
82062025-01-16T19:53:35.285Z
82072025-01-16T19:53:35.288Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82082025-01-16T19:53:35.288Z
82092025-01-16T19:53:35.319Z Doc-tests gateway_types
82102025-01-16T19:53:35.323Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-ed6723ba3feb7557.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5f66eae3eeb5aaab.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-64d91fb7c50af2af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82112025-01-16T19:53:35.855Z
82122025-01-16T19:53:35.855Zrunning 0 tests
82132025-01-16T19:53:35.855Z
82142025-01-16T19:53:35.855Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82152025-01-16T19:53:35.855Z
82162025-01-16T19:53:35.886Z Doc-tests illumos_utils
82172025-01-16T19:53:35.889Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-ced356751b8e3cba.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-d9699fe139c25e7d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-c3119a46adbec64f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a5366169e86b547.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-b99b508db72c3dcb.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-da552bbb5a083bbd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-245f9940c78876a6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5f3c28ccf9b28e23.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`
82182025-01-16T19:53:37.188Z
82192025-01-16T19:53:37.189Zrunning 0 tests
82202025-01-16T19:53:37.189Z
82212025-01-16T19:53:37.189Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82222025-01-16T19:53:37.189Z
82232025-01-16T19:53:37.241Z Doc-tests installinator
82242025-01-16T19:53:37.244Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-67cfffbda577824a.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-7a3ac673aa24f013.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-64d91fb7c50af2af.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-83d37be23d55ee8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c76ffc044aae0cf6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1599675b3361b749.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3f6cbe1be4799eca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
82252025-01-16T19:53:37.992Z
82262025-01-16T19:53:37.992Zrunning 0 tests
82272025-01-16T19:53:37.992Z
82282025-01-16T19:53:37.992Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82292025-01-16T19:53:37.992Z
82302025-01-16T19:53:38.025Z Doc-tests installinator_api
82312025-01-16T19:53:38.025Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a2d66f8a6e047926.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82322025-01-16T19:53:38.308Z
82332025-01-16T19:53:38.308Zrunning 2 tests
82342025-01-16T19:53:38.311Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 39) ... ignored
82352025-01-16T19:53:38.311Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 45) ... ignored
82362025-01-16T19:53:38.311Z
82372025-01-16T19:53:38.311Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82382025-01-16T19:53:38.311Z
82392025-01-16T19:53:38.334Z Doc-tests installinator_client
82402025-01-16T19:53:38.336Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-7a3ac673aa24f013.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82412025-01-16T19:53:39.141Z
82422025-01-16T19:53:39.141Zrunning 0 tests
82432025-01-16T19:53:39.141Z
82442025-01-16T19:53:39.141Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82452025-01-16T19:53:39.141Z
82462025-01-16T19:53:39.177Z Doc-tests installinator_common
82472025-01-16T19:53:39.180Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82482025-01-16T19:53:39.528Z
82492025-01-16T19:53:39.528Zrunning 0 tests
82502025-01-16T19:53:39.528Z
82512025-01-16T19:53:39.528Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82522025-01-16T19:53:39.528Z
82532025-01-16T19:53:39.555Z Doc-tests internal_dns_resolver
82542025-01-16T19:53:39.558Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b1c1bf1a304d137f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82552025-01-16T19:53:39.797Z
82562025-01-16T19:53:39.797Zrunning 0 tests
82572025-01-16T19:53:39.797Z
82582025-01-16T19:53:39.797Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82592025-01-16T19:53:39.797Z
82602025-01-16T19:53:39.819Z Doc-tests internal_dns_types
82612025-01-16T19:53:39.822Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82622025-01-16T19:53:40.103Z
82632025-01-16T19:53:40.103Zrunning 0 tests
82642025-01-16T19:53:40.104Z
82652025-01-16T19:53:40.104Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82662025-01-16T19:53:40.104Z
82672025-01-16T19:53:40.127Z Doc-tests ipcc
82682025-01-16T19:53:40.130Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-92d4ef3e0c09d06b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-64d91fb7c50af2af.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-185ce5a1999aa43f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82692025-01-16T19:53:40.353Z
82702025-01-16T19:53:40.353Zrunning 0 tests
82712025-01-16T19:53:40.353Z
82722025-01-16T19:53:40.356Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82732025-01-16T19:53:40.356Z
82742025-01-16T19:53:40.375Z Doc-tests key_manager
82752025-01-16T19:53:40.377Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-897d930859dde460.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4762d669c6b046d7.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dc5246e46acc9174.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82762025-01-16T19:53:40.602Z
82772025-01-16T19:53:40.602Zrunning 0 tests
82782025-01-16T19:53:40.603Z
82792025-01-16T19:53:40.603Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82802025-01-16T19:53:40.603Z
82812025-01-16T19:53:40.625Z Doc-tests live_tests_macros
82822025-01-16T19:53:40.627Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-f80b8281c874e617.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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`
82832025-01-16T19:53:40.702Z
82842025-01-16T19:53:40.702Zrunning 1 test
82852025-01-16T19:53:40.705Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
82862025-01-16T19:53:40.705Z
82872025-01-16T19:53:40.705Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
82882025-01-16T19:53:40.705Z
82892025-01-16T19:53:40.712Z Doc-tests nexus_auth
82902025-01-16T19:53:40.715Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-a8f892113fca4362.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8202775424847477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8bcd431f989e58f8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c04a7b88a376cff9.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-60ff780fa9e7feab.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1332338ae6debb56.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-de6499b4acbe886e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c02c8aea35eed693.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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`
82912025-01-16T19:53:41.905Z
82922025-01-16T19:53:41.905Zrunning 0 tests
82932025-01-16T19:53:41.905Z
82942025-01-16T19:53:41.905Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82952025-01-16T19:53:41.906Z
82962025-01-16T19:53:41.947Z Doc-tests nexus_client
82972025-01-16T19:53:41.950Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-d26e192b7ea979d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82982025-01-16T19:53:43.881Z
82992025-01-16T19:53:43.881Zrunning 0 tests
83002025-01-16T19:53:43.882Z
83012025-01-16T19:53:43.882Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83022025-01-16T19:53:43.882Z
83032025-01-16T19:53:43.936Z Doc-tests nexus_config
83042025-01-16T19:53:43.939Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83052025-01-16T19:53:44.458Z
83062025-01-16T19:53:44.458Zrunning 0 tests
83072025-01-16T19:53:44.458Z
83082025-01-16T19:53:44.458Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83092025-01-16T19:53:44.458Z
83102025-01-16T19:53:44.487Z Doc-tests nexus_db_fixed_data
83112025-01-16T19:53:44.490Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-60ff780fa9e7feab.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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`
83122025-01-16T19:53:44.963Z
83132025-01-16T19:53:44.963Zrunning 0 tests
83142025-01-16T19:53:44.963Z
83152025-01-16T19:53:44.963Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83162025-01-16T19:53:44.963Z
83172025-01-16T19:53:44.992Z Doc-tests nexus_db_model
83182025-01-16T19:53:44.995Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ef392f2abcdeacaa.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b9c1f78c028c4487.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-bf107ca5111d63fc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c2cd987894ef0131.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ccc8261c24554edb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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`
83192025-01-16T19:53:52.998Z
83202025-01-16T19:53:52.999Zrunning 2 tests
83212025-01-16T19:53:55.767Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
83222025-01-16T19:53:55.770Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
83232025-01-16T19:53:55.770Z
83242025-01-16T19:53:55.770Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.77s
83252025-01-16T19:53:55.770Z
83262025-01-16T19:53:55.994Z Doc-tests nexus_db_queries
83272025-01-16T19:53:55.999Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-240390f38fe936cb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ef392f2abcdeacaa.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b9c1f78c028c4487.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7e63a5e557809e97.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aa7532a4fa13e9d9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c04a7b88a376cff9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-60ff780fa9e7feab.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4e52237673cd6f15.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-de6499b4acbe886e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-edbc23fd87fde9c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ccc8261c24554edb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b8051aa10a7a22cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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`
83282025-01-16T19:53:58.274Z
83292025-01-16T19:53:58.274Zrunning 1 test
83302025-01-16T19:54:01.516Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 222) ... ok
83312025-01-16T19:54:01.519Z
83322025-01-16T19:54:01.519Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.24s
83332025-01-16T19:54:01.519Z
83342025-01-16T19:54:01.596Z Doc-tests nexus_defaults
83352025-01-16T19:54:01.596Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-fadb0d038d86eedf.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-bf107ca5111d63fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83362025-01-16T19:54:01.805Z
83372025-01-16T19:54:01.805Zrunning 0 tests
83382025-01-16T19:54:01.805Z
83392025-01-16T19:54:01.805Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83402025-01-16T19:54:01.805Z
83412025-01-16T19:54:01.826Z Doc-tests nexus_external_api
83422025-01-16T19:54:01.828Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07925d77b548b034.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-1cc796d413b1390f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-19628f3e5c42d667.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5bb33dfb4bbb3f51.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83432025-01-16T19:54:02.371Z
83442025-01-16T19:54:02.371Zrunning 2 tests
83452025-01-16T19:54:02.374Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 74) ... ignored
83462025-01-16T19:54:02.374Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 80) ... ignored
83472025-01-16T19:54:02.374Z
83482025-01-16T19:54:02.374Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
83492025-01-16T19:54:02.374Z
83502025-01-16T19:54:02.405Z Doc-tests nexus_internal_api
83512025-01-16T19:54:02.408Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-6c96ad0cfdaec735.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-edaf6d19084d4739.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83522025-01-16T19:54:02.821Z
83532025-01-16T19:54:02.821Zrunning 2 tests
83542025-01-16T19:54:02.824Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 59) ... ignored
83552025-01-16T19:54:02.824Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 65) ... ignored
83562025-01-16T19:54:02.824Z
83572025-01-16T19:54:02.824Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
83582025-01-16T19:54:02.824Z
83592025-01-16T19:54:02.852Z Doc-tests nexus_inventory
83602025-01-16T19:54:02.855Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a6c545c3f9ff1092.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-01a3e98e13b714e5.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-05f3d70780ef4c19.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83612025-01-16T19:54:03.232Z
83622025-01-16T19:54:03.232Zrunning 0 tests
83632025-01-16T19:54:03.232Z
83642025-01-16T19:54:03.232Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83652025-01-16T19:54:03.232Z
83662025-01-16T19:54:03.261Z Doc-tests nexus_macros_common
83672025-01-16T19:54:03.264Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-ee95e599aeabae68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83682025-01-16T19:54:03.342Z
83692025-01-16T19:54:03.342Zrunning 0 tests
83702025-01-16T19:54:03.342Z
83712025-01-16T19:54:03.342Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83722025-01-16T19:54:03.342Z
83732025-01-16T19:54:03.352Z Doc-tests nexus_metrics_producer_gc
83742025-01-16T19:54:03.355Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-240390f38fe936cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b9c1f78c028c4487.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cfea758214b66c3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d13f03c83f53c173.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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`
83752025-01-16T19:54:03.783Z
83762025-01-16T19:54:03.783Zrunning 0 tests
83772025-01-16T19:54:03.783Z
83782025-01-16T19:54:03.783Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83792025-01-16T19:54:03.783Z
83802025-01-16T19:54:03.819Z Doc-tests nexus_networking
83812025-01-16T19:54:03.821Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-8cb871a83619a59b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e02da8262c1b1e62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83822025-01-16T19:54:04.261Z
83832025-01-16T19:54:04.261Zrunning 0 tests
83842025-01-16T19:54:04.261Z
83852025-01-16T19:54:04.261Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83862025-01-16T19:54:04.261Z
83872025-01-16T19:54:04.297Z Doc-tests nexus_reconfigurator_blippy
83882025-01-16T19:54:04.300Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-facd93a1956435f9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4e52237673cd6f15.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83892025-01-16T19:54:04.621Z
83902025-01-16T19:54:04.621Zrunning 0 tests
83912025-01-16T19:54:04.621Z
83922025-01-16T19:54:04.621Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83932025-01-16T19:54:04.621Z
83942025-01-16T19:54:04.650Z Doc-tests nexus_reconfigurator_execution
83952025-01-16T19:54:04.654Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-240390f38fe936cb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a6c545c3f9ff1092.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-01a3e98e13b714e5.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-59d9f062d62f292e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95129fc2dd87aab8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b9c1f78c028c4487.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cfea758214b66c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-15b9c4e619a5e313.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e02da8262c1b1e62.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-643e0840526eb335.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4e52237673cd6f15.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-31c2dd4cdc26cfb0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9d4a0fe0fddc0586.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-91a04dd3d590abdf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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`
83962025-01-16T19:54:05.124Z
83972025-01-16T19:54:05.124Zrunning 0 tests
83982025-01-16T19:54:05.124Z
83992025-01-16T19:54:05.124Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84002025-01-16T19:54:05.124Z
84012025-01-16T19:54:05.160Z Doc-tests nexus_reconfigurator_planning
84022025-01-16T19:54:05.163Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-6625f53158cadf64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-facd93a1956435f9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4e52237673cd6f15.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-05f3d70780ef4c19.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84032025-01-16T19:54:05.642Z
84042025-01-16T19:54:05.642Zrunning 0 tests
84052025-01-16T19:54:05.642Z
84062025-01-16T19:54:05.642Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84072025-01-16T19:54:05.642Z
84082025-01-16T19:54:05.675Z Doc-tests nexus_reconfigurator_preparation
84092025-01-16T19:54:05.678Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-31c2dd4cdc26cfb0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84102025-01-16T19:54:06.084Z
84112025-01-16T19:54:06.084Zrunning 0 tests
84122025-01-16T19:54:06.084Z
84132025-01-16T19:54:06.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84142025-01-16T19:54:06.084Z
84152025-01-16T19:54:06.118Z Doc-tests nexus_reconfigurator_rendezvous
84162025-01-16T19:54:06.121Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-240390f38fe936cb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b9c1f78c028c4487.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-eeb0df240f0c6ade.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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`
84172025-01-16T19:54:06.516Z
84182025-01-16T19:54:06.516Zrunning 0 tests
84192025-01-16T19:54:06.516Z
84202025-01-16T19:54:06.516Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84212025-01-16T19:54:06.516Z
84222025-01-16T19:54:06.551Z Doc-tests nexus_reconfigurator_simulation
84232025-01-16T19:54:06.553Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4e52237673cd6f15.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-08868fb5cd2afa2f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-4c8c98abfb83d7db.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-759d4e06e3a3b7cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-05f3d70780ef4c19.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84242025-01-16T19:54:06.908Z
84252025-01-16T19:54:06.908Zrunning 0 tests
84262025-01-16T19:54:06.908Z
84272025-01-16T19:54:06.908Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84282025-01-16T19:54:06.908Z
84292025-01-16T19:54:06.937Z Doc-tests nexus_saga_recovery
84302025-01-16T19:54:06.939Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-d26e192b7ea979d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c04a7b88a376cff9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e3dcb37cde3ce4b3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9d4a0fe0fddc0586.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ccc8261c24554edb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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`
84312025-01-16T19:54:07.299Z
84322025-01-16T19:54:07.299Zrunning 0 tests
84332025-01-16T19:54:07.299Z
84342025-01-16T19:54:07.299Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84352025-01-16T19:54:07.299Z
84362025-01-16T19:54:07.331Z Doc-tests nexus_sled_agent_shared
84372025-01-16T19:54:07.333Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-6625f53158cadf64.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84382025-01-16T19:54:07.700Z
84392025-01-16T19:54:07.700Zrunning 0 tests
84402025-01-16T19:54:07.700Z
84412025-01-16T19:54:07.700Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84422025-01-16T19:54:07.700Z
84432025-01-16T19:54:07.727Z Doc-tests nexus_test_interface
84442025-01-16T19:54:07.731Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-897d930859dde460.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6facd5c17b1124e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84452025-01-16T19:54:08.034Z
84462025-01-16T19:54:08.035Zrunning 0 tests
84472025-01-16T19:54:08.035Z
84482025-01-16T19:54:08.035Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84492025-01-16T19:54:08.035Z
84502025-01-16T19:54:08.064Z Doc-tests nexus_test_utils
84512025-01-16T19:54:08.067Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8bcd431f989e58f8.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6facd5c17b1124e2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f91bdd8985143903.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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`
84522025-01-16T19:54:09.015Z
84532025-01-16T19:54:09.015Zrunning 0 tests
84542025-01-16T19:54:09.015Z
84552025-01-16T19:54:09.015Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84562025-01-16T19:54:09.015Z
84572025-01-16T19:54:09.058Z Doc-tests nexus_test_utils_macros
84582025-01-16T19:54:09.060Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-9d4a0fe0fddc0586.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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`
84592025-01-16T19:54:09.144Z
84602025-01-16T19:54:09.144Zrunning 1 test
84612025-01-16T19:54:09.147Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 43) ... ignored
84622025-01-16T19:54:09.147Z
84632025-01-16T19:54:09.147Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
84642025-01-16T19:54:09.147Z
84652025-01-16T19:54:09.156Z Doc-tests nexus_types
84662025-01-16T19:54:09.158Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-cf6e727a155ddc39.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8202775424847477.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-6625f53158cadf64.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-15b9c4e619a5e313.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1332338ae6debb56.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5bb33dfb4bbb3f51.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ccc8261c24554edb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84672025-01-16T19:54:11.860Z
84682025-01-16T19:54:11.860Zrunning 0 tests
84692025-01-16T19:54:11.860Z
84702025-01-16T19:54:11.860Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84712025-01-16T19:54:11.860Z
84722025-01-16T19:54:11.937Z Doc-tests omicron_certificates
84732025-01-16T19:54:11.940Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-dd31d19c4ed69e7e.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dce0a5f485344e44.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c2cd987894ef0131.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1332338ae6debb56.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-55438b802f2eecf1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84742025-01-16T19:54:12.201Z
84752025-01-16T19:54:12.201Zrunning 0 tests
84762025-01-16T19:54:12.201Z
84772025-01-16T19:54:12.201Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84782025-01-16T19:54:12.201Z
84792025-01-16T19:54:12.223Z Doc-tests omicron_clickhouse_admin
84802025-01-16T19:54:12.226Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c11d91d9425fe69b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c3ebb4915ba6d581.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5df5da7ac8c80d2d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-f7000931d9a3e491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-28b2816ad040d393.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-182089c4d76fee21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84812025-01-16T19:54:12.615Z
84822025-01-16T19:54:12.615Zrunning 0 tests
84832025-01-16T19:54:12.617Z
84842025-01-16T19:54:12.617Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84852025-01-16T19:54:12.617Z
84862025-01-16T19:54:12.648Z Doc-tests omicron_cockroach_admin
84872025-01-16T19:54:12.650Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-96c8c48641ddcedb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5a17c0d5d07a0089.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-df20c10851462845.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.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`
84882025-01-16T19:54:12.941Z
84892025-01-16T19:54:12.941Zrunning 0 tests
84902025-01-16T19:54:12.941Z
84912025-01-16T19:54:12.941Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84922025-01-16T19:54:12.941Z
84932025-01-16T19:54:12.967Z Doc-tests omicron_common
84942025-01-16T19:54:12.970Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-cf6e727a155ddc39.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-c3ff18d955282a4c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-6625f53158cadf64.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9996a7539af9f45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-189dd64a8ba2d493.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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`
84952025-01-16T19:54:14.724Z
84962025-01-16T19:54:14.724Zrunning 2 tests
84972025-01-16T19:54:14.727Ztest common/src/lib.rs - FileKv (line 40) ... ignored
84982025-01-16T19:54:19.713Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 613) ... ok
84992025-01-16T19:54:19.714Z
85002025-01-16T19:54:19.717Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.99s
85012025-01-16T19:54:19.717Z
85022025-01-16T19:54:19.774Z Doc-tests omicron_ddm_admin_client
85032025-01-16T19:54:19.776Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-1f2eb0cf4efc5967.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-83d37be23d55ee8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-189dd64a8ba2d493.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85042025-01-16T19:54:20.039Z
85052025-01-16T19:54:20.039Zrunning 0 tests
85062025-01-16T19:54:20.039Z
85072025-01-16T19:54:20.039Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85082025-01-16T19:54:20.039Z
85092025-01-16T19:54:20.063Z Doc-tests omicron_dev_lib
85102025-01-16T19:54:20.066Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-c613ee633f8b6caa.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-08223a8b5491710a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85112025-01-16T19:54:20.274Z
85122025-01-16T19:54:20.274Zrunning 0 tests
85132025-01-16T19:54:20.274Z
85142025-01-16T19:54:20.274Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85152025-01-16T19:54:20.274Z
85162025-01-16T19:54:20.295Z Doc-tests omicron_gateway
85172025-01-16T19:54:20.298Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-4fd572c7a813d985.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-58b04620be65b29c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5f66eae3eeb5aaab.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-64d91fb7c50af2af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-96d2140ab65149fd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d856ce5d15fe3475.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-65ec9cdd3bdb4504.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-57cf449c999dd594.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a4f7cf016a368819.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85182025-01-16T19:54:20.937Z
85192025-01-16T19:54:20.938Zrunning 0 tests
85202025-01-16T19:54:20.938Z
85212025-01-16T19:54:20.938Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85222025-01-16T19:54:20.938Z
85232025-01-16T19:54:20.978Z Doc-tests omicron_ls_apis
85242025-01-16T19:54:20.981Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-85d4f10528e6b59f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85252025-01-16T19:54:21.175Z
85262025-01-16T19:54:21.175Zrunning 1 test
85272025-01-16T19:54:21.178Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
85282025-01-16T19:54:21.179Z
85292025-01-16T19:54:21.179Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
85302025-01-16T19:54:21.179Z
85312025-01-16T19:54:21.191Z Doc-tests omicron_nexus
85322025-01-16T19:54:21.194Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-240390f38fe936cb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a6c545c3f9ff1092.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-01a3e98e13b714e5.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-59d9f062d62f292e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95129fc2dd87aab8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e56a6501bfc0f369.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-5083621b3d227b63.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-52c567ec54ad3875.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b9c1f78c028c4487.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a0199d1a5cb36918.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8bcd431f989e58f8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cfea758214b66c3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fb9321f6a925b114.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aa7532a4fa13e9d9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-39516416b8febf30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9996a7539af9f45.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c04a7b88a376cff9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f25c6032af5a8e16.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-277f01161074c401.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-bf107ca5111d63fc.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07925d77b548b034.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-edaf6d19084d4739.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18cce0d384b7768e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d13f03c83f53c173.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e02da8262c1b1e62.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-643e0840526eb335.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4e52237673cd6f15.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-31c2dd4cdc26cfb0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-eeb0df240f0c6ade.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e3dcb37cde3ce4b3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6facd5c17b1124e2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-262b9a455cb2b448.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9d4a0fe0fddc0586.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-91a04dd3d590abdf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1332338ae6debb56.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee961d1d2f2bfebd.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f91bdd8985143903.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5bb33dfb4bbb3f51.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-189dd64a8ba2d493.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b591b9aba66427e3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a22d6b4fafe8b56.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-edbc23fd87fde9c5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c02c8aea35eed693.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c1972d5d3fb155eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-57cf449c999dd594.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ccc8261c24554edb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b8051aa10a7a22cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fab35e6581845628.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-99dff92071313554.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-047fcfaaabb3dd19.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-12908577ff88ed0d.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`
85332025-01-16T19:54:23.611Z
85342025-01-16T19:54:23.611Zrunning 5 tests
85352025-01-16T19:54:23.614Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 237) ... ignored
85362025-01-16T19:54:28.027Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 806) ... ok
85372025-01-16T19:54:28.031Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 828) ... ok
85382025-01-16T19:54:28.034Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 900) ... ok
85392025-01-16T19:54:28.037Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 870) ... ok
85402025-01-16T19:54:28.037Z
85412025-01-16T19:54:28.037Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.43s
85422025-01-16T19:54:28.037Z
85432025-01-16T19:54:28.126Z Doc-tests omicron_package
85442025-01-16T19:54:28.129Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2cf5161fed8e45ee.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-90e89f8dedaab3d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-a8cc0e191817c0a6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a22d6b4fafe8b56.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1599675b3361b749.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-dbd78c2cd4fe5c27.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85452025-01-16T19:54:28.383Z
85462025-01-16T19:54:28.383Zrunning 0 tests
85472025-01-16T19:54:28.383Z
85482025-01-16T19:54:28.383Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85492025-01-16T19:54:28.383Z
85502025-01-16T19:54:28.401Z Doc-tests omicron_passwords
85512025-01-16T19:54:28.404Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-02c5e55b8787320e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e56a6501bfc0f369.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-dec2b31547e51175.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85522025-01-16T19:54:28.514Z
85532025-01-16T19:54:28.514Zrunning 0 tests
85542025-01-16T19:54:28.514Z
85552025-01-16T19:54:28.514Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85562025-01-16T19:54:28.514Z
85572025-01-16T19:54:28.527Z Doc-tests omicron_rpaths
85582025-01-16T19:54:28.531Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-94f087b2f6eec02d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85592025-01-16T19:54:28.600Z
85602025-01-16T19:54:28.600Zrunning 0 tests
85612025-01-16T19:54:28.600Z
85622025-01-16T19:54:28.600Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85632025-01-16T19:54:28.600Z
85642025-01-16T19:54:28.608Z Doc-tests omicron_sled_agent
85652025-01-16T19:54:28.618Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0760f0e51ba835cf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3cdff972182e0da3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa6ff9cce06ce90c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-58e0a86f09801d5b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2b4bba4328435192.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-baaedade4377d3db.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0ee2782bdc6dcb18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-223dd47ae23ea80c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-39516416b8febf30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fadb0d038d86eedf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dc5246e46acc9174.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a9996a7539af9f45.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-facd93a1956435f9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-83d37be23d55ee8c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a5366169e86b547.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-eca5984091c0c32d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-422373cace0bce8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b591b9aba66427e3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b9548a421f8c6136.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-63e666f7e78c96c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6a457611ab7bd00c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a1514452ef569b10.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1599675b3361b749.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3f6cbe1be4799eca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a185fb1c67002691.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2c3431e93729d286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-12908577ff88ed0d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5f3c28ccf9b28e23.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`
85662025-01-16T19:54:30.418Z
85672025-01-16T19:54:30.418Zrunning 0 tests
85682025-01-16T19:54:30.418Z
85692025-01-16T19:54:30.422Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85702025-01-16T19:54:30.422Z
85712025-01-16T19:54:30.482Z Doc-tests omicron_test_utils
85722025-01-16T19:54:30.486Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5996bff276a5c5d7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5c0dc03d1e5f42d0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-71c7463d398702ca.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8bcd431f989e58f8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-81dfe02fcdeab76d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5c48ce93820c7e83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a22d6b4fafe8b56.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-edbc23fd87fde9c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.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`
85732025-01-16T19:54:30.783Z
85742025-01-16T19:54:30.783Zrunning 0 tests
85752025-01-16T19:54:30.783Z
85762025-01-16T19:54:30.783Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85772025-01-16T19:54:30.783Z
85782025-01-16T19:54:30.808Z Doc-tests omicron_uuid_kinds
85792025-01-16T19:54:30.811Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-6625f53158cadf64.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-15b9c4e619a5e313.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.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`
85802025-01-16T19:54:30.930Z
85812025-01-16T19:54:30.930Zrunning 0 tests
85822025-01-16T19:54:30.930Z
85832025-01-16T19:54:30.930Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85842025-01-16T19:54:30.930Z
85852025-01-16T19:54:30.942Z Doc-tests omicron_workspace_hack
85862025-01-16T19:54:30.945Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-6d85581e60b2f012.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-c3065e531983c7c3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-128c90a25a552fff.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-a996fdb597abe952.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-e8b2861f754b86e4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-13c7e0208d5dc15e.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-405f76e08a13eea9.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-97672bc6c1d66d83.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f603d2aad5e0b54d.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5bfb3788f96d69c5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-a5eb7c1d4ad001b6.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-3771a6b885e2a4df.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8202775424847477.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-48c8eacb47accb9a.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-215d97576b464e83.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f9de644c70452000.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53e0848c3ee07c7a.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7fa3da68d019689.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d07340f71862b9a0.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-c1af42b47e915229.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2d3b51473a5edfb6.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-4e1a08ad60a931b7.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-b34deca97f74ec86.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0c516cdc2c9f9726.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-71e773b8f60a7a6e.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9285703b23ee883d.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-17774551a3c17b51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-11b1c0b2f0d4deda.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-517e02b56c4bc0b5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-42ae65cdbcc9c9f0.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-735530e47edd001b.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2cf5161fed8e45ee.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-844976e379ef9a19.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-bb088ae80185107e.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-74d3035b7c22bdf7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-8d09f0811006783a.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-15b9c4e619a5e313.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b5fc7e8b2a0dfdbf.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-074ecb6f361c60e4.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-87d0a45a21cda84f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ada04dadc6028ac2.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-4f87d965dafa2825.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-91f2019334cb8470.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-f9dabcf8a846b7f0.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a2c428ee1d997310.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7b456fcff16b9237.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-05650aaf02e43dcd.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-414d6e7c51cd2e59.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-930926124dabe7b4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-183e7b811b862707.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-657ea94e2e159f93.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-837056b66248b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec6bde0a37719264.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6f976decdfac1eaf.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-bb3580d2ff429c8d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-2af185a96295bb45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef7a889fe3d8c43d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85872025-01-16T19:54:31.013Z
85882025-01-16T19:54:31.013Zrunning 0 tests
85892025-01-16T19:54:31.013Z
85902025-01-16T19:54:31.013Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85912025-01-16T19:54:31.013Z
85922025-01-16T19:54:31.021Z Doc-tests openapi_manager
85932025-01-16T19:54:31.024Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5996bff276a5c5d7.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3cdff972182e0da3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c11d91d9425fe69b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-96c8c48641ddcedb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6362b7e8fe627363.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-4fd572c7a813d985.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a2d66f8a6e047926.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07925d77b548b034.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-edaf6d19084d4739.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-30f6786ae47728aa.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-1cc796d413b1390f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c34d420b9230491.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b9548a421f8c6136.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6a457611ab7bd00c.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8e23f4b914366c47.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85942025-01-16T19:54:31.442Z
85952025-01-16T19:54:31.443Zrunning 0 tests
85962025-01-16T19:54:31.443Z
85972025-01-16T19:54:31.443Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85982025-01-16T19:54:31.443Z
85992025-01-16T19:54:31.473Z Doc-tests openapi_manager_types
86002025-01-16T19:54:31.476Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-1cc796d413b1390f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86012025-01-16T19:54:31.547Z
86022025-01-16T19:54:31.547Zrunning 0 tests
86032025-01-16T19:54:31.547Z
86042025-01-16T19:54:31.547Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86052025-01-16T19:54:31.547Z
86062025-01-16T19:54:31.556Z Doc-tests oxide_client
86072025-01-16T19:54:31.559Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee961d1d2f2bfebd.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-189dd64a8ba2d493.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86082025-01-16T19:54:36.187Z
86092025-01-16T19:54:36.187Zrunning 218 tests
86102025-01-16T19:54:36.191Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
86112025-01-16T19:54:36.191Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
86122025-01-16T19:54:36.191Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
86132025-01-16T19:54:36.191Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
86142025-01-16T19:54:36.191Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
86152025-01-16T19:54:36.191Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
86162025-01-16T19:54:36.191Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
86172025-01-16T19:54:36.191Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
86182025-01-16T19:54:36.191Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
86192025-01-16T19:54:36.191Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
86202025-01-16T19:54:36.191Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
86212025-01-16T19:54:36.191Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
86222025-01-16T19:54:36.191Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
86232025-01-16T19:54:36.191Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
86242025-01-16T19:54:36.191Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
86252025-01-16T19:54:36.191Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
86262025-01-16T19:54:36.191Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
86272025-01-16T19:54:36.191Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
86282025-01-16T19:54:36.191Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
86292025-01-16T19:54:36.191Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
86302025-01-16T19:54:36.191Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
86312025-01-16T19:54:36.192Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
86322025-01-16T19:54:36.192Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
86332025-01-16T19:54:36.192Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
86342025-01-16T19:54:36.192Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_create (line 22) ... ignored
86352025-01-16T19:54:36.192Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_delete (line 26) ... ignored
86362025-01-16T19:54:36.192Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download (line 24) ... ignored
86372025-01-16T19:54:36.193Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download_file (line 25) ... ignored
86382025-01-16T19:54:36.193Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head (line 24) ... ignored
86392025-01-16T19:54:36.193Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head_file (line 25) ... ignored
86402025-01-16T19:54:36.193Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_index (line 24) ... ignored
86412025-01-16T19:54:36.193Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_list (line 26) ... ignored
86422025-01-16T19:54:36.193Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_view (line 24) ... ignored
86432025-01-16T19:54:36.193Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::timeseries_query (line 27) ... ignored
86442025-01-16T19:54:36.193Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
86452025-01-16T19:54:36.193Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
86462025-01-16T19:54:36.193Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
86472025-01-16T19:54:36.193Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
86482025-01-16T19:54:36.193Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
86492025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
86502025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
86512025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
86522025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
86532025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
86542025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
86552025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
86562025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
86572025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
86582025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
86592025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
86602025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
86612025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
86622025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
86632025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
86642025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
86652025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
86662025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
86672025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
86682025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
86692025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
86702025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
86712025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
86722025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
86732025-01-16T19:54:36.194Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
86742025-01-16T19:54:36.195Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
86752025-01-16T19:54:36.195Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
86762025-01-16T19:54:36.195Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
86772025-01-16T19:54:36.195Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
86782025-01-16T19:54:36.195Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
86792025-01-16T19:54:36.195Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
86802025-01-16T19:54:36.195Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
86812025-01-16T19:54:36.195Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
86822025-01-16T19:54:36.195Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
86832025-01-16T19:54:36.195Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
86842025-01-16T19:54:36.195Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
86852025-01-16T19:54:36.195Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
86862025-01-16T19:54:36.195Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
86872025-01-16T19:54:36.200Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
86882025-01-16T19:54:36.200Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
86892025-01-16T19:54:36.200Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
86902025-01-16T19:54:36.200Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
86912025-01-16T19:54:36.200Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
86922025-01-16T19:54:36.200Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
86932025-01-16T19:54:36.201Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
86942025-01-16T19:54:36.201Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
86952025-01-16T19:54:36.201Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
86962025-01-16T19:54:36.201Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
86972025-01-16T19:54:36.201Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
86982025-01-16T19:54:36.201Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
86992025-01-16T19:54:36.201Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
87002025-01-16T19:54:36.201Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
87012025-01-16T19:54:36.201Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
87022025-01-16T19:54:36.201Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
87032025-01-16T19:54:36.201Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
87042025-01-16T19:54:36.201Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
87052025-01-16T19:54:36.201Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
87062025-01-16T19:54:36.201Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
87072025-01-16T19:54:36.201Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
87082025-01-16T19:54:36.201Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
87092025-01-16T19:54:36.201Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
87102025-01-16T19:54:36.201Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
87112025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
87122025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
87132025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
87142025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
87152025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
87162025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
87172025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
87182025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
87192025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
87202025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
87212025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
87222025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
87232025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
87242025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
87252025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
87262025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
87272025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
87282025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
87292025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
87302025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
87312025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
87322025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
87332025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
87342025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
87352025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
87362025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
87372025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
87382025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
87392025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
87402025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
87412025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
87422025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
87432025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 24) ... ignored
87442025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 25) ... ignored
87452025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
87462025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
87472025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
87482025-01-16T19:54:36.202Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
87492025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
87502025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
87512025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
87522025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
87532025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
87542025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
87552025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
87562025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
87572025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
87582025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
87592025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
87602025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
87612025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
87622025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
87632025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
87642025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
87652025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
87662025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
87672025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
87682025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
87692025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
87702025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
87712025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
87722025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
87732025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
87742025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
87752025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
87762025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
87772025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
87782025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
87792025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
87802025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
87812025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
87822025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
87832025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
87842025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
87852025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
87862025-01-16T19:54:36.203Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
87872025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
87882025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
87892025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
87902025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
87912025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
87922025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
87932025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
87942025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
87952025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
87962025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
87972025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
87982025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
87992025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
88002025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
88012025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
88022025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
88032025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
88042025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
88052025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
88062025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
88072025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
88082025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
88092025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
88102025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
88112025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
88122025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
88132025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
88142025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
88152025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
88162025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
88172025-01-16T19:54:36.207Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
88182025-01-16T19:54:36.208Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
88192025-01-16T19:54:36.208Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
88202025-01-16T19:54:36.208Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
88212025-01-16T19:54:36.208Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
88222025-01-16T19:54:36.208Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
88232025-01-16T19:54:36.208Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
88242025-01-16T19:54:36.208Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
88252025-01-16T19:54:36.208Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
88262025-01-16T19:54:36.208Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
88272025-01-16T19:54:36.208Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
88282025-01-16T19:54:36.208Z
88292025-01-16T19:54:36.208Ztest result: ok. 0 passed; 0 failed; 218 ignored; 0 measured; 0 filtered out; finished in 0.01s
88302025-01-16T19:54:36.208Z
88312025-01-16T19:54:36.291Z Doc-tests oximeter
88322025-01-16T19:54:36.294Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-32a96558d6ac77da.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-0a2980a62729d904.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-cb401645f9a1ea92.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-19628f3e5c42d667.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88332025-01-16T19:54:36.533Z
88342025-01-16T19:54:36.533Zrunning 2 tests
88352025-01-16T19:54:36.536Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
88362025-01-16T19:54:37.698Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
88372025-01-16T19:54:37.698Z
88382025-01-16T19:54:37.701Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.16s
88392025-01-16T19:54:37.701Z
88402025-01-16T19:54:37.728Z Doc-tests oximeter_api
88412025-01-16T19:54:37.732Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-d26e192b7ea979d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c34d420b9230491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88422025-01-16T19:54:37.991Z
88432025-01-16T19:54:37.991Zrunning 2 tests
88442025-01-16T19:54:37.994Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
88452025-01-16T19:54:37.994Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
88462025-01-16T19:54:37.994Z
88472025-01-16T19:54:37.994Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
88482025-01-16T19:54:37.994Z
88492025-01-16T19:54:38.018Z Doc-tests oximeter_client
88502025-01-16T19:54:38.020Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-d26e192b7ea979d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88512025-01-16T19:54:38.591Z
88522025-01-16T19:54:38.591Zrunning 0 tests
88532025-01-16T19:54:38.591Z
88542025-01-16T19:54:38.591Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88552025-01-16T19:54:38.591Z
88562025-01-16T19:54:38.596Z Doc-tests oximeter_collector
88572025-01-16T19:54:38.596Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-b2de3da703bdfe32.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b20bd2cc195e4c5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c34d420b9230491.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a01b78ebea6ac704.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f91bdd8985143903.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88582025-01-16T19:54:38.931Z
88592025-01-16T19:54:38.931Zrunning 0 tests
88602025-01-16T19:54:38.931Z
88612025-01-16T19:54:38.931Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88622025-01-16T19:54:38.931Z
88632025-01-16T19:54:38.971Z Doc-tests oximeter_db
88642025-01-16T19:54:38.974Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7c23650b197038b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-f7000931d9a3e491.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e56a6501bfc0f369.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-71c7463d398702ca.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-182089c4d76fee21.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5bb33dfb4bbb3f51.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-36bb02a0931b96d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-6af93af71e9acc5a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4c2a99b00659d49a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-80afca318dc2db3d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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`
88652025-01-16T19:54:39.857Z
88662025-01-16T19:54:39.857Zrunning 1 test
88672025-01-16T19:54:39.860Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored
88682025-01-16T19:54:39.860Z
88692025-01-16T19:54:39.860Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
88702025-01-16T19:54:39.860Z
88712025-01-16T19:54:39.903Z Doc-tests oximeter_instruments
88722025-01-16T19:54:39.905Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a4c7bb216ac823c4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-aa9f27391adfff67.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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`
88732025-01-16T19:54:40.281Z
88742025-01-16T19:54:40.281Zrunning 0 tests
88752025-01-16T19:54:40.281Z
88762025-01-16T19:54:40.281Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88772025-01-16T19:54:40.281Z
88782025-01-16T19:54:40.312Z Doc-tests oximeter_macro_impl
88792025-01-16T19:54:40.312Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-1193412ba81be9ac.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-32a96558d6ac77da.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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`
88802025-01-16T19:54:40.406Z
88812025-01-16T19:54:40.406Zrunning 0 tests
88822025-01-16T19:54:40.407Z
88832025-01-16T19:54:40.407Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88842025-01-16T19:54:40.407Z
88852025-01-16T19:54:40.417Z Doc-tests oximeter_producer
88862025-01-16T19:54:40.420Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-643348792607cac0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82ec3fe962e1369c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ad6a1e04853ef45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88872025-01-16T19:54:40.799Z
88882025-01-16T19:54:40.799Zrunning 0 tests
88892025-01-16T19:54:40.799Z
88902025-01-16T19:54:40.799Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88912025-01-16T19:54:40.799Z
88922025-01-16T19:54:40.833Z Doc-tests oximeter_schema
88932025-01-16T19:54:40.836Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-0a2980a62729d904.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-19628f3e5c42d667.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88942025-01-16T19:54:41.122Z
88952025-01-16T19:54:41.122Zrunning 0 tests
88962025-01-16T19:54:41.122Z
88972025-01-16T19:54:41.122Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88982025-01-16T19:54:41.122Z
88992025-01-16T19:54:41.146Z Doc-tests oximeter_test_utils
89002025-01-16T19:54:41.149Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-f7000931d9a3e491.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-726837299e79d6e9.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-32a96558d6ac77da.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-182089c4d76fee21.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-19628f3e5c42d667.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89012025-01-16T19:54:41.445Z
89022025-01-16T19:54:41.445Zrunning 0 tests
89032025-01-16T19:54:41.445Z
89042025-01-16T19:54:41.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89052025-01-16T19:54:41.445Z
89062025-01-16T19:54:41.473Z Doc-tests oximeter_timeseries_macro
89072025-01-16T19:54:41.477Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-1193412ba81be9ac.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fe366cc67deafdf5.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-cb401645f9a1ea92.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d6da62498d1b73dd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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`
89082025-01-16T19:54:41.685Z
89092025-01-16T19:54:41.685Zrunning 0 tests
89102025-01-16T19:54:41.685Z
89112025-01-16T19:54:41.685Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89122025-01-16T19:54:41.685Z
89132025-01-16T19:54:41.707Z Doc-tests oximeter_types
89142025-01-16T19:54:41.709Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-1b768e2cfbef1294.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e56a6501bfc0f369.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-a3333f6032687666.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-32a96558d6ac77da.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-19628f3e5c42d667.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-7004160e5c6dfce0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-9b9dea370843a9d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-30f22dc214dee3b5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89152025-01-16T19:54:42.244Z
89162025-01-16T19:54:42.244Zrunning 11 tests
89172025-01-16T19:54:42.841Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
89182025-01-16T19:54:50.396Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
89192025-01-16T19:54:50.613Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
89202025-01-16T19:54:50.669Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok
89212025-01-16T19:54:50.692Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
89222025-01-16T19:54:50.694Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
89232025-01-16T19:54:50.694Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
89242025-01-16T19:54:50.718Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
89252025-01-16T19:54:51.062Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
89262025-01-16T19:54:54.442Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
89272025-01-16T19:54:55.512Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
89282025-01-16T19:54:55.512Z
89292025-01-16T19:54:55.515Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.27s
89302025-01-16T19:54:55.515Z
89312025-01-16T19:54:55.551Z Doc-tests oxlog
89322025-01-16T19:54:55.551Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-da552bbb5a083bbd.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5a557c76e67e47f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89332025-01-16T19:54:55.636Z
89342025-01-16T19:54:55.636Zrunning 0 tests
89352025-01-16T19:54:55.637Z
89362025-01-16T19:54:55.637Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89372025-01-16T19:54:55.637Z
89382025-01-16T19:54:55.647Z Doc-tests oxql_types
89392025-01-16T19:54:55.649Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-19628f3e5c42d667.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5bb33dfb4bbb3f51.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89402025-01-16T19:54:55.971Z
89412025-01-16T19:54:55.971Zrunning 0 tests
89422025-01-16T19:54:55.971Z
89432025-01-16T19:54:55.971Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89442025-01-16T19:54:55.971Z
89452025-01-16T19:54:55.997Z Doc-tests range_requests
89462025-01-16T19:54:56.001Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-369ee3d2c774136a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b591b9aba66427e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89472025-01-16T19:54:56.143Z
89482025-01-16T19:54:56.143Zrunning 0 tests
89492025-01-16T19:54:56.143Z
89502025-01-16T19:54:56.143Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89512025-01-16T19:54:56.144Z
89522025-01-16T19:54:56.159Z Doc-tests repo_depot_api
89532025-01-16T19:54:56.162Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-6c96ad0cfdaec735.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b9548a421f8c6136.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89542025-01-16T19:54:56.382Z
89552025-01-16T19:54:56.382Zrunning 2 tests
89562025-01-16T19:54:56.385Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
89572025-01-16T19:54:56.385Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
89582025-01-16T19:54:56.385Z
89592025-01-16T19:54:56.385Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
89602025-01-16T19:54:56.385Z
89612025-01-16T19:54:56.405Z Doc-tests repo_depot_client
89622025-01-16T19:54:56.408Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-1193412ba81be9ac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-63e666f7e78c96c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89632025-01-16T19:54:56.589Z
89642025-01-16T19:54:56.590Zrunning 0 tests
89652025-01-16T19:54:56.590Z
89662025-01-16T19:54:56.590Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89672025-01-16T19:54:56.590Z
89682025-01-16T19:54:56.608Z Doc-tests sled_agent_api
89692025-01-16T19:54:56.611Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-b1ce1825125c2b44.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6a457611ab7bd00c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a1514452ef569b10.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89702025-01-16T19:54:57.010Z
89712025-01-16T19:54:57.010Zrunning 2 tests
89722025-01-16T19:54:57.013Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 69) ... ignored
89732025-01-16T19:54:57.013Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 75) ... ignored
89742025-01-16T19:54:57.013Z
89752025-01-16T19:54:57.013Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
89762025-01-16T19:54:57.013Z
89772025-01-16T19:54:57.040Z Doc-tests sled_agent_client
89782025-01-16T19:54:57.042Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-72156c9a99c934e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89792025-01-16T19:54:58.721Z
89802025-01-16T19:54:58.721Zrunning 0 tests
89812025-01-16T19:54:58.721Z
89822025-01-16T19:54:58.721Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89832025-01-16T19:54:58.722Z
89842025-01-16T19:54:58.771Z Doc-tests sled_agent_types
89852025-01-16T19:54:58.774Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0760f0e51ba835cf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d23afb33bcc38f16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a43871a2705ccaa3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8092cf50519d2d76.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4ae2f2aebcac90d3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89862025-01-16T19:54:59.461Z
89872025-01-16T19:54:59.461Zrunning 0 tests
89882025-01-16T19:54:59.461Z
89892025-01-16T19:54:59.461Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89902025-01-16T19:54:59.461Z
89912025-01-16T19:54:59.497Z Doc-tests sled_diagnostics
89922025-01-16T19:54:59.500Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-2f4d20600755659a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a1514452ef569b10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89932025-01-16T19:54:59.631Z
89942025-01-16T19:54:59.632Zrunning 0 tests
89952025-01-16T19:54:59.632Z
89962025-01-16T19:54:59.632Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89972025-01-16T19:54:59.632Z
89982025-01-16T19:54:59.645Z Doc-tests sled_hardware
89992025-01-16T19:54:59.650Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-71c7463d398702ca.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-80be5c461cb9f8c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-c613ee633f8b6caa.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-096da45031b6740f.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8696a562f8ab0321.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1599675b3361b749.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2c3431e93729d286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90002025-01-16T19:54:59.998Z
90012025-01-16T19:54:59.998Zrunning 0 tests
90022025-01-16T19:54:59.998Z
90032025-01-16T19:54:59.998Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90042025-01-16T19:54:59.998Z
90052025-01-16T19:55:00.027Z Doc-tests sled_hardware_types
90062025-01-16T19:55:00.029Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-b1d8fc03ca54e450.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90072025-01-16T19:55:00.302Z
90082025-01-16T19:55:00.302Zrunning 0 tests
90092025-01-16T19:55:00.302Z
90102025-01-16T19:55:00.302Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90112025-01-16T19:55:00.302Z
90122025-01-16T19:55:00.328Z Doc-tests sled_storage
90132025-01-16T19:55:00.331Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dc5246e46acc9174.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1599675b3361b749.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3f6cbe1be4799eca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.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`
90142025-01-16T19:55:00.732Z
90152025-01-16T19:55:00.732Zrunning 0 tests
90162025-01-16T19:55:00.732Z
90172025-01-16T19:55:00.732Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90182025-01-16T19:55:00.732Z
90192025-01-16T19:55:00.762Z Doc-tests sp_sim
90202025-01-16T19:55:00.765Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5f66eae3eeb5aaab.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-57cf449c999dd594.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90212025-01-16T19:55:01.185Z
90222025-01-16T19:55:01.185Zrunning 0 tests
90232025-01-16T19:55:01.185Z
90242025-01-16T19:55:01.186Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90252025-01-16T19:55:01.186Z
90262025-01-16T19:55:01.213Z Doc-tests tufaceous
90272025-01-16T19:55:01.216Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e2f7c35c8ef02eaf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-3771a6b885e2a4df.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-f0b78fdb058a9a70.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-99dff92071313554.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90282025-01-16T19:55:01.493Z
90292025-01-16T19:55:01.493Zrunning 0 tests
90302025-01-16T19:55:01.493Z
90312025-01-16T19:55:01.493Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90322025-01-16T19:55:01.493Z
90332025-01-16T19:55:01.518Z Doc-tests tufaceous_lib
90342025-01-16T19:55:01.521Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-a996fdb597abe952.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fb9321f6a925b114.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d980178b4de34a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-38e47cf4ad398319.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fab35e6581845628.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-12908577ff88ed0d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90352025-01-16T19:55:01.905Z
90362025-01-16T19:55:01.905Zrunning 0 tests
90372025-01-16T19:55:01.905Z
90382025-01-16T19:55:01.905Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90392025-01-16T19:55:01.905Z
90402025-01-16T19:55:01.933Z Doc-tests typed_rng
90412025-01-16T19:55:01.936Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-15b9c4e619a5e313.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7e6707f0003ad91.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-54b590a52aedab37.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-05f3d70780ef4c19.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90422025-01-16T19:55:02.019Z
90432025-01-16T19:55:02.019Zrunning 0 tests
90442025-01-16T19:55:02.019Z
90452025-01-16T19:55:02.019Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90462025-01-16T19:55:02.019Z
90472025-01-16T19:55:02.029Z Doc-tests update_common
90482025-01-16T19:55:02.032Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fb9321f6a925b114.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fab35e6581845628.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-99dff92071313554.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-047fcfaaabb3dd19.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90492025-01-16T19:55:02.326Z
90502025-01-16T19:55:02.327Zrunning 0 tests
90512025-01-16T19:55:02.327Z
90522025-01-16T19:55:02.327Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90532025-01-16T19:55:02.327Z
90542025-01-16T19:55:02.352Z Doc-tests update_engine
90552025-01-16T19:55:02.355Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b841fa1d9436ba10.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2cf5161fed8e45ee.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06f1a9f404f3cafa.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-d0e10d29a586f0c3.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-e30533c97b2525be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90562025-01-16T19:55:02.763Z
90572025-01-16T19:55:02.763Zrunning 4 tests
90582025-01-16T19:55:02.765Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
90592025-01-16T19:55:02.765Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
90602025-01-16T19:55:02.766Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
90612025-01-16T19:55:03.528Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
90622025-01-16T19:55:03.529Z
90632025-01-16T19:55:03.532Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.77s
90642025-01-16T19:55:03.532Z
90652025-01-16T19:55:03.550Z Doc-tests wicket
90662025-01-16T19:55:03.555Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e2f7c35c8ef02eaf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2cf5161fed8e45ee.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5b838cc2e666cdad.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-248815caac7a5611.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-6f1f54c6c650a76e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9b4a64ed4de41f6.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-4f9575c2dad3be44.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8d4320e0657cdaee.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e5096c3ea8a0fd23.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f839161d31b323c8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90672025-01-16T19:55:04.381Z
90682025-01-16T19:55:04.381Zrunning 0 tests
90692025-01-16T19:55:04.382Z
90702025-01-16T19:55:04.382Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90712025-01-16T19:55:04.382Z
90722025-01-16T19:55:04.423Z Doc-tests wicket_common
90732025-01-16T19:55:04.426Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e5096c3ea8a0fd23.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90742025-01-16T19:55:04.958Z
90752025-01-16T19:55:04.958Zrunning 0 tests
90762025-01-16T19:55:04.958Z
90772025-01-16T19:55:04.958Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90782025-01-16T19:55:04.958Z
90792025-01-16T19:55:04.992Z Doc-tests wicket_dbg
90802025-01-16T19:55:04.994Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2e88b6aa724248bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-6af93af71e9acc5a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-40de076faf25e822.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8d4320e0657cdaee.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-1f4abd77cb0897ee.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90812025-01-16T19:55:05.398Z
90822025-01-16T19:55:05.398Zrunning 0 tests
90832025-01-16T19:55:05.398Z
90842025-01-16T19:55:05.398Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90852025-01-16T19:55:05.399Z
90862025-01-16T19:55:05.430Z Doc-tests wicketd
90872025-01-16T19:55:05.435Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa6ff9cce06ce90c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-47f475f55c06e356.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d20a3a95761ac06a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f6c5b07881fbb491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5476a40ed2387d20.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0ee2782bdc6dcb18.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-84a45ff24549bd4f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ed6723ba3feb7557.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-b56738bff72a383c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4bcebe7c6918352c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fb9321f6a925b114.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5728d730ea250e91.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-67cfffbda577824a.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a2d66f8a6e047926.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-7a3ac673aa24f013.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-6d96a8f20beb8638.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b8c278a10a4a40db.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c2cd987894ef0131.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-83d37be23d55ee8c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-18ea1dd6a14ff79c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ee997bf54777181.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f35ec6d5c8d08d60.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ac113166e88897a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be2321e1481bc3b3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f9ccc7ae453d1496.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fab35e6581845628.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-99dff92071313554.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4de99936e7d5e68a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-047fcfaaabb3dd19.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8d4320e0657cdaee.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e5096c3ea8a0fd23.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a1ebe5441cb41adf.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8e23f4b914366c47.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f839161d31b323c8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90882025-01-16T19:55:06.065Z
90892025-01-16T19:55:06.065Zrunning 0 tests
90902025-01-16T19:55:06.065Z
90912025-01-16T19:55:06.065Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90922025-01-16T19:55:06.065Z
90932025-01-16T19:55:06.102Z Doc-tests wicketd_api
90942025-01-16T19:55:06.105Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-aa6ff9cce06ce90c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-29a21145e98e8be2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f00af7186c54bdf2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e5096c3ea8a0fd23.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8e23f4b914366c47.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90952025-01-16T19:55:06.514Z
90962025-01-16T19:55:06.514Zrunning 2 tests
90972025-01-16T19:55:06.517Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 51) ... ignored
90982025-01-16T19:55:06.517Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 57) ... ignored
90992025-01-16T19:55:06.517Z
91002025-01-16T19:55:06.517Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
91012025-01-16T19:55:06.517Z
91022025-01-16T19:55:06.546Z Doc-tests wicketd_client
91032025-01-16T19:55:06.548Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-d26e192b7ea979d3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d5c52f4a9d6f73a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dbe92e060a217b64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b9b1ef94d59968c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ce53d6f849aa5e1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f606a476d402af67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4d7ba8b8b8130ea3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-cc6952d51bf75810.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-fe90213f4e9a3cd9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e5096c3ea8a0fd23.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f839161d31b323c8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91042025-01-16T19:55:08.092Z
91052025-01-16T19:55:08.092Zrunning 0 tests
91062025-01-16T19:55:08.092Z
91072025-01-16T19:55:08.092Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91082025-01-16T19:55:08.092Z
91092025-01-16T19:55:08.141Z Doc-tests xtask_downloader
91102025-01-16T19:55:08.144Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b3b8dbb4b566ab3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-61e19b59a18ca535.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02ce2f402bd6f360.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48c6a436ee70b3ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-e4cdb04b3eb10d2d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91112025-01-16T19:55:08.318Z
91122025-01-16T19:55:08.318Zrunning 1 test
91132025-01-16T19:55:08.327Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
91142025-01-16T19:55:08.328Z
91152025-01-16T19:55:08.328Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
91162025-01-16T19:55:08.328Z
91172025-01-16T19:55:08.334Z Doc-tests zone_setup
91182025-01-16T19:55:08.336Z Running `/home/build/.rustup/toolchains/1.84.0-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-ddc0b22af55bf73d/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1acbffaa0d5987e0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac60295cad7b5c9/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a93a933dc1aedf2d/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-49bac689e15070c0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c57a13b59dfa4e62/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-128c90a25a552fff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f5d919e039af2652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c96ad0cfdaec735.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b1d8fc03ca54e450.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-642f5cf66313b200.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0407d5f8409d868e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1193412ba81be9ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4bdb6579ef7408aa.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8d19abb3feb36e97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3be77aef057a1bae.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-bba10838f8a7e5ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5f3c28ccf9b28e23.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-f49b4be178f5d46d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91192025-01-16T19:55:08.587Z
91202025-01-16T19:55:08.588Zrunning 0 tests
91212025-01-16T19:55:08.588Z
91222025-01-16T19:55:08.588Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91232025-01-16T19:55:08.588Z
91242025-01-16T19:55:08.690Z
91252025-01-16T19:55:08.690Zreal 1:46.187071229
91262025-01-16T19:55:08.690Zuser 1:53.165864433
91272025-01-16T19:55:08.690Zsys 48.401136575
91282025-01-16T19:55:08.690Ztrap 0.025841629
91292025-01-16T19:55:08.693Ztflt 1.323409098
91302025-01-16T19:55:08.693Zdflt 8.692847558
91312025-01-16T19:55:08.693Zkflt 0.020307335
91322025-01-16T19:55:08.693Zlock 1:17.425522653
91332025-01-16T19:55:08.693Zslp 13:41.644379418
91342025-01-16T19:55:08.693Zlat 3.224197490
91352025-01-16T19:55:08.693Zstop 8.452885942
91362025-01-16T19:55:08.693Z+ [[ illumos == \i\l\l\u\m\o\s ]]
91372025-01-16T19:55:08.693Z+ banner live-test
91382025-01-16T19:55:08.696Z
91392025-01-16T19:55:08.696Z # # # # ###### ##### ###### #### #####
91402025-01-16T19:55:08.696Z # # # # # # # # #
91412025-01-16T19:55:08.696Z # # # # ##### ##### # ##### #### #
91422025-01-16T19:55:08.696Z # # # # # # # # #
91432025-01-16T19:55:08.696Z # # # # # # # # # #
91442025-01-16T19:55:08.696Z ###### # ## ###### # ###### #### #
91452025-01-16T19:55:08.696Z
91462025-01-16T19:55:08.696Z+ ptime -m cargo xtask live-tests
91472025-01-16T19:55:09.400Z Compiling serde v1.0.217
91482025-01-16T19:55:09.403Z Compiling serde_json v1.0.135
91492025-01-16T19:55:09.403Z Compiling rustix v0.38.37
91502025-01-16T19:55:09.403Z Compiling libc v0.2.162
91512025-01-16T19:55:09.403Z Compiling syn v2.0.96
91522025-01-16T19:55:09.403Z Compiling bitflags v2.6.0
91532025-01-16T19:55:09.960Z Compiling usdt-impl v0.5.0
91542025-01-16T19:55:09.977Z Compiling syn v1.0.109
91552025-01-16T19:55:09.995Z Compiling log v0.4.22
91562025-01-16T19:55:10.118Z Compiling hashbrown v0.15.1
91572025-01-16T19:55:10.139Z Compiling fs-err v2.11.0
91582025-01-16T19:55:10.343Z Compiling anyhow v1.0.93
91592025-01-16T19:55:10.541Z Compiling once_cell v1.20.2
91602025-01-16T19:55:10.965Z Compiling thread-id v4.2.2
91612025-01-16T19:55:11.132Z Compiling indexmap v2.7.0
91622025-01-16T19:55:12.251Z Compiling terminal_size v0.4.0
91632025-01-16T19:55:12.251Z Compiling tempfile v3.13.0
91642025-01-16T19:55:12.401Z Compiling clap_builder v4.5.21
91652025-01-16T19:55:12.770Z Compiling proc-macro-error v1.0.4
91662025-01-16T19:55:13.564Z Compiling tabled_derive v0.7.0
91672025-01-16T19:55:14.862Z Compiling tabled v0.15.0
91682025-01-16T19:55:15.590Z Compiling serde_derive v1.0.217
91692025-01-16T19:55:15.591Z Compiling thiserror-impl v1.0.69
91702025-01-16T19:55:15.593Z Compiling zerocopy-derive v0.7.35
91712025-01-16T19:55:15.593Z Compiling scroll_derive v0.12.0
91722025-01-16T19:55:15.593Z Compiling clap_derive v4.5.18
91732025-01-16T19:55:17.231Z Compiling scroll v0.12.0
91742025-01-16T19:55:17.693Z Compiling zerocopy v0.7.35
91752025-01-16T19:55:17.809Z Compiling goblin v0.8.2
91762025-01-16T19:55:18.722Z Compiling thiserror v1.0.69
91772025-01-16T19:55:18.900Z Compiling pest v2.7.14
91782025-01-16T19:55:19.613Z Compiling clap v4.5.21
91792025-01-16T19:55:21.037Z Compiling pest_meta v2.7.14
91802025-01-16T19:55:21.950Z Compiling pest_generator v2.7.14
91812025-01-16T19:55:23.490Z Compiling pest_derive v2.7.14
91822025-01-16T19:55:24.256Z Compiling dtrace-parser v0.2.0
91832025-01-16T19:55:24.641Z Compiling serde_tokenstream v0.2.2
91842025-01-16T19:55:24.690Z Compiling toml_datetime v0.6.8
91852025-01-16T19:55:24.748Z Compiling serde_spanned v0.6.8
91862025-01-16T19:55:24.864Z Compiling camino v1.1.9
91872025-01-16T19:55:25.021Z Compiling toml_edit v0.22.22
91882025-01-16T19:55:25.059Z Compiling cargo-platform v0.1.8
91892025-01-16T19:55:25.196Z Compiling semver v1.0.24
91902025-01-16T19:55:25.215Z Compiling macaddr v1.0.1
91912025-01-16T19:55:25.803Z Compiling camino-tempfile v1.1.1
91922025-01-16T19:55:26.131Z Compiling dof v0.3.0
91932025-01-16T19:55:26.308Z Compiling cargo_metadata v0.18.1
91942025-01-16T19:55:27.563Z Compiling usdt-attr-macro v0.5.0
91952025-01-16T19:55:27.567Z Compiling usdt-macro v0.5.0
91962025-01-16T19:55:27.969Z Compiling toml v0.8.19
91972025-01-16T19:55:28.815Z Compiling cargo_toml v0.20.5
91982025-01-16T19:55:28.917Z Compiling usdt v0.5.0
91992025-01-16T19:55:31.645Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
92002025-01-16T19:55:34.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.22s
92012025-01-16T19:55:35.060Z Running `target/debug/xtask live-tests`
92022025-01-16T19:55:35.092Zusing temporary directory: /var/tmp/omicron_tmp/.tmpERycrd
92032025-01-16T19:55:35.092Zwill create archive file: /var/tmp/omicron_tmp/.tmpERycrd/live-tests-archive/omicron-live-tests.tar.zst
92042025-01-16T19:55:35.092Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
92052025-01-16T19:55:35.092Z
92062025-01-16T19:55:35.095Zrunning: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpERycrd/live-tests-archive/omicron-live-tests.tar.zst"
92072025-01-16T19:55:37.162Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
92082025-01-16T19:55:37.278Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
92092025-01-16T19:55:37.294Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
92102025-01-16T19:55:37.296Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
92112025-01-16T19:55:37.326Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
92122025-01-16T19:55:37.342Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
92132025-01-16T19:55:37.342Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
92142025-01-16T19:55:38.303Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
92152025-01-16T19:55:40.261Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
92162025-01-16T19:55:40.852Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
92172025-01-16T19:55:41.934Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
92182025-01-16T19:55:41.934Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
92192025-01-16T19:55:53.898Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
92202025-01-16T19:55:53.901Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
92212025-01-16T19:55:53.902Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
92222025-01-16T19:55:53.902Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
92232025-01-16T19:55:55.667Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
92242025-01-16T19:56:41.411Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
92252025-01-16T19:56:42.031Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
92262025-01-16T19:57:14.572Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
92272025-01-16T19:57:17.344Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
92282025-01-16T19:57:37.238Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 00s
92292025-01-16T19:57:37.462Zinfo: experimental features enabled: setup-scripts
92302025-01-16T19:57:37.468Z Archiving 1 binary, 1 build script output directory, 3 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpERycrd/live-tests-archive/omicron-live-tests.tar.zst
92312025-01-16T19:57:37.909Z Archived 47 files to /var/tmp/omicron_tmp/.tmpERycrd/live-tests-archive/omicron-live-tests.tar.zst in 0.44s
92322025-01-16T19:57:37.962Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpERycrd/live-tests-archive\""
92332025-01-16T19:57:37.974Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpERycrd" "live-tests-archive"
92342025-01-16T19:57:38.052Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
92352025-01-16T19:57:38.052Zcreated:
92362025-01-16T19:57:38.052ZTo use this:
92372025-01-16T19:57:38.052Z
92382025-01-16T19:57:38.052Z1. Copy the tarball to the switch zone in a deployed Omicron system.
92392025-01-16T19:57:38.052Z
92402025-01-16T19:57:38.056Z e.g., scp \
92412025-01-16T19:57:38.056Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
92422025-01-16T19:57:38.056Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
92432025-01-16T19:57:38.056Z
92442025-01-16T19:57:38.056Z2. Copy the `cargo-nextest` binary to the same place.
92452025-01-16T19:57:38.056Z
92462025-01-16T19:57:38.056Z e.g., scp \
92472025-01-16T19:57:38.056Z $(which cargo-nextest) \
92482025-01-16T19:57:38.056Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
92492025-01-16T19:57:38.056Z
92502025-01-16T19:57:38.057Z3. From the switch zone on that system, unpack the tarball with:
92512025-01-16T19:57:38.057Z
92522025-01-16T19:57:38.057Z tar xzf live-tests-archive.tgz
92532025-01-16T19:57:38.057Z
92542025-01-16T19:57:38.057Z4. From the switch zone on that system, run tests with:
92552025-01-16T19:57:38.057Z
92562025-01-16T19:57:38.057Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
92572025-01-16T19:57:38.057Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
92582025-01-16T19:57:38.057Z --workspace-remap live-tests-archive
92592025-01-16T19:57:38.057Z
92602025-01-16T19:57:38.057Z
92612025-01-16T19:57:38.057Zreal 2:29.347393253
92622025-01-16T19:57:38.057Zuser 5:30.801536776
92632025-01-16T19:57:38.057Zsys 37.186006016
92642025-01-16T19:57:38.057Ztrap 0.106959530
92652025-01-16T19:57:38.057Ztflt 0.781568421
92662025-01-16T19:57:38.057Zdflt 3.170016493
92672025-01-16T19:57:38.057Zkflt 0.004885050
92682025-01-16T19:57:38.058Zlock 14:09.523421239
92692025-01-16T19:57:38.058Zslp 20:53.613431780
92702025-01-16T19:57:38.058Zlat 4.847401333
92712025-01-16T19:57:38.058Zstop 16.819426037
92722025-01-16T19:57:38.058Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
92732025-01-16T19:57:38.061Z+ unset TMPDIR
92742025-01-16T19:57:38.061Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
92752025-01-16T19:57:38.061Zfiles in /var/tmp/omicron_tmp (none expected on success):
92762025-01-16T19:57:38.061Z+ find /var/tmp/omicron_tmp -ls
92772025-01-16T19:57:38.065Z164052 18 drwxr-xr-x 2 build build 2 Jan 16 19:57 /var/tmp/omicron_tmp
92782025-01-16T19:57:38.067Z+ rmdir /var/tmp/omicron_tmp
92792025-01-16T19:57:38.320Zprocess exited: duration 6660219 ms, exit code 0
 
92802025-01-16T19:57:38.342Zfound 3 output files
92812025-01-16T19:57:38.342Zuploading: /work/crate-build-timings.json (602929 bytes)
92822025-01-16T19:57:39.362Zuploaded: /work/crate-build-timings.json
92832025-01-16T19:57:39.369Zuploading: /work/environment.json (108 bytes)
92842025-01-16T19:57:40.374Zuploaded: /work/environment.json
92852025-01-16T19:57:40.374Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (354366 bytes)
92862025-01-16T19:57:41.390Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml