01JHFDGFEW4F5QD33WDS1BDBX7: 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: 01JHFDGR6SNPYJ6DRTZJRYKP2P

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-13T08:47:58.422Zjob assigned to worker 01JHFDGZF3GBQD9S9WXD30X4WQ [factory aws, i-03d9d8c6d37c69829] (queued for 51 s)
 
22025-01-13T08:48:06.287Zstarting task 0: "setup"
32025-01-13T08:48:06.296Z++ uname -s
42025-01-13T08:48:06.299Z+ kern=SunOS
52025-01-13T08:48:06.299Z+ case "$kern" in
62025-01-13T08:48:06.299Z+ groupadd -g 12345 build
72025-01-13T08:48:06.301Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-13T08:48:08.310Z+ zfs create -o mountpoint=/work rpool/work
92025-01-13T08:48:08.417Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-13T08:48:08.420Z+ home_fs=zfs
112025-01-13T08:48:08.420Z+ [[ zfs == autofs ]]
122025-01-13T08:48:08.420Z+ mkdir -p /home/build
132025-01-13T08:48:08.422Z+ chown build:build /home/build /work
142025-01-13T08:48:10.424Z+ chmod 0700 /home/build /work
152025-01-13T08:48:10.426Zprocess exited: duration 4141 ms, exit code 0
 
162025-01-13T08:48:10.432Zstarting task 1: "rust-toolchain"
172025-01-13T08:48:10.437Z+ printf ' * toolchain channel = "%s"
182025-01-13T08:48:10.437Z' 1.81.0
192025-01-13T08:48:10.437Z * toolchain channel = "1.81.0"
202025-01-13T08:48:10.437Z+ printf ' * toolchain profile = "%s"
212025-01-13T08:48:10.438Z' default
222025-01-13T08:48:10.438Z * toolchain profile = "default"
232025-01-13T08:48:10.440Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-13T08:48:10.440Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252025-01-13T08:48:10.558Zinfo: downloading installer
262025-01-13T08:48:12.017Zinfo: profile set to 'default'
272025-01-13T08:48:12.017Zinfo: default host triple is x86_64-unknown-illumos
282025-01-13T08:48:12.020Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292025-01-13T08:48:12.155Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302025-01-13T08:48:12.155Zinfo: downloading component 'cargo'
312025-01-13T08:48:12.890Zinfo: downloading component 'clippy'
322025-01-13T08:48:13.163Zinfo: downloading component 'rust-docs'
332025-01-13T08:48:14.184Zinfo: downloading component 'rust-std'
342025-01-13T08:48:15.776Zinfo: downloading component 'rustc'
352025-01-13T08:48:21.535Zinfo: downloading component 'rustfmt'
362025-01-13T08:48:21.750Zinfo: installing component 'cargo'
372025-01-13T08:48:22.545Zinfo: installing component 'clippy'
382025-01-13T08:48:22.909Zinfo: installing component 'rust-docs'
392025-01-13T08:48:24.513Zinfo: installing component 'rust-std'
402025-01-13T08:48:26.283Zinfo: installing component 'rustc'
412025-01-13T08:48:31.846Zinfo: installing component 'rustfmt'
422025-01-13T08:48:32.169Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432025-01-13T08:48:32.169Z
442025-01-13T08:48:32.531Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452025-01-13T08:48:32.532Z
462025-01-13T08:48:32.534Z
472025-01-13T08:48:32.534ZRust is installed now. Great!
482025-01-13T08:48:32.534Z
492025-01-13T08:48:32.534ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-13T08:48:32.534Zenvironment variable. This has not been done automatically.
512025-01-13T08:48:32.534Z
522025-01-13T08:48:32.534ZTo configure your current shell, you need to source
532025-01-13T08:48:32.534Zthe corresponding env file under $HOME/.cargo.
542025-01-13T08:48:32.534Z
552025-01-13T08:48:32.534ZThis is usually done by running one of the following (note the leading DOT):
562025-01-13T08:48:32.535Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-13T08:48:32.535Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-13T08:48:32.604Z+ rustc --version
592025-01-13T08:48:32.670Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602025-01-13T08:48:32.674Zprocess exited: duration 22240 ms, exit code 0
 
612025-01-13T08:48:32.679Zstarting task 2: "authentication"
622025-01-13T08:48:32.701Zprocess exited: duration 21 ms, exit code 0
 
632025-01-13T08:48:32.706Zstarting task 3: "clone repository"
642025-01-13T08:48:32.711Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-13T08:48:32.714Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-13T08:48:32.762ZCloning into '/work/oxidecomputer/omicron'...
672025-01-13T08:48:40.411Z+ cd /work/oxidecomputer/omicron
682025-01-13T08:48:40.411Z+ git fetch origin 27409a1abdb84f3c458ceca77ec5c422faf0265d
692025-01-13T08:48:40.727ZFrom https://github.com/oxidecomputer/omicron
702025-01-13T08:48:40.727Z * branch 27409a1abdb84f3c458ceca77ec5c422faf0265d -> FETCH_HEAD
712025-01-13T08:48:40.736Z+ [[ -n renovate/lock-file-maintenance ]]
722025-01-13T08:48:40.739Z++ git branch --show-current
732025-01-13T08:48:40.742Z+ current=main
742025-01-13T08:48:40.742Z+ [[ main != renovate/lock-file-maintenance ]]
752025-01-13T08:48:40.742Z+ git branch -f renovate/lock-file-maintenance 27409a1abdb84f3c458ceca77ec5c422faf0265d
762025-01-13T08:48:40.745Z+ git checkout -f renovate/lock-file-maintenance
772025-01-13T08:48:40.926ZSwitched to branch 'renovate/lock-file-maintenance'
782025-01-13T08:48:40.929Z+ git reset --hard 27409a1abdb84f3c458ceca77ec5c422faf0265d
792025-01-13T08:48:40.945ZHEAD is now at 27409a1ab Lock file maintenance
802025-01-13T08:48:40.947Zprocess exited: duration 8239 ms, exit code 0
 
812025-01-13T08:48:40.953Zstarting task 4: "build"
822025-01-13T08:48:40.962Z+ source ./env.sh
832025-01-13T08:48:40.962Z++ OLD_SHELL_OPTS=ehxB
842025-01-13T08:48:40.962Z++ set -o xtrace
852025-01-13T08:48:40.965Z++++ dirname ./env.sh
862025-01-13T08:48:40.968Z+++ readlink -f .
872025-01-13T08:48:40.970Z++ OMICRON_WS=/work/oxidecomputer/omicron
882025-01-13T08:48:40.973Z++ 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-13T08:48:40.973Z++ 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-13T08:48:40.973Z++ 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-13T08:48:40.973Z++ 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-13T08:48:40.973Z++ 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-13T08:48:40.973Z++ 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-13T08:48:40.973Z++ 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-13T08:48:40.973Z++ 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-13T08:48:40.973Z++ case $OLD_SHELL_OPTS in
972025-01-13T08:48:40.973Z++ unset OLD_SHELL_OPTS OMICRON_WS
982025-01-13T08:48:40.973Z+ source .github/buildomat/ci-env.sh
992025-01-13T08:48:40.973Z++ export CARGO_TERM_COLOR=always
1002025-01-13T08:48:40.973Z++ CARGO_TERM_COLOR=always
1012025-01-13T08:48:40.973Z+ target_os=illumos
1022025-01-13T08:48:40.973Z+ NEXTEST_VERSION=0.9.86
1032025-01-13T08:48:40.973Z+ cargo --version
1042025-01-13T08:48:41.030Zcargo 1.81.0 (2dbb1af80 2024-08-20)
1052025-01-13T08:48:41.032Z+ rustc --version
1062025-01-13T08:48:41.097Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1072025-01-13T08:48:41.101Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.86/illumos
1082025-01-13T08:48:41.104Z+ gunzip
1092025-01-13T08:48:41.104Z+ tar -xvf - -C /home/build/.cargo/bin
1102025-01-13T08:48:42.254Zx cargo-nextest, 17157904 bytes, 33512 tape blocks
1112025-01-13T08:48:42.257Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1122025-01-13T08:48:42.257Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1132025-01-13T08:48:42.257Ztests will store ephemeral output in /var/tmp/omicron_tmp
1142025-01-13T08:48:42.257Z+ mkdir /var/tmp/omicron_tmp
1152025-01-13T08:48:42.259Z+ OUTPUT_DIR=/work
1162025-01-13T08:48:42.259Z+ echo 'tests will store non-ephemeral output in /work'
1172025-01-13T08:48:42.260Ztests will store non-ephemeral output in /work
1182025-01-13T08:48:42.260Z+ mkdir -p /work
1192025-01-13T08:48:42.260Z+ banner prerequisites
1202025-01-13T08:48:42.262Z
1212025-01-13T08:48:42.262Z ##### ##### ###### ##### ###### #### # # # #### #
1222025-01-13T08:48:42.262Z # # # # # # # # # # # # # # #
1232025-01-13T08:48:42.262Z # # # # ##### # # ##### # # # # # #### #
1242025-01-13T08:48:42.262Z ##### ##### # ##### # # # # # # # # #
1252025-01-13T08:48:42.262Z # # # # # # # # # # # # # # #
1262025-01-13T08:48:42.262Z # # # ###### # # ###### ### # #### # #### #
1272025-01-13T08:48:42.262Z
1282025-01-13T08:48:42.262Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292025-01-13T08:48:43.996Zpkg list: illegal option -- F
1302025-01-13T08:48:43.996ZUsage:
1312025-01-13T08:48:43.999Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1322025-01-13T08:48:43.999Z [pkg_fmri_pattern ...]
1332025-01-13T08:48:44.837Zpkg list: illegal option -- F
1342025-01-13T08:48:44.837ZUsage:
1352025-01-13T08:48:44.841Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1362025-01-13T08:48:44.841Z [pkg_fmri_pattern ...]
1372025-01-13T08:48:51.519Z Startup: Refreshing catalog 'helios-dev' ... Done
1382025-01-13T08:48:55.586Z Startup: Caching catalogs ... Done
1392025-01-13T08:49:06.970ZPlanning: Solver setup ... Done (10.566s)
1402025-01-13T08:49:07.110ZPlanning: Running solver ... Done (0.140s)
1412025-01-13T08:49:07.224ZPlanning: Finding local manifests ... Done (0.007s)
1422025-01-13T08:49:07.238ZPlanning: Fetching manifests: 0/7 0% complete
1432025-01-13T08:49:07.981ZPlanning: Fetching manifests: 7/7 100% complete
1442025-01-13T08:49:08.090ZPlanning: Package planning ... Done (0.110s)
1452025-01-13T08:49:08.146ZPlanning: Merging actions ... Done (0.056s)
1462025-01-13T08:49:08.349ZPlanning: Checking for conflicting actions ... Done (0.201s)
1472025-01-13T08:49:10.489ZPlanning: Consolidating action changes ... Done (2.141s)
1482025-01-13T08:49:10.939ZPlanning: Evaluating mediators ... Done (0.450s)
1492025-01-13T08:49:11.021ZPlanning: Planning completed in 15.34 seconds
1502025-01-13T08:49:11.041Z Packages to install: 4
1512025-01-13T08:49:11.041Z Packages to update: 3
1522025-01-13T08:49:11.041Z Mediators to change: 2
1532025-01-13T08:49:11.044Z Services to change: 1
1542025-01-13T08:49:11.044Z Estimated space available: 155.62 GB
1552025-01-13T08:49:11.044ZEstimated space to be consumed: 1.64 GB
1562025-01-13T08:49:11.044Z Create boot environment: No
1572025-01-13T08:49:11.044ZCreate backup boot environment: Yes
1582025-01-13T08:49:11.044Z Rebuild boot archive: No
1592025-01-13T08:49:11.044Z
1602025-01-13T08:49:11.044ZChanged mediators:
1612025-01-13T08:49:11.044Z mediator clang:
1622025-01-13T08:49:11.044Z version: None -> 15 (system default)
1632025-01-13T08:49:11.044Z
1642025-01-13T08:49:11.044Z mediator llvm:
1652025-01-13T08:49:11.044Z version: 14 (system default) -> 15 (system default)
1662025-01-13T08:49:11.044Z
1672025-01-13T08:49:11.044ZChanged packages:
1682025-01-13T08:49:11.044Zhelios-dev
1692025-01-13T08:49:11.044Z developer/build-essential
1702025-01-13T08:49:11.044Z None -> 11-2.0
1712025-01-13T08:49:11.045Z library/libxmlsec1
1722025-01-13T08:49:11.045Z None -> 1.2.35-2.0
1732025-01-13T08:49:11.045Z ooce/developer/clang-15
1742025-01-13T08:49:11.045Z None -> 15.0.7-2.0
1752025-01-13T08:49:11.045Z ooce/developer/llvm-15
1762025-01-13T08:49:11.045Z None -> 15.0.7-2.0
1772025-01-13T08:49:11.045Z package/pkg
1782025-01-13T08:49:11.045Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1792025-01-13T08:49:11.045Z system/library/g++-runtime
1802025-01-13T08:49:11.045Z 13-2.0 -> 14-2.0
1812025-01-13T08:49:11.045Z system/library/gcc-runtime
1822025-01-13T08:49:11.045Z 13-2.0 -> 14-2.0
1832025-01-13T08:49:11.045Z
1842025-01-13T08:49:11.045ZServices:
1852025-01-13T08:49:11.045Z restart_fmri:
1862025-01-13T08:49:11.045Z svc:/system/update-man-index:default
1872025-01-13T08:49:11.045Z
1882025-01-13T08:49:11.045ZEditable files to change:
1892025-01-13T08:49:11.045Z Update:
1902025-01-13T08:49:11.045Z usr/share/lib/pkg/web/config.shtml
1912025-01-13T08:49:11.122Z
1922025-01-13T08:49:11.122ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1932025-01-13T08:49:17.297ZDownload: 213/4301 items 1.3/225.4MB 0% complete (1.5M/s)
1942025-01-13T08:49:22.300ZDownload: 852/4301 items 18.7/225.4MB 8% complete (2.1M/s)
1952025-01-13T08:49:27.303ZDownload: 1512/4301 items 116.9/225.4MB 51% complete (11.6M/s)
1962025-01-13T08:49:32.306ZDownload: 2270/4301 items 119.5/225.4MB 52% complete (10.1M/s)
1972025-01-13T08:49:37.373ZDownload: 3289/4301 items 212.6/225.4MB 94% complete (9.5M/s)
1982025-01-13T08:49:42.397ZDownload: 4076/4301 items 219.6/225.4MB 97% complete (10.0M/s)
1992025-01-13T08:49:49.924ZDownload: 4204/4301 items 220.6/225.4MB 97% complete (9.3M/s)
2002025-01-13T08:49:52.950ZDownload: Completed 225.42 MB in 41.82 seconds (5.4M/s)
2012025-01-13T08:49:54.920Z Actions: 1/5122 actions (Removing old actions)
2022025-01-13T08:49:54.942Z Actions: 194/5122 actions (Installing new actions)
2032025-01-13T08:49:59.692Z Actions: 4267/5122 actions (Updating modified actions)
2042025-01-13T08:50:00.054Z Actions: Completed 5122 actions in 5.13 seconds.
2052025-01-13T08:50:00.480Z Done (0.401s)
2062025-01-13T08:50:00.503Z Done (0.001s)
2072025-01-13T08:50:01.054Z Done (0.582s)
2082025-01-13T08:50:05.617Z Done (4.323s)
2092025-01-13T08:50:05.718Z Done (0.019s)
2102025-01-13T08:50:05.770Z Done (0.000s)
2112025-01-13T08:50:05.879Z Done (0.000s)
2122025-01-13T08:50:06.618ZPlanning: Evaluating mediator changes ... Done
2132025-01-13T08:50:06.733ZPlanning: Checking for conflicting actions ... Done
2142025-01-13T08:50:06.751ZPlanning: Consolidating action changes ... Done
2152025-01-13T08:50:07.004ZPlanning: Evaluating mediators ... Done
2162025-01-13T08:50:07.013ZPlanning: Planning completed in 0.43 seconds
2172025-01-13T08:50:07.043Z Mediators to change: 2
2182025-01-13T08:50:07.043Z Create boot environment: No
2192025-01-13T08:50:07.048ZCreate backup boot environment: No
2202025-01-13T08:50:07.145Z Done
2212025-01-13T08:50:07.145Z Done
2222025-01-13T08:50:07.505Z Done
2232025-01-13T08:50:11.144Z Done
2242025-01-13T08:50:11.237Z Done
2252025-01-13T08:50:11.239Z Done
2262025-01-13T08:50:11.373Z Done
2272025-01-13T08:50:11.983ZPlanning: Evaluating mediator changes ... Done
2282025-01-13T08:50:11.986ZPlanning: Merging actions ... Done
2292025-01-13T08:50:12.173ZPlanning: Checking for conflicting actions ... Done
2302025-01-13T08:50:12.176ZPlanning: Consolidating action changes ... Done
2312025-01-13T08:50:12.440ZPlanning: Evaluating mediators ... Done
2322025-01-13T08:50:12.495ZPlanning: Planning completed in 0.75 seconds
2332025-01-13T08:50:12.537Z Packages to change: 1
2342025-01-13T08:50:12.537Z Mediators to change: 1
2352025-01-13T08:50:12.540Z Services to change: 1
2362025-01-13T08:50:12.540Z Create boot environment: No
2372025-01-13T08:50:12.540ZCreate backup boot environment: Yes
2382025-01-13T08:50:14.759Z Actions: 1/6 actions (Updating modified actions)
2392025-01-13T08:50:14.761Z Actions: Completed 6 actions in 0.00 seconds.
2402025-01-13T08:50:14.761Z Done
2412025-01-13T08:50:14.762Z Done
2422025-01-13T08:50:14.887Z Done
2432025-01-13T08:50:19.058Z Done
2442025-01-13T08:50:19.150Z Done
2452025-01-13T08:50:19.153Z Done
2462025-01-13T08:50:19.287Z Done
2472025-01-13T08:50:19.725ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2482025-01-13T08:50:19.725Zclang system 15 system
2492025-01-13T08:50:19.725Zcsh system system illumos
2502025-01-13T08:50:19.725Zctags system system illumos
2512025-01-13T08:50:19.725Zgcc vendor 12 vendor
2522025-01-13T08:50:19.725Zgcc system 10 system
2532025-01-13T08:50:19.725Zgcc system 7 system
2542025-01-13T08:50:19.725Zgo system 1.20 system
2552025-01-13T08:50:19.725Zgo system 1.19 system
2562025-01-13T08:50:19.725Zllvm system 15 system
2572025-01-13T08:50:19.725Zllvm system 14 system
2582025-01-13T08:50:19.725Zmariadb system 10.6 system
2592025-01-13T08:50:19.725Zmta vendor vendor dma
2602025-01-13T08:50:19.725Zopenjdk system 17 system
2612025-01-13T08:50:19.725Zopenjdk system 11 system
2622025-01-13T08:50:19.725Zopenjdk system 1.8 system
2632025-01-13T08:50:19.725Zopenssl vendor 3 vendor
2642025-01-13T08:50:19.725Zperl system 5.36 system
2652025-01-13T08:50:19.725Zpostgresql system 15 system
2662025-01-13T08:50:19.725Zpostgresql system 13 system
2672025-01-13T08:50:19.725Zpython vendor 3 vendor
2682025-01-13T08:50:19.725Zpython system 2 system
2692025-01-13T08:50:19.725Zpython3 system 3.11 system
2702025-01-13T08:50:19.725Zruby system 3.0 system
2712025-01-13T08:50:19.725Zwords vendor vendor american-english
2722025-01-13T08:50:19.725Zwords system system australian-english
2732025-01-13T08:50:19.725Zwords system system british-english
2742025-01-13T08:50:19.725Zwords system system canadian-english
2752025-01-13T08:50:19.725Zwords system system french
2762025-01-13T08:50:19.725Zwords system system italian
2772025-01-13T08:50:19.725Zwords system system ngerman
2782025-01-13T08:50:19.725Zwords system system ogerman
2792025-01-13T08:50:19.725Zwords system system spanish
2802025-01-13T08:50:20.058ZPUBLISHER TYPE STATUS P LOCATION
2812025-01-13T08:50:20.058Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2822025-01-13T08:50:22.843ZFMRI IFO
2832025-01-13T08:50:22.843Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2842025-01-13T08:50:22.843Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2852025-01-13T08:50:22.843Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2862025-01-13T08:50:22.843Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2872025-01-13T08:50:22.843Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2882025-01-13T08:50:22.843Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2892025-01-13T08:50:22.843Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2902025-01-13T08:50:22.843Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2912025-01-13T08:50:22.843Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2922025-01-13T08:50:22.843Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2932025-01-13T08:50:22.843Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2942025-01-13T08:50:22.843Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2952025-01-13T08:50:22.843Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2962025-01-13T08:50:22.843Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2972025-01-13T08:50:22.843Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2982025-01-13T08:50:23.628Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2992025-01-13T08:50:23.919Z Updating crates.io index
3002025-01-13T08:50:23.922Z Updating git repository `https://github.com/oxidecomputer/diffus`
3012025-01-13T08:50:24.275Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3022025-01-13T08:50:24.832Z Updating git repository `https://github.com/oxidecomputer/oxnet`
3032025-01-13T08:50:25.050Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3042025-01-13T08:50:25.329Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3052025-01-13T08:50:25.553Z Updating git repository `https://github.com/oxidecomputer/propolis`
3062025-01-13T08:50:26.422Z Updating git repository `https://github.com/oxidecomputer/crucible`
3072025-01-13T08:50:27.923Z Updating git repository `https://github.com/oxidecomputer/opte`
3082025-01-13T08:50:28.660Z Updating git repository `https://github.com/oxidecomputer/falcon`
3092025-01-13T08:50:29.367Z Updating git repository `https://github.com/oxidecomputer/clickward`
3102025-01-13T08:50:29.678Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3112025-01-13T08:50:29.958Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3122025-01-13T08:50:30.550Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3132025-01-13T08:50:30.858Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3142025-01-13T08:50:31.183Z Updating git repository `https://github.com/oxidecomputer/tofino`
3152025-01-13T08:50:31.424Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3162025-01-13T08:50:31.668Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3172025-01-13T08:50:31.916Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3182025-01-13T08:50:32.220Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3192025-01-13T08:50:32.486Z Updating git repository `https://github.com/oxidecomputer/ispf`
3202025-01-13T08:50:32.813Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3212025-01-13T08:50:33.139Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3222025-01-13T08:50:33.651Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3232025-01-13T08:50:33.905Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3242025-01-13T08:50:34.316Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3252025-01-13T08:50:35.479Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3262025-01-13T08:50:35.768Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3272025-01-13T08:50:36.009Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3282025-01-13T08:50:36.250Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3292025-01-13T08:50:37.435Z Downloading crates ...
3302025-01-13T08:50:37.508Z Downloaded memmap v0.7.0
3312025-01-13T08:50:37.516Z Downloaded sha2 v0.10.8
3322025-01-13T08:50:37.518Z Downloaded heck v0.5.0
3332025-01-13T08:50:37.523Z Downloaded autocfg v1.4.0
3342025-01-13T08:50:37.526Z Downloaded anstream v0.6.18
3352025-01-13T08:50:37.537Z Downloaded scroll_derive v0.12.0
3362025-01-13T08:50:37.540Z Downloaded dtrace-parser v0.2.0
3372025-01-13T08:50:37.544Z Downloaded equivalent v1.0.1
3382025-01-13T08:50:37.546Z Downloaded pretty-hex v0.4.1
3392025-01-13T08:50:37.549Z Downloaded swrite v0.1.0
3402025-01-13T08:50:37.552Z Downloaded usdt-attr-macro v0.5.0
3412025-01-13T08:50:37.559Z Downloaded utf8parse v0.2.2
3422025-01-13T08:50:37.562Z Downloaded strsim v0.11.1
3432025-01-13T08:50:37.562Z Downloaded fnv v1.0.7
3442025-01-13T08:50:37.564Z Downloaded fs-err v2.11.0
3452025-01-13T08:50:37.567Z Downloaded usdt-macro v0.5.0
3462025-01-13T08:50:37.569Z Downloaded generic-array v0.14.7
3472025-01-13T08:50:37.569Z Downloaded dof v0.3.0
3482025-01-13T08:50:37.573Z Downloaded heck v0.4.1
3492025-01-13T08:50:37.573Z Downloaded usdt v0.5.0
3502025-01-13T08:50:37.573Z Downloaded is_terminal_polyfill v1.70.1
3512025-01-13T08:50:37.576Z Downloaded plain v0.2.3
3522025-01-13T08:50:37.576Z Downloaded serde_spanned v0.6.8
3532025-01-13T08:50:37.576Z Downloaded crypto-common v0.1.6
3542025-01-13T08:50:37.578Z Downloaded cpufeatures v0.2.16
3552025-01-13T08:50:37.578Z Downloaded macaddr v1.0.1
3562025-01-13T08:50:37.580Z Downloaded cfg-if v1.0.0
3572025-01-13T08:50:37.582Z Downloaded smawk v0.3.2
3582025-01-13T08:50:37.583Z Downloaded toml_datetime v0.6.8
3592025-01-13T08:50:37.585Z Downloaded pest_generator v2.7.15
3602025-01-13T08:50:37.585Z Downloaded clap_lex v0.7.4
3612025-01-13T08:50:37.587Z Downloaded thiserror v1.0.69
3622025-01-13T08:50:37.591Z Downloaded terminal_size v0.4.1
3632025-01-13T08:50:37.593Z Downloaded anstyle-query v1.1.2
3642025-01-13T08:50:37.596Z Downloaded thread-id v4.2.2
3652025-01-13T08:50:37.596Z Downloaded tabled_derive v0.7.0
3662025-01-13T08:50:37.596Z Downloaded serde_tokenstream v0.2.2
3672025-01-13T08:50:37.599Z Downloaded errno v0.3.10
3682025-01-13T08:50:37.601Z Downloaded fastrand v2.3.0
3692025-01-13T08:50:37.603Z Downloaded colorchoice v1.0.3
3702025-01-13T08:50:37.606Z Downloaded unicode-linebreak v0.1.5
3712025-01-13T08:50:37.606Z Downloaded itoa v1.0.14
3722025-01-13T08:50:37.606Z Downloaded bytecount v0.6.8
3732025-01-13T08:50:37.608Z Downloaded cargo-platform v0.1.9
3742025-01-13T08:50:37.610Z Downloaded digest v0.10.7
3752025-01-13T08:50:37.610Z Downloaded thiserror-impl v2.0.11
3762025-01-13T08:50:37.613Z Downloaded proc-macro-error-attr v1.0.4
3772025-01-13T08:50:37.615Z Downloaded anstyle v1.0.10
3782025-01-13T08:50:37.615Z Downloaded block-buffer v0.10.4
3792025-01-13T08:50:37.617Z Downloaded thiserror-impl v1.0.69
3802025-01-13T08:50:37.620Z Downloaded semver v1.0.24
3812025-01-13T08:50:37.623Z Downloaded version_check v0.9.5
3822025-01-13T08:50:37.625Z Downloaded scroll v0.12.0
3832025-01-13T08:50:37.628Z Downloaded getrandom v0.2.15
3842025-01-13T08:50:37.630Z Downloaded byteorder v1.5.0
3852025-01-13T08:50:37.632Z Downloaded once_cell v1.20.2
3862025-01-13T08:50:37.634Z Downloaded clap_derive v4.5.24
3872025-01-13T08:50:37.637Z Downloaded cargo_metadata v0.18.1
3882025-01-13T08:50:37.639Z Downloaded camino-tempfile v1.1.1
3892025-01-13T08:50:37.642Z Downloaded anstyle-parse v0.2.6
3902025-01-13T08:50:37.644Z Downloaded proc-macro-error v1.0.4
3912025-01-13T08:50:37.647Z Downloaded zerocopy-derive v0.7.35
3922025-01-13T08:50:37.652Z Downloaded clap v4.5.26
3932025-01-13T08:50:37.660Z Downloaded usdt-impl v0.5.0
3942025-01-13T08:50:37.663Z Downloaded toml v0.8.19
3952025-01-13T08:50:37.665Z Downloaded unicode-ident v1.0.14
3962025-01-13T08:50:37.668Z Downloaded papergrid v0.11.0
3972025-01-13T08:50:37.672Z Downloaded bitflags v2.7.0
3982025-01-13T08:50:37.676Z Downloaded ucd-trie v0.1.7
3992025-01-13T08:50:37.679Z Downloaded thiserror v2.0.11
4002025-01-13T08:50:37.684Z Downloaded typenum v1.17.0
4012025-01-13T08:50:37.686Z Downloaded serde_derive v1.0.217
4022025-01-13T08:50:37.689Z Downloaded serde v1.0.217
4032025-01-13T08:50:37.692Z Downloaded proc-macro2 v1.0.93
4042025-01-13T08:50:37.695Z Downloaded tempfile v3.15.0
4052025-01-13T08:50:37.698Z Downloaded textwrap v0.16.1
4062025-01-13T08:50:37.700Z Downloaded ryu v1.0.18
4072025-01-13T08:50:37.703Z Downloaded anyhow v1.0.95
4082025-01-13T08:50:37.707Z Downloaded cargo_toml v0.20.5
4092025-01-13T08:50:37.710Z Downloaded camino v1.1.9
4102025-01-13T08:50:37.712Z Downloaded pest_meta v2.7.15
4112025-01-13T08:50:37.714Z Downloaded memchr v2.7.4
4122025-01-13T08:50:37.718Z Downloaded log v0.4.22
4132025-01-13T08:50:37.720Z Downloaded toml_edit v0.22.22
4142025-01-13T08:50:37.742Z Downloaded indexmap v2.7.0
4152025-01-13T08:50:37.745Z Downloaded pest v2.7.15
4162025-01-13T08:50:37.750Z Downloaded quote v1.0.38
4172025-01-13T08:50:37.752Z Downloaded pest_derive v2.7.15
4182025-01-13T08:50:37.760Z Downloaded hashbrown v0.15.2
4192025-01-13T08:50:37.766Z Downloaded serde_json v1.0.135
4202025-01-13T08:50:37.774Z Downloaded clap_builder v4.5.26
4212025-01-13T08:50:37.782Z Downloaded winnow v0.6.24
4222025-01-13T08:50:37.790Z Downloaded zerocopy v0.7.35
4232025-01-13T08:50:37.805Z Downloaded tabled v0.15.0
4242025-01-13T08:50:37.821Z Downloaded goblin v0.8.2
4252025-01-13T08:50:37.825Z Downloaded syn v1.0.109
4262025-01-13T08:50:37.835Z Downloaded syn v2.0.96
4272025-01-13T08:50:37.846Z Downloaded unicode-width v0.1.14
4282025-01-13T08:50:37.852Z Downloaded rustix v0.38.43
4292025-01-13T08:50:37.882Z Downloaded libc v0.2.169
4302025-01-13T08:50:38.193Z Compiling proc-macro2 v1.0.93
4312025-01-13T08:50:38.193Z Compiling unicode-ident v1.0.14
4322025-01-13T08:50:38.193Z Compiling version_check v0.9.5
4332025-01-13T08:50:38.193Z Compiling serde v1.0.217
4342025-01-13T08:50:38.195Z Compiling memchr v2.7.4
4352025-01-13T08:50:38.195Z Compiling libc v0.2.169
4362025-01-13T08:50:38.196Z Compiling thiserror v2.0.11
4372025-01-13T08:50:38.196Z Compiling thiserror v1.0.69
4382025-01-13T08:50:38.443Z Compiling ucd-trie v0.1.7
4392025-01-13T08:50:38.957Z Compiling itoa v1.0.14
4402025-01-13T08:50:39.035Z Compiling ryu v1.0.18
4412025-01-13T08:50:39.158Z Compiling once_cell v1.20.2
4422025-01-13T08:50:39.269Z Compiling byteorder v1.5.0
4432025-01-13T08:50:39.405Z Compiling serde_json v1.0.135
4442025-01-13T08:50:39.668Z Compiling rustix v0.38.43
4452025-01-13T08:50:39.769Z Compiling bitflags v2.7.0
4462025-01-13T08:50:39.818Z Compiling usdt-impl v0.5.0
4472025-01-13T08:50:39.970Z Compiling proc-macro-error-attr v1.0.4
4482025-01-13T08:50:40.120Z Compiling quote v1.0.38
4492025-01-13T08:50:40.208Z Compiling syn v1.0.109
4502025-01-13T08:50:40.330Z Compiling proc-macro-error v1.0.4
4512025-01-13T08:50:40.379Z Compiling equivalent v1.0.1
4522025-01-13T08:50:40.507Z Compiling syn v2.0.96
4532025-01-13T08:50:40.600Z Compiling errno v0.3.10
4542025-01-13T08:50:40.626Z Compiling log v0.4.22
4552025-01-13T08:50:40.653Z Compiling plain v0.2.3
4562025-01-13T08:50:40.830Z Compiling camino v1.1.9
4572025-01-13T08:50:40.833Z Compiling hashbrown v0.15.2
4582025-01-13T08:50:40.907Z Compiling utf8parse v0.2.2
4592025-01-13T08:50:41.013Z Compiling thread-id v4.2.2
4602025-01-13T08:50:41.067Z Compiling anstyle-parse v0.2.6
4612025-01-13T08:50:41.391Z Compiling winnow v0.6.24
4622025-01-13T08:50:41.563Z Compiling anstyle-query v1.1.2
4632025-01-13T08:50:41.606Z Compiling semver v1.0.24
4642025-01-13T08:50:41.735Z Compiling pretty-hex v0.4.1
4652025-01-13T08:50:41.867Z Compiling autocfg v1.4.0
4662025-01-13T08:50:41.962Z Compiling cfg-if v1.0.0
4672025-01-13T08:50:42.070Z Compiling indexmap v2.7.0
4682025-01-13T08:50:42.119Z Compiling unicode-width v0.1.14
4692025-01-13T08:50:42.145Z Compiling colorchoice v1.0.3
4702025-01-13T08:50:42.314Z Compiling is_terminal_polyfill v1.70.1
4712025-01-13T08:50:42.454Z Compiling anstyle v1.0.10
4722025-01-13T08:50:42.749Z Compiling getrandom v0.2.15
4732025-01-13T08:50:42.956Z Compiling anstream v0.6.18
4742025-01-13T08:50:43.052Z Compiling fs-err v2.11.0
4752025-01-13T08:50:43.091Z Compiling terminal_size v0.4.1
4762025-01-13T08:50:43.467Z Compiling heck v0.5.0
4772025-01-13T08:50:43.492Z Compiling strsim v0.11.1
4782025-01-13T08:50:43.514Z Compiling bytecount v0.6.8
4792025-01-13T08:50:43.715Z Compiling clap_lex v0.7.4
4802025-01-13T08:50:43.742Z Compiling fastrand v2.3.0
4812025-01-13T08:50:44.272Z Compiling heck v0.4.1
4822025-01-13T08:50:44.373Z Compiling anyhow v1.0.95
4832025-01-13T08:50:44.376Z Compiling fnv v1.0.7
4842025-01-13T08:50:44.425Z Compiling tempfile v3.15.0
4852025-01-13T08:50:44.547Z Compiling papergrid v0.11.0
4862025-01-13T08:50:44.763Z Compiling clap_builder v4.5.26
4872025-01-13T08:50:44.951Z Compiling memmap v0.7.0
4882025-01-13T08:50:45.145Z Compiling unicode-linebreak v0.1.5
4892025-01-13T08:50:45.303Z Compiling smawk v0.3.2
4902025-01-13T08:50:45.536Z Compiling swrite v0.1.0
4912025-01-13T08:50:45.656Z Compiling textwrap v0.16.1
4922025-01-13T08:50:46.806Z Compiling tabled_derive v0.7.0
4932025-01-13T08:50:48.489Z Compiling tabled v0.15.0
4942025-01-13T08:50:49.735Z Compiling serde_derive v1.0.217
4952025-01-13T08:50:49.738Z Compiling thiserror-impl v2.0.11
4962025-01-13T08:50:49.738Z Compiling thiserror-impl v1.0.69
4972025-01-13T08:50:49.738Z Compiling zerocopy-derive v0.7.35
4982025-01-13T08:50:50.124Z Compiling scroll_derive v0.12.0
4992025-01-13T08:50:50.149Z Compiling clap_derive v4.5.24
5002025-01-13T08:50:51.596Z Compiling scroll v0.12.0
5012025-01-13T08:50:52.042Z Compiling zerocopy v0.7.35
5022025-01-13T08:50:52.116Z Compiling goblin v0.8.2
5032025-01-13T08:50:53.497Z Compiling pest v2.7.15
5042025-01-13T08:50:54.334Z Compiling clap v4.5.26
5052025-01-13T08:50:55.562Z Compiling pest_meta v2.7.15
5062025-01-13T08:50:56.385Z Compiling pest_generator v2.7.15
5072025-01-13T08:50:58.164Z Compiling pest_derive v2.7.15
5082025-01-13T08:50:58.801Z Compiling dtrace-parser v0.2.0
5092025-01-13T08:51:00.216Z Compiling toml_datetime v0.6.8
5102025-01-13T08:51:00.216Z Compiling serde_spanned v0.6.8
5112025-01-13T08:51:00.218Z Compiling cargo-platform v0.1.9
5122025-01-13T08:51:00.613Z Compiling serde_tokenstream v0.2.2
5132025-01-13T08:51:00.718Z Compiling toml_edit v0.22.22
5142025-01-13T08:51:00.864Z Compiling macaddr v1.0.1
5152025-01-13T08:51:00.910Z Compiling camino-tempfile v1.1.1
5162025-01-13T08:51:01.713Z Compiling dof v0.3.0
5172025-01-13T08:51:01.713Z Compiling cargo_metadata v0.18.1
5182025-01-13T08:51:03.486Z Compiling toml v0.8.19
5192025-01-13T08:51:03.797Z Compiling usdt-attr-macro v0.5.0
5202025-01-13T08:51:03.903Z Compiling usdt-macro v0.5.0
5212025-01-13T08:51:04.383Z Compiling cargo_toml v0.20.5
5222025-01-13T08:51:05.246Z Compiling usdt v0.5.0
5232025-01-13T08:51:07.932Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5242025-01-13T08:51:12.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.70s
5252025-01-13T08:51:12.364Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5262025-01-13T08:51:12.900Z Downloading crates ...
5272025-01-13T08:51:13.012Z Downloaded atomicwrites v0.4.4
5282025-01-13T08:51:13.016Z Downloaded async-stream-impl v0.3.6
5292025-01-13T08:51:13.020Z Downloaded addr2line v0.24.2
5302025-01-13T08:51:13.023Z Downloaded atty v0.2.14
5312025-01-13T08:51:13.032Z Downloaded cfg_aliases v0.1.1
5322025-01-13T08:51:13.038Z Downloaded crucible-workspace-hack v0.1.0
5332025-01-13T08:51:13.045Z Downloaded http-body v1.0.1
5342025-01-13T08:51:13.048Z Downloaded cfg_aliases v0.2.1
5352025-01-13T08:51:13.050Z Downloaded ciborium-io v0.2.2
5362025-01-13T08:51:13.053Z Downloaded ascii-canvas v3.0.0
5372025-01-13T08:51:13.056Z Downloaded hubpack_derive v0.1.1
5382025-01-13T08:51:13.059Z Downloaded http-range v0.1.5
5392025-01-13T08:51:13.059Z Downloaded async-stream v0.3.6
5402025-01-13T08:51:13.061Z Downloaded assert_matches v1.5.0
5412025-01-13T08:51:13.061Z Downloaded arrayref v0.3.9
5422025-01-13T08:51:13.064Z Downloaded array-init v0.0.4
5432025-01-13T08:51:13.066Z Downloaded crunchy v0.2.2
5442025-01-13T08:51:13.066Z Downloaded md5 v0.7.0
5452025-01-13T08:51:13.066Z Downloaded cstr-argument v0.1.2
5462025-01-13T08:51:13.071Z Downloaded match_cfg v0.1.0
5472025-01-13T08:51:13.074Z Downloaded adler2 v2.0.0
5482025-01-13T08:51:13.076Z Downloaded ident_case v1.0.1
5492025-01-13T08:51:13.076Z Downloaded base16ct v0.2.0
5502025-01-13T08:51:13.087Z Downloaded icu_provider_macros v1.5.0
5512025-01-13T08:51:13.087Z Downloaded bitflags v1.3.2
5522025-01-13T08:51:13.087Z Downloaded bcrypt-pbkdf v0.10.0
5532025-01-13T08:51:13.088Z Downloaded crc v3.2.1
5542025-01-13T08:51:13.091Z Downloaded bitfield-struct v0.6.2
5552025-01-13T08:51:13.091Z Downloaded blowfish v0.9.1
5562025-01-13T08:51:13.094Z Downloaded instant v0.1.13
5572025-01-13T08:51:13.094Z Downloaded buf-list v1.0.3
5582025-01-13T08:51:13.096Z Downloaded bit-set v0.5.3
5592025-01-13T08:51:13.099Z Downloaded cipher v0.4.4
5602025-01-13T08:51:13.101Z Downloaded atomic-waker v1.1.2
5612025-01-13T08:51:13.101Z Downloaded humantime v2.1.0
5622025-01-13T08:51:13.104Z Downloaded ciborium-ll v0.2.2
5632025-01-13T08:51:13.106Z Downloaded bit-vec v0.6.3
5642025-01-13T08:51:13.106Z Downloaded cobs v0.2.3
5652025-01-13T08:51:13.109Z Downloaded matches v0.1.10
5662025-01-13T08:51:13.109Z Downloaded cexpr v0.6.0
5672025-01-13T08:51:13.111Z Downloaded hubpack v0.1.2
5682025-01-13T08:51:13.111Z Downloaded httpdate v1.0.3
5692025-01-13T08:51:13.114Z Downloaded http-body-util v0.1.2
5702025-01-13T08:51:13.117Z Downloaded hyper-tls v0.6.0
5712025-01-13T08:51:13.117Z Downloaded lru v0.12.5
5722025-01-13T08:51:13.120Z Downloaded lockfree-object-pool v0.1.6
5732025-01-13T08:51:13.122Z Downloaded cmake v0.1.52
5742025-01-13T08:51:13.122Z Downloaded aead v0.5.2
5752025-01-13T08:51:13.125Z Downloaded bb8 v0.8.6
5762025-01-13T08:51:13.125Z Downloaded linked-hash-map v0.5.6
5772025-01-13T08:51:13.127Z Downloaded maplit v1.0.2
5782025-01-13T08:51:13.130Z Downloaded impl-trait-for-tuples v0.2.3
5792025-01-13T08:51:13.132Z Downloaded async-recursion v1.1.1
5802025-01-13T08:51:13.136Z Downloaded mime v0.3.17
5812025-01-13T08:51:13.136Z Downloaded libsw-core v0.3.1
5822025-01-13T08:51:13.139Z Downloaded idna_adapter v1.2.0
5832025-01-13T08:51:13.139Z Downloaded async-trait v0.1.85
5842025-01-13T08:51:13.142Z Downloaded libefi-sys v0.1.0
5852025-01-13T08:51:13.144Z Downloaded async-bb8-diesel v0.2.1
5862025-01-13T08:51:13.147Z Downloaded md-5 v0.10.6
5872025-01-13T08:51:13.149Z Downloaded lru-cache v0.1.2
5882025-01-13T08:51:13.149Z Downloaded const_format_proc_macros v0.2.34
5892025-01-13T08:51:13.151Z Downloaded memoffset v0.9.1
5902025-01-13T08:51:13.154Z Downloaded linear-map v1.2.0
5912025-01-13T08:51:13.156Z Downloaded bzip2 v0.4.4
5922025-01-13T08:51:13.159Z Downloaded cookie_store v0.21.1
5932025-01-13T08:51:13.162Z Downloaded maybe-uninit v2.0.0
5942025-01-13T08:51:13.162Z Downloaded bit-vec v0.8.0
5952025-01-13T08:51:13.164Z Downloaded hyper-rustls v0.27.5
5962025-01-13T08:51:13.167Z Downloaded ahash v0.8.11
5972025-01-13T08:51:13.170Z Downloaded httparse v1.9.5
5982025-01-13T08:51:13.172Z Downloaded bcs v0.1.6
5992025-01-13T08:51:13.175Z Downloaded lalrpop-util v0.19.12
6002025-01-13T08:51:13.175Z Downloaded keccak v0.1.5
6012025-01-13T08:51:13.177Z Downloaded sync-ptr v0.1.1
6022025-01-13T08:51:13.177Z Downloaded progenitor-macro v0.8.0
6032025-01-13T08:51:13.180Z Downloaded r2d2 v0.8.10
6042025-01-13T08:51:13.180Z Downloaded rand_core v0.6.4
6052025-01-13T08:51:13.183Z Downloaded jobserver v0.1.32
6062025-01-13T08:51:13.186Z Downloaded libloading v0.8.6
6072025-01-13T08:51:13.189Z Downloaded managed v0.8.0
6082025-01-13T08:51:13.189Z Downloaded highway v1.3.0
6092025-01-13T08:51:13.192Z Downloaded litemap v0.7.4
6102025-01-13T08:51:13.192Z Downloaded iana-time-zone v0.1.61
6112025-01-13T08:51:13.195Z Downloaded rpassword v7.3.1
6122025-01-13T08:51:13.197Z Downloaded icu_locid_transform v1.5.0
6132025-01-13T08:51:13.200Z Downloaded lock_api v0.4.12
6142025-01-13T08:51:13.202Z Downloaded ctr v0.9.2
6152025-01-13T08:51:13.204Z Downloaded arrayvec v0.7.6
6162025-01-13T08:51:13.206Z Downloaded mockall v0.13.1
6172025-01-13T08:51:13.209Z Downloaded csv-core v0.1.11
6182025-01-13T08:51:13.209Z Downloaded cookie v0.18.1
6192025-01-13T08:51:13.212Z Downloaded multimap v0.10.0
6202025-01-13T08:51:13.214Z Downloaded const-oid v0.9.6
6212025-01-13T08:51:13.216Z Downloaded multer v3.1.0
6222025-01-13T08:51:13.219Z Downloaded nanorand v0.7.0
6232025-01-13T08:51:13.221Z Downloaded serde_repr v0.1.19
6242025-01-13T08:51:13.224Z Downloaded darling_macro v0.20.10
6252025-01-13T08:51:13.224Z Downloaded zerofrom v0.1.5
6262025-01-13T08:51:13.227Z Downloaded mime_guess v2.0.5
6272025-01-13T08:51:13.229Z Downloaded stable_deref_trait v1.2.0
6282025-01-13T08:51:13.229Z Downloaded smf v0.2.3
6292025-01-13T08:51:13.229Z Downloaded slog-dtrace v0.3.0
6302025-01-13T08:51:13.232Z Downloaded ssh-encoding v0.2.0
6312025-01-13T08:51:13.235Z Downloaded shlex v1.3.0
6322025-01-13T08:51:13.235Z Downloaded shell-words v1.1.0
6332025-01-13T08:51:13.237Z Downloaded rustc_version v0.1.7
6342025-01-13T08:51:13.237Z Downloaded untrusted v0.7.1
6352025-01-13T08:51:13.237Z Downloaded unicode-xid v0.2.6
6362025-01-13T08:51:13.240Z Downloaded typify-macro v0.2.0
6372025-01-13T08:51:13.240Z Downloaded headers-core v0.3.0
6382025-01-13T08:51:13.242Z Downloaded fxhash v0.2.1
6392025-01-13T08:51:13.242Z Downloaded tap v1.0.1
6402025-01-13T08:51:13.245Z Downloaded strum_macros v0.25.3
6412025-01-13T08:51:13.247Z Downloaded tiny-keccak v2.0.2
6422025-01-13T08:51:13.250Z Downloaded downcast v0.11.0
6432025-01-13T08:51:13.250Z Downloaded unicode-truncate v1.1.0
6442025-01-13T08:51:13.252Z Downloaded icu_normalizer v1.5.0
6452025-01-13T08:51:13.255Z Downloaded deranged v0.3.11
6462025-01-13T08:51:13.258Z Downloaded sct v0.7.1
6472025-01-13T08:51:13.260Z Downloaded universal-hash v0.5.1
6482025-01-13T08:51:13.262Z Downloaded icu_normalizer_data v1.5.0
6492025-01-13T08:51:13.265Z Downloaded litrs v0.4.1
6502025-01-13T08:51:13.268Z Downloaded ipnet v2.10.1
6512025-01-13T08:51:13.268Z Downloaded compact_str v0.8.1
6522025-01-13T08:51:13.272Z Downloaded icu_locid_transform_data v1.5.0
6532025-01-13T08:51:13.274Z Downloaded base64 v0.21.7
6542025-01-13T08:51:13.278Z Downloaded mockall_derive v0.13.1
6552025-01-13T08:51:13.280Z Downloaded crossbeam-utils v0.8.21
6562025-01-13T08:51:13.284Z Downloaded signal-hook-tokio v0.3.1
6572025-01-13T08:51:13.298Z Downloaded fallible-iterator v0.2.0
6582025-01-13T08:51:13.298Z Downloaded smallvec v1.13.2
6592025-01-13T08:51:13.298Z Downloaded newtype-uuid v1.1.3
6602025-01-13T08:51:13.298Z Downloaded memmap2 v0.9.5
6612025-01-13T08:51:13.298Z Downloaded gethostname v0.5.0
6622025-01-13T08:51:13.298Z Downloaded funty v2.0.0
6632025-01-13T08:51:13.298Z Downloaded fd-lock v4.0.2
6642025-01-13T08:51:13.298Z Downloaded fallible-streaming-iterator v0.1.9
6652025-01-13T08:51:13.301Z Downloaded ghash v0.5.1
6662025-01-13T08:51:13.302Z Downloaded display-error-chain v0.2.2
6672025-01-13T08:51:13.302Z Downloaded pkcs8 v0.10.2
6682025-01-13T08:51:13.305Z Downloaded sqlparser_derive v0.2.2
6692025-01-13T08:51:13.305Z Downloaded num-integer v0.1.46
6702025-01-13T08:51:13.308Z Downloaded vte_generate_state_changes v0.1.2
6712025-01-13T08:51:13.309Z Downloaded strum v0.26.3
6722025-01-13T08:51:13.312Z Downloaded phf_shared v0.11.3
6732025-01-13T08:51:13.312Z Downloaded pbkdf2 v0.11.0
6742025-01-13T08:51:13.315Z Downloaded pkg-config v0.3.31
6752025-01-13T08:51:13.315Z Downloaded tokio-tungstenite v0.24.0
6762025-01-13T08:51:13.317Z Downloaded radium v0.7.0
6772025-01-13T08:51:13.323Z Downloaded icu_locid v1.5.0
6782025-01-13T08:51:13.326Z Downloaded progenitor v0.8.0
6792025-01-13T08:51:13.326Z Downloaded miniz_oxide v0.8.2
6802025-01-13T08:51:13.329Z Downloaded indicatif v0.17.9
6812025-01-13T08:51:13.332Z Downloaded base64 v0.22.1
6822025-01-13T08:51:13.335Z Downloaded allocator-api2 v0.2.21
6832025-01-13T08:51:13.338Z Downloaded time-macros v0.2.19
6842025-01-13T08:51:13.341Z Downloaded rustc_version v0.4.1
6852025-01-13T08:51:13.344Z Downloaded num_enum v0.5.11
6862025-01-13T08:51:13.347Z Downloaded foreign-types v0.5.0
6872025-01-13T08:51:13.350Z Downloaded foreign-types v0.3.2
6882025-01-13T08:51:13.350Z Downloaded utf16_iter v1.0.5
6892025-01-13T08:51:13.352Z Downloaded rusty-fork v0.3.0
6902025-01-13T08:51:13.352Z Downloaded rustfmt-wrapper v0.2.1
6912025-01-13T08:51:13.355Z Downloaded salsa20 v0.10.2
6922025-01-13T08:51:13.355Z Downloaded slog-bunyan v2.5.0
6932025-01-13T08:51:13.358Z Downloaded rayon-core v1.12.1
6942025-01-13T08:51:13.360Z Downloaded termios v0.3.3
6952025-01-13T08:51:13.363Z Downloaded tls_codec v0.4.1
6962025-01-13T08:51:13.365Z Downloaded tinyvec v1.8.1
6972025-01-13T08:51:13.368Z Downloaded xattr v1.4.0
6982025-01-13T08:51:13.370Z Downloaded wyz v0.5.1
6992025-01-13T08:51:13.373Z Downloaded number_prefix v0.4.0
7002025-01-13T08:51:13.373Z Downloaded slog-json v2.6.1
7012025-01-13T08:51:13.375Z Downloaded parking_lot v0.11.2
7022025-01-13T08:51:13.377Z Downloaded quinn-udp v0.5.9
7032025-01-13T08:51:13.380Z Downloaded ron v0.8.1
7042025-01-13T08:51:13.384Z Downloaded rcgen v0.12.1
7052025-01-13T08:51:13.387Z Downloaded bumpalo v3.16.0
7062025-01-13T08:51:13.390Z Downloaded icu_properties v1.5.1
7072025-01-13T08:51:13.394Z Downloaded derive-where v1.2.7
7082025-01-13T08:51:13.397Z Downloaded fs_extra v1.3.0
7092025-01-13T08:51:13.400Z Downloaded icu_collections v1.5.0
7102025-01-13T08:51:13.406Z Downloaded progenitor-client v0.8.0
7112025-01-13T08:51:13.408Z Downloaded futures-executor v0.3.31
7122025-01-13T08:51:13.410Z Downloaded qorb v0.2.1
7132025-01-13T08:51:13.413Z Downloaded crypto-bigint v0.5.5
7142025-01-13T08:51:13.419Z Downloaded toolchain_find v0.4.0
7152025-01-13T08:51:13.422Z Downloaded num v0.4.3
7162025-01-13T08:51:13.422Z Downloaded tokio-rustls v0.24.1
7172025-01-13T08:51:13.425Z Downloaded env_filter v0.1.3
7182025-01-13T08:51:13.437Z Downloaded hex v0.4.3
7192025-01-13T08:51:13.439Z Downloaded derive_builder_macro v0.20.2
7202025-01-13T08:51:13.442Z Downloaded hickory-resolver v0.24.2
7212025-01-13T08:51:13.444Z Downloaded parse-display v0.10.0
7222025-01-13T08:51:13.447Z Downloaded pin-utils v0.1.0
7232025-01-13T08:51:13.450Z Downloaded tokio-rustls v0.25.0
7242025-01-13T08:51:13.450Z Downloaded strum_macros v0.24.3
7252025-01-13T08:51:13.452Z Downloaded endian-type v0.1.2
7262025-01-13T08:51:13.452Z Downloaded pkcs5 v0.7.1
7272025-01-13T08:51:13.455Z Downloaded backtrace v0.3.74
7282025-01-13T08:51:13.461Z Downloaded glob v0.3.2
7292025-01-13T08:51:13.463Z Downloaded tracing-attributes v0.1.28
7302025-01-13T08:51:13.465Z Downloaded parking_lot v0.12.3
7312025-01-13T08:51:13.468Z Downloaded structmeta-derive v0.2.0
7322025-01-13T08:51:13.470Z Downloaded pbkdf2 v0.12.2
7332025-01-13T08:51:13.473Z Downloaded parking_lot_core v0.9.10
7342025-01-13T08:51:13.473Z Downloaded num-conv v0.1.0
7352025-01-13T08:51:13.476Z Downloaded scopeguard v1.2.0
7362025-01-13T08:51:13.476Z Downloaded minimal-lexical v0.2.1
7372025-01-13T08:51:13.480Z Downloaded parse-size v1.1.0
7382025-01-13T08:51:13.483Z Downloaded prettyplease v0.2.29
7392025-01-13T08:51:13.485Z Downloaded defmt v0.3.10
7402025-01-13T08:51:13.489Z Downloaded unarray v0.1.4
7412025-01-13T08:51:13.491Z Downloaded thread_local v1.1.8
7422025-01-13T08:51:13.494Z Downloaded serde_with_macros v3.12.0
7432025-01-13T08:51:13.497Z Downloaded russh-cryptovec v0.7.3
7442025-01-13T08:51:13.497Z Downloaded zerocopy-derive v0.8.14
7452025-01-13T08:51:13.501Z Downloaded yoke-derive v0.7.5
7462025-01-13T08:51:13.504Z Downloaded unicase v2.8.1
7472025-01-13T08:51:13.506Z Downloaded pin-project-internal v1.1.8
7482025-01-13T08:51:13.508Z Downloaded unicode_categories v0.1.1
7492025-01-13T08:51:13.508Z Downloaded fatfs v0.3.6
7502025-01-13T08:51:13.511Z Downloaded rtoolbox v0.0.2
7512025-01-13T08:51:13.514Z Downloaded pkcs1 v0.7.5
7522025-01-13T08:51:13.517Z Downloaded ff v0.13.0
7532025-01-13T08:51:13.519Z Downloaded vte v0.11.1
7542025-01-13T08:51:13.522Z Downloaded enum-as-inner v0.5.1
7552025-01-13T08:51:13.522Z Downloaded pin-project-lite v0.2.16
7562025-01-13T08:51:13.526Z Downloaded nibble_vec v0.1.0
7572025-01-13T08:51:13.529Z Downloaded waitgroup v0.1.2
7582025-01-13T08:51:13.531Z Downloaded mio v1.0.3
7592025-01-13T08:51:13.535Z Downloaded parse-display-derive v0.10.0
7602025-01-13T08:51:13.537Z Downloaded phf v0.11.3
7612025-01-13T08:51:13.539Z Downloaded num_enum_derive v0.5.11
7622025-01-13T08:51:13.539Z Downloaded dhcproto-macros v0.1.0
7632025-01-13T08:51:13.542Z Downloaded utf8_iter v1.0.4
7642025-01-13T08:51:13.542Z Downloaded openssl-macros v0.1.1
7652025-01-13T08:51:13.544Z Downloaded new_debug_unreachable v1.0.6
7662025-01-13T08:51:13.544Z Downloaded dunce v1.0.5
7672025-01-13T08:51:13.544Z Downloaded tokio-tungstenite v0.23.1
7682025-01-13T08:51:13.547Z Downloaded phf_generator v0.11.3
7692025-01-13T08:51:13.550Z Downloaded derive_builder_core v0.20.2
7702025-01-13T08:51:13.552Z Downloaded diff v0.1.13
7712025-01-13T08:51:13.555Z Downloaded yoke v0.7.5
7722025-01-13T08:51:13.558Z Downloaded aes v0.8.4
7732025-01-13T08:51:13.560Z Downloaded siphasher v0.3.11
7742025-01-13T08:51:13.562Z Downloaded serde_urlencoded v0.7.1
7752025-01-13T08:51:13.565Z Downloaded psl-types v2.0.11
7762025-01-13T08:51:13.565Z Downloaded darling v0.20.10
7772025-01-13T08:51:13.569Z Downloaded sigpipe v0.1.3
7782025-01-13T08:51:13.571Z Downloaded structmeta v0.3.0
7792025-01-13T08:51:13.571Z Downloaded filetime v0.2.25
7802025-01-13T08:51:13.574Z Downloaded unicode-bidi v0.3.18
7812025-01-13T08:51:13.576Z Downloaded libm v0.2.11
7822025-01-13T08:51:13.583Z Downloaded twox-hash v1.6.3
7832025-01-13T08:51:13.586Z Downloaded num-complex v0.4.6
7842025-01-13T08:51:13.588Z Downloaded libxml v0.3.3
7852025-01-13T08:51:13.594Z Downloaded try-lock v0.2.5
7862025-01-13T08:51:13.597Z Downloaded wait-timeout v0.2.0
7872025-01-13T08:51:13.597Z Downloaded tokio-tungstenite v0.21.0
7882025-01-13T08:51:13.599Z Downloaded tracing v0.1.41
7892025-01-13T08:51:13.603Z Downloaded float-ord v0.3.2
7902025-01-13T08:51:13.606Z Downloaded float-cmp v0.10.0
7912025-01-13T08:51:13.608Z Downloaded foreign-types-shared v0.3.1
7922025-01-13T08:51:13.608Z Downloaded zone_cfg_derive v0.3.0
7932025-01-13T08:51:13.608Z Downloaded tower-service v0.3.3
7942025-01-13T08:51:13.610Z Downloaded proc-macro-error2 v2.0.1
7952025-01-13T08:51:13.613Z Downloaded value-bag v1.10.0
7962025-01-13T08:51:13.615Z Downloaded flagset v0.4.6
7972025-01-13T08:51:13.617Z Downloaded aes-gcm v0.10.3
7982025-01-13T08:51:13.620Z Downloaded fixedbitset v0.4.2
7992025-01-13T08:51:13.622Z Downloaded ena v0.14.3
8002025-01-13T08:51:13.625Z Downloaded num_threads v0.1.7
8012025-01-13T08:51:13.625Z Downloaded signal-hook-mio v0.2.4
8022025-01-13T08:51:13.628Z Downloaded vergen v8.3.2
8032025-01-13T08:51:13.630Z Downloaded unicode-segmentation v1.12.0
8042025-01-13T08:51:13.633Z Downloaded signal-hook-registry v1.4.2
8052025-01-13T08:51:13.635Z Downloaded path-slash v0.1.5
8062025-01-13T08:51:13.637Z Downloaded proc-macro-error-attr2 v2.0.0
8072025-01-13T08:51:13.638Z Downloaded proc-macro-crate v1.3.1
8082025-01-13T08:51:13.640Z Downloaded primeorder v0.13.6
8092025-01-13T08:51:13.640Z Downloaded dsl_auto_type v0.1.2
8102025-01-13T08:51:13.642Z Downloaded tokio-postgres v0.7.12
8112025-01-13T08:51:13.646Z Downloaded idna v1.0.3
8122025-01-13T08:51:13.651Z Downloaded take_mut v0.2.2
8132025-01-13T08:51:13.653Z Downloaded serde_path_to_error v0.1.16
8142025-01-13T08:51:13.656Z Downloaded walkdir v2.5.0
8152025-01-13T08:51:13.656Z Downloaded tokio-native-tls v0.3.1
8162025-01-13T08:51:13.658Z Downloaded want v0.3.1
8172025-01-13T08:51:13.660Z Downloaded thiserror-no-std v2.0.2
8182025-01-13T08:51:13.664Z Downloaded zeroize v1.8.1
8192025-01-13T08:51:13.666Z Downloaded tokio-util v0.7.13
8202025-01-13T08:51:13.671Z Downloaded password-hash v0.5.0
8212025-01-13T08:51:13.674Z Downloaded native-tls v0.2.12
8222025-01-13T08:51:13.676Z Downloaded password-hash v0.4.2
8232025-01-13T08:51:13.679Z Downloaded russh-keys v0.45.0
8242025-01-13T08:51:13.681Z Downloaded futures-core v0.3.31
8252025-01-13T08:51:13.684Z Downloaded socket2 v0.5.8
8262025-01-13T08:51:13.687Z Downloaded rustls-pemfile v2.2.0
8272025-01-13T08:51:13.689Z Downloaded tower-layer v0.3.3
8282025-01-13T08:51:13.689Z Downloaded postcard v1.1.1
8292025-01-13T08:51:13.692Z Downloaded precomputed-hash v0.1.1
8302025-01-13T08:51:13.692Z Downloaded pretty-hex v0.2.1
8312025-01-13T08:51:13.694Z Downloaded predicates-tree v1.0.12
8322025-01-13T08:51:13.694Z Downloaded time-core v0.1.2
8332025-01-13T08:51:13.696Z Downloaded group v0.13.0
8342025-01-13T08:51:13.696Z Downloaded similar v2.6.0
8352025-01-13T08:51:13.701Z Downloaded rand_chacha v0.3.1
8362025-01-13T08:51:13.704Z Downloaded ssh-key v0.6.7
8372025-01-13T08:51:13.710Z Downloaded newtype_derive v0.1.6
8382025-01-13T08:51:13.712Z Downloaded itertools v0.13.0
8392025-01-13T08:51:13.719Z Downloaded untrusted v0.9.0
8402025-01-13T08:51:13.721Z Downloaded quick-error v1.2.3
8412025-01-13T08:51:13.724Z Downloaded tabwriter v1.4.1
8422025-01-13T08:51:13.724Z Downloaded futures-sink v0.3.31
8432025-01-13T08:51:13.726Z Downloaded blake3 v1.5.5
8442025-01-13T08:51:13.732Z Downloaded curve25519-dalek-derive v0.1.1
8452025-01-13T08:51:13.734Z Downloaded globset v0.4.15
8462025-01-13T08:51:13.737Z Downloaded zone_cfg_derive v0.1.2
8472025-01-13T08:51:13.737Z Downloaded debug-ignore v1.0.5
8482025-01-13T08:51:13.740Z Downloaded which v4.4.2
8492025-01-13T08:51:13.740Z Downloaded rustc-hash v2.1.0
8502025-01-13T08:51:13.743Z Downloaded opaque-debug v0.3.1
8512025-01-13T08:51:13.743Z Downloaded embedded-io v0.4.0
8522025-01-13T08:51:13.746Z Downloaded ppv-lite86 v0.2.20
8532025-01-13T08:51:13.748Z Downloaded des v0.8.1
8542025-01-13T08:51:13.748Z Downloaded der_derive v0.7.3
8552025-01-13T08:51:13.751Z Downloaded nu-ansi-term v0.50.1
8562025-01-13T08:51:13.753Z Downloaded signal-hook v0.3.17
8572025-01-13T08:51:13.755Z Downloaded form_urlencoded v1.2.1
8582025-01-13T08:51:13.758Z Downloaded string_cache v0.8.7
8592025-01-13T08:51:13.758Z Downloaded postgres-types v0.2.8
8602025-01-13T08:51:13.761Z Downloaded x509-cert v0.2.5
8612025-01-13T08:51:13.766Z Downloaded oso-derive v0.27.3
8622025-01-13T08:51:13.769Z Downloaded toml_edit v0.19.15
8632025-01-13T08:51:13.783Z Downloaded write16 v1.0.0
8642025-01-13T08:51:13.786Z Downloaded foreign-types-shared v0.1.1
8652025-01-13T08:51:13.786Z Downloaded hkdf v0.12.4
8662025-01-13T08:51:13.788Z Downloaded tinyvec_macros v0.1.1
8672025-01-13T08:51:13.788Z Downloaded smallvec v0.6.14
8682025-01-13T08:51:13.791Z Downloaded polyval v0.6.2
8692025-01-13T08:51:13.793Z Downloaded fragile v2.0.0
8702025-01-13T08:51:13.793Z Downloaded aws-lc-rs v1.12.0
8712025-01-13T08:51:13.802Z Downloaded sync_wrapper v1.0.2
8722025-01-13T08:51:13.805Z Downloaded futures-task v0.3.31
8732025-01-13T08:51:13.805Z Downloaded diesel-dtrace v0.4.2
8742025-01-13T08:51:13.808Z Downloaded futures-macro v0.3.31
8752025-01-13T08:51:13.808Z Downloaded data-encoding v2.6.0
8762025-01-13T08:51:13.811Z Downloaded parking_lot_core v0.8.6
8772025-01-13T08:51:13.811Z Downloaded ref-cast-impl v1.0.23
8782025-01-13T08:51:13.814Z Downloaded ref-cast v1.0.23
8792025-01-13T08:51:13.814Z Downloaded rustc-hash v1.1.0
8802025-01-13T08:51:13.818Z Downloaded rand_xorshift v0.3.0
8812025-01-13T08:51:13.818Z Downloaded typify v0.2.0
8822025-01-13T08:51:13.821Z Downloaded serde-big-array v0.5.1
8832025-01-13T08:51:13.821Z Downloaded peg-runtime v0.8.3
8842025-01-13T08:51:13.824Z Downloaded normalize-line-endings v0.3.0
8852025-01-13T08:51:13.825Z Downloaded rustversion v1.0.19
8862025-01-13T08:51:13.827Z Downloaded num-bigint v0.4.6
8872025-01-13T08:51:13.833Z Downloaded hashbrown v0.12.3
8882025-01-13T08:51:13.836Z Downloaded url v2.5.4
8892025-01-13T08:51:13.838Z Downloaded expectorate v1.1.0
8902025-01-13T08:51:13.841Z Downloaded predicates v3.1.3
8912025-01-13T08:51:13.845Z Downloaded spki v0.7.3
8922025-01-13T08:51:13.847Z Downloaded diesel_table_macro_syntax v0.2.0
8932025-01-13T08:51:13.847Z Downloaded xz2 v0.1.7
8942025-01-13T08:51:13.847Z Downloaded tungstenite v0.21.0
8952025-01-13T08:51:13.850Z Downloaded openssl-probe v0.1.5
8962025-01-13T08:51:13.853Z Downloaded phf_shared v0.10.0
8972025-01-13T08:51:13.853Z Downloaded supports-color v3.0.2
8982025-01-13T08:51:13.856Z Downloaded same-file v1.0.6
8992025-01-13T08:51:13.856Z Downloaded snafu-derive v0.8.5
9002025-01-13T08:51:13.858Z Downloaded slog-term v2.9.1
9012025-01-13T08:51:13.861Z Downloaded futures-io v0.3.31
9022025-01-13T08:51:13.861Z Downloaded spin v0.9.8
9032025-01-13T08:51:13.865Z Downloaded rustc-demangle v0.1.24
9042025-01-13T08:51:13.867Z Downloaded synstructure v0.13.1
9052025-01-13T08:51:13.867Z Downloaded tokio-stream v0.1.17
9062025-01-13T08:51:13.870Z Downloaded subtle v2.6.1
9072025-01-13T08:51:13.870Z Downloaded ed25519 v2.2.3
9082025-01-13T08:51:13.873Z Downloaded zone v0.3.0
9092025-01-13T08:51:13.873Z Downloaded thiserror-impl-no-std v2.0.2
9102025-01-13T08:51:13.877Z Downloaded derive_more v0.99.18
9112025-01-13T08:51:13.879Z Downloaded hashbrown v0.14.5
9122025-01-13T08:51:13.885Z Downloaded futures-util v0.3.31
9132025-01-13T08:51:13.897Z Downloaded olpc-cjson v0.1.4
9142025-01-13T08:51:13.899Z Downloaded tokio-macros v2.5.0
9152025-01-13T08:51:13.899Z Downloaded termtree v0.5.1
9162025-01-13T08:51:13.902Z Downloaded zerovec-derive v0.10.3
9172025-01-13T08:51:13.902Z Downloaded slab v0.4.9
9182025-01-13T08:51:13.906Z Downloaded foreign-types-macros v0.2.3
9192025-01-13T08:51:13.906Z Downloaded bitvec v1.0.1
9202025-01-13T08:51:13.918Z Downloaded predicates-core v1.0.9
9212025-01-13T08:51:13.921Z Downloaded hash32 v0.2.1
9222025-01-13T08:51:13.921Z Downloaded powerfmt v0.2.0
9232025-01-13T08:51:13.924Z Downloaded zone v0.1.8
9242025-01-13T08:51:13.925Z Downloaded slog-stdlog v4.1.1
9252025-01-13T08:51:13.925Z Downloaded term v0.7.0
9262025-01-13T08:51:13.928Z Downloaded samael v0.0.17
9272025-01-13T08:51:13.934Z Downloaded num-bigint-dig v0.8.4
9282025-01-13T08:51:13.937Z Downloaded dyn-clone v1.0.17
9292025-01-13T08:51:13.940Z Downloaded zeroize_derive v1.4.2
9302025-01-13T08:51:13.940Z Downloaded paste v1.0.15
9312025-01-13T08:51:13.943Z Downloaded owo-colors v4.1.0
9322025-01-13T08:51:13.946Z Downloaded elliptic-curve v0.13.8
9332025-01-13T08:51:13.949Z Downloaded chrono v0.4.39
9342025-01-13T08:51:13.956Z Downloaded static_assertions v1.1.0
9352025-01-13T08:51:13.959Z Downloaded peg-macros v0.8.4
9362025-01-13T08:51:13.963Z Downloaded scheduled-thread-pool v0.2.7
9372025-01-13T08:51:13.963Z Downloaded poly1305 v0.8.0
9382025-01-13T08:51:13.966Z Downloaded tungstenite v0.23.0
9392025-01-13T08:51:13.970Z Downloaded tough v0.19.0
9402025-01-13T08:51:13.974Z Downloaded futures v0.3.31
9412025-01-13T08:51:13.980Z Downloaded rand_seeder v0.3.0
9422025-01-13T08:51:13.983Z Downloaded postgres-protocol v0.6.7
9432025-01-13T08:51:13.983Z Downloaded der v0.7.9
9442025-01-13T08:51:13.988Z Downloaded whoami v1.5.2
9452025-01-13T08:51:13.991Z Downloaded half v2.4.1
9462025-01-13T08:51:13.993Z Downloaded omicron-zone-package v0.12.0
9472025-01-13T08:51:13.995Z Downloaded snafu v0.8.5
9482025-01-13T08:51:14.003Z Downloaded tokio-rustls v0.26.1
9492025-01-13T08:51:14.006Z Downloaded rustls-pki-types v1.10.1
9502025-01-13T08:51:14.009Z Downloaded rand v0.8.5
9512025-01-13T08:51:14.011Z Downloaded icu_properties_data v1.5.0
9522025-01-13T08:51:14.022Z Downloaded typed-path v0.9.3
9532025-01-13T08:51:14.027Z Downloaded oso v0.27.3
9542025-01-13T08:51:14.031Z Downloaded dropshot_endpoint v0.13.0
9552025-01-13T08:51:14.034Z Downloaded schemars v0.8.21
9562025-01-13T08:51:14.046Z Downloaded zip v0.6.6
9572025-01-13T08:51:14.050Z Downloaded steno v0.4.1
9582025-01-13T08:51:14.054Z Downloaded tower v0.5.2
9592025-01-13T08:51:14.062Z Downloaded diesel_derives v2.2.3
9602025-01-13T08:51:14.066Z Downloaded quick-xml v0.33.0
9612025-01-13T08:51:14.072Z Downloaded curve25519-dalek v4.1.3
9622025-01-13T08:51:14.081Z Downloaded lalrpop v0.19.12
9632025-01-13T08:51:14.092Z Downloaded unicode-normalization v0.1.24
9642025-01-13T08:51:14.096Z Downloaded openssl-sys v0.9.104
9652025-01-13T08:51:14.100Z Downloaded rusqlite v0.32.1
9662025-01-13T08:51:14.107Z Downloaded flate2 v1.0.35
9672025-01-13T08:51:14.112Z Downloaded parse-zoneinfo v0.3.1
9682025-01-13T08:51:14.115Z Downloaded serde_with v3.12.0
9692025-01-13T08:51:14.123Z Downloaded regex v1.11.1
9702025-01-13T08:51:14.136Z Downloaded p521 v0.13.3
9712025-01-13T08:51:14.140Z Downloaded proptest v1.6.0
9722025-01-13T08:51:14.150Z Downloaded nom v7.1.3
9732025-01-13T08:51:14.154Z Downloaded reqwest v0.12.12
9742025-01-13T08:51:14.163Z Downloaded reedline v0.35.0
9752025-01-13T08:51:14.170Z Downloaded portable-atomic v1.10.0
9762025-01-13T08:51:14.177Z Downloaded unicode-width v0.2.0
9772025-01-13T08:51:14.183Z Downloaded h2 v0.4.7
9782025-01-13T08:51:14.206Z Downloaded winnow v0.5.40
9792025-01-13T08:51:14.218Z Downloaded regex-syntax v0.6.29
9802025-01-13T08:51:14.226Z Downloaded zerovec v0.10.4
9812025-01-13T08:51:14.234Z Downloaded rustls-webpki v0.102.8
9822025-01-13T08:51:14.254Z Downloaded rayon v1.10.0
9832025-01-13T08:51:14.264Z Downloaded p384 v0.13.0
9842025-01-13T08:51:14.271Z Downloaded radix_trie v0.2.1
9852025-01-13T08:51:14.275Z Downloaded rustls v0.23.21
9862025-01-13T08:51:14.288Z Downloaded webpki-roots v0.26.7
9872025-01-13T08:51:14.291Z Downloaded openssl v0.10.68
9882025-01-13T08:51:14.301Z Downloaded zerocopy v0.8.14
9892025-01-13T08:51:14.326Z Downloaded smoltcp v0.11.0
9902025-01-13T08:51:14.339Z Downloaded object v0.36.7
9912025-01-13T08:51:14.351Z Downloaded gimli v0.31.1
9922025-01-13T08:51:14.359Z Downloaded nix v0.27.1
9932025-01-13T08:51:14.371Z Downloaded rustls v0.21.12
9942025-01-13T08:51:14.383Z Downloaded hickory-proto v0.24.2
9952025-01-13T08:51:14.398Z Downloaded regress v0.9.1
9962025-01-13T08:51:14.406Z Downloaded rustls v0.22.4
9972025-01-13T08:51:14.420Z Downloaded nix v0.28.0
9982025-01-13T08:51:14.434Z Downloaded openapiv3 v2.0.0
9992025-01-13T08:51:14.444Z Downloaded zerocopy-derive v0.6.6
10002025-01-13T08:51:14.454Z Downloaded typify-impl v0.2.0
10012025-01-13T08:51:14.467Z Downloaded sled v0.34.7
10022025-01-13T08:51:14.477Z Downloaded regex-syntax v0.8.5
10032025-01-13T08:51:14.485Z Downloaded diesel v2.2.6
10042025-01-13T08:51:14.505Z Downloaded regex-automata v0.4.9
10052025-01-13T08:51:14.522Z Downloaded bzip2-sys v0.1.11+1.0.8
10062025-01-13T08:51:14.534Z Downloaded dropshot v0.13.0
10072025-01-13T08:51:14.554Z Downloaded dropshot v0.12.0
10082025-01-13T08:51:14.573Z Downloaded object v0.30.4
10092025-01-13T08:51:14.582Z Downloaded ratatui v0.28.1
10102025-01-13T08:51:14.602Z Downloaded nix v0.29.0
10112025-01-13T08:51:14.613Z Downloaded regress v0.10.2
10122025-01-13T08:51:14.621Z Downloaded chrono-tz v0.10.0
10132025-01-13T08:51:14.628Z Downloaded polar-core v0.27.3
10142025-01-13T08:51:14.636Z Downloaded petgraph v0.6.5
10152025-01-13T08:51:14.654Z Downloaded bstr v1.11.3
10162025-01-13T08:51:14.663Z Downloaded rustls-webpki v0.101.7
10172025-01-13T08:51:14.677Z Downloaded libz-sys v1.1.21
10182025-01-13T08:51:14.699Z Downloaded lzma-sys v0.1.20
10192025-01-13T08:51:14.727Z Downloaded csv v1.3.1
10202025-01-13T08:51:14.746Z Downloaded petname v2.0.2
10212025-01-13T08:51:14.752Z Downloaded smoltcp v0.9.1
10222025-01-13T08:51:14.764Z Downloaded vcpkg v0.2.15
10232025-01-13T08:51:14.802Z Downloaded quinn-proto v0.11.9
10242025-01-13T08:51:14.808Z Downloaded sha3 v0.10.8
10252025-01-13T08:51:14.813Z Downloaded git2 v0.19.0
10262025-01-13T08:51:14.821Z Downloaded idna v0.2.3
10272025-01-13T08:51:14.828Z Downloaded trust-dns-proto v0.22.0
10282025-01-13T08:51:14.840Z Downloaded time v0.3.37
10292025-01-13T08:51:14.847Z Downloaded tokio v1.43.0
10302025-01-13T08:51:14.887Z Downloaded zerocopy v0.6.6
10312025-01-13T08:51:14.889Z Downloaded sqlparser v0.45.0
10322025-01-13T08:51:14.894Z Downloaded bindgen v0.69.5
10332025-01-13T08:51:14.901Z Downloaded ecdsa v0.16.9
10342025-01-13T08:51:14.904Z Downloaded futures-channel v0.3.31
10352025-01-13T08:51:14.906Z Downloaded unicode-properties v0.1.3
10362025-01-13T08:51:14.909Z Downloaded tar v0.4.43
10372025-01-13T08:51:14.912Z Downloaded flume v0.11.1
10382025-01-13T08:51:14.915Z Downloaded foldhash v0.1.4
10392025-01-13T08:51:14.917Z Downloaded embedded-io v0.6.1
10402025-01-13T08:51:14.920Z Downloaded hashbrown v0.13.2
10412025-01-13T08:51:14.922Z Downloaded russh v0.45.0
10422025-01-13T08:51:14.927Z Downloaded salty v0.3.0
10432025-01-13T08:51:14.934Z Downloaded hickory-client v0.24.2
10442025-01-13T08:51:14.936Z Downloaded dhcproto v0.12.0
10452025-01-13T08:51:14.939Z Downloaded serde_yaml v0.9.34+deprecated
10462025-01-13T08:51:14.943Z Downloaded zip v2.1.3
10472025-01-13T08:51:14.947Z Downloaded ed25519-dalek v2.1.1
10482025-01-13T08:51:14.950Z Downloaded heapless v0.8.0
10492025-01-13T08:51:14.955Z Downloaded rustyline v14.0.0
10502025-01-13T08:51:14.960Z Downloaded slog v2.7.0
10512025-01-13T08:51:14.963Z Downloaded itertools v0.14.0
10522025-01-13T08:51:14.971Z Downloaded newline-converter v0.3.0
10532025-01-13T08:51:14.974Z Downloaded encoding_rs v0.8.35
10542025-01-13T08:51:14.995Z Downloaded hex-literal v0.4.1
10552025-01-13T08:51:14.998Z Downloaded hash32 v0.3.1
10562025-01-13T08:51:14.998Z Downloaded packed_struct v0.10.1
10572025-01-13T08:51:15.002Z Downloaded tui-tree-widget v0.22.0
10582025-01-13T08:51:15.002Z Downloaded either v1.13.0
10592025-01-13T08:51:15.005Z Downloaded uzers v0.12.1
10602025-01-13T08:51:15.005Z Downloaded aho-corasick v1.1.3
10612025-01-13T08:51:15.011Z Downloaded slog-scope v4.4.0
10622025-01-13T08:51:15.013Z Downloaded slog-async v2.8.0
10632025-01-13T08:51:15.016Z Downloaded uuid v1.11.1
10642025-01-13T08:51:15.018Z Downloaded peg v0.8.4
10652025-01-13T08:51:15.021Z Downloaded sha1 v0.10.6
10662025-01-13T08:51:15.023Z Downloaded rsa v0.9.7
10672025-01-13T08:51:15.028Z Downloaded quinn v0.11.6
10682025-01-13T08:51:15.032Z Downloaded progenitor-impl v0.8.0
10692025-01-13T08:51:15.035Z Downloaded vsss-rs v3.3.4
10702025-01-13T08:51:15.037Z Downloaded subprocess v0.2.9
10712025-01-13T08:51:15.040Z Downloaded hyper v1.5.2
10722025-01-13T08:51:15.047Z Downloaded itertools v0.12.1
10732025-01-13T08:51:15.053Z Downloaded headers v0.4.0
10742025-01-13T08:51:15.059Z Downloaded topological-sort v0.2.2
10752025-01-13T08:51:15.061Z Downloaded tls_codec_derive v0.4.1
10762025-01-13T08:51:15.063Z Downloaded structmeta v0.2.0
10772025-01-13T08:51:15.064Z Downloaded strip-ansi-escapes v0.2.0
10782025-01-13T08:51:15.064Z Downloaded stringprep v0.1.5
10792025-01-13T08:51:15.066Z Downloaded env_logger v0.11.6
10802025-01-13T08:51:15.068Z Downloaded itertools v0.10.5
10812025-01-13T08:51:15.073Z Downloaded tracing-core v0.1.33
10822025-01-13T08:51:15.076Z Downloaded pin-project v1.1.8
10832025-01-13T08:51:15.087Z Downloaded crossterm v0.28.1
10842025-01-13T08:51:15.093Z Downloaded libgit2-sys v0.17.0+1.8.1
10852025-01-13T08:51:15.153Z Downloaded serde_plain v1.0.2
10862025-01-13T08:51:15.155Z Downloaded resolv-conf v0.7.0
10872025-01-13T08:51:15.158Z Downloaded simd-adler32 v0.3.7
10882025-01-13T08:51:15.158Z Downloaded rfc6979 v0.4.0
10892025-01-13T08:51:15.160Z Downloaded heapless v0.7.17
10902025-01-13T08:51:15.163Z Downloaded p256 v0.13.2
10912025-01-13T08:51:15.166Z Downloaded dropshot_endpoint v0.12.0
10922025-01-13T08:51:15.169Z Downloaded darling_core v0.20.10
10932025-01-13T08:51:15.174Z Downloaded derive_builder v0.20.2
10942025-01-13T08:51:15.178Z Downloaded publicsuffix v2.3.0
10952025-01-13T08:51:15.181Z Downloaded phf_codegen v0.11.3
10962025-01-13T08:51:15.183Z Downloaded percent-encoding v2.3.1
10972025-01-13T08:51:15.183Z Downloaded strum_macros v0.26.4
10982025-01-13T08:51:15.186Z Downloaded sec1 v0.7.3
10992025-01-13T08:51:15.188Z Downloaded schemars_derive v0.8.21
11002025-01-13T08:51:15.188Z Downloaded unsafe-libyaml v0.2.11
11012025-01-13T08:51:15.191Z Downloaded env_logger v0.10.2
11022025-01-13T08:51:15.194Z Downloaded cc v1.2.9
11032025-01-13T08:51:15.198Z Downloaded ssh-cipher v0.2.0
11042025-01-13T08:51:15.201Z Downloaded sqlformat v0.2.6
11052025-01-13T08:51:15.203Z Downloaded semver v0.1.20
11062025-01-13T08:51:15.203Z Downloaded secrecy v0.8.0
11072025-01-13T08:51:15.205Z Downloaded scrypt v0.11.0
11082025-01-13T08:51:15.205Z Downloaded zopfli v0.8.1
11092025-01-13T08:51:15.208Z Downloaded http v1.2.0
11102025-01-13T08:51:15.211Z Downloaded num-traits v0.2.19
11112025-01-13T08:51:15.214Z Downloaded num-rational v0.4.2
11122025-01-13T08:51:15.217Z Downloaded tungstenite v0.24.0
11132025-01-13T08:51:15.219Z Downloaded enum-as-inner v0.6.1
11142025-01-13T08:51:15.222Z Downloaded difflib v0.4.0
11152025-01-13T08:51:15.222Z Downloaded defmt-parser v0.4.1
11162025-01-13T08:51:15.224Z Downloaded defmt-macros v0.4.0
11172025-01-13T08:51:15.227Z Downloaded slog-envlogger v2.2.0
11182025-01-13T08:51:15.229Z Downloaded signature v2.2.0
11192025-01-13T08:51:15.229Z Downloaded serde_derive_internals v0.29.1
11202025-01-13T08:51:15.232Z Downloaded crossbeam-channel v0.5.14
11212025-01-13T08:51:15.234Z Downloaded hyper-util v0.1.10
11222025-01-13T08:51:15.238Z Downloaded ron v0.7.1
11232025-01-13T08:51:15.242Z Downloaded pem-rfc7468 v0.7.0
11242025-01-13T08:51:15.245Z Downloaded toml v0.7.8
11252025-01-13T08:51:15.249Z Downloaded indexmap v1.9.3
11262025-01-13T08:51:15.252Z Downloaded hickory-server v0.24.2
11272025-01-13T08:51:15.258Z Downloaded writeable v0.5.5
11282025-01-13T08:51:15.260Z Downloaded utf-8 v0.7.6
11292025-01-13T08:51:15.262Z Downloaded num-iter v0.1.45
11302025-01-13T08:51:15.262Z Downloaded termcolor v1.4.1
11312025-01-13T08:51:15.265Z Downloaded structmeta-derive v0.3.0
11322025-01-13T08:51:15.265Z Downloaded displaydoc v0.2.5
11332025-01-13T08:51:15.267Z Downloaded test-strategy v0.3.1
11342025-01-13T08:51:15.270Z Downloaded yasna v0.5.2
11352025-01-13T08:51:15.273Z Downloaded const_format v0.2.34
11362025-01-13T08:51:15.277Z Downloaded pem v3.0.4
11372025-01-13T08:51:15.280Z Downloaded packed_struct_codegen v0.10.1
11382025-01-13T08:51:15.282Z Downloaded num-derive v0.4.2
11392025-01-13T08:51:15.282Z Downloaded arc-swap v1.7.1
11402025-01-13T08:51:15.286Z Downloaded nodrop v0.1.14
11412025-01-13T08:51:15.289Z Downloaded rustls-pemfile v1.0.4
11422025-01-13T08:51:15.289Z Downloaded hmac v0.12.1
11432025-01-13T08:51:15.291Z Downloaded crc-any v2.5.0
11442025-01-13T08:51:15.294Z Downloaded chacha20poly1305 v0.10.1
11452025-01-13T08:51:15.297Z Downloaded bytes v1.9.0
11462025-01-13T08:51:15.300Z Downloaded fallible-iterator v0.3.0
11472025-01-13T08:51:15.300Z Downloaded document-features v0.2.10
11482025-01-13T08:51:15.303Z Downloaded serde-hex v0.1.0
11492025-01-13T08:51:15.303Z Downloaded dirs-sys-next v0.1.2
11502025-01-13T08:51:15.306Z Downloaded dirs-next v2.0.0
11512025-01-13T08:51:15.306Z Downloaded zerofrom-derive v0.1.5
11522025-01-13T08:51:15.306Z Downloaded icu_provider v1.5.0
11532025-01-13T08:51:15.309Z Downloaded base64 v0.13.1
11542025-01-13T08:51:15.313Z Downloaded tinystr v0.7.6
11552025-01-13T08:51:15.315Z Downloaded siphasher v1.0.1
11562025-01-13T08:51:15.318Z Downloaded clang-sys v1.8.1
11572025-01-13T08:51:15.320Z Downloaded blake2 v0.10.6
11582025-01-13T08:51:15.323Z Downloaded console v0.15.10
11592025-01-13T08:51:15.326Z Downloaded bit-set v0.8.0
11602025-01-13T08:51:15.326Z Downloaded hyper-staticfile v0.10.1
11612025-01-13T08:51:15.329Z Downloaded crossbeam-epoch v0.9.18
11622025-01-13T08:51:15.329Z Downloaded colored v2.2.0
11632025-01-13T08:51:15.332Z Downloaded hashlink v0.9.1
11642025-01-13T08:51:15.335Z Downloaded chacha20 v0.9.1
11652025-01-13T08:51:15.338Z Downloaded indoc v1.0.9
11662025-01-13T08:51:15.340Z Downloaded ciborium v0.2.2
11672025-01-13T08:51:15.342Z Downloaded cancel-safe-futures v0.1.5
11682025-01-13T08:51:15.347Z Downloaded lazy_static v1.5.0
11692025-01-13T08:51:15.349Z Downloaded ipnetwork v0.20.0
11702025-01-13T08:51:15.352Z Downloaded crc32fast v1.4.2
11712025-01-13T08:51:15.352Z Downloaded crc-catalog v2.4.0
11722025-01-13T08:51:15.355Z Downloaded lazycell v1.3.0
11732025-01-13T08:51:15.355Z Downloaded kstat-rs v0.2.4
11742025-01-13T08:51:15.355Z Downloaded backoff v0.4.0
11752025-01-13T08:51:15.358Z Downloaded is_ci v1.2.0
11762025-01-13T08:51:15.360Z Downloaded instability v0.3.7
11772025-01-13T08:51:15.361Z Downloaded heck v0.3.3
11782025-01-13T08:51:15.363Z Downloaded convert_case v0.4.0
11792025-01-13T08:51:15.363Z Downloaded libsw v3.4.0
11802025-01-13T08:51:15.366Z Downloaded internet-checksum v0.2.1
11812025-01-13T08:51:15.366Z Downloaded indoc v2.0.5
11822025-01-13T08:51:15.369Z Downloaded indent_write v2.2.0
11832025-01-13T08:51:15.369Z Downloaded crossbeam-deque v0.8.6
11842025-01-13T08:51:15.371Z Downloaded constant_time_eq v0.3.1
11852025-01-13T08:51:15.371Z Downloaded inout v0.1.3
11862025-01-13T08:51:15.374Z Downloaded is-terminal v0.4.13
11872025-01-13T08:51:15.374Z Downloaded base64ct v1.6.0
11882025-01-13T08:51:15.376Z Downloaded argon2 v0.5.3
11892025-01-13T08:51:15.379Z Downloaded hostname v0.4.0
11902025-01-13T08:51:15.379Z Downloaded home v0.5.11
11912025-01-13T08:51:15.381Z Downloaded chrono-tz-build v0.4.0
11922025-01-13T08:51:15.381Z Downloaded castaway v0.2.3
11932025-01-13T08:51:15.384Z Downloaded bitfield v0.14.0
11942025-01-13T08:51:15.387Z Downloaded block-padding v0.3.3
11952025-01-13T08:51:15.387Z Downloaded hostname v0.3.1
11962025-01-13T08:51:15.387Z Downloaded cbc v0.1.2
11972025-01-13T08:51:15.390Z Downloaded cassowary v0.3.0
11982025-01-13T08:51:15.468Z Downloaded ring v0.17.8
11992025-01-13T08:51:15.561Z Downloaded libsqlite3-sys v0.30.1
12002025-01-13T08:51:15.830Z Downloaded aws-lc-sys v0.24.1
12012025-01-13T08:51:16.140Z Compiling serde v1.0.217
12022025-01-13T08:51:16.142Z Compiling lock_api v0.4.12
12032025-01-13T08:51:16.143Z Compiling value-bag v1.10.0
12042025-01-13T08:51:16.143Z Compiling scopeguard v1.2.0
12052025-01-13T08:51:16.143Z Compiling typenum v1.17.0
12062025-01-13T08:51:16.293Z Compiling generic-array v0.14.7
12072025-01-13T08:51:16.332Z Compiling syn v2.0.96
12082025-01-13T08:51:16.346Z Compiling getrandom v0.2.15
12092025-01-13T08:51:16.498Z Compiling shlex v1.3.0
12102025-01-13T08:51:16.615Z Compiling rand_core v0.6.4
12112025-01-13T08:51:16.773Z Compiling log v0.4.22
12122025-01-13T08:51:16.858Z Compiling subtle v2.6.1
12132025-01-13T08:51:16.902Z Compiling jobserver v0.1.32
12142025-01-13T08:51:16.921Z Compiling smallvec v1.13.2
12152025-01-13T08:51:17.136Z Compiling const-oid v0.9.6
12162025-01-13T08:51:17.171Z Compiling pin-project-lite v0.2.16
12172025-01-13T08:51:17.203Z Compiling rustix v0.38.43
12182025-01-13T08:51:17.297Z Compiling cc v1.2.9
12192025-01-13T08:51:17.335Z Compiling parking_lot_core v0.9.10
12202025-01-13T08:51:17.615Z Compiling spin v0.9.8
12212025-01-13T08:51:17.815Z Compiling futures-core v0.3.31
12222025-01-13T08:51:18.008Z Compiling signal-hook-registry v1.4.2
12232025-01-13T08:51:18.056Z Compiling mio v1.0.3
12242025-01-13T08:51:18.081Z Compiling aho-corasick v1.1.3
12252025-01-13T08:51:18.464Z Compiling parking_lot v0.12.3
12262025-01-13T08:51:18.873Z Compiling regex-syntax v0.8.5
12272025-01-13T08:51:18.964Z Compiling either v1.13.0
12282025-01-13T08:51:19.057Z Compiling futures-sink v0.3.31
12292025-01-13T08:51:19.337Z Compiling cpufeatures v0.2.16
12302025-01-13T08:51:19.381Z Compiling stable_deref_trait v1.2.0
12312025-01-13T08:51:19.436Z Compiling socket2 v0.5.8
12322025-01-13T08:51:19.456Z Compiling slab v0.4.9
12332025-01-13T08:51:19.485Z Compiling glob v0.3.2
12342025-01-13T08:51:19.504Z Compiling prettyplease v0.2.29
12352025-01-13T08:51:19.853Z Compiling lazy_static v1.5.0
12362025-01-13T08:51:19.976Z Compiling minimal-lexical v0.2.1
12372025-01-13T08:51:20.199Z Compiling serde_json v1.0.135
12382025-01-13T08:51:20.427Z Compiling futures-channel v0.3.31
12392025-01-13T08:51:20.532Z Compiling nom v7.1.3
12402025-01-13T08:51:20.556Z Compiling libloading v0.8.6
12412025-01-13T08:51:20.586Z Compiling clang-sys v1.8.1
12422025-01-13T08:51:20.854Z Compiling home v0.5.11
12432025-01-13T08:51:20.985Z Compiling pin-utils v0.1.0
12442025-01-13T08:51:21.088Z Compiling futures-io v0.3.31
12452025-01-13T08:51:21.120Z Compiling futures-task v0.3.31
12462025-01-13T08:51:21.331Z Compiling bindgen v0.69.5
12472025-01-13T08:51:21.426Z Compiling itertools v0.12.1
12482025-01-13T08:51:22.031Z Compiling foldhash v0.1.4
12492025-01-13T08:51:22.142Z Compiling libm v0.2.11
12502025-01-13T08:51:22.330Z Compiling rustc-hash v1.1.0
12512025-01-13T08:51:22.472Z Compiling lazycell v1.3.0
12522025-01-13T08:51:22.493Z Compiling allocator-api2 v0.2.21
12532025-01-13T08:51:22.643Z Compiling regex-automata v0.4.9
12542025-01-13T08:51:23.256Z Compiling hashbrown v0.15.2
12552025-01-13T08:51:23.997Z Compiling cexpr v0.6.0
12562025-01-13T08:51:24.396Z Compiling synstructure v0.13.1
12572025-01-13T08:51:24.663Z Compiling cmake v0.1.52
12582025-01-13T08:51:25.707Z Compiling num-traits v0.2.19
12592025-01-13T08:51:25.814Z Compiling dunce v1.0.5
12602025-01-13T08:51:25.846Z Compiling pkg-config v0.3.31
12612025-01-13T08:51:25.940Z Compiling fs_extra v1.3.0
12622025-01-13T08:51:26.199Z Compiling litemap v0.7.4
12632025-01-13T08:51:26.546Z Compiling writeable v0.5.5
12642025-01-13T08:51:26.610Z Compiling ring v0.17.8
12652025-01-13T08:51:27.397Z Compiling base64ct v1.6.0
12662025-01-13T08:51:27.472Z Compiling paste v1.0.15
12672025-01-13T08:51:27.929Z Compiling pem-rfc7468 v0.7.0
12682025-01-13T08:51:28.026Z Compiling flagset v0.4.6
12692025-01-13T08:51:28.074Z Compiling httparse v1.9.5
12702025-01-13T08:51:28.224Z Compiling regex v1.11.1
12712025-01-13T08:51:28.656Z Compiling aws-lc-rs v1.12.0
12722025-01-13T08:51:28.861Z Compiling icu_locid_transform_data v1.5.0
12732025-01-13T08:51:29.045Z Compiling tracing-core v0.1.33
12742025-01-13T08:51:29.083Z Compiling percent-encoding v2.3.1
12752025-01-13T08:51:29.306Z Compiling icu_properties_data v1.5.0
12762025-01-13T08:51:29.470Z Compiling rustls-pki-types v1.10.1
12772025-01-13T08:51:29.562Z Compiling crossbeam-utils v0.8.21
12782025-01-13T08:51:30.221Z Compiling utf16_iter v1.0.5
12792025-01-13T08:51:30.413Z Compiling vcpkg v0.2.15
12802025-01-13T08:51:30.432Z Compiling utf8_iter v1.0.4
12812025-01-13T08:51:30.553Z Compiling num-conv v0.1.0
12822025-01-13T08:51:30.656Z Compiling icu_normalizer_data v1.5.0
12832025-01-13T08:51:30.763Z Compiling untrusted v0.7.1
12842025-01-13T08:51:30.847Z Compiling untrusted v0.9.0
12852025-01-13T08:51:30.891Z Compiling write16 v1.0.0
12862025-01-13T08:51:30.925Z Compiling powerfmt v0.2.0
12872025-01-13T08:51:31.008Z Compiling time-core v0.1.2
12882025-01-13T08:51:31.190Z Compiling time-macros v0.2.19
12892025-01-13T08:51:31.237Z Compiling serde_derive v1.0.217
12902025-01-13T08:51:31.306Z Compiling zeroize_derive v1.4.2
12912025-01-13T08:51:32.204Z Compiling zerocopy-derive v0.7.35
12922025-01-13T08:51:32.456Z Compiling tokio-macros v2.5.0
12932025-01-13T08:51:32.842Z Compiling zeroize v1.8.1
12942025-01-13T08:51:33.497Z Compiling zerofrom-derive v0.1.5
12952025-01-13T08:51:33.640Z Compiling yoke-derive v0.7.5
12962025-01-13T08:51:34.007Z Compiling futures-macro v0.3.31
12972025-01-13T08:51:34.538Z Compiling zerocopy v0.7.35
12982025-01-13T08:51:34.559Z Compiling zerovec-derive v0.10.3
12992025-01-13T08:51:34.670Z Compiling crypto-common v0.1.6
13002025-01-13T08:51:34.929Z Compiling block-buffer v0.10.4
13012025-01-13T08:51:35.201Z Compiling digest v0.10.7
13022025-01-13T08:51:35.438Z Compiling displaydoc v0.2.5
13032025-01-13T08:51:35.714Z Compiling hmac v0.12.1
13042025-01-13T08:51:35.963Z Compiling block-padding v0.3.3
13052025-01-13T08:51:36.107Z Compiling futures-util v0.3.31
13062025-01-13T08:51:36.224Z Compiling inout v0.1.3
13072025-01-13T08:51:36.244Z Compiling sha2 v0.10.8
13082025-01-13T08:51:36.504Z Compiling cipher v0.4.4
13092025-01-13T08:51:36.788Z Compiling icu_provider_macros v1.5.0
13102025-01-13T08:51:37.057Z Compiling thiserror-impl v1.0.69
13112025-01-13T08:51:37.156Z Compiling ppv-lite86 v0.2.20
13122025-01-13T08:51:37.323Z Compiling der_derive v0.7.3
13132025-01-13T08:51:37.765Z Compiling zerofrom v0.1.5
13142025-01-13T08:51:37.943Z Compiling thiserror-impl v2.0.11
13152025-01-13T08:51:38.003Z Compiling yoke v0.7.5
13162025-01-13T08:51:38.023Z Compiling rand_chacha v0.3.1
13172025-01-13T08:51:38.383Z Compiling zerovec v0.10.4
13182025-01-13T08:51:39.879Z Compiling tracing-attributes v0.1.28
13192025-01-13T08:51:39.914Z Compiling der v0.7.9
13202025-01-13T08:51:40.396Z Compiling tinystr v0.7.6
13212025-01-13T08:51:40.601Z Compiling thiserror v1.0.69
13222025-01-13T08:51:40.681Z Compiling icu_collections v1.5.0
13232025-01-13T08:51:40.739Z Compiling rand v0.8.5
13242025-01-13T08:51:40.829Z Compiling icu_locid v1.5.0
13252025-01-13T08:51:41.695Z Compiling thiserror v2.0.11
13262025-01-13T08:51:41.836Z Compiling pest v2.7.15
13272025-01-13T08:51:42.201Z Compiling icu_provider v1.5.0
13282025-01-13T08:51:42.405Z Compiling spki v0.7.3
13292025-01-13T08:51:42.802Z Compiling salsa20 v0.10.2
13302025-01-13T08:51:42.937Z Compiling icu_locid_transform v1.5.0
13312025-01-13T08:51:43.031Z Compiling pbkdf2 v0.12.2
13322025-01-13T08:51:43.207Z Compiling scrypt v0.11.0
13332025-01-13T08:51:43.228Z Compiling cbc v0.1.2
13342025-01-13T08:51:43.305Z Compiling aes v0.8.4
13352025-01-13T08:51:43.444Z Compiling openssl-sys v0.9.104
13362025-01-13T08:51:43.728Z Compiling tracing v0.1.41
13372025-01-13T08:51:43.745Z Compiling scroll_derive v0.12.0
13382025-01-13T08:51:44.256Z Compiling icu_properties v1.5.1
13392025-01-13T08:51:44.625Z Compiling pest_meta v2.7.15
13402025-01-13T08:51:44.981Z Compiling deranged v0.3.11
13412025-01-13T08:51:45.224Z Compiling tinyvec_macros v0.1.1
13422025-01-13T08:51:45.328Z Compiling num_threads v0.1.7
13432025-01-13T08:51:45.460Z Compiling bytes v1.9.0
13442025-01-13T08:51:45.681Z Compiling bitflags v2.7.0
13452025-01-13T08:51:46.205Z Compiling indexmap v2.7.0
13462025-01-13T08:51:46.795Z Compiling tokio v1.43.0
13472025-01-13T08:51:46.903Z Compiling http v1.2.0
13482025-01-13T08:51:47.190Z Compiling semver v1.0.24
13492025-01-13T08:51:47.683Z Compiling rustc_version v0.4.1
13502025-01-13T08:51:47.936Z Compiling icu_normalizer v1.5.0
13512025-01-13T08:51:48.470Z Compiling atomic-waker v1.1.2
13522025-01-13T08:51:48.665Z Compiling http-body v1.0.1
13532025-01-13T08:51:48.901Z Compiling idna_adapter v1.2.0
13542025-01-13T08:51:49.103Z Compiling time v0.3.37
13552025-01-13T08:51:49.132Z Compiling pest_generator v2.7.15
13562025-01-13T08:51:49.173Z Compiling tinyvec v1.8.1
13572025-01-13T08:51:49.361Z Compiling scroll v0.12.0
13582025-01-13T08:51:49.890Z Compiling pkcs5 v0.7.1
13592025-01-13T08:51:49.921Z Compiling form_urlencoded v1.2.1
13602025-01-13T08:51:49.994Z Compiling try-lock v0.2.5
13612025-01-13T08:51:50.149Z Compiling slog v2.7.0
13622025-01-13T08:51:50.230Z Compiling goblin v0.8.2
13632025-01-13T08:51:50.660Z Compiling which v4.4.2
13642025-01-13T08:51:50.748Z Compiling pkcs8 v0.10.2
13652025-01-13T08:51:51.255Z Compiling want v0.3.1
13662025-01-13T08:51:51.276Z Compiling pest_derive v2.7.15
13672025-01-13T08:51:51.478Z Compiling idna v1.0.3
13682025-01-13T08:51:51.555Z Compiling uuid v1.11.1
13692025-01-13T08:51:52.055Z Compiling iana-time-zone v0.1.61
13702025-01-13T08:51:52.083Z Compiling httpdate v1.0.3
13712025-01-13T08:51:52.552Z Compiling tower-service v0.3.3
13722025-01-13T08:51:52.572Z Compiling chrono v0.4.39
13732025-01-13T08:51:52.687Z Compiling dtrace-parser v0.2.0
13742025-01-13T08:51:53.379Z Compiling serde_spanned v0.6.8
13752025-01-13T08:51:53.622Z Compiling serde_tokenstream v0.2.2
13762025-01-13T08:51:53.841Z Compiling toml_datetime v0.6.8
13772025-01-13T08:51:54.318Z Compiling foreign-types-shared v0.1.1
13782025-01-13T08:51:54.448Z Compiling adler2 v2.0.0
13792025-01-13T08:51:54.469Z Compiling match_cfg v0.1.0
13802025-01-13T08:51:54.586Z Compiling rustversion v1.0.19
13812025-01-13T08:51:54.681Z Compiling openssl v0.10.68
13822025-01-13T08:51:54.804Z Compiling base64 v0.22.1
13832025-01-13T08:51:54.997Z Compiling miniz_oxide v0.8.2
13842025-01-13T08:51:55.172Z Compiling hostname v0.3.1
13852025-01-13T08:51:55.404Z Compiling foreign-types v0.3.2
13862025-01-13T08:51:55.455Z Compiling url v2.5.4
13872025-01-13T08:51:55.505Z Compiling tokio-util v0.7.13
13882025-01-13T08:51:56.469Z Compiling dof v0.3.0
13892025-01-13T08:51:56.621Z Compiling h2 v0.4.7
13902025-01-13T08:51:57.026Z Compiling async-trait v0.1.85
13912025-01-13T08:51:57.163Z Compiling openssl-macros v0.1.1
13922025-01-13T08:51:57.537Z Compiling usdt-impl v0.5.0
13932025-01-13T08:51:57.974Z Compiling serde_derive_internals v0.29.1
13942025-01-13T08:51:58.742Z Compiling dirs-sys-next v0.1.2
13952025-01-13T08:51:59.137Z Compiling rustls v0.23.21
13962025-01-13T08:51:59.417Z Compiling object v0.36.7
13972025-01-13T08:51:59.449Z Compiling syn v1.0.109
13982025-01-13T08:51:59.926Z Compiling rustls v0.22.4
13992025-01-13T08:52:00.046Z Compiling schemars v0.8.21
14002025-01-13T08:52:00.071Z Compiling native-tls v0.2.12
14012025-01-13T08:52:00.184Z Compiling data-encoding v2.6.0
14022025-01-13T08:52:00.513Z Compiling dirs-next v2.0.0
14032025-01-13T08:52:00.694Z Compiling schemars_derive v0.8.21
14042025-01-13T08:52:00.905Z Compiling unicode-normalization v0.1.24
14052025-01-13T08:52:02.033Z Compiling http-body-util v0.1.2
14062025-01-13T08:52:02.148Z Compiling heapless v0.7.17
14072025-01-13T08:52:02.549Z Compiling sha1 v0.10.6
14082025-01-13T08:52:02.570Z Compiling signature v2.2.0
14092025-01-13T08:52:02.591Z Compiling crossbeam-epoch v0.9.18
14102025-01-13T08:52:02.863Z Compiling bzip2-sys v0.1.11+1.0.8
14112025-01-13T08:52:02.970Z Compiling thread_local v1.1.8
14122025-01-13T08:52:02.995Z Compiling encoding_rs v0.8.35
14132025-01-13T08:52:03.335Z Compiling cookie v0.18.1
14142025-01-13T08:52:03.361Z Compiling multer v3.1.0
14152025-01-13T08:52:03.518Z Compiling slog-async v2.8.0
14162025-01-13T08:52:03.618Z Compiling ipnet v2.10.1
14172025-01-13T08:52:03.637Z Compiling openssl-probe v0.1.5
14182025-01-13T08:52:04.002Z Compiling hyper v1.5.2
14192025-01-13T08:52:04.024Z Compiling unicode-properties v0.1.3
14202025-01-13T08:52:04.076Z Compiling signal-hook v0.3.17
14212025-01-13T08:52:04.392Z Compiling mime v0.3.17
14222025-01-13T08:52:04.448Z Compiling rayon-core v1.12.1
14232025-01-13T08:52:04.730Z Compiling dyn-clone v1.0.17
14242025-01-13T08:52:04.968Z Compiling unicode-bidi v0.3.18
14252025-01-13T08:52:04.998Z Compiling gimli v0.31.1
14262025-01-13T08:52:06.495Z Compiling hyper-util v0.1.10
14272025-01-13T08:52:07.555Z Compiling stringprep v0.1.5
14282025-01-13T08:52:08.213Z Compiling toml_edit v0.22.22
14292025-01-13T08:52:08.824Z Compiling crossbeam-deque v0.8.6
14302025-01-13T08:52:08.914Z Compiling usdt-macro v0.5.0
14312025-01-13T08:52:09.162Z Compiling usdt-attr-macro v0.5.0
14322025-01-13T08:52:09.391Z Compiling term v0.7.0
14332025-01-13T08:52:09.591Z Compiling addr2line v0.24.2
14342025-01-13T08:52:10.321Z Compiling slog-json v2.6.1
14352025-01-13T08:52:10.397Z Compiling serde_urlencoded v0.7.1
14362025-01-13T08:52:10.696Z Compiling curve25519-dalek v4.1.3
14372025-01-13T08:52:10.811Z Compiling futures-executor v0.3.31
14382025-01-13T08:52:10.929Z Compiling md-5 v0.10.6
14392025-01-13T08:52:10.950Z Compiling crossbeam-channel v0.5.14
14402025-01-13T08:52:11.189Z Compiling enum-as-inner v0.6.1
14412025-01-13T08:52:11.284Z Compiling async-stream-impl v0.3.6
14422025-01-13T08:52:11.415Z Compiling rustls-pemfile v2.2.0
14432025-01-13T08:52:11.755Z Compiling num-integer v0.1.46
14442025-01-13T08:52:12.082Z Compiling hash32 v0.2.1
14452025-01-13T08:52:12.290Z Compiling ff v0.13.0
14462025-01-13T08:52:12.449Z Compiling is-terminal v0.4.13
14472025-01-13T08:52:12.530Z Compiling dropshot v0.12.0
14482025-01-13T08:52:12.552Z Compiling rustc-demangle v0.1.24
14492025-01-13T08:52:12.578Z Compiling smoltcp v0.9.1
14502025-01-13T08:52:12.688Z Compiling fallible-iterator v0.2.0
14512025-01-13T08:52:12.819Z Compiling siphasher v1.0.1
14522025-01-13T08:52:13.216Z Compiling num-bigint-dig v0.8.4
14532025-01-13T08:52:13.313Z Compiling quick-error v1.2.3
14542025-01-13T08:52:13.399Z Compiling psl-types v2.0.11
14552025-01-13T08:52:13.470Z Compiling litrs v0.4.1
14562025-01-13T08:52:13.494Z Compiling portable-atomic v1.10.0
14572025-01-13T08:52:13.551Z Compiling base16ct v0.2.0
14582025-01-13T08:52:13.578Z Compiling anyhow v1.0.95
14592025-01-13T08:52:13.882Z Compiling utf-8 v0.7.6
14602025-01-13T08:52:14.212Z Compiling linked-hash-map v0.5.6
14612025-01-13T08:52:14.274Z Compiling take_mut v0.2.2
14622025-01-13T08:52:14.617Z Compiling lru-cache v0.1.2
14632025-01-13T08:52:14.760Z Compiling document-features v0.2.10
14642025-01-13T08:52:14.867Z Compiling tungstenite v0.24.0
14652025-01-13T08:52:15.075Z Compiling sec1 v0.7.3
14662025-01-13T08:52:15.672Z Compiling publicsuffix v2.3.0
14672025-01-13T08:52:15.724Z Compiling resolv-conf v0.7.0
14682025-01-13T08:52:15.979Z Compiling postgres-protocol v0.6.7
14692025-01-13T08:52:16.077Z Compiling phf_shared v0.11.3
14702025-01-13T08:52:16.551Z Compiling async-stream v0.3.6
14712025-01-13T08:52:16.573Z Compiling slog-term v2.9.1
14722025-01-13T08:52:16.575Z Compiling group v0.13.0
14732025-01-13T08:52:16.853Z Compiling usdt v0.5.0
14742025-01-13T08:52:17.168Z Compiling hickory-proto v0.24.2
14752025-01-13T08:52:17.310Z Compiling backtrace v0.3.74
14762025-01-13T08:52:17.360Z Compiling num-iter v0.1.45
14772025-01-13T08:52:17.547Z Compiling toml v0.8.19
14782025-01-13T08:52:17.984Z Compiling futures v0.3.31
14792025-01-13T08:52:18.076Z Compiling slog-bunyan v2.5.0
14802025-01-13T08:52:19.397Z Compiling tokio-native-tls v0.3.1
14812025-01-13T08:52:19.427Z Compiling camino v1.1.9
14822025-01-13T08:52:19.694Z Compiling dropshot_endpoint v0.12.0
14832025-01-13T08:52:20.008Z Compiling terminal_size v0.4.1
14842025-01-13T08:52:20.234Z Compiling waitgroup v0.1.2
14852025-01-13T08:52:20.331Z Compiling openapiv3 v2.0.0
14862025-01-13T08:52:20.417Z Compiling serde_path_to_error v0.1.16
14872025-01-13T08:52:20.453Z Compiling hkdf v0.12.4
14882025-01-13T08:52:20.720Z Compiling crypto-bigint v0.5.5
14892025-01-13T08:52:21.092Z Compiling curve25519-dalek-derive v0.1.1
14902025-01-13T08:52:21.262Z Compiling zerocopy-derive v0.6.6
14912025-01-13T08:52:22.652Z Compiling webpki-roots v0.26.7
14922025-01-13T08:52:22.886Z Compiling sync_wrapper v1.0.2
14932025-01-13T08:52:23.051Z Compiling hostname v0.4.0
14942025-01-13T08:52:23.227Z Compiling hubpack_derive v0.1.1
14952025-01-13T08:52:23.315Z Compiling fs-err v2.11.0
14962025-01-13T08:52:23.530Z Compiling crc32fast v1.4.2
14972025-01-13T08:52:23.610Z Compiling ahash v0.8.11
14982025-01-13T08:52:23.882Z Compiling bitflags v1.3.2
14992025-01-13T08:52:23.940Z Compiling tower-layer v0.3.3
15002025-01-13T08:52:23.986Z Compiling newtype-uuid v1.1.3
15012025-01-13T08:52:24.113Z Compiling debug-ignore v1.0.5
15022025-01-13T08:52:24.268Z Compiling siphasher v0.3.11
15032025-01-13T08:52:24.289Z Compiling winnow v0.5.40
15042025-01-13T08:52:24.309Z Compiling unicode-width v0.2.0
15052025-01-13T08:52:24.419Z Compiling managed v0.8.0
15062025-01-13T08:52:24.665Z Compiling phf_shared v0.10.0
15072025-01-13T08:52:24.689Z Compiling clap_builder v4.5.26
15082025-01-13T08:52:24.832Z Compiling console v0.15.10
15092025-01-13T08:52:25.100Z Compiling tower v0.5.2
15102025-01-13T08:52:26.069Z Compiling hubpack v0.1.2
15112025-01-13T08:52:26.476Z Compiling strum_macros v0.25.3
15122025-01-13T08:52:26.638Z Compiling elliptic-curve v0.13.8
15132025-01-13T08:52:26.995Z Compiling flate2 v1.0.35
15142025-01-13T08:52:27.138Z Compiling zerocopy v0.6.6
15152025-01-13T08:52:27.524Z Compiling hickory-resolver v0.24.2
15162025-01-13T08:52:27.810Z Compiling toml_edit v0.19.15
15172025-01-13T08:52:27.989Z Compiling signal-hook-mio v0.2.4
15182025-01-13T08:52:28.116Z Compiling hyper-tls v0.6.0
15192025-01-13T08:52:28.150Z Compiling rayon v1.10.0
15202025-01-13T08:52:28.530Z Compiling cookie_store v0.21.1
15212025-01-13T08:52:30.252Z Compiling bzip2 v0.4.4
15222025-01-13T08:52:31.557Z Compiling postgres-types v0.2.8
15232025-01-13T08:52:33.044Z Compiling phf v0.11.3
15242025-01-13T08:52:33.240Z Compiling tokio-tungstenite v0.24.0
15252025-01-13T08:52:33.783Z Compiling ed25519 v2.2.3
15262025-01-13T08:52:34.115Z Compiling tokio-stream v0.1.17
15272025-01-13T08:52:34.497Z Compiling pkcs1 v0.7.5
15282025-01-13T08:52:34.741Z Compiling serde-big-array v0.5.1
15292025-01-13T08:52:34.975Z Compiling rfc6979 v0.4.0
15302025-01-13T08:52:35.168Z Compiling clap_derive v4.5.24
15312025-01-13T08:52:35.244Z Compiling derive-where v1.2.7
15322025-01-13T08:52:35.511Z Compiling serde_repr v0.1.19
15332025-01-13T08:52:35.675Z Compiling float-cmp v0.10.0
15342025-01-13T08:52:35.868Z Compiling bstr v1.11.3
15352025-01-13T08:52:35.917Z Compiling number_prefix v0.4.0
15362025-01-13T08:52:36.035Z Compiling difflib v0.4.0
15372025-01-13T08:52:36.149Z Compiling precomputed-hash v0.1.1
15382025-01-13T08:52:36.272Z Compiling static_assertions v1.1.0
15392025-01-13T08:52:36.377Z Compiling fixedbitset v0.4.2
15402025-01-13T08:52:36.675Z Compiling whoami v1.5.2
15412025-01-13T08:52:36.857Z Compiling new_debug_unreachable v1.0.6
15422025-01-13T08:52:36.960Z Compiling predicates-core v1.0.9
15432025-01-13T08:52:37.310Z Compiling normalize-line-endings v0.3.0
15442025-01-13T08:52:37.339Z Compiling unicode-segmentation v1.12.0
15452025-01-13T08:52:37.443Z Compiling bit-vec v0.8.0
15462025-01-13T08:52:37.692Z Compiling predicates v3.1.3
15472025-01-13T08:52:37.728Z Compiling tokio-postgres v0.7.12
15482025-01-13T08:52:37.977Z Compiling bit-set v0.8.0
15492025-01-13T08:52:38.254Z Compiling similar v2.6.0
15502025-01-13T08:52:38.281Z Compiling string_cache v0.8.7
15512025-01-13T08:52:38.725Z Compiling petgraph v0.6.5
15522025-01-13T08:52:38.884Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15532025-01-13T08:52:39.565Z Compiling indicatif v0.17.9
15542025-01-13T08:52:40.242Z Compiling clap v4.5.26
15552025-01-13T08:52:40.374Z Compiling ecdsa v0.16.9
15562025-01-13T08:52:40.767Z Compiling rsa v0.9.7
15572025-01-13T08:52:41.252Z Compiling ed25519-dalek v2.1.1
15582025-01-13T08:52:41.915Z Compiling toml v0.7.8
15592025-01-13T08:52:42.589Z Compiling zip v0.6.6
15602025-01-13T08:52:42.977Z Compiling crossterm v0.28.1
15612025-01-13T08:52:44.277Z Compiling hex v0.4.3
15622025-01-13T08:52:44.346Z Compiling x509-cert v0.2.5
15632025-01-13T08:52:44.491Z Compiling itertools v0.10.5
15642025-01-13T08:52:44.884Z Compiling lalrpop-util v0.19.12
15652025-01-13T08:52:45.230Z Compiling peg-runtime v0.8.3
15662025-01-13T08:52:45.440Z Compiling unicode-xid v0.2.6
15672025-01-13T08:52:45.630Z Compiling strum_macros v0.26.4
15682025-01-13T08:52:45.878Z Compiling xattr v1.4.0
15692025-01-13T08:52:46.079Z Compiling filetime v0.2.25
15702025-01-13T08:52:46.407Z Compiling tar v0.4.43
15712025-01-13T08:52:50.828Z Compiling strum v0.26.3
15722025-01-13T08:52:53.816Z Compiling aws-lc-sys v0.24.1
15732025-01-13T08:53:22.427Z Compiling rustls-webpki v0.102.8
15742025-01-13T08:53:25.803Z Compiling tokio-rustls v0.25.0
15752025-01-13T08:53:27.407Z Compiling tokio-rustls v0.26.1
15762025-01-13T08:53:27.867Z Compiling hyper-rustls v0.27.5
15772025-01-13T08:53:28.197Z Compiling reqwest v0.12.12
15782025-01-13T08:53:29.322Z Compiling qorb v0.2.1
15792025-01-13T08:53:34.384Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15802025-01-13T08:53:34.676Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15812025-01-13T08:53:40.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
15822025-01-13T08:53:41.035Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15832025-01-13T08:53:41.085ZJan 13 08:53:39.308 INFO Starting download, target: Cockroach
15842025-01-13T08:53:41.085ZJan 13 08:53:39.308 INFO Starting download, target: Console
15852025-01-13T08:53:41.085ZJan 13 08:53:39.308 INFO Starting download, target: Clickhouse
15862025-01-13T08:53:41.085ZJan 13 08:53:39.308 INFO Starting download, target: DendriteOpenapi
15872025-01-13T08:53:41.088ZJan 13 08:53:39.308 INFO Starting download, target: DendriteStub
15882025-01-13T08:53:41.088ZJan 13 08:53:39.308 INFO Starting download, target: MaghemiteMgd
15892025-01-13T08:53:41.088ZJan 13 08:53:39.308 INFO Starting download, target: TransceiverControl
15902025-01-13T08:53:41.088ZJan 13 08:53:39.309 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15912025-01-13T08:53:41.088ZJan 13 08:53:39.309 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15922025-01-13T08:53:41.088ZJan 13 08:53:39.309 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15932025-01-13T08:53:41.088ZJan 13 08:53:39.309 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15942025-01-13T08:53:41.088ZJan 13 08:53:39.309 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15952025-01-13T08:53:41.088ZJan 13 08:53:39.309 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15962025-01-13T08:53:41.088ZJan 13 08:53:39.309 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15972025-01-13T08:53:41.280ZJan 13 08:53:39.487 INFO Download complete, target: DendriteOpenapi
15982025-01-13T08:53:41.512ZJan 13 08:53:39.711 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15992025-01-13T08:53:41.660ZJan 13 08:53:39.855 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16002025-01-13T08:53:41.934ZJan 13 08:53:40.149 INFO Download complete, target: Console
16012025-01-13T08:53:42.064ZJan 13 08:53:40.286 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16022025-01-13T08:53:42.081ZJan 13 08:53:40.303 INFO Download complete, target: TransceiverControl
16032025-01-13T08:53:42.267ZJan 13 08:53:40.489 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16042025-01-13T08:53:42.829ZJan 13 08:53:41.051 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16052025-01-13T08:53:42.829ZJan 13 08:53:41.052 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16062025-01-13T08:53:43.134ZJan 13 08:53:41.357 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16072025-01-13T08:53:44.588ZJan 13 08:53:42.811 INFO Download complete, target: MaghemiteMgd
16082025-01-13T08:53:44.806ZJan 13 08:53:43.029 INFO Download complete, target: DendriteStub
16092025-01-13T08:53:49.364ZJan 13 08:53:47.587 INFO Checking that binary works, target: Cockroach
16102025-01-13T08:53:49.568ZJan 13 08:53:47.790 INFO Download complete, target: Cockroach
16112025-01-13T08:53:53.851ZJan 13 08:53:52.074 INFO Checking that binary works, target: Clickhouse
16122025-01-13T08:53:53.962ZJan 13 08:53:52.184 INFO Download complete, target: Clickhouse
16132025-01-13T08:53:53.983ZAll builder prerequisites installed successfully, and PATH looks valid
16142025-01-13T08:53:53.986Z
16152025-01-13T08:53:53.986Zreal 5:11.700501346
16162025-01-13T08:53:53.986Zuser 16:46.809539569
16172025-01-13T08:53:53.986Zsys 3:18.935117715
16182025-01-13T08:53:53.986Ztrap 0.554099692
16192025-01-13T08:53:53.986Ztflt 1.701245176
16202025-01-13T08:53:53.986Zdflt 1.984026815
16212025-01-13T08:53:53.986Zkflt 0.027788215
16222025-01-13T08:53:53.986Zlock 29:28.716353859
16232025-01-13T08:53:53.986Zslp 1:03:11.293017608
16242025-01-13T08:53:53.986Zlat 58.547630095
16252025-01-13T08:53:53.986Zstop 2:24.760100988
16262025-01-13T08:53:53.986Z++ bmat factory name
16272025-01-13T08:53:53.992Z++ bmat factory private
16282025-01-13T08:53:53.996Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-03d9d8c6d37c69829 '{
16292025-01-13T08:53:53.996Z buildomat: {
16302025-01-13T08:53:53.996Z factory: {
16312025-01-13T08:53:53.996Z name: $bmat_factory_name,
16322025-01-13T08:53:53.996Z private: $bmat_factory_private,
16332025-01-13T08:53:53.996Z },
16342025-01-13T08:53:53.996Z },
16352025-01-13T08:53:53.996Z }'
16362025-01-13T08:53:54.036Z+ banner ls-apis
16372025-01-13T08:53:54.038Z
16382025-01-13T08:53:54.038Z # #### ## ##### # ####
16392025-01-13T08:53:54.038Z # # # # # # # #
16402025-01-13T08:53:54.038Z # #### ##### # # # # # ####
16412025-01-13T08:53:54.038Z # # ###### ##### # #
16422025-01-13T08:53:54.038Z # # # # # # # # #
16432025-01-13T08:53:54.038Z ###### #### # # # # ####
16442025-01-13T08:53:54.038Z
16452025-01-13T08:53:54.041Z+ source ./tools/include/force-git-over-https.sh
16462025-01-13T08:53:54.041Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16472025-01-13T08:53:54.041Z++ (( i = 0 ))
16482025-01-13T08:53:54.041Z++ (( i < 5 ))
16492025-01-13T08:53:54.041Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16502025-01-13T08:53:54.044Z++ (( i++ ))
16512025-01-13T08:53:54.044Z++ (( i < 5 ))
16522025-01-13T08:53:54.044Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16532025-01-13T08:53:54.046Z++ (( i++ ))
16542025-01-13T08:53:54.046Z++ (( i < 5 ))
16552025-01-13T08:53:54.046Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16562025-01-13T08:53:54.049Z++ (( i++ ))
16572025-01-13T08:53:54.049Z++ (( i < 5 ))
16582025-01-13T08:53:54.049Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16592025-01-13T08:53:54.051Z++ (( i++ ))
16602025-01-13T08:53:54.052Z++ (( i < 5 ))
16612025-01-13T08:53:54.052Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16622025-01-13T08:53:54.054Z++ (( i++ ))
16632025-01-13T08:53:54.054Z++ (( i < 5 ))
16642025-01-13T08:53:54.054Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16652025-01-13T08:53:54.055Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16662025-01-13T08:53:54.057Z+ ptime -m cargo xtask ls-apis apis
16672025-01-13T08:53:54.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16682025-01-13T08:53:54.662Z Running `target/debug/xtask ls-apis apis`
16692025-01-13T08:53:55.519Z Compiling semver v0.1.20
16702025-01-13T08:53:55.522Z Compiling structmeta-derive v0.3.0
16712025-01-13T08:53:55.647Z Compiling cargo-platform v0.1.9
16722025-01-13T08:53:55.857Z Compiling cargo_metadata v0.18.1
16732025-01-13T08:53:55.872Z Compiling rustc_version v0.1.7
16742025-01-13T08:53:56.254Z Compiling newtype_derive v0.1.6
16752025-01-13T08:53:57.230Z Compiling structmeta v0.3.0
16762025-01-13T08:53:57.516Z Compiling parse-display-derive v0.10.0
16772025-01-13T08:53:59.833Z Compiling parse-display v0.10.0
16782025-01-13T08:53:59.983Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
16792025-01-13T08:54:05.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.64s
16802025-01-13T08:54:05.490Z Running `target/debug/ls-apis apis`
16812025-01-13T08:54:05.526Zloading metadata for workspace omicron from current workspace
16822025-01-13T08:54:09.996Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
16832025-01-13T08:54:10.001Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/Cargo.toml
16842025-01-13T08:54:10.003Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/Cargo.toml
16852025-01-13T08:54:30.614Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
16862025-01-13T08:54:34.489Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
16872025-01-13T08:54:34.508Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
16882025-01-13T08:54:34.681ZBootstrap Agent (client: bootstrap-agent-client)
16892025-01-13T08:54:34.684Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16902025-01-13T08:54:34.684Z consumed by: wicketd (omicron/wicketd) via 2 paths
16912025-01-13T08:54:34.684Z
16922025-01-13T08:54:34.684ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
16932025-01-13T08:54:34.684Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
16942025-01-13T08:54:34.684Z
16952025-01-13T08:54:34.684ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
16962025-01-13T08:54:34.684Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
16972025-01-13T08:54:34.684Z
16982025-01-13T08:54:34.684ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
16992025-01-13T08:54:34.684Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17002025-01-13T08:54:34.684Z
17012025-01-13T08:54:34.684ZCockroachDB Cluster Admin (client: cockroach-admin-client)
17022025-01-13T08:54:34.684Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17032025-01-13T08:54:34.684Z
17042025-01-13T08:54:34.684ZCrucible Agent (client: crucible-agent-client)
17052025-01-13T08:54:34.684Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17062025-01-13T08:54:34.684Z
17072025-01-13T08:54:34.684ZCrucible Control (for testing only) (client: crucible-control-client)
17082025-01-13T08:54:34.685Z
17092025-01-13T08:54:34.685ZCrucible Pantry (client: crucible-pantry-client)
17102025-01-13T08:54:34.685Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17112025-01-13T08:54:34.685Z
17122025-01-13T08:54:34.685ZMaghemite DDM Admin (client: ddm-admin-client)
17132025-01-13T08:54:34.685Z consumed by: installinator (omicron/installinator) via 1 path
17142025-01-13T08:54:34.685Z consumed by: mgd (maghemite/mgd) via 1 path
17152025-01-13T08:54:34.685Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17162025-01-13T08:54:34.685Z consumed by: wicketd (omicron/wicketd) via 1 path
17172025-01-13T08:54:34.685Z
17182025-01-13T08:54:34.685ZDNS Server (client: dns-service-client)
17192025-01-13T08:54:34.695Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17202025-01-13T08:54:34.695Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17212025-01-13T08:54:34.695Z
17222025-01-13T08:54:34.695ZDendrite DPD (client: dpd-client)
17232025-01-13T08:54:34.695Z consumed by: ddmd (maghemite/ddmd) via 2 paths
17242025-01-13T08:54:34.695Z consumed by: mgd (maghemite/mgd) via 1 path
17252025-01-13T08:54:34.695Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17262025-01-13T08:54:34.695Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17272025-01-13T08:54:34.695Z consumed by: tfportd (dendrite/tfportd) via 1 path
17282025-01-13T08:54:34.695Z consumed by: wicketd (omicron/wicketd) via 2 paths
17292025-01-13T08:54:34.695Z
17302025-01-13T08:54:34.695ZDownstairs Controller (debugging only) (client: dsc-client)
17312025-01-13T08:54:34.695Z
17322025-01-13T08:54:34.695ZManagement Gateway Service (client: gateway-client)
17332025-01-13T08:54:34.701Z consumed by: dpd (dendrite/dpd) via 1 path
17342025-01-13T08:54:34.701Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17352025-01-13T08:54:34.701Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17362025-01-13T08:54:34.701Z consumed by: wicketd (omicron/wicketd) via 3 paths
17372025-01-13T08:54:34.701Z
17382025-01-13T08:54:34.701ZWicketd Installinator (client: installinator-client)
17392025-01-13T08:54:34.701Z consumed by: installinator (omicron/installinator) via 1 path
17402025-01-13T08:54:34.701Z
17412025-01-13T08:54:34.701ZMaghemite MG Admin (client: mg-admin-client)
17422025-01-13T08:54:34.705Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17432025-01-13T08:54:34.705Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17442025-01-13T08:54:34.706Z
17452025-01-13T08:54:34.706ZNexus Internal API (client: nexus-client)
17462025-01-13T08:54:34.709Z consumed by: dpd (dendrite/dpd) via 1 path
17472025-01-13T08:54:34.710Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17482025-01-13T08:54:34.710Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
17492025-01-13T08:54:34.710Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
17502025-01-13T08:54:34.710Z
17512025-01-13T08:54:34.710ZExternal API (client: oxide-client)
17522025-01-13T08:54:34.710Z
17532025-01-13T08:54:34.710ZOximeter (client: oximeter-client)
17542025-01-13T08:54:34.712Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17552025-01-13T08:54:34.712Z
17562025-01-13T08:54:34.712ZPropolis (client: propolis-client)
17572025-01-13T08:54:34.712Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17582025-01-13T08:54:34.712Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
17592025-01-13T08:54:34.712Z
17602025-01-13T08:54:34.712ZCrucible Repair (client: repair-client)
17612025-01-13T08:54:34.712Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
17622025-01-13T08:54:34.713Z
17632025-01-13T08:54:34.713ZRepo Depot API (client: repo-depot-client)
17642025-01-13T08:54:34.713Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17652025-01-13T08:54:34.713Z
17662025-01-13T08:54:34.713ZSled Agent (client: sled-agent-client)
17672025-01-13T08:54:34.717Z consumed by: dpd (dendrite/dpd) via 1 path
17682025-01-13T08:54:34.717Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
17692025-01-13T08:54:34.717Z
17702025-01-13T08:54:34.717ZWicketd (client: wicketd-client)
17712025-01-13T08:54:34.720Z
17722025-01-13T08:54:34.843Z
17732025-01-13T08:54:34.845Zreal 40.769952215
17742025-01-13T08:54:34.845Zuser 33.180272763
17752025-01-13T08:54:34.845Zsys 11.724277017
17762025-01-13T08:54:34.845Ztrap 0.015503651
17772025-01-13T08:54:34.846Ztflt 0.074754243
17782025-01-13T08:54:34.846Zdflt 0.312533487
17792025-01-13T08:54:34.846Zkflt 0.000000000
17802025-01-13T08:54:34.846Zlock 54.952668058
17812025-01-13T08:54:34.846Zslp 3:39.460354314
17822025-01-13T08:54:34.846Zlat 0.900681519
17832025-01-13T08:54:34.846Zstop 1.540354898
17842025-01-13T08:54:34.846Z+ ptime -m cargo xtask ls-apis deployment-units
17852025-01-13T08:54:35.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17862025-01-13T08:54:35.431Z Running `target/debug/xtask ls-apis deployment-units`
17872025-01-13T08:54:36.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
17882025-01-13T08:54:36.350Z Running `target/debug/ls-apis deployment-units`
17892025-01-13T08:54:36.392Zloading metadata for workspace omicron from current workspace
17902025-01-13T08:54:37.649Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
17912025-01-13T08:54:37.653Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/Cargo.toml
17922025-01-13T08:54:37.656Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/Cargo.toml
17932025-01-13T08:54:39.523Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
17942025-01-13T08:54:40.329Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
17952025-01-13T08:54:40.346Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
17962025-01-13T08:54:40.508ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
17972025-01-13T08:54:40.511Z omicron-clickhouse-admin (omicron/clickhouse-admin)
17982025-01-13T08:54:40.511Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
17992025-01-13T08:54:40.511Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
18002025-01-13T08:54:40.511Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
18012025-01-13T08:54:40.511Z
18022025-01-13T08:54:40.511Z
18032025-01-13T08:54:40.511ZCockroach
18042025-01-13T08:54:40.511Z omicron-cockroach-admin (omicron/cockroach-admin)
18052025-01-13T08:54:40.511Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
18062025-01-13T08:54:40.511Z
18072025-01-13T08:54:40.511Z
18082025-01-13T08:54:40.511ZCrucible
18092025-01-13T08:54:40.511Z crucible-agent (crucible/agent)
18102025-01-13T08:54:40.511Z exposes: Crucible Agent (client = crucible-agent-client)
18112025-01-13T08:54:40.511Z
18122025-01-13T08:54:40.511Z crucible-downstairs (crucible/downstairs)
18132025-01-13T08:54:40.511Z exposes: Crucible Repair (client = repair-client)
18142025-01-13T08:54:40.514Z consumes: repair-client
18152025-01-13T08:54:40.514Z
18162025-01-13T08:54:40.514Z
18172025-01-13T08:54:40.514ZCrucible Pantry
18182025-01-13T08:54:40.514Z crucible-pantry (crucible/pantry)
18192025-01-13T08:54:40.514Z exposes: Crucible Pantry (client = crucible-pantry-client)
18202025-01-13T08:54:40.514Z
18212025-01-13T08:54:40.514Z
18222025-01-13T08:54:40.514ZDNS Server
18232025-01-13T08:54:40.514Z dns-server (omicron/dns-server)
18242025-01-13T08:54:40.514Z exposes: DNS Server (client = dns-service-client)
18252025-01-13T08:54:40.517Z
18262025-01-13T08:54:40.517Z
18272025-01-13T08:54:40.517ZHost OS
18282025-01-13T08:54:40.517Z ddmd (maghemite/ddmd)
18292025-01-13T08:54:40.517Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
18302025-01-13T08:54:40.519Z consumes: dpd-client
18312025-01-13T08:54:40.519Z
18322025-01-13T08:54:40.519Z dpd (dendrite/dpd)
18332025-01-13T08:54:40.519Z exposes: Dendrite DPD (client = dpd-client)
18342025-01-13T08:54:40.522Z consumes: gateway-client
18352025-01-13T08:54:40.522Z consumes: nexus-client
18362025-01-13T08:54:40.522Z consumes: sled-agent-client
18372025-01-13T08:54:40.522Z
18382025-01-13T08:54:40.522Z mgd (maghemite/mgd)
18392025-01-13T08:54:40.522Z exposes: Maghemite MG Admin (client = mg-admin-client)
18402025-01-13T08:54:40.524Z consumes: ddm-admin-client
18412025-01-13T08:54:40.524Z consumes: dpd-client
18422025-01-13T08:54:40.524Z
18432025-01-13T08:54:40.524Z omicron-gateway (omicron/gateway)
18442025-01-13T08:54:40.524Z exposes: Management Gateway Service (client = gateway-client)
18452025-01-13T08:54:40.524Z
18462025-01-13T08:54:40.524Z omicron-sled-agent (omicron/sled-agent)
18472025-01-13T08:54:40.524Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
18482025-01-13T08:54:40.524Z exposes: Repo Depot API (client = repo-depot-client)
18492025-01-13T08:54:40.524Z exposes: Sled Agent (client = sled-agent-client)
18502025-01-13T08:54:40.527Z consumes: bootstrap-agent-client
18512025-01-13T08:54:40.527Z consumes: ddm-admin-client
18522025-01-13T08:54:40.527Z consumes: dns-service-client
18532025-01-13T08:54:40.527Z consumes: dpd-client
18542025-01-13T08:54:40.527Z consumes: gateway-client
18552025-01-13T08:54:40.527Z consumes: mg-admin-client
18562025-01-13T08:54:40.527Z consumes: nexus-client
18572025-01-13T08:54:40.527Z consumes: propolis-client
18582025-01-13T08:54:40.527Z consumes: repo-depot-client
18592025-01-13T08:54:40.527Z
18602025-01-13T08:54:40.527Z propolis-server (propolis/bin/propolis-server)
18612025-01-13T08:54:40.527Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
18622025-01-13T08:54:40.527Z exposes: Propolis (client = propolis-client)
18632025-01-13T08:54:40.530Z consumes: nexus-client
18642025-01-13T08:54:40.530Z
18652025-01-13T08:54:40.530Z tfportd (dendrite/tfportd)
18662025-01-13T08:54:40.530Z consumes: dpd-client
18672025-01-13T08:54:40.530Z
18682025-01-13T08:54:40.530Z wicketd (omicron/wicketd)
18692025-01-13T08:54:40.530Z exposes: Wicketd Installinator (client = installinator-client)
18702025-01-13T08:54:40.530Z exposes: Wicketd (client = wicketd-client)
18712025-01-13T08:54:40.530Z consumes: bootstrap-agent-client
18722025-01-13T08:54:40.530Z consumes: ddm-admin-client
18732025-01-13T08:54:40.530Z consumes: dpd-client
18742025-01-13T08:54:40.530Z consumes: gateway-client
18752025-01-13T08:54:40.530Z
18762025-01-13T08:54:40.530Z
18772025-01-13T08:54:40.530ZInstallinator
18782025-01-13T08:54:40.530Z installinator (omicron/installinator)
18792025-01-13T08:54:40.530Z consumes: ddm-admin-client
18802025-01-13T08:54:40.530Z consumes: installinator-client
18812025-01-13T08:54:40.530Z
18822025-01-13T08:54:40.530Z
18832025-01-13T08:54:40.530ZNexus
18842025-01-13T08:54:40.530Z omicron-nexus (omicron/nexus)
18852025-01-13T08:54:40.531Z exposes: Nexus Internal API (client = nexus-client)
18862025-01-13T08:54:40.531Z exposes: External API (client = oxide-client)
18872025-01-13T08:54:40.533Z consumes: clickhouse-admin-keeper-client
18882025-01-13T08:54:40.533Z consumes: clickhouse-admin-server-client
18892025-01-13T08:54:40.533Z consumes: clickhouse-admin-single-client
18902025-01-13T08:54:40.533Z consumes: cockroach-admin-client
18912025-01-13T08:54:40.533Z consumes: crucible-agent-client
18922025-01-13T08:54:40.533Z consumes: crucible-pantry-client
18932025-01-13T08:54:40.533Z consumes: dns-service-client
18942025-01-13T08:54:40.533Z consumes: dpd-client
18952025-01-13T08:54:40.533Z consumes: gateway-client
18962025-01-13T08:54:40.533Z consumes: mg-admin-client
18972025-01-13T08:54:40.533Z consumes: oximeter-client
18982025-01-13T08:54:40.533Z consumes: propolis-client
18992025-01-13T08:54:40.533Z consumes: sled-agent-client
19002025-01-13T08:54:40.533Z
19012025-01-13T08:54:40.533Z
19022025-01-13T08:54:40.533ZOximeter
19032025-01-13T08:54:40.533Z oximeter-collector (omicron/oximeter/collector)
19042025-01-13T08:54:40.533Z exposes: Oximeter (client = oximeter-client)
19052025-01-13T08:54:40.536Z consumes: nexus-client
19062025-01-13T08:54:40.536Z
19072025-01-13T08:54:40.536Z
19082025-01-13T08:54:40.652Z
19092025-01-13T08:54:40.655Zreal 5.793084256
19102025-01-13T08:54:40.655Zuser 4.625394756
19112025-01-13T08:54:40.655Zsys 1.809428716
19122025-01-13T08:54:40.655Ztrap 0.002256188
19132025-01-13T08:54:40.655Ztflt 0.000001699
19142025-01-13T08:54:40.655Zdflt 0.000027095
19152025-01-13T08:54:40.655Zkflt 0.000000000
19162025-01-13T08:54:40.655Zlock 0.002050259
19172025-01-13T08:54:40.655Zslp 10.598647294
19182025-01-13T08:54:40.655Zlat 0.021685944
19192025-01-13T08:54:40.655Zstop 0.068833329
19202025-01-13T08:54:40.655Z+ ptime -m cargo xtask ls-apis servers
19212025-01-13T08:54:41.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19222025-01-13T08:54:41.174Z Running `target/debug/xtask ls-apis servers`
19232025-01-13T08:54:41.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
19242025-01-13T08:54:42.055Z Running `target/debug/ls-apis servers`
19252025-01-13T08:54:42.097Zloading metadata for workspace omicron from current workspace
19262025-01-13T08:54:43.331Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
19272025-01-13T08:54:43.335Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/Cargo.toml
19282025-01-13T08:54:43.337Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/Cargo.toml
19292025-01-13T08:54:45.141Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
19302025-01-13T08:54:45.940Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19312025-01-13T08:54:45.957Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19322025-01-13T08:54:46.117Zomicron-clickhouse-admin (omicron/clickhouse-admin)
19332025-01-13T08:54:46.117Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19342025-01-13T08:54:46.117Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19352025-01-13T08:54:46.117Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19362025-01-13T08:54:46.120Z
19372025-01-13T08:54:46.120Zomicron-cockroach-admin (omicron/cockroach-admin)
19382025-01-13T08:54:46.120Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19392025-01-13T08:54:46.120Z
19402025-01-13T08:54:46.120Zcrucible-agent (crucible/agent)
19412025-01-13T08:54:46.120Z exposes: Crucible Agent (client = crucible-agent-client)
19422025-01-13T08:54:46.120Z
19432025-01-13T08:54:46.120Zcrucible-downstairs (crucible/downstairs)
19442025-01-13T08:54:46.120Z exposes: Crucible Repair (client = repair-client)
19452025-01-13T08:54:46.120Z consumes: repair-client
19462025-01-13T08:54:46.121Z
19472025-01-13T08:54:46.121Zcrucible-pantry (crucible/pantry)
19482025-01-13T08:54:46.121Z exposes: Crucible Pantry (client = crucible-pantry-client)
19492025-01-13T08:54:46.123Z
19502025-01-13T08:54:46.123Zdns-server (omicron/dns-server)
19512025-01-13T08:54:46.123Z exposes: DNS Server (client = dns-service-client)
19522025-01-13T08:54:46.125Z
19532025-01-13T08:54:46.125Zomicron-sled-agent (omicron/sled-agent)
19542025-01-13T08:54:46.125Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
19552025-01-13T08:54:46.126Z exposes: Repo Depot API (client = repo-depot-client)
19562025-01-13T08:54:46.126Z exposes: Sled Agent (client = sled-agent-client)
19572025-01-13T08:54:46.128Z consumes: bootstrap-agent-client
19582025-01-13T08:54:46.128Z consumes: ddm-admin-client
19592025-01-13T08:54:46.128Z consumes: dns-service-client
19602025-01-13T08:54:46.128Z consumes: dpd-client
19612025-01-13T08:54:46.128Z consumes: gateway-client
19622025-01-13T08:54:46.128Z consumes: mg-admin-client
19632025-01-13T08:54:46.128Z consumes: nexus-client
19642025-01-13T08:54:46.128Z consumes: propolis-client
19652025-01-13T08:54:46.128Z consumes: repo-depot-client
19662025-01-13T08:54:46.128Z
19672025-01-13T08:54:46.128Zpropolis-server (propolis/bin/propolis-server)
19682025-01-13T08:54:46.128Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
19692025-01-13T08:54:46.128Z exposes: Propolis (client = propolis-client)
19702025-01-13T08:54:46.131Z consumes: nexus-client
19712025-01-13T08:54:46.131Z
19722025-01-13T08:54:46.131Zddmd (maghemite/ddmd)
19732025-01-13T08:54:46.131Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
19742025-01-13T08:54:46.133Z consumes: dpd-client
19752025-01-13T08:54:46.133Z
19762025-01-13T08:54:46.133Zdpd (dendrite/dpd)
19772025-01-13T08:54:46.134Z exposes: Dendrite DPD (client = dpd-client)
19782025-01-13T08:54:46.136Z consumes: gateway-client
19792025-01-13T08:54:46.136Z consumes: nexus-client
19802025-01-13T08:54:46.136Z consumes: sled-agent-client
19812025-01-13T08:54:46.136Z
19822025-01-13T08:54:46.136Zmgd (maghemite/mgd)
19832025-01-13T08:54:46.136Z exposes: Maghemite MG Admin (client = mg-admin-client)
19842025-01-13T08:54:46.139Z consumes: ddm-admin-client
19852025-01-13T08:54:46.139Z consumes: dpd-client
19862025-01-13T08:54:46.139Z
19872025-01-13T08:54:46.139Zomicron-gateway (omicron/gateway)
19882025-01-13T08:54:46.139Z exposes: Management Gateway Service (client = gateway-client)
19892025-01-13T08:54:46.139Z
19902025-01-13T08:54:46.139Ztfportd (dendrite/tfportd)
19912025-01-13T08:54:46.139Z consumes: dpd-client
19922025-01-13T08:54:46.139Z
19932025-01-13T08:54:46.139Zwicketd (omicron/wicketd)
19942025-01-13T08:54:46.139Z exposes: Wicketd Installinator (client = installinator-client)
19952025-01-13T08:54:46.139Z exposes: Wicketd (client = wicketd-client)
19962025-01-13T08:54:46.141Z consumes: bootstrap-agent-client
19972025-01-13T08:54:46.141Z consumes: ddm-admin-client
19982025-01-13T08:54:46.141Z consumes: dpd-client
19992025-01-13T08:54:46.141Z consumes: gateway-client
20002025-01-13T08:54:46.141Z
20012025-01-13T08:54:46.141Zinstallinator (omicron/installinator)
20022025-01-13T08:54:46.141Z consumes: ddm-admin-client
20032025-01-13T08:54:46.141Z consumes: installinator-client
20042025-01-13T08:54:46.141Z
20052025-01-13T08:54:46.141Zomicron-nexus (omicron/nexus)
20062025-01-13T08:54:46.141Z exposes: Nexus Internal API (client = nexus-client)
20072025-01-13T08:54:46.141Z exposes: External API (client = oxide-client)
20082025-01-13T08:54:46.144Z consumes: clickhouse-admin-keeper-client
20092025-01-13T08:54:46.144Z consumes: clickhouse-admin-server-client
20102025-01-13T08:54:46.144Z consumes: clickhouse-admin-single-client
20112025-01-13T08:54:46.144Z consumes: cockroach-admin-client
20122025-01-13T08:54:46.144Z consumes: crucible-agent-client
20132025-01-13T08:54:46.144Z consumes: crucible-pantry-client
20142025-01-13T08:54:46.144Z consumes: dns-service-client
20152025-01-13T08:54:46.144Z consumes: dpd-client
20162025-01-13T08:54:46.144Z consumes: gateway-client
20172025-01-13T08:54:46.144Z consumes: mg-admin-client
20182025-01-13T08:54:46.144Z consumes: oximeter-client
20192025-01-13T08:54:46.144Z consumes: propolis-client
20202025-01-13T08:54:46.144Z consumes: sled-agent-client
20212025-01-13T08:54:46.144Z
20222025-01-13T08:54:46.144Zoximeter-collector (omicron/oximeter/collector)
20232025-01-13T08:54:46.144Z exposes: Oximeter (client = oximeter-client)
20242025-01-13T08:54:46.145Z consumes: nexus-client
20252025-01-13T08:54:46.145Z
20262025-01-13T08:54:46.262Z
20272025-01-13T08:54:46.265Zreal 5.593377447
20282025-01-13T08:54:46.265Zuser 4.504203792
20292025-01-13T08:54:46.265Zsys 1.693143399
20302025-01-13T08:54:46.265Ztrap 0.000340245
20312025-01-13T08:54:46.265Ztflt 0.000009446
20322025-01-13T08:54:46.265Zdflt 0.000085346
20332025-01-13T08:54:46.265Zkflt 0.000000000
20342025-01-13T08:54:46.265Zlock 0.001911953
20352025-01-13T08:54:46.265Zslp 10.411175119
20362025-01-13T08:54:46.265Zlat 0.009062026
20372025-01-13T08:54:46.265Zstop 0.067692848
20382025-01-13T08:54:46.265Z+ ptime -m cargo xtask ls-apis check
20392025-01-13T08:54:46.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20402025-01-13T08:54:46.784Z Running `target/debug/xtask ls-apis check`
20412025-01-13T08:54:47.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
20422025-01-13T08:54:47.661Z Running `target/debug/ls-apis check`
20432025-01-13T08:54:47.704Zloading metadata for workspace omicron from current workspace
20442025-01-13T08:54:48.925Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
20452025-01-13T08:54:48.930Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/Cargo.toml
20462025-01-13T08:54:48.932Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/Cargo.toml
20472025-01-13T08:54:50.733Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
20482025-01-13T08:54:51.528Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20492025-01-13T08:54:51.545Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20502025-01-13T08:54:51.800Z
20512025-01-13T08:54:51.800Z
20522025-01-13T08:54:51.800ZServer-managed APIs:
20532025-01-13T08:54:51.801Z
20542025-01-13T08:54:51.801Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
20552025-01-13T08:54:51.801Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
20562025-01-13T08:54:51.801Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
20572025-01-13T08:54:51.801Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
20582025-01-13T08:54:51.804Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
20592025-01-13T08:54:51.804Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
20602025-01-13T08:54:51.804Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
20612025-01-13T08:54:51.804Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
20622025-01-13T08:54:51.804Z DNS Server (dns-service-client, exposed by dns-server)
20632025-01-13T08:54:51.804Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
20642025-01-13T08:54:51.804Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
20652025-01-13T08:54:51.804Z External API (oxide-client, exposed by omicron-nexus)
20662025-01-13T08:54:51.804Z Oximeter (oximeter-client, exposed by oximeter-collector)
20672025-01-13T08:54:51.804Z Propolis (propolis-client, exposed by propolis-server)
20682025-01-13T08:54:51.804Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
20692025-01-13T08:54:51.804Z Wicketd (wicketd-client, exposed by wicketd)
20702025-01-13T08:54:51.804Z
20712025-01-13T08:54:51.805Z
20722025-01-13T08:54:51.805ZClient-managed API:
20732025-01-13T08:54:51.805Z
20742025-01-13T08:54:51.805Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
20752025-01-13T08:54:51.805Z reason: depends on itself (i.e., instances call each other)
20762025-01-13T08:54:51.805Z Dendrite DPD (dpd-client, exposed by dpd)
20772025-01-13T08:54:51.805Z reason: Sled Agent calling DPD creates a circular dependency
20782025-01-13T08:54:51.805Z Wicketd Installinator (installinator-client, exposed by wicketd)
20792025-01-13T08:54:51.805Z reason: client is provided implicitly by the operator
20802025-01-13T08:54:51.805Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
20812025-01-13T08:54:51.805Z reason: Circular dependencies between Nexus and other services
20822025-01-13T08:54:51.805Z Crucible Repair (repair-client, exposed by crucible-downstairs)
20832025-01-13T08:54:51.805Z reason: depends on itself (i.e., instances call each other)
20842025-01-13T08:54:51.805Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
20852025-01-13T08:54:51.805Z reason: depends on itself (i.e., instances call each other)
20862025-01-13T08:54:51.805Z
20872025-01-13T08:54:51.805Z
20882025-01-13T08:54:51.805ZAPIs with unknown version management: none
20892025-01-13T08:54:51.919Z
20902025-01-13T08:54:51.930Zreal 5.640505413
20912025-01-13T08:54:51.930Zuser 4.552367112
20922025-01-13T08:54:51.930Zsys 1.692519597
20932025-01-13T08:54:51.930Ztrap 0.000349897
20942025-01-13T08:54:51.930Ztflt 0.000000000
20952025-01-13T08:54:51.930Zdflt 0.000114205
20962025-01-13T08:54:51.930Zkflt 0.000000000
20972025-01-13T08:54:51.930Zlock 0.001916866
20982025-01-13T08:54:51.930Zslp 10.380177749
20992025-01-13T08:54:51.930Zlat 0.009383405
21002025-01-13T08:54:51.930Zstop 0.070668631
21012025-01-13T08:54:51.930Z+ banner build
21022025-01-13T08:54:51.931Z
21032025-01-13T08:54:51.931Z ##### # # # # #####
21042025-01-13T08:54:51.931Z # # # # # # # #
21052025-01-13T08:54:51.931Z ##### # # # # # #
21062025-01-13T08:54:51.931Z # # # # # # # #
21072025-01-13T08:54:51.931Z # # # # # # # #
21082025-01-13T08:54:51.931Z ##### #### # ###### #####
21092025-01-13T08:54:51.931Z
21102025-01-13T08:54:51.931Z+ export 'RUSTFLAGS=-D warnings'
21112025-01-13T08:54:51.931Z+ RUSTFLAGS='-D warnings'
21122025-01-13T08:54:51.931Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
21132025-01-13T08:54:51.931Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
21142025-01-13T08:54:51.931Z+ [[ illumos == \i\l\l\u\m\o\s ]]
21152025-01-13T08:54:51.931Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
21162025-01-13T08:54:51.931Z+ export TMPDIR=/var/tmp/omicron_tmp
21172025-01-13T08:54:51.931Z+ TMPDIR=/var/tmp/omicron_tmp
21182025-01-13T08:54:51.931Z+ export RUST_BACKTRACE=1
21192025-01-13T08:54:51.931Z+ RUST_BACKTRACE=1
21202025-01-13T08:54:51.931Z+ export CARGO_INCREMENTAL=0
21212025-01-13T08:54:51.931Z+ CARGO_INCREMENTAL=0
21222025-01-13T08:54:51.931Z+ export RUSTC_BOOTSTRAP=1
21232025-01-13T08:54:51.931Z+ RUSTC_BOOTSTRAP=1
21242025-01-13T08:54:51.931Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
21252025-01-13T08:54:53.624Z Dirty unicode-ident v1.0.14: the rustflags changed
21262025-01-13T08:54:53.624Z Compiling unicode-ident v1.0.14
21272025-01-13T08:54:53.624Z Dirty proc-macro2 v1.0.93: the rustflags changed
21282025-01-13T08:54:53.624Z Compiling proc-macro2 v1.0.93
21292025-01-13T08:54:53.624Z Dirty libc v0.2.169: the rustflags changed
21302025-01-13T08:54:53.624Z Compiling libc v0.2.169
21312025-01-13T08:54:53.627Z Dirty cfg-if v1.0.0: the rustflags changed
21322025-01-13T08:54:53.627Z Compiling cfg-if v1.0.0
21332025-01-13T08:54:53.627Z Dirty serde v1.0.217: the rustflags changed
21342025-01-13T08:54:53.627Z Compiling serde v1.0.217
21352025-01-13T08:54:53.627Z Dirty autocfg v1.4.0: the rustflags changed
21362025-01-13T08:54:53.627Z Compiling autocfg v1.4.0
21372025-01-13T08:54:53.627Z Dirty memchr v2.7.4: the rustflags changed
21382025-01-13T08:54:53.627Z Compiling memchr v2.7.4
21392025-01-13T08:54:53.627Z Dirty version_check v0.9.5: the rustflags changed
21402025-01-13T08:54:53.627Z Compiling version_check v0.9.5
21412025-01-13T08:54:53.627Z Running `/home/build/.rustup/toolchains/1.81.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=2fdb16acfe73c7b9 -C extra-filename=-2fdb16acfe73c7b9 --out-dir /work/oxidecomputer/omicron/target/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-13T08:54:53.780Z Running `/home/build/.rustup/toolchains/1.81.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.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=74e406d7982a0e4d -C extra-filename=-74e406d7982a0e4d --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-74e406d7982a0e4d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21432025-01-13T08:54:53.780Z Running `/home/build/.rustup/toolchains/1.81.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=83c04ded702a2c6e -C extra-filename=-83c04ded702a2c6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21442025-01-13T08:54:53.782Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=caac9cdc3afd0c39 -C extra-filename=-caac9cdc3afd0c39 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-caac9cdc3afd0c39 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21452025-01-13T08:54:53.782Z Running `/home/build/.rustup/toolchains/1.81.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=088fab4b446c2d9c -C extra-filename=-088fab4b446c2d9c --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-088fab4b446c2d9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21462025-01-13T08:54:53.782Z Running `/home/build/.rustup/toolchains/1.81.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=eab694a454abf753 -C extra-filename=-eab694a454abf753 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21472025-01-13T08:54:53.782Z Running `/home/build/.rustup/toolchains/1.81.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=628c83ce3f8440f3 -C extra-filename=-628c83ce3f8440f3 --out-dir /work/oxidecomputer/omicron/target/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-13T08:54:53.782Z Running `/home/build/.rustup/toolchains/1.81.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=3085d201f1b07e89 -C extra-filename=-3085d201f1b07e89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21492025-01-13T08:54:53.910Z Dirty value-bag v1.10.0: the rustflags changed
21502025-01-13T08:54:53.910Z Compiling value-bag v1.10.0
21512025-01-13T08:54:53.930Z Dirty scopeguard v1.2.0: the rustflags changed
21522025-01-13T08:54:53.930Z Compiling scopeguard v1.2.0
21532025-01-13T08:54:53.933Z Running `/home/build/.rustup/toolchains/1.81.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.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="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=15600c85a82be2ac -C extra-filename=-15600c85a82be2ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21542025-01-13T08:54:53.933Z Running `/home/build/.rustup/toolchains/1.81.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=e10ff91bdb1d6034 -C extra-filename=-e10ff91bdb1d6034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21552025-01-13T08:54:54.120Z Dirty smallvec v1.13.2: the rustflags changed
21562025-01-13T08:54:54.120Z Compiling smallvec v1.13.2
21572025-01-13T08:54:54.123Z Running `/home/build/.rustup/toolchains/1.81.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=4dafc5e65351502b -C extra-filename=-4dafc5e65351502b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21582025-01-13T08:54:54.526Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-088fab4b446c2d9c/build-script-build`
21592025-01-13T08:54:54.528Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-74e406d7982a0e4d/build-script-build`
21602025-01-13T08:54:54.557Z Dirty log v0.4.22: the rustflags changed
21612025-01-13T08:54:54.557Z Compiling log v0.4.22
21622025-01-13T08:54:54.560Z Dirty itoa v1.0.14: the rustflags changed
21632025-01-13T08:54:54.560Z Compiling itoa v1.0.14
21642025-01-13T08:54:54.580Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-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("no-panic"))' -C metadata=7f31dc6f8b894ca4 -C extra-filename=-7f31dc6f8b894ca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21652025-01-13T08:54:54.582Z Running `/home/build/.rustup/toolchains/1.81.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=7e6106d991fb114a -C extra-filename=-7e6106d991fb114a --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-15600c85a82be2ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21662025-01-13T08:54:54.605Z Dirty once_cell v1.20.2: the rustflags changed
21672025-01-13T08:54:54.605Z Compiling once_cell v1.20.2
21682025-01-13T08:54:54.610Z Running `/home/build/.rustup/toolchains/1.81.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=4fac8a596e09fa80 -C extra-filename=-4fac8a596e09fa80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21692025-01-13T08:54:54.701Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-caac9cdc3afd0c39/build-script-build`
21702025-01-13T08:54:54.764Z Dirty byteorder v1.5.0: the rustflags changed
21712025-01-13T08:54:54.764Z Compiling byteorder v1.5.0
21722025-01-13T08:54:54.767Z Running `/home/build/.rustup/toolchains/1.81.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=42c8c764cb4293aa -C extra-filename=-42c8c764cb4293aa --out-dir /work/oxidecomputer/omicron/target/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-13T08:54:54.795Z Dirty pin-project-lite v0.2.16: the rustflags changed
21742025-01-13T08:54:54.795Z Compiling pin-project-lite v0.2.16
21752025-01-13T08:54:54.817Z Running `/home/build/.rustup/toolchains/1.81.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.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=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=c5ec79541264107a -C extra-filename=-c5ec79541264107a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21762025-01-13T08:54:54.850Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=98a964d32351fb3b -C extra-filename=-98a964d32351fb3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
21772025-01-13T08:54:54.933Z Dirty subtle v2.6.1: the rustflags changed
21782025-01-13T08:54:54.933Z Compiling subtle v2.6.1
21792025-01-13T08:54:54.936Z Running `/home/build/.rustup/toolchains/1.81.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=31cb50c570ccb59e -C extra-filename=-31cb50c570ccb59e --out-dir /work/oxidecomputer/omicron/target/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-13T08:54:54.992Z Running `/home/build/.rustup/toolchains/1.81.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.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=6fa5b52b4cd36910 -C extra-filename=-6fa5b52b4cd36910 --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-2fdb16acfe73c7b9.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)'`
21812025-01-13T08:54:54.995Z Dirty lock_api v0.4.12: the rustflags changed
21822025-01-13T08:54:54.995Z Compiling lock_api v0.4.12
21832025-01-13T08:54:54.997Z Running `/home/build/.rustup/toolchains/1.81.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=a9a179362601b232 -C extra-filename=-a9a179362601b232 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-a9a179362601b232 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21842025-01-13T08:54:55.033Z Dirty typenum v1.17.0: the rustflags changed
21852025-01-13T08:54:55.033Z Compiling typenum v1.17.0
21862025-01-13T08:54:55.035Z Running `/home/build/.rustup/toolchains/1.81.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=3083ee05a03332f4 -C extra-filename=-3083ee05a03332f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-3083ee05a03332f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21872025-01-13T08:54:55.239Z Dirty shlex v1.3.0: the rustflags changed
21882025-01-13T08:54:55.239Z Compiling shlex v1.3.0
21892025-01-13T08:54:55.242Z Running `/home/build/.rustup/toolchains/1.81.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=b2501e8bb1c4b8f3 -C extra-filename=-b2501e8bb1c4b8f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21902025-01-13T08:54:55.284Z Dirty generic-array v0.14.7: the rustflags changed
21912025-01-13T08:54:55.284Z Compiling generic-array v0.14.7
21922025-01-13T08:54:55.286Z Running `/home/build/.rustup/toolchains/1.81.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=48977a83d3568803 -C extra-filename=-48977a83d3568803 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-48977a83d3568803 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21932025-01-13T08:54:55.352Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-a9a179362601b232/build-script-build`
21942025-01-13T08:54:55.438Z Dirty regex-syntax v0.8.5: the rustflags changed
21952025-01-13T08:54:55.438Z Compiling regex-syntax v0.8.5
21962025-01-13T08:54:55.462Z Running `/home/build/.rustup/toolchains/1.81.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=798e3a4bdf9327b3 -C extra-filename=-798e3a4bdf9327b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21972025-01-13T08:54:55.467Z Dirty parking_lot_core v0.9.10: the rustflags changed
21982025-01-13T08:54:55.467Z Compiling parking_lot_core v0.9.10
21992025-01-13T08:54:55.469Z Running `/home/build/.rustup/toolchains/1.81.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=b958ce598dab1297 -C extra-filename=-b958ce598dab1297 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-b958ce598dab1297 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22002025-01-13T08:54:55.496Z Running `/home/build/.rustup/toolchains/1.81.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=3f6f9678b9924c1b -C extra-filename=-3f6f9678b9924c1b --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-e10ff91bdb1d6034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
22012025-01-13T08:54:55.652Z Dirty aho-corasick v1.1.3: the rustflags changed
22022025-01-13T08:54:55.652Z Compiling aho-corasick v1.1.3
22032025-01-13T08:54:55.655Z Running `/home/build/.rustup/toolchains/1.81.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=0da0f4417492a9a4 -C extra-filename=-0da0f4417492a9a4 --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-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22042025-01-13T08:54:55.655Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-48977a83d3568803/build-script-build`
22052025-01-13T08:54:55.758Z Dirty quote v1.0.38: the rustflags changed
22062025-01-13T08:54:55.758Z Compiling quote v1.0.38
22072025-01-13T08:54:55.760Z Running `/home/build/.rustup/toolchains/1.81.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=4f99f13a279fad30 -C extra-filename=-4f99f13a279fad30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22082025-01-13T08:54:55.979Z Dirty thiserror v1.0.69: the rustflags changed
22092025-01-13T08:54:55.979Z Compiling thiserror v1.0.69
22102025-01-13T08:54:55.982Z Running `/home/build/.rustup/toolchains/1.81.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=a10ee8adefdd5f1c -C extra-filename=-a10ee8adefdd5f1c --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-a10ee8adefdd5f1c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22112025-01-13T08:54:56.006Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-b958ce598dab1297/build-script-build`
22122025-01-13T08:54:56.043Z Dirty ryu v1.0.18: the rustflags changed
22132025-01-13T08:54:56.043Z Compiling ryu v1.0.18
22142025-01-13T08:54:56.046Z Running `/home/build/.rustup/toolchains/1.81.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=28783a10abc36982 -C extra-filename=-28783a10abc36982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22152025-01-13T08:54:56.186Z Dirty syn v2.0.96: the rustflags changed
22162025-01-13T08:54:56.186Z Compiling syn v2.0.96
22172025-01-13T08:54:56.188Z Running `/home/build/.rustup/toolchains/1.81.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=aa72e718d00894ca -C extra-filename=-aa72e718d00894ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2fdb16acfe73c7b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22182025-01-13T08:54:56.424Z Dirty getrandom v0.2.15: the rustflags changed
22192025-01-13T08:54:56.424Z Compiling getrandom v0.2.15
22202025-01-13T08:54:56.427Z Running `/home/build/.rustup/toolchains/1.81.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=15b4e134ca77c3bb -C extra-filename=-15b4e134ca77c3bb --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22212025-01-13T08:54:56.452Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-3083ee05a03332f4/build-script-main`
22222025-01-13T08:54:56.509Z Dirty jobserver v0.1.32: the rustflags changed
22232025-01-13T08:54:56.509Z Compiling jobserver v0.1.32
22242025-01-13T08:54:56.513Z Running `/home/build/.rustup/toolchains/1.81.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=31db4c8bff7c41b0 -C extra-filename=-31db4c8bff7c41b0 --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-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22252025-01-13T08:54:56.655Z Dirty rand_core v0.6.4: the rustflags changed
22262025-01-13T08:54:56.655Z Compiling rand_core v0.6.4
22272025-01-13T08:54:56.655Z Running `/home/build/.rustup/toolchains/1.81.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=9f9f8794b4ee08b0 -C extra-filename=-9f9f8794b4ee08b0 --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-15b4e134ca77c3bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22282025-01-13T08:54:56.682Z Running `/home/build/.rustup/toolchains/1.81.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=4b6951e7dbfd8f8f -C extra-filename=-4b6951e7dbfd8f8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22292025-01-13T08:54:56.706Z Running `/home/build/.rustup/toolchains/1.81.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=6c42c44dbebca2db -C extra-filename=-6c42c44dbebca2db --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22302025-01-13T08:54:56.833Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-a10ee8adefdd5f1c/build-script-build`
22312025-01-13T08:54:57.187Z Dirty cc v1.2.9: the rustflags changed
22322025-01-13T08:54:57.187Z Compiling cc v1.2.9
22332025-01-13T08:54:57.189Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.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 --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=48ea037f3791d910 -C extra-filename=-48ea037f3791d910 --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-31db4c8bff7c41b0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-b2501e8bb1c4b8f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22342025-01-13T08:54:57.277Z Dirty parking_lot v0.12.3: the rustflags changed
22352025-01-13T08:54:57.277Z Compiling parking_lot v0.12.3
22362025-01-13T08:54:57.280Z Running `/home/build/.rustup/toolchains/1.81.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=1132496cb787fe7c -C extra-filename=-1132496cb787fe7c --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-3f6f9678b9924c1b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-6c42c44dbebca2db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22372025-01-13T08:54:57.345Z Dirty allocator-api2 v0.2.21: the rustflags changed
22382025-01-13T08:54:57.345Z Compiling allocator-api2 v0.2.21
22392025-01-13T08:54:57.353Z Running `/home/build/.rustup/toolchains/1.81.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.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' --check-cfg 'cfg(no_global_oom_handling)' -C metadata=a9f360536f91408c -C extra-filename=-a9f360536f91408c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22402025-01-13T08:54:57.400Z Dirty libm v0.2.11: the rustflags changed
22412025-01-13T08:54:57.400Z Compiling libm v0.2.11
22422025-01-13T08:54:57.403Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "force-soft-floats", "unstable"))' -C metadata=aff993b3c90c308a -C extra-filename=-aff993b3c90c308a --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-aff993b3c90c308a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22432025-01-13T08:54:57.808Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-aff993b3c90c308a/build-script-build`
22442025-01-13T08:54:57.850Z Dirty num-traits v0.2.19: the rustflags changed
22452025-01-13T08:54:57.850Z Compiling num-traits v0.2.19
22462025-01-13T08:54:57.853Z Running `/home/build/.rustup/toolchains/1.81.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=18a8e91f1018e70a -C extra-filename=-18a8e91f1018e70a --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-18a8e91f1018e70a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22472025-01-13T08:54:58.097Z Dirty futures-core v0.3.31: the rustflags changed
22482025-01-13T08:54:58.097Z Compiling futures-core v0.3.31
22492025-01-13T08:54:58.100Z Running `/home/build/.rustup/toolchains/1.81.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 --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=15b4a62ef3693967 -C extra-filename=-15b4a62ef3693967 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22502025-01-13T08:54:58.134Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "force-soft-floats", "unstable"))' -C metadata=9e0ac5b0e2215f0e -C extra-filename=-9e0ac5b0e2215f0e --out-dir /work/oxidecomputer/omicron/target/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(assert_no_panic)' --check-cfg 'cfg(feature, values("unstable"))' --check-cfg 'cfg(feature, values("checked"))'`
22512025-01-13T08:54:58.189Z Dirty signal-hook-registry v1.4.2: the rustflags changed
22522025-01-13T08:54:58.189Z Compiling signal-hook-registry v1.4.2
22532025-01-13T08:54:58.192Z Running `/home/build/.rustup/toolchains/1.81.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=c0919c0ac0298ddb -C extra-filename=-c0919c0ac0298ddb --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-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22542025-01-13T08:54:58.218Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-18a8e91f1018e70a/build-script-build`
22552025-01-13T08:54:58.360Z Dirty equivalent v1.0.1: the rustflags changed
22562025-01-13T08:54:58.360Z Compiling equivalent v1.0.1
22572025-01-13T08:54:58.364Z Running `/home/build/.rustup/toolchains/1.81.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=2f76ef270c32b0d6 -C extra-filename=-2f76ef270c32b0d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22582025-01-13T08:54:58.469Z Dirty rustix v0.38.43: the rustflags changed
22592025-01-13T08:54:58.469Z Compiling rustix v0.38.43
22602025-01-13T08:54:58.472Z Running `/home/build/.rustup/toolchains/1.81.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.43/build.rs --error-format=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="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"))' --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"))' -C metadata=c50a1e85a41ebc3c -C extra-filename=-c50a1e85a41ebc3c --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-c50a1e85a41ebc3c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22612025-01-13T08:54:58.501Z Dirty foldhash v0.1.4: the rustflags changed
22622025-01-13T08:54:58.501Z Compiling foldhash v0.1.4
22632025-01-13T08:54:58.501Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foldhash-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("default", "std"))' -C metadata=2bb4226f3f8260e7 -C extra-filename=-2bb4226f3f8260e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22642025-01-13T08:54:58.821Z Dirty fnv v1.0.7: the rustflags changed
22652025-01-13T08:54:58.821Z Compiling fnv v1.0.7
22662025-01-13T08:54:58.831Z Running `/home/build/.rustup/toolchains/1.81.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=086f5ffe4a25dc54 -C extra-filename=-086f5ffe4a25dc54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22672025-01-13T08:54:58.973Z Dirty regex-automata v0.4.9: the rustflags changed
22682025-01-13T08:54:58.973Z Compiling regex-automata v0.4.9
22692025-01-13T08:54:58.976Z Running `/home/build/.rustup/toolchains/1.81.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.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="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=fe8f1795e7f218ea -C extra-filename=-fe8f1795e7f218ea --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-0da0f4417492a9a4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22702025-01-13T08:54:59.061Z Running `/home/build/.rustup/toolchains/1.81.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=21e7f19c9e013b13 -C extra-filename=-21e7f19c9e013b13 --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-9e0ac5b0e2215f0e.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)'`
22712025-01-13T08:54:59.413Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-c50a1e85a41ebc3c/build-script-build`
22722025-01-13T08:54:59.511Z Dirty hashbrown v0.15.2: the rustflags changed
22732025-01-13T08:54:59.511Z Compiling hashbrown v0.15.2
22742025-01-13T08:54:59.514Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=2807c7b94f68b7a3 -C extra-filename=-2807c7b94f68b7a3 --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-a9f360536f91408c.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-2f76ef270c32b0d6.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-2bb4226f3f8260e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22752025-01-13T08:54:59.734Z Dirty errno v0.3.10: the rustflags changed
22762025-01-13T08:54:59.734Z Compiling errno v0.3.10
22772025-01-13T08:54:59.738Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=035174eba9bc9b37 -C extra-filename=-035174eba9bc9b37 --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-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22782025-01-13T08:54:59.989Z Dirty serde_json v1.0.135: the rustflags changed
22792025-01-13T08:54:59.989Z Compiling serde_json v1.0.135
22802025-01-13T08:54:59.992Z Running `/home/build/.rustup/toolchains/1.81.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=c79a8a5bf6cd195d -C extra-filename=-c79a8a5bf6cd195d --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-c79a8a5bf6cd195d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22812025-01-13T08:55:00.392Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-c79a8a5bf6cd195d/build-script-build`
22822025-01-13T08:55:00.431Z Dirty either v1.13.0: the rustflags changed
22832025-01-13T08:55:00.431Z Compiling either v1.13.0
22842025-01-13T08:55:00.434Z Running `/home/build/.rustup/toolchains/1.81.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=682f0202de4cb9c8 -C extra-filename=-682f0202de4cb9c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22852025-01-13T08:55:00.892Z Dirty mio v1.0.3: the rustflags changed
22862025-01-13T08:55:00.892Z Compiling mio v1.0.3
22872025-01-13T08:55:00.895Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-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 --warn=unexpected_cfgs --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"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=697c099701b77ab0 -C extra-filename=-697c099701b77ab0 --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-98a964d32351fb3b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22882025-01-13T08:55:00.938Z Dirty spin v0.9.8: the rustflags changed
22892025-01-13T08:55:00.938Z Compiling spin v0.9.8
22902025-01-13T08:55:00.941Z Running `/home/build/.rustup/toolchains/1.81.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=0d6a5191eef2dd9a -C extra-filename=-0d6a5191eef2dd9a --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-3f6f9678b9924c1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22912025-01-13T08:55:01.108Z Dirty socket2 v0.5.8: the rustflags changed
22922025-01-13T08:55:01.108Z Compiling socket2 v0.5.8
22932025-01-13T08:55:01.111Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=2dfc8c56d11c0cbc -C extra-filename=-2dfc8c56d11c0cbc --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-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22942025-01-13T08:55:01.172Z Dirty const-oid v0.9.6: the rustflags changed
22952025-01-13T08:55:01.172Z Compiling const-oid v0.9.6
22962025-01-13T08:55:01.175Z Running `/home/build/.rustup/toolchains/1.81.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=7c6d8f6ce55bf7b5 -C extra-filename=-7c6d8f6ce55bf7b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22972025-01-13T08:55:01.353Z Dirty slab v0.4.9: the rustflags changed
22982025-01-13T08:55:01.353Z Compiling slab v0.4.9
22992025-01-13T08:55:01.356Z Running `/home/build/.rustup/toolchains/1.81.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=7d8b679e55f5d38f -C extra-filename=-7d8b679e55f5d38f --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-7d8b679e55f5d38f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23002025-01-13T08:55:01.746Z Dirty futures-io v0.3.31: the rustflags changed
23012025-01-13T08:55:01.746Z Compiling futures-io v0.3.31
23022025-01-13T08:55:01.749Z Running `/home/build/.rustup/toolchains/1.81.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=0d0c1d18420ed0e7 -C extra-filename=-0d0c1d18420ed0e7 --out-dir /work/oxidecomputer/omicron/target/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-13T08:55:01.849Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-7d8b679e55f5d38f/build-script-build`
23042025-01-13T08:55:02.008Z Running `/home/build/.rustup/toolchains/1.81.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=593ca64c5dc22e65 -C extra-filename=-593ca64c5dc22e65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23052025-01-13T08:55:02.091Z Dirty lazy_static v1.5.0: the rustflags changed
23062025-01-13T08:55:02.091Z Compiling lazy_static v1.5.0
23072025-01-13T08:55:02.093Z Running `/home/build/.rustup/toolchains/1.81.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=cc0c30b4f89d8188 -C extra-filename=-cc0c30b4f89d8188 --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-0d6a5191eef2dd9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23082025-01-13T08:55:02.121Z Dirty cpufeatures v0.2.16: the rustflags changed
23092025-01-13T08:55:02.121Z Compiling cpufeatures v0.2.16
23102025-01-13T08:55:02.124Z Dirty futures-sink v0.3.31: the rustflags changed
23112025-01-13T08:55:02.124Z Compiling futures-sink v0.3.31
23122025-01-13T08:55:02.124Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=cdd5a1475f48597f -C extra-filename=-cdd5a1475f48597f --out-dir /work/oxidecomputer/omicron/target/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-13T08:55:02.124Z Running `/home/build/.rustup/toolchains/1.81.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=21f681dec55ed1d5 -C extra-filename=-21f681dec55ed1d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23142025-01-13T08:55:02.167Z Dirty pkg-config v0.3.31: the rustflags changed
23152025-01-13T08:55:02.167Z Compiling pkg-config v0.3.31
23162025-01-13T08:55:02.169Z Running `/home/build/.rustup/toolchains/1.81.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=d7e90c200a67fff3 -C extra-filename=-d7e90c200a67fff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23172025-01-13T08:55:02.231Z Dirty stable_deref_trait v1.2.0: the rustflags changed
23182025-01-13T08:55:02.231Z Compiling stable_deref_trait v1.2.0
23192025-01-13T08:55:02.231Z Running `/home/build/.rustup/toolchains/1.81.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=6f7e95531580c1da -C extra-filename=-6f7e95531580c1da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23202025-01-13T08:55:02.258Z Dirty pin-utils v0.1.0: the rustflags changed
23212025-01-13T08:55:02.259Z Compiling pin-utils v0.1.0
23222025-01-13T08:55:02.259Z Running `/home/build/.rustup/toolchains/1.81.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=c4b18aa76c089b05 -C extra-filename=-c4b18aa76c089b05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23232025-01-13T08:55:02.298Z Dirty heck v0.5.0: the rustflags changed
23242025-01-13T08:55:02.298Z Compiling heck v0.5.0
23252025-01-13T08:55:02.300Z Running `/home/build/.rustup/toolchains/1.81.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=702249e0617a2365 -C extra-filename=-702249e0617a2365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23262025-01-13T08:55:02.327Z Dirty futures-channel v0.3.31: the rustflags changed
23272025-01-13T08:55:02.327Z Compiling futures-channel v0.3.31
23282025-01-13T08:55:02.329Z Running `/home/build/.rustup/toolchains/1.81.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 --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=f4bf537936a3f942 -C extra-filename=-f4bf537936a3f942 --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-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292025-01-13T08:55:02.350Z Dirty futures-task v0.3.31: the rustflags changed
23302025-01-13T08:55:02.350Z Compiling futures-task v0.3.31
23312025-01-13T08:55:02.353Z Running `/home/build/.rustup/toolchains/1.81.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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=ec40fd422059f537 -C extra-filename=-ec40fd422059f537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23322025-01-13T08:55:02.377Z Dirty semver v1.0.24: the rustflags changed
23332025-01-13T08:55:02.377Z Compiling semver v1.0.24
23342025-01-13T08:55:02.379Z Running `/home/build/.rustup/toolchains/1.81.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=4330976d84028878 -C extra-filename=-4330976d84028878 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-4330976d84028878 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23352025-01-13T08:55:02.676Z Dirty syn v1.0.109: the rustflags changed
23362025-01-13T08:55:02.676Z Compiling syn v1.0.109
23372025-01-13T08:55:02.679Z Running `/home/build/.rustup/toolchains/1.81.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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --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=1d6b706846c8acde -C extra-filename=-1d6b706846c8acde --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-1d6b706846c8acde -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23382025-01-13T08:55:02.742Z Dirty iana-time-zone v0.1.61: the rustflags changed
23392025-01-13T08:55:02.742Z Compiling iana-time-zone v0.1.61
23402025-01-13T08:55:02.745Z Running `/home/build/.rustup/toolchains/1.81.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=d5293dfbc80d23ab -C extra-filename=-d5293dfbc80d23ab --out-dir /work/oxidecomputer/omicron/target/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-13T08:55:02.860Z Dirty tracing-core v0.1.33: the rustflags changed
23422025-01-13T08:55:02.860Z Compiling tracing-core v0.1.33
23432025-01-13T08:55:02.862Z Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unexpected_cfgs --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' -C metadata=bfb9e5d198cb52fe -C extra-filename=-bfb9e5d198cb52fe --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-4fac8a596e09fa80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23442025-01-13T08:55:02.995Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-4330976d84028878/build-script-build`
23452025-01-13T08:55:03.079Z Dirty glob v0.3.2: the rustflags changed
23462025-01-13T08:55:03.080Z Compiling glob v0.3.2
23472025-01-13T08:55:03.082Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b772a55e4bf8ad20 -C extra-filename=-b772a55e4bf8ad20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23482025-01-13T08:55:03.112Z Dirty home v0.5.11: the rustflags changed
23492025-01-13T08:55:03.112Z Compiling home v0.5.11
23502025-01-13T08:55:03.134Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-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 '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89c1938278b2586e -C extra-filename=-89c1938278b2586e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23512025-01-13T08:55:03.248Z Dirty dyn-clone v1.0.17: the rustflags changed
23522025-01-13T08:55:03.248Z Compiling dyn-clone v1.0.17
23532025-01-13T08:55:03.250Z Running `/home/build/.rustup/toolchains/1.81.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=320946a34e5e6631 -C extra-filename=-320946a34e5e6631 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23542025-01-13T08:55:03.371Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-1d6b706846c8acde/build-script-build`
23552025-01-13T08:55:03.399Z Dirty strsim v0.11.1: the rustflags changed
23562025-01-13T08:55:03.399Z Compiling strsim v0.11.1
23572025-01-13T08:55:03.402Z Running `/home/build/.rustup/toolchains/1.81.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=f51eb3e58dfb259b -C extra-filename=-f51eb3e58dfb259b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23582025-01-13T08:55:03.456Z Running `/home/build/.rustup/toolchains/1.81.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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --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=235212d45e72d615 -C extra-filename=-235212d45e72d615 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2fdb16acfe73c7b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
23592025-01-13T08:55:03.482Z Dirty litemap v0.7.4: the rustflags changed
23602025-01-13T08:55:03.482Z Compiling litemap v0.7.4
23612025-01-13T08:55:03.490Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litemap-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=87e592b4db923b62 -C extra-filename=-87e592b4db923b62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23622025-01-13T08:55:03.700Z Dirty schemars v0.8.21: the rustflags changed
23632025-01-13T08:55:03.700Z Compiling schemars v0.8.21
23642025-01-13T08:55:03.703Z Running `/home/build/.rustup/toolchains/1.81.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=93a2f88f9acde361 -C extra-filename=-93a2f88f9acde361 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-93a2f88f9acde361 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652025-01-13T08:55:03.883Z Dirty minimal-lexical v0.2.1: the rustflags changed
23662025-01-13T08:55:03.883Z Compiling minimal-lexical v0.2.1
23672025-01-13T08:55:03.886Z Running `/home/build/.rustup/toolchains/1.81.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=514822049975a5bd -C extra-filename=-514822049975a5bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23682025-01-13T08:55:04.140Z Dirty synstructure v0.13.1: the rustflags changed
23692025-01-13T08:55:04.141Z Compiling synstructure v0.13.1
23702025-01-13T08:55:04.143Z Running `/home/build/.rustup/toolchains/1.81.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=2437bf11ff6330a9 -C extra-filename=-2437bf11ff6330a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23712025-01-13T08:55:04.180Z Dirty serde_derive_internals v0.29.1: the rustflags changed
23722025-01-13T08:55:04.180Z Compiling serde_derive_internals v0.29.1
23732025-01-13T08:55:04.183Z Running `/home/build/.rustup/toolchains/1.81.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=595e365e6cf14677 -C extra-filename=-595e365e6cf14677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23742025-01-13T08:55:04.336Z Dirty regex v1.11.1: the rustflags changed
23752025-01-13T08:55:04.336Z Compiling regex v1.11.1
23762025-01-13T08:55:04.340Z Running `/home/build/.rustup/toolchains/1.81.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=955046774bdcf4aa -C extra-filename=-955046774bdcf4aa --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-0da0f4417492a9a4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fe8f1795e7f218ea.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772025-01-13T08:55:04.375Z Dirty writeable v0.5.5: the rustflags changed
23782025-01-13T08:55:04.375Z Compiling writeable v0.5.5
23792025-01-13T08:55:04.377Z Running `/home/build/.rustup/toolchains/1.81.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=2b2c0bc2625b13ad -C extra-filename=-2b2c0bc2625b13ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23802025-01-13T08:55:04.445Z Dirty nom v7.1.3: the rustflags changed
23812025-01-13T08:55:04.445Z Compiling nom v7.1.3
23822025-01-13T08:55:04.448Z Running `/home/build/.rustup/toolchains/1.81.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=1096e8633209e52a -C extra-filename=-1096e8633209e52a --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-628c83ce3f8440f3.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-514822049975a5bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23832025-01-13T08:55:05.011Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-93a2f88f9acde361/build-script-build`
23842025-01-13T08:55:05.053Z Dirty percent-encoding v2.3.1: the rustflags changed
23852025-01-13T08:55:05.053Z Compiling percent-encoding v2.3.1
23862025-01-13T08:55:05.056Z Running `/home/build/.rustup/toolchains/1.81.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=0874bce15360e10d -C extra-filename=-0874bce15360e10d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23872025-01-13T08:55:05.445Z Dirty clang-sys v1.8.1: the rustflags changed
23882025-01-13T08:55:05.445Z Compiling clang-sys v1.8.1
23892025-01-13T08:55:05.448Z Running `/home/build/.rustup/toolchains/1.81.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=73733f36892dcf89 -C extra-filename=-73733f36892dcf89 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-73733f36892dcf89 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b772a55e4bf8ad20.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23902025-01-13T08:55:05.474Z Dirty prettyplease v0.2.29: the rustflags changed
23912025-01-13T08:55:05.474Z Compiling prettyplease v0.2.29
23922025-01-13T08:55:05.477Z Running `/home/build/.rustup/toolchains/1.81.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.29/build.rs --error-format=json --json=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=4c9ebe3c42f32a2b -C extra-filename=-4c9ebe3c42f32a2b --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-4c9ebe3c42f32a2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23932025-01-13T08:55:05.887Z Dirty vcpkg v0.2.15: the rustflags changed
23942025-01-13T08:55:05.887Z Compiling vcpkg v0.2.15
23952025-01-13T08:55:05.889Z Running `/home/build/.rustup/toolchains/1.81.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=ee8254f094605247 -C extra-filename=-ee8254f094605247 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23962025-01-13T08:55:05.930Z Dirty icu_locid_transform_data v1.5.0: the rustflags changed
23972025-01-13T08:55:05.930Z Compiling icu_locid_transform_data v1.5.0
23982025-01-13T08:55:05.933Z Running `/home/build/.rustup/toolchains/1.81.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=7957942082d8dad2 -C extra-filename=-7957942082d8dad2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23992025-01-13T08:55:06.054Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-4c9ebe3c42f32a2b/build-script-build`
24002025-01-13T08:55:06.094Z Dirty crossbeam-utils v0.8.21: the rustflags changed
24012025-01-13T08:55:06.094Z Compiling crossbeam-utils v0.8.21
24022025-01-13T08:55:06.096Z Running `/home/build/.rustup/toolchains/1.81.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.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' -C metadata=d505eecaaa926d8e -C extra-filename=-d505eecaaa926d8e --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-d505eecaaa926d8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24032025-01-13T08:55:06.226Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-73733f36892dcf89/build-script-build`
24042025-01-13T08:55:06.266Z Dirty icu_properties_data v1.5.0: the rustflags changed
24052025-01-13T08:55:06.266Z Compiling icu_properties_data v1.5.0
24062025-01-13T08:55:06.268Z Running `/home/build/.rustup/toolchains/1.81.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=a9bd5f6fdd433a45 -C extra-filename=-a9bd5f6fdd433a45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24072025-01-13T08:55:06.544Z Dirty form_urlencoded v1.2.1: the rustflags changed
24082025-01-13T08:55:06.544Z Compiling form_urlencoded v1.2.1
24092025-01-13T08:55:06.547Z Running `/home/build/.rustup/toolchains/1.81.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=38be6dc4a21eb4ab -C extra-filename=-38be6dc4a21eb4ab --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-0874bce15360e10d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24102025-01-13T08:55:06.795Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-d505eecaaa926d8e/build-script-build`
24112025-01-13T08:55:06.836Z Dirty itertools v0.12.1: the rustflags changed
24122025-01-13T08:55:06.836Z Compiling itertools v0.12.1
24132025-01-13T08:55:07.842Z Running `/home/build/.rustup/toolchains/1.81.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=ae1ce0c123c35ba1 -C extra-filename=-ae1ce0c123c35ba1 --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-682f0202de4cb9c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24142025-01-13T08:55:07.846Z Dirty libloading v0.8.6: the rustflags changed
24152025-01-13T08:55:07.846Z Compiling libloading v0.8.6
24162025-01-13T08:55:07.846Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=17a1c56b2c4707aa -C extra-filename=-17a1c56b2c4707aa --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24172025-01-13T08:55:07.846Z Dirty write16 v1.0.0: the rustflags changed
24182025-01-13T08:55:07.846Z Compiling write16 v1.0.0
24192025-01-13T08:55:07.846Z Running `/home/build/.rustup/toolchains/1.81.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=bcc1c0a7a48c36bb -C extra-filename=-bcc1c0a7a48c36bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24202025-01-13T08:55:07.846Z Dirty icu_normalizer_data v1.5.0: the rustflags changed
24212025-01-13T08:55:07.846Z Compiling icu_normalizer_data v1.5.0
24222025-01-13T08:55:07.846Z Running `/home/build/.rustup/toolchains/1.81.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=e11a27b340862ad0 -C extra-filename=-e11a27b340862ad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24232025-01-13T08:55:07.846Z Dirty utf16_iter v1.0.5: the rustflags changed
24242025-01-13T08:55:07.846Z Compiling utf16_iter v1.0.5
24252025-01-13T08:55:07.846Z Running `/home/build/.rustup/toolchains/1.81.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=da3eb426fea5ab87 -C extra-filename=-da3eb426fea5ab87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24262025-01-13T08:55:07.846Z Dirty bindgen v0.69.5: the rustflags changed
24272025-01-13T08:55:07.846Z Compiling bindgen v0.69.5
24282025-01-13T08:55:07.847Z Running `/home/build/.rustup/toolchains/1.81.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=54f5fc571672e0b5 -C extra-filename=-54f5fc571672e0b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-54f5fc571672e0b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292025-01-13T08:55:07.847Z Dirty utf8_iter v1.0.4: the rustflags changed
24302025-01-13T08:55:07.847Z Compiling utf8_iter v1.0.4
24312025-01-13T08:55:07.847Z Running `/home/build/.rustup/toolchains/1.81.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=5641cf8715ef0d52 -C extra-filename=-5641cf8715ef0d52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322025-01-13T08:55:07.847Z Dirty adler2 v2.0.0: the rustflags changed
24332025-01-13T08:55:07.847Z Compiling adler2 v2.0.0
24342025-01-13T08:55:07.847Z Running `/home/build/.rustup/toolchains/1.81.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=36f35f9c7d0f7be0 -C extra-filename=-36f35f9c7d0f7be0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352025-01-13T08:55:08.027Z Dirty miniz_oxide v0.8.2: the rustflags changed
24362025-01-13T08:55:08.027Z Compiling miniz_oxide v0.8.2
24372025-01-13T08:55:08.029Z Running `/home/build/.rustup/toolchains/1.81.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.2/src/lib.rs --error-format=json --json=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="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"))' --check-cfg 'cfg(fuzzing)' -C metadata=c2d7a23df6bbd7f1 -C extra-filename=-c2d7a23df6bbd7f1 --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-36f35f9c7d0f7be0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382025-01-13T08:55:08.085Z Dirty cexpr v0.6.0: the rustflags changed
24392025-01-13T08:55:08.085Z Compiling cexpr v0.6.0
24402025-01-13T08:55:08.087Z Running `/home/build/.rustup/toolchains/1.81.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=47c2fe60045c9bcf -C extra-filename=-47c2fe60045c9bcf --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-1096e8633209e52a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412025-01-13T08:55:08.193Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-54f5fc571672e0b5/build-script-build`
24422025-01-13T08:55:08.218Z Running `/home/build/.rustup/toolchains/1.81.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=8c38690bd8ef8ee6 -C extra-filename=-8c38690bd8ef8ee6 --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-b772a55e4bf8ad20.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-17a1c56b2c4707aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24432025-01-13T08:55:08.255Z Running `/home/build/.rustup/toolchains/1.81.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.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' -C metadata=3e1736cef29238ca -C extra-filename=-3e1736cef29238ca --out-dir /work/oxidecomputer/omicron/target/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)'`
24442025-01-13T08:55:09.591Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=7d3eec42e78bcd4a -C extra-filename=-7d3eec42e78bcd4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.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)'`
24452025-01-13T08:55:09.619Z Dirty ring v0.17.8: the rustflags changed
24462025-01-13T08:55:09.619Z Compiling ring v0.17.8
24472025-01-13T08:55:09.622Z Running `/home/build/.rustup/toolchains/1.81.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=f074d1691641e9d6 -C extra-filename=-f074d1691641e9d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-f074d1691641e9d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-48ea037f3791d910.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24482025-01-13T08:55:09.971Z Dirty lazycell v1.3.0: the rustflags changed
24492025-01-13T08:55:09.971Z Compiling lazycell v1.3.0
24502025-01-13T08:55:09.973Z Running `/home/build/.rustup/toolchains/1.81.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=a2d4d16d95f9d7dc -C extra-filename=-a2d4d16d95f9d7dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512025-01-13T08:55:10.143Z Dirty rustc-hash v1.1.0: the rustflags changed
24522025-01-13T08:55:10.143Z Compiling rustc-hash v1.1.0
24532025-01-13T08:55:10.172Z Running `/home/build/.rustup/toolchains/1.81.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=5050d291e6f94822 -C extra-filename=-5050d291e6f94822 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24542025-01-13T08:55:10.175Z Dirty httparse v1.9.5: the rustflags changed
24552025-01-13T08:55:10.175Z Compiling httparse v1.9.5
24562025-01-13T08:55:10.197Z Running `/home/build/.rustup/toolchains/1.81.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --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)' -C metadata=8295f7160196729b -C extra-filename=-8295f7160196729b --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-8295f7160196729b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572025-01-13T08:55:10.312Z Dirty paste v1.0.15: the rustflags changed
24582025-01-13T08:55:10.312Z Compiling paste v1.0.15
24592025-01-13T08:55:10.315Z Running `/home/build/.rustup/toolchains/1.81.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=16717b46f66bb5af -C extra-filename=-16717b46f66bb5af --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-16717b46f66bb5af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602025-01-13T08:55:10.926Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-16717b46f66bb5af/build-script-build`
24612025-01-13T08:55:10.928Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-f074d1691641e9d6/build-script-build`
24622025-01-13T08:55:11.009Z Running `/home/build/.rustup/toolchains/1.81.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=65509bc7a12a7936 -C extra-filename=-65509bc7a12a7936 --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"))'`
24632025-01-13T08:55:11.064Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-8295f7160196729b/build-script-build`
24642025-01-13T08:55:11.149Z Running `/home/build/.rustup/toolchains/1.81.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --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)' -C metadata=7559930a4f3fd1fe -C extra-filename=-7559930a4f3fd1fe --out-dir /work/oxidecomputer/omicron/target/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`
24652025-01-13T08:55:11.306Z Dirty serde_derive v1.0.217: the rustflags changed
24662025-01-13T08:55:11.306Z Compiling serde_derive v1.0.217
24672025-01-13T08:55:11.317Z Running `/home/build/.rustup/toolchains/1.81.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=ca443d8fd344af96 -C extra-filename=-ca443d8fd344af96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24682025-01-13T08:55:11.859Z Dirty zeroize_derive v1.4.2: the rustflags changed
24692025-01-13T08:55:11.859Z Compiling zeroize_derive v1.4.2
24702025-01-13T08:55:11.862Z Running `/home/build/.rustup/toolchains/1.81.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=b0af464413d15a64 -C extra-filename=-b0af464413d15a64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712025-01-13T08:55:11.960Z Dirty thiserror-impl v1.0.69: the rustflags changed
24722025-01-13T08:55:11.960Z Compiling thiserror-impl v1.0.69
24732025-01-13T08:55:11.963Z Running `/home/build/.rustup/toolchains/1.81.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=9f8b7e10c15ddad2 -C extra-filename=-9f8b7e10c15ddad2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24742025-01-13T08:55:12.279Z Dirty zerocopy-derive v0.7.35: the rustflags changed
24752025-01-13T08:55:12.279Z Compiling zerocopy-derive v0.7.35
24762025-01-13T08:55:12.283Z Running `/home/build/.rustup/toolchains/1.81.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=89b1944f40db8374 -C extra-filename=-89b1944f40db8374 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772025-01-13T08:55:12.893Z Dirty tokio-macros v2.5.0: the rustflags changed
24782025-01-13T08:55:12.893Z Compiling tokio-macros v2.5.0
24792025-01-13T08:55:12.896Z Running `/home/build/.rustup/toolchains/1.81.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.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=8c0bc535a0c24c0d -C extra-filename=-8c0bc535a0c24c0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24802025-01-13T08:55:13.589Z Dirty zeroize v1.8.1: the rustflags changed
24812025-01-13T08:55:13.589Z Compiling zeroize v1.8.1
24822025-01-13T08:55:13.591Z Running `/home/build/.rustup/toolchains/1.81.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=6b82e9bc49a52fe9 -C extra-filename=-6b82e9bc49a52fe9 --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-b0af464413d15a64.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24832025-01-13T08:55:13.993Z Running `/home/build/.rustup/toolchains/1.81.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=c75a5e3dd70c852e -C extra-filename=-c75a5e3dd70c852e --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-4b6951e7dbfd8f8f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
24842025-01-13T08:55:14.814Z Dirty futures-macro v0.3.31: the rustflags changed
24852025-01-13T08:55:14.814Z Compiling futures-macro v0.3.31
24862025-01-13T08:55:14.817Z Running `/home/build/.rustup/toolchains/1.81.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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(futures_sanitizer)' -C metadata=c58c7a7863b33a63 -C extra-filename=-c58c7a7863b33a63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24872025-01-13T08:55:14.858Z Dirty zerocopy v0.7.35: the rustflags changed
24882025-01-13T08:55:14.858Z Compiling zerocopy v0.7.35
24892025-01-13T08:55:14.861Z Running `/home/build/.rustup/toolchains/1.81.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=72132b7fe9e05f73 -C extra-filename=-72132b7fe9e05f73 --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-42c8c764cb4293aa.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-89b1944f40db8374.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24902025-01-13T08:55:15.507Z Dirty crypto-common v0.1.6: the rustflags changed
24912025-01-13T08:55:15.507Z Compiling crypto-common v0.1.6
24922025-01-13T08:55:15.509Z Running `/home/build/.rustup/toolchains/1.81.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=6391ee02843dae0d -C extra-filename=-6391ee02843dae0d --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-c75a5e3dd70c852e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9f9f8794b4ee08b0.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-4b6951e7dbfd8f8f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24932025-01-13T08:55:15.736Z Dirty block-buffer v0.10.4: the rustflags changed
24942025-01-13T08:55:15.736Z Compiling block-buffer v0.10.4
24952025-01-13T08:55:15.739Z Running `/home/build/.rustup/toolchains/1.81.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=f72c9b6c5d50235f -C extra-filename=-f72c9b6c5d50235f --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-c75a5e3dd70c852e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24962025-01-13T08:55:15.766Z Running `/home/build/.rustup/toolchains/1.81.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=15b438e06aa62aef -C extra-filename=-15b438e06aa62aef --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-9f8b7e10c15ddad2.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)'`
24972025-01-13T08:55:15.937Z Dirty zerofrom-derive v0.1.5: the rustflags changed
24982025-01-13T08:55:15.937Z Compiling zerofrom-derive v0.1.5
24992025-01-13T08:55:15.939Z Running `/home/build/.rustup/toolchains/1.81.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.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=351573ae4a185eb9 -C extra-filename=-351573ae4a185eb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-2437bf11ff6330a9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002025-01-13T08:55:16.045Z Dirty digest v0.10.7: the rustflags changed
25012025-01-13T08:55:16.045Z Compiling digest v0.10.7
25022025-01-13T08:55:16.048Z Running `/home/build/.rustup/toolchains/1.81.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=0f56e7a84b3c5e8f -C extra-filename=-0f56e7a84b3c5e8f --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-f72c9b6c5d50235f.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7c6d8f6ce55bf7b5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-6391ee02843dae0d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032025-01-13T08:55:16.317Z Dirty tracing-attributes v0.1.28: the rustflags changed
25042025-01-13T08:55:16.317Z Compiling tracing-attributes v0.1.28
25052025-01-13T08:55:16.320Z Running `/home/build/.rustup/toolchains/1.81.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.28/src/lib.rs --error-format=json --json=diagnostic-rendered-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(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' -C metadata=baf8230a482b4fd8 -C extra-filename=-baf8230a482b4fd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062025-01-13T08:55:16.576Z Dirty ppv-lite86 v0.2.20: the rustflags changed
25072025-01-13T08:55:16.576Z Compiling ppv-lite86 v0.2.20
25082025-01-13T08:55:16.579Z Running `/home/build/.rustup/toolchains/1.81.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=08c438f4cb368f97 -C extra-filename=-08c438f4cb368f97 --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-72132b7fe9e05f73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092025-01-13T08:55:16.627Z Dirty yoke-derive v0.7.5: the rustflags changed
25102025-01-13T08:55:16.627Z Compiling yoke-derive v0.7.5
25112025-01-13T08:55:16.629Z Running `/home/build/.rustup/toolchains/1.81.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.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=a73cdfbdeba7dec6 -C extra-filename=-a73cdfbdeba7dec6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-2437bf11ff6330a9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122025-01-13T08:55:16.778Z Dirty zerovec-derive v0.10.3: the rustflags changed
25132025-01-13T08:55:16.778Z Compiling zerovec-derive v0.10.3
25142025-01-13T08:55:16.781Z Running `/home/build/.rustup/toolchains/1.81.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=cebb9239329aa4cd -C extra-filename=-cebb9239329aa4cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152025-01-13T08:55:17.162Z Dirty futures-util v0.3.31: the rustflags changed
25162025-01-13T08:55:17.162Z Compiling futures-util v0.3.31
25172025-01-13T08:55:17.165Z Running `/home/build/.rustup/toolchains/1.81.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 --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=4afc18856895b7c0 -C extra-filename=-4afc18856895b7c0 --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-f4bf537936a3f942.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-c58c7a7863b33a63.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-c5ec79541264107a.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-c4b18aa76c089b05.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182025-01-13T08:55:17.535Z Dirty rand_chacha v0.3.1: the rustflags changed
25192025-01-13T08:55:17.535Z Compiling rand_chacha v0.3.1
25202025-01-13T08:55:17.538Z Running `/home/build/.rustup/toolchains/1.81.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=b799261dab9131b0 -C extra-filename=-b799261dab9131b0 --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-08c438f4cb368f97.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9f9f8794b4ee08b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25212025-01-13T08:55:19.859Z Dirty rand v0.8.5: the rustflags changed
25222025-01-13T08:55:19.859Z Compiling rand v0.8.5
25232025-01-13T08:55:19.862Z Running `/home/build/.rustup/toolchains/1.81.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=5d5cdd74f8d806e4 -C extra-filename=-5d5cdd74f8d806e4 --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-98a964d32351fb3b.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-b799261dab9131b0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9f9f8794b4ee08b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242025-01-13T08:55:19.968Z Dirty displaydoc v0.2.5: the rustflags changed
25252025-01-13T08:55:19.968Z Compiling displaydoc v0.2.5
25262025-01-13T08:55:19.972Z Running `/home/build/.rustup/toolchains/1.81.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=406e36ba0188b29f -C extra-filename=-406e36ba0188b29f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25272025-01-13T08:55:20.144Z Dirty schemars_derive v0.8.21: the rustflags changed
25282025-01-13T08:55:20.145Z Compiling schemars_derive v0.8.21
25292025-01-13T08:55:20.147Z Running `/home/build/.rustup/toolchains/1.81.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=7122575307265e7a -C extra-filename=-7122575307265e7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-595e365e6cf14677.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302025-01-13T08:55:20.341Z Running `/home/build/.rustup/toolchains/1.81.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=a8c76d661c1be42b -C extra-filename=-a8c76d661c1be42b --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-ca443d8fd344af96.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)'`
25312025-01-13T08:55:20.516Z Dirty zerofrom v0.1.5: the rustflags changed
25322025-01-13T08:55:20.516Z Compiling zerofrom v0.1.5
25332025-01-13T08:55:20.519Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerofrom-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="derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=9baf7fb60b4d451f -C extra-filename=-9baf7fb60b4d451f --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-351573ae4a185eb9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342025-01-13T08:55:20.595Z Dirty tracing v0.1.41: the rustflags changed
25352025-01-13T08:55:20.595Z Compiling tracing v0.1.41
25362025-01-13T08:55:20.598Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --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"))' --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' -C metadata=9813fb2838b716cf -C extra-filename=-9813fb2838b716cf --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-7e6106d991fb114a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-c5ec79541264107a.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-baf8230a482b4fd8.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-bfb9e5d198cb52fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372025-01-13T08:55:20.691Z Dirty icu_provider_macros v1.5.0: the rustflags changed
25382025-01-13T08:55:20.691Z Compiling icu_provider_macros v1.5.0
25392025-01-13T08:55:20.693Z Running `/home/build/.rustup/toolchains/1.81.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=6256660b27d1d884 -C extra-filename=-6256660b27d1d884 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402025-01-13T08:55:20.763Z Dirty yoke v0.7.5: the rustflags changed
25412025-01-13T08:55:20.763Z Compiling yoke v0.7.5
25422025-01-13T08:55:20.765Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yoke-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="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=fd3bff90c694a535 -C extra-filename=-fd3bff90c694a535 --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-6f7e95531580c1da.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-a73cdfbdeba7dec6.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9baf7fb60b4d451f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432025-01-13T08:55:21.151Z Dirty zerovec v0.10.4: the rustflags changed
25442025-01-13T08:55:21.151Z Compiling zerovec v0.10.4
25452025-01-13T08:55:21.154Z Running `/home/build/.rustup/toolchains/1.81.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=39092b4273c9c4bb -C extra-filename=-39092b4273c9c4bb --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-fd3bff90c694a535.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9baf7fb60b4d451f.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-cebb9239329aa4cd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462025-01-13T08:55:21.176Z Dirty block-padding v0.3.3: the rustflags changed
25472025-01-13T08:55:21.176Z Compiling block-padding v0.3.3
25482025-01-13T08:55:21.179Z Running `/home/build/.rustup/toolchains/1.81.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=a5f0964d18ca3d06 -C extra-filename=-a5f0964d18ca3d06 --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-c75a5e3dd70c852e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492025-01-13T08:55:21.444Z Dirty inout v0.1.3: the rustflags changed
25502025-01-13T08:55:21.444Z Compiling inout v0.1.3
25512025-01-13T08:55:21.447Z Running `/home/build/.rustup/toolchains/1.81.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=cdd00a7f32322425 -C extra-filename=-cdd00a7f32322425 --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-a5f0964d18ca3d06.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c75a5e3dd70c852e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25522025-01-13T08:55:21.721Z Dirty cipher v0.4.4: the rustflags changed
25532025-01-13T08:55:21.721Z Compiling cipher v0.4.4
25542025-01-13T08:55:21.724Z Running `/home/build/.rustup/toolchains/1.81.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=159122142200b690 -C extra-filename=-159122142200b690 --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-6391ee02843dae0d.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-cdd00a7f32322425.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25552025-01-13T08:55:21.859Z Dirty atomic-waker v1.1.2: the rustflags changed
25562025-01-13T08:55:21.859Z Compiling atomic-waker v1.1.2
25572025-01-13T08:55:21.861Z Running `/home/build/.rustup/toolchains/1.81.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=10b6fa6e98e5e04e -C extra-filename=-10b6fa6e98e5e04e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582025-01-13T08:55:21.991Z Dirty time-core v0.1.2: the rustflags changed
25592025-01-13T08:55:21.991Z Compiling time-core v0.1.2
25602025-01-13T08:55:21.994Z Running `/home/build/.rustup/toolchains/1.81.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=fa003117469a7882 -C extra-filename=-fa003117469a7882 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612025-01-13T08:55:22.052Z Dirty num-conv v0.1.0: the rustflags changed
25622025-01-13T08:55:22.052Z Compiling num-conv v0.1.0
25632025-01-13T08:55:22.054Z Dirty powerfmt v0.2.0: the rustflags changed
25642025-01-13T08:55:22.054Z Compiling powerfmt v0.2.0
25652025-01-13T08:55:22.054Z Running `/home/build/.rustup/toolchains/1.81.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=c109b9a9c8f233d7 -C extra-filename=-c109b9a9c8f233d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662025-01-13T08:55:22.054Z Running `/home/build/.rustup/toolchains/1.81.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=94e40ca91964149b -C extra-filename=-94e40ca91964149b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672025-01-13T08:55:22.187Z Dirty sha2 v0.10.8: the rustflags changed
25682025-01-13T08:55:22.187Z Compiling sha2 v0.10.8
25692025-01-13T08:55:22.190Z Running `/home/build/.rustup/toolchains/1.81.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=566ef5aa46e73911 -C extra-filename=-566ef5aa46e73911 --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-83c04ded702a2c6e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-cdd5a1475f48597f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0f56e7a84b3c5e8f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702025-01-13T08:55:22.256Z Dirty cmake v0.1.52: the rustflags changed
25712025-01-13T08:55:22.256Z Compiling cmake v0.1.52
25722025-01-13T08:55:22.258Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.52/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b646d0bf58c2fba -C extra-filename=-6b646d0bf58c2fba --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-48ea037f3791d910.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732025-01-13T08:55:22.376Z Dirty time-macros v0.2.19: the rustflags changed
25742025-01-13T08:55:22.376Z Compiling time-macros v0.2.19
25752025-01-13T08:55:22.378Z Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=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"))' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' -C metadata=d8cdfb0b8b6a4a19 -C extra-filename=-d8cdfb0b8b6a4a19 --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-c109b9a9c8f233d7.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-fa003117469a7882.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762025-01-13T08:55:22.483Z Dirty deranged v0.3.11: the rustflags changed
25772025-01-13T08:55:22.483Z Compiling deranged v0.3.11
25782025-01-13T08:55:22.485Z Running `/home/build/.rustup/toolchains/1.81.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=dbdb4213ab242975 -C extra-filename=-dbdb4213ab242975 --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-94e40ca91964149b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792025-01-13T08:55:23.296Z Dirty tinystr v0.7.6: the rustflags changed
25802025-01-13T08:55:23.296Z Compiling tinystr v0.7.6
25812025-01-13T08:55:23.299Z Running `/home/build/.rustup/toolchains/1.81.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=a0d210e85206b775 -C extra-filename=-a0d210e85206b775 --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-406e36ba0188b29f.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-39092b4273c9c4bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822025-01-13T08:55:23.485Z Dirty icu_collections v1.5.0: the rustflags changed
25832025-01-13T08:55:23.485Z Compiling icu_collections v1.5.0
25842025-01-13T08:55:23.488Z Running `/home/build/.rustup/toolchains/1.81.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=b5b83e23b075859d -C extra-filename=-b5b83e23b075859d --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-406e36ba0188b29f.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-fd3bff90c694a535.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9baf7fb60b4d451f.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-39092b4273c9c4bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852025-01-13T08:55:23.626Z Dirty untrusted v0.9.0: the rustflags changed
25862025-01-13T08:55:23.626Z Compiling untrusted v0.9.0
25872025-01-13T08:55:23.679Z Running `/home/build/.rustup/toolchains/1.81.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=1e0d280491b15715 -C extra-filename=-1e0d280491b15715 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882025-01-13T08:55:23.735Z Dirty icu_locid v1.5.0: the rustflags changed
25892025-01-13T08:55:23.735Z Compiling icu_locid v1.5.0
25902025-01-13T08:55:23.737Z Running `/home/build/.rustup/toolchains/1.81.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=5b6b9df8dcc13d19 -C extra-filename=-5b6b9df8dcc13d19 --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-406e36ba0188b29f.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-87e592b4db923b62.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-a0d210e85206b775.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-2b2c0bc2625b13ad.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-39092b4273c9c4bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912025-01-13T08:55:23.790Z Dirty dunce v1.0.5: the rustflags changed
25922025-01-13T08:55:23.790Z Compiling dunce v1.0.5
25932025-01-13T08:55:23.793Z Running `/home/build/.rustup/toolchains/1.81.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=3e5c62976113e5f4 -C extra-filename=-3e5c62976113e5f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25942025-01-13T08:55:23.851Z Dirty num_threads v0.1.7: the rustflags changed
25952025-01-13T08:55:23.851Z Compiling num_threads v0.1.7
25962025-01-13T08:55:23.854Z Running `/home/build/.rustup/toolchains/1.81.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=bb868be3d96725b1 -C extra-filename=-bb868be3d96725b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972025-01-13T08:55:23.935Z Dirty fs_extra v1.3.0: the rustflags changed
25982025-01-13T08:55:23.935Z Compiling fs_extra v1.3.0
25992025-01-13T08:55:23.937Z Running `/home/build/.rustup/toolchains/1.81.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=242258cbf285726b -C extra-filename=-242258cbf285726b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002025-01-13T08:55:24.003Z Running `/home/build/.rustup/toolchains/1.81.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=9c7047525dce759e -C extra-filename=-9c7047525dce759e --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-83c04ded702a2c6e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-15b4e134ca77c3bb.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1e0d280491b15715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
26012025-01-13T08:55:24.560Z Dirty base64ct v1.6.0: the rustflags changed
26022025-01-13T08:55:24.560Z Compiling base64ct v1.6.0
26032025-01-13T08:55:24.562Z Running `/home/build/.rustup/toolchains/1.81.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=d4bf7869d4ee9385 -C extra-filename=-d4bf7869d4ee9385 --out-dir /work/oxidecomputer/omicron/target/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-13T08:55:24.620Z Dirty object v0.36.7: the rustflags changed
26052025-01-13T08:55:24.620Z Compiling object v0.36.7
26062025-01-13T08:55:24.622Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=bf32a0ba1b94e5cd -C extra-filename=-bf32a0ba1b94e5cd --out-dir /work/oxidecomputer/omicron/target/debug/build/object-bf32a0ba1b94e5cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26072025-01-13T08:55:25.059Z Dirty icu_provider v1.5.0: the rustflags changed
26082025-01-13T08:55:25.059Z Compiling icu_provider v1.5.0
26092025-01-13T08:55:25.062Z Running `/home/build/.rustup/toolchains/1.81.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=2d6cd635cf1928d7 -C extra-filename=-2d6cd635cf1928d7 --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-406e36ba0188b29f.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-5b6b9df8dcc13d19.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-6256660b27d1d884.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-6f7e95531580c1da.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-a0d210e85206b775.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-2b2c0bc2625b13ad.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-fd3bff90c694a535.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9baf7fb60b4d451f.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-39092b4273c9c4bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102025-01-13T08:55:25.192Z Dirty hmac v0.12.1: the rustflags changed
26112025-01-13T08:55:25.192Z Compiling hmac v0.12.1
26122025-01-13T08:55:25.224Z Running `/home/build/.rustup/toolchains/1.81.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=d4151f86f82bb628 -C extra-filename=-d4151f86f82bb628 --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-0f56e7a84b3c5e8f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26132025-01-13T08:55:25.255Z Running `/work/oxidecomputer/omicron/target/debug/build/object-bf32a0ba1b94e5cd/build-script-build`
26142025-01-13T08:55:25.339Z Dirty gimli v0.31.1: the rustflags changed
26152025-01-13T08:55:25.339Z Compiling gimli v0.31.1
26162025-01-13T08:55:25.342Z Running `/home/build/.rustup/toolchains/1.81.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=a3faa3c0c7fa0821 -C extra-filename=-a3faa3c0c7fa0821 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172025-01-13T08:55:25.438Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.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="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=58c25c5e41c23f50 -C extra-filename=-58c25c5e41c23f50 --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-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg core_error --check-cfg 'cfg(core_error)'`
26182025-01-13T08:55:25.854Z Dirty icu_locid_transform v1.5.0: the rustflags changed
26192025-01-13T08:55:25.854Z Compiling icu_locid_transform v1.5.0
26202025-01-13T08:55:25.857Z Running `/home/build/.rustup/toolchains/1.81.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=65ef60101732adbc -C extra-filename=-65ef60101732adbc --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-406e36ba0188b29f.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-5b6b9df8dcc13d19.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-7957942082d8dad2.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-2d6cd635cf1928d7.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-a0d210e85206b775.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-39092b4273c9c4bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212025-01-13T08:55:25.985Z Dirty time v0.3.37: the rustflags changed
26222025-01-13T08:55:25.985Z Compiling time v0.3.37
26232025-01-13T08:55:25.987Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.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=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=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"))' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' -C metadata=270d250e41a0b308 -C extra-filename=-270d250e41a0b308 --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-dbdb4213ab242975.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7f31dc6f8b894ca4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-c109b9a9c8f233d7.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-bb868be3d96725b1.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-94e40ca91964149b.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-fa003117469a7882.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-d8cdfb0b8b6a4a19.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242025-01-13T08:55:26.218Z Dirty rustc-demangle v0.1.24: the rustflags changed
26252025-01-13T08:55:26.218Z Compiling rustc-demangle v0.1.24
26262025-01-13T08:55:26.221Z Running `/home/build/.rustup/toolchains/1.81.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=8106a9e9660fa6bc -C extra-filename=-8106a9e9660fa6bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272025-01-13T08:55:26.293Z Dirty anyhow v1.0.95: the rustflags changed
26282025-01-13T08:55:26.293Z Compiling anyhow v1.0.95
26292025-01-13T08:55:26.296Z Running `/home/build/.rustup/toolchains/1.81.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.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=19d86e77ccb28029 -C extra-filename=-19d86e77ccb28029 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-19d86e77ccb28029 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302025-01-13T08:55:26.829Z Dirty bitflags v2.7.0: the rustflags changed
26312025-01-13T08:55:26.829Z Compiling bitflags v2.7.0
26322025-01-13T08:55:26.832Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-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="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=1d917cedb4ccfee1 -C extra-filename=-1d917cedb4ccfee1 --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-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332025-01-13T08:55:27.018Z Dirty bytes v1.9.0: the rustflags changed
26342025-01-13T08:55:27.018Z Compiling bytes v1.9.0
26352025-01-13T08:55:27.021Z Running `/home/build/.rustup/toolchains/1.81.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=ce4a110ca38c9e9c -C extra-filename=-ce4a110ca38c9e9c --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-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362025-01-13T08:55:27.178Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.43/src/lib.rs --error-format=json --json=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="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"))' --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"))' -C metadata=98b26dfb34f0a4d6 -C extra-filename=-98b26dfb34f0a4d6 --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-1d917cedb4ccfee1.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-035174eba9bc9b37.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
26372025-01-13T08:55:27.328Z Running `/home/build/.rustup/toolchains/1.81.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=23b24020f64382a0 -C extra-filename=-23b24020f64382a0 --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-7f31dc6f8b894ca4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.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"))'`
26382025-01-13T08:55:27.890Z Dirty indexmap v2.7.0: the rustflags changed
26392025-01-13T08:55:27.890Z Compiling indexmap v2.7.0
26402025-01-13T08:55:27.893Z Running `/home/build/.rustup/toolchains/1.81.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=da88da21f8f207b6 -C extra-filename=-da88da21f8f207b6 --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-2f76ef270c32b0d6.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2807c7b94f68b7a3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412025-01-13T08:55:28.354Z Dirty tokio v1.43.0: the rustflags changed
26422025-01-13T08:55:28.354Z Compiling tokio v1.43.0
26432025-01-13T08:55:28.357Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=c09884cace61697f -C extra-filename=-c09884cace61697f --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-ce4a110ca38c9e9c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-697c099701b77ab0.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-1132496cb787fe7c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-c5ec79541264107a.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-c0919c0ac0298ddb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-2dfc8c56d11c0cbc.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-8c0bc535a0c24c0d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442025-01-13T08:55:28.607Z Running `/home/build/.rustup/toolchains/1.81.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=9c0026b9b845cb4c -C extra-filename=-9c0026b9b845cb4c --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-a8c76d661c1be42b.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)'`
26452025-01-13T08:55:29.413Z Dirty chrono v0.4.39: the rustflags changed
26462025-01-13T08:55:29.413Z Compiling chrono v0.4.39
26472025-01-13T08:55:29.416Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.39/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=84bf70da5cf4a105 -C extra-filename=-84bf70da5cf4a105 --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-d5293dfbc80d23ab.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21e7f19c9e013b13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26482025-01-13T08:55:29.473Z Dirty uuid v1.11.1: the rustflags changed
26492025-01-13T08:55:29.473Z Compiling uuid v1.11.1
26502025-01-13T08:55:29.484Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs -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"))' --check-cfg 'cfg(uuid_unstable)' -C metadata=dcc6d6e2909f4572 -C extra-filename=-dcc6d6e2909f4572 --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-15b4e134ca77c3bb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512025-01-13T08:55:30.601Z Dirty http v1.2.0: the rustflags changed
26522025-01-13T08:55:30.601Z Compiling http v1.2.0
26532025-01-13T08:55:30.604Z Running `/home/build/.rustup/toolchains/1.81.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=047927885b03896f -C extra-filename=-047927885b03896f --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-ce4a110ca38c9e9c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-086f5ffe4a25dc54.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7f31dc6f8b894ca4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542025-01-13T08:55:30.771Z Dirty icu_properties v1.5.1: the rustflags changed
26552025-01-13T08:55:30.771Z Compiling icu_properties v1.5.1
26562025-01-13T08:55:30.773Z Running `/home/build/.rustup/toolchains/1.81.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=cf3b0f0eab0f7e9a -C extra-filename=-cf3b0f0eab0f7e9a --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-406e36ba0188b29f.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-b5b83e23b075859d.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-65ef60101732adbc.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-a9bd5f6fdd433a45.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-2d6cd635cf1928d7.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-a0d210e85206b775.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-39092b4273c9c4bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572025-01-13T08:55:30.885Z Dirty serde_spanned v0.6.8: the rustflags changed
26582025-01-13T08:55:30.885Z Compiling serde_spanned v0.6.8
26592025-01-13T08:55:30.888Z Running `/home/build/.rustup/toolchains/1.81.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=82c13c2889bf5050 -C extra-filename=-82c13c2889bf5050 --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-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602025-01-13T08:55:31.151Z Dirty toml_datetime v0.6.8: the rustflags changed
26612025-01-13T08:55:31.151Z Compiling toml_datetime v0.6.8
26622025-01-13T08:55:31.154Z Running `/home/build/.rustup/toolchains/1.81.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=f77e959a4c4db399 -C extra-filename=-f77e959a4c4db399 --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-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632025-01-13T08:55:31.620Z Dirty addr2line v0.24.2: the rustflags changed
26642025-01-13T08:55:31.620Z Compiling addr2line v0.24.2
26652025-01-13T08:55:31.623Z Running `/home/build/.rustup/toolchains/1.81.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=709a971c98b8890b -C extra-filename=-709a971c98b8890b --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-a3faa3c0c7fa0821.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662025-01-13T08:55:31.692Z Dirty which v4.4.2: the rustflags changed
26672025-01-13T08:55:31.692Z Compiling which v4.4.2
26682025-01-13T08:55:31.694Z Running `/home/build/.rustup/toolchains/1.81.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=03a9d417d457151f -C extra-filename=-03a9d417d457151f --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-682f0202de4cb9c8.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-89c1938278b2586e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-98b26dfb34f0a4d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26692025-01-13T08:55:32.359Z Running `/home/build/.rustup/toolchains/1.81.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=a5fb8ba773f23393 -C extra-filename=-a5fb8ba773f23393 --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-ce4a110ca38c9e9c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-7122575307265e7a.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
26702025-01-13T08:55:32.395Z Running `/home/build/.rustup/toolchains/1.81.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=ecb82c8cfcc0f3ff -C extra-filename=-ecb82c8cfcc0f3ff --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-1d917cedb4ccfee1.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-47c2fe60045c9bcf.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-8c38690bd8ef8ee6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ae1ce0c123c35ba1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-a2d4d16d95f9d7dc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7d3eec42e78bcd4a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-5050d291e6f94822.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-b2501e8bb1c4b8f3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-03a9d417d457151f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26712025-01-13T08:55:33.129Z Dirty aws-lc-rs v1.12.0: the rustflags changed
26722025-01-13T08:55:33.129Z Compiling aws-lc-rs v1.12.0
26732025-01-13T08:55:33.132Z Running `/home/build/.rustup/toolchains/1.81.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.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 --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=8901ed0fd3002e90 -C extra-filename=-8901ed0fd3002e90 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-8901ed0fd3002e90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742025-01-13T08:55:33.290Z Dirty rustls-pki-types v1.10.1: the rustflags changed
26752025-01-13T08:55:33.290Z Compiling rustls-pki-types v1.10.1
26762025-01-13T08:55:33.293Z Running `/home/build/.rustup/toolchains/1.81.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=5385c0fd91c3b6b8 -C extra-filename=-5385c0fd91c3b6b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772025-01-13T08:55:33.334Z Dirty backtrace v0.3.74: the rustflags changed
26782025-01-13T08:55:33.334Z Compiling backtrace v0.3.74
26792025-01-13T08:55:33.337Z Running `/home/build/.rustup/toolchains/1.81.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=f01df288ee2da012 -C extra-filename=-f01df288ee2da012 --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-709a971c98b8890b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-c2d7a23df6bbd7f1.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-58c25c5e41c23f50.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-8106a9e9660fa6bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802025-01-13T08:55:33.706Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-19d86e77ccb28029/build-script-build`
26812025-01-13T08:55:33.736Z Dirty http-body v1.0.1: the rustflags changed
26822025-01-13T08:55:33.736Z Compiling http-body v1.0.1
26832025-01-13T08:55:33.738Z Running `/home/build/.rustup/toolchains/1.81.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=0de7f9beb5e8e488 -C extra-filename=-0de7f9beb5e8e488 --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-ce4a110ca38c9e9c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842025-01-13T08:55:33.990Z Dirty serde_tokenstream v0.2.2: the rustflags changed
26852025-01-13T08:55:33.990Z Compiling serde_tokenstream v0.2.2
26862025-01-13T08:55:33.993Z Running `/home/build/.rustup/toolchains/1.81.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=45f64382ca0b755d -C extra-filename=-45f64382ca0b755d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872025-01-13T08:55:34.227Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=4d4ceda70e5ad4e7 -C extra-filename=-4d4ceda70e5ad4e7 --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-f01df288ee2da012.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)'`
26882025-01-13T08:55:34.520Z Dirty icu_normalizer v1.5.0: the rustflags changed
26892025-01-13T08:55:34.520Z Compiling icu_normalizer v1.5.0
26902025-01-13T08:55:34.522Z Running `/home/build/.rustup/toolchains/1.81.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=28758ff0c487da78 -C extra-filename=-28758ff0c487da78 --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-406e36ba0188b29f.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-b5b83e23b075859d.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-e11a27b340862ad0.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-cf3b0f0eab0f7e9a.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-2d6cd635cf1928d7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-da3eb426fea5ab87.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-5641cf8715ef0d52.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-bcc1c0a7a48c36bb.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-39092b4273c9c4bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912025-01-13T08:55:34.675Z Dirty httpdate v1.0.3: the rustflags changed
26922025-01-13T08:55:34.675Z Compiling httpdate v1.0.3
26932025-01-13T08:55:34.677Z Running `/home/build/.rustup/toolchains/1.81.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=b628303ab060738e -C extra-filename=-b628303ab060738e --out-dir /work/oxidecomputer/omicron/target/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-13T08:55:35.187Z Dirty try-lock v0.2.5: the rustflags changed
26952025-01-13T08:55:35.187Z Compiling try-lock v0.2.5
26962025-01-13T08:55:35.191Z Running `/home/build/.rustup/toolchains/1.81.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=747153f929bb83ec -C extra-filename=-747153f929bb83ec --out-dir /work/oxidecomputer/omicron/target/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-13T08:55:35.214Z Dirty base64 v0.22.1: the rustflags changed
26982025-01-13T08:55:35.214Z Compiling base64 v0.22.1
26992025-01-13T08:55:35.217Z Running `/home/build/.rustup/toolchains/1.81.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=e342ec737c4cbcc0 -C extra-filename=-e342ec737c4cbcc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002025-01-13T08:55:35.354Z Dirty untrusted v0.7.1: the rustflags changed
27012025-01-13T08:55:35.354Z Compiling untrusted v0.7.1
27022025-01-13T08:55:35.357Z Running `/home/build/.rustup/toolchains/1.81.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=85f9154abafa93cc -C extra-filename=-85f9154abafa93cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032025-01-13T08:55:35.561Z Dirty idna_adapter v1.2.0: the rustflags changed
27042025-01-13T08:55:35.561Z Compiling idna_adapter v1.2.0
27052025-01-13T08:55:35.564Z Running `/home/build/.rustup/toolchains/1.81.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=86095de0a46e318a -C extra-filename=-86095de0a46e318a --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-28758ff0c487da78.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-cf3b0f0eab0f7e9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062025-01-13T08:55:35.756Z Dirty idna v1.0.3: the rustflags changed
27072025-01-13T08:55:35.756Z Compiling idna v1.0.3
27082025-01-13T08:55:35.759Z Running `/home/build/.rustup/toolchains/1.81.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=7e3a160036ba75e9 -C extra-filename=-7e3a160036ba75e9 --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-86095de0a46e318a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-5641cf8715ef0d52.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092025-01-13T08:55:35.806Z Dirty want v0.3.1: the rustflags changed
27102025-01-13T08:55:35.806Z Compiling want v0.3.1
27112025-01-13T08:55:35.808Z Running `/home/build/.rustup/toolchains/1.81.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=3ead3ca97a60afa1 -C extra-filename=-3ead3ca97a60afa1 --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-747153f929bb83ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27122025-01-13T08:55:36.011Z Dirty pem-rfc7468 v0.7.0: the rustflags changed
27132025-01-13T08:55:36.011Z Compiling pem-rfc7468 v0.7.0
27142025-01-13T08:55:36.014Z Running `/home/build/.rustup/toolchains/1.81.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=b898a37d897096ef -C extra-filename=-b898a37d897096ef --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-d4bf7869d4ee9385.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152025-01-13T08:55:36.123Z Dirty slog v2.7.0: the rustflags changed
27162025-01-13T08:55:36.123Z Compiling slog v2.7.0
27172025-01-13T08:55:36.126Z Running `/home/build/.rustup/toolchains/1.81.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=1b561724bc2e6888 -C extra-filename=-1b561724bc2e6888 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-1b561724bc2e6888 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182025-01-13T08:55:36.202Z Dirty async-trait v0.1.85: the rustflags changed
27192025-01-13T08:55:36.202Z Compiling async-trait v0.1.85
27202025-01-13T08:55:36.205Z Running `/home/build/.rustup/toolchains/1.81.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.85/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=59a856ad6a6596dd -C extra-filename=-59a856ad6a6596dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212025-01-13T08:55:36.557Z Dirty url v2.5.4: the rustflags changed
27222025-01-13T08:55:36.557Z Compiling url v2.5.4
27232025-01-13T08:55:36.560Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=490c5f0938fdbaa5 -C extra-filename=-490c5f0938fdbaa5 --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-38be6dc4a21eb4ab.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-7e3a160036ba75e9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27242025-01-13T08:55:36.746Z Dirty tokio-util v0.7.13: the rustflags changed
27252025-01-13T08:55:36.746Z Compiling tokio-util v0.7.13
27262025-01-13T08:55:36.748Z Running `/home/build/.rustup/toolchains/1.81.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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=17777a72e363ecd5 -C extra-filename=-17777a72e363ecd5 --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-ce4a110ca38c9e9c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-c5ec79541264107a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272025-01-13T08:55:36.778Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-1b561724bc2e6888/build-script-build`
27282025-01-13T08:55:36.877Z Dirty tower-service v0.3.3: the rustflags changed
27292025-01-13T08:55:36.877Z Compiling tower-service v0.3.3
27302025-01-13T08:55:36.879Z Running `/home/build/.rustup/toolchains/1.81.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=7e201aa8f8e39e31 -C extra-filename=-7e201aa8f8e39e31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312025-01-13T08:55:36.946Z Running `/home/build/.rustup/toolchains/1.81.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=25d89424d82fb873 -C extra-filename=-25d89424d82fb873 --out-dir /work/oxidecomputer/omicron/target/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`
27322025-01-13T08:55:37.059Z Dirty der_derive v0.7.3: the rustflags changed
27332025-01-13T08:55:37.059Z Compiling der_derive v0.7.3
27342025-01-13T08:55:37.082Z Running `/home/build/.rustup/toolchains/1.81.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=11f9f745b23acff7 -C extra-filename=-11f9f745b23acff7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352025-01-13T08:55:37.644Z Dirty openssl-sys v0.9.104: the rustflags changed
27362025-01-13T08:55:37.644Z Compiling openssl-sys v0.9.104
27372025-01-13T08:55:37.646Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.104/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=be3c85c5dca4e7f0 -C extra-filename=-be3c85c5dca4e7f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-be3c85c5dca4e7f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-48ea037f3791d910.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-ee8254f094605247.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27382025-01-13T08:55:37.817Z Dirty h2 v0.4.7: the rustflags changed
27392025-01-13T08:55:37.817Z Compiling h2 v0.4.7
27402025-01-13T08:55:37.820Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=411d393b18974cbd -C extra-filename=-411d393b18974cbd --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-10b6fa6e98e5e04e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-086f5ffe4a25dc54.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-9813fb2838b716cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412025-01-13T08:55:38.192Z Dirty flagset v0.4.6: the rustflags changed
27422025-01-13T08:55:38.192Z Compiling flagset v0.4.6
27432025-01-13T08:55:38.195Z Running `/home/build/.rustup/toolchains/1.81.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=491b37971a78a06c -C extra-filename=-491b37971a78a06c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442025-01-13T08:55:38.431Z Dirty rustc_version v0.4.1: the rustflags changed
27452025-01-13T08:55:38.431Z Compiling rustc_version v0.4.1
27462025-01-13T08:55:38.434Z Running `/home/build/.rustup/toolchains/1.81.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=e3febf7b2cd14a29 -C extra-filename=-e3febf7b2cd14a29 --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-9c0026b9b845cb4c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472025-01-13T08:55:38.556Z Dirty pbkdf2 v0.12.2: the rustflags changed
27482025-01-13T08:55:38.556Z Compiling pbkdf2 v0.12.2
27492025-01-13T08:55:38.559Z Running `/home/build/.rustup/toolchains/1.81.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=b230a0841d20f974 -C extra-filename=-b230a0841d20f974 --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-0f56e7a84b3c5e8f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d4151f86f82bb628.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502025-01-13T08:55:38.739Z Dirty aes v0.8.4: the rustflags changed
27512025-01-13T08:55:38.739Z Compiling aes v0.8.4
27522025-01-13T08:55:38.741Z Running `/home/build/.rustup/toolchains/1.81.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=9d3ee5d28b06389c -C extra-filename=-9d3ee5d28b06389c --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-83c04ded702a2c6e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-159122142200b690.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-cdd5a1475f48597f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532025-01-13T08:55:38.856Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-be3c85c5dca4e7f0/build-script-main`
27542025-01-13T08:55:38.953Z Dirty mime v0.3.17: the rustflags changed
27552025-01-13T08:55:38.953Z Compiling mime v0.3.17
27562025-01-13T08:55:38.956Z Running `/home/build/.rustup/toolchains/1.81.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=71803c34803b0cd3 -C extra-filename=-71803c34803b0cd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572025-01-13T08:55:39.251Z Dirty cbc v0.1.2: the rustflags changed
27582025-01-13T08:55:39.251Z Compiling cbc v0.1.2
27592025-01-13T08:55:39.254Z Running `/home/build/.rustup/toolchains/1.81.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=4d3966cc39d0bca2 -C extra-filename=-4d3966cc39d0bca2 --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-159122142200b690.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27602025-01-13T08:55:39.329Z Dirty salsa20 v0.10.2: the rustflags changed
27612025-01-13T08:55:39.329Z Compiling salsa20 v0.10.2
27622025-01-13T08:55:39.332Z Running `/home/build/.rustup/toolchains/1.81.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=345469d188286ce1 -C extra-filename=-345469d188286ce1 --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-159122142200b690.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632025-01-13T08:55:39.502Z Dirty thiserror v2.0.11: the rustflags changed
27642025-01-13T08:55:39.502Z Compiling thiserror v2.0.11
27652025-01-13T08:55:39.504Z Running `/home/build/.rustup/toolchains/1.81.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=24085c2cfa39f19b -C extra-filename=-24085c2cfa39f19b --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-24085c2cfa39f19b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662025-01-13T08:55:39.580Z Dirty rustversion v1.0.19: the rustflags changed
27672025-01-13T08:55:39.580Z Compiling rustversion v1.0.19
27682025-01-13T08:55:39.582Z Running `/home/build/.rustup/toolchains/1.81.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.19/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=1571fc6dfecdcc74 -C extra-filename=-1571fc6dfecdcc74 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-1571fc6dfecdcc74 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692025-01-13T08:55:39.616Z Dirty camino v1.1.9: the rustflags changed
27702025-01-13T08:55:39.616Z Compiling camino v1.1.9
27712025-01-13T08:55:39.619Z Running `/home/build/.rustup/toolchains/1.81.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=21823301989abe72 -C extra-filename=-21823301989abe72 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-21823301989abe72 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722025-01-13T08:55:39.861Z Dirty der v0.7.9: the rustflags changed
27732025-01-13T08:55:39.861Z Compiling der v0.7.9
27742025-01-13T08:55:39.864Z Running `/home/build/.rustup/toolchains/1.81.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=c90fb76a8ae89480 -C extra-filename=-c90fb76a8ae89480 --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-7c6d8f6ce55bf7b5.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-11f9f745b23acff7.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-491b37971a78a06c.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752025-01-13T08:55:40.255Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-24085c2cfa39f19b/build-script-build`
27762025-01-13T08:55:40.376Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-21823301989abe72/build-script-build`
27772025-01-13T08:55:40.423Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-1571fc6dfecdcc74/build-script-build`
27782025-01-13T08:55:40.463Z Dirty scrypt v0.11.0: the rustflags changed
27792025-01-13T08:55:40.463Z Compiling scrypt v0.11.0
27802025-01-13T08:55:40.466Z Running `/home/build/.rustup/toolchains/1.81.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=0778c8eaae7cfd91 -C extra-filename=-0778c8eaae7cfd91 --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-b230a0841d20f974.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-345469d188286ce1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27812025-01-13T08:55:40.517Z Dirty http-body-util v0.1.2: the rustflags changed
27822025-01-13T08:55:40.517Z Compiling http-body-util v0.1.2
27832025-01-13T08:55:40.520Z Running `/home/build/.rustup/toolchains/1.81.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=5b34a56d00b815b8 -C extra-filename=-5b34a56d00b815b8 --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-ce4a110ca38c9e9c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4afc18856895b7c0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-0de7f9beb5e8e488.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-c5ec79541264107a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842025-01-13T08:55:40.701Z Dirty futures-executor v0.3.31: the rustflags changed
27852025-01-13T08:55:40.701Z Compiling futures-executor v0.3.31
27862025-01-13T08:55:40.703Z Running `/home/build/.rustup/toolchains/1.81.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=fb13aa1e8bcae8db -C extra-filename=-fb13aa1e8bcae8db --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-15b4a62ef3693967.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4afc18856895b7c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872025-01-13T08:55:41.077Z Dirty thiserror-impl v2.0.11: the rustflags changed
27882025-01-13T08:55:41.077Z Compiling thiserror-impl v2.0.11
27892025-01-13T08:55:41.079Z Running `/home/build/.rustup/toolchains/1.81.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=62d2e997b046792f -C extra-filename=-62d2e997b046792f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902025-01-13T08:55:41.103Z Dirty ipnet v2.10.1: the rustflags changed
27912025-01-13T08:55:41.103Z Compiling ipnet v2.10.1
27922025-01-13T08:55:41.106Z Running `/home/build/.rustup/toolchains/1.81.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=8a897554a5f2cfdc -C extra-filename=-8a897554a5f2cfdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932025-01-13T08:55:41.330Z Dirty futures v0.3.31: the rustflags changed
27942025-01-13T08:55:41.330Z Compiling futures v0.3.31
27952025-01-13T08:55:41.333Z Running `/home/build/.rustup/toolchains/1.81.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 --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=a18cc25914e8d949 -C extra-filename=-a18cc25914e8d949 --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-f4bf537936a3f942.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-fb13aa1e8bcae8db.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4afc18856895b7c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962025-01-13T08:55:41.474Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.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=bf06f7b4d8c8f863 -C extra-filename=-bf06f7b4d8c8f863 --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"))'`
27972025-01-13T08:55:41.670Z Running `/home/build/.rustup/toolchains/1.81.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=c1054a7dd92880e5 -C extra-filename=-c1054a7dd92880e5 --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-a8c76d661c1be42b.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)'`
27982025-01-13T08:55:42.416Z Dirty spki v0.7.3: the rustflags changed
27992025-01-13T08:55:42.416Z Compiling spki v0.7.3
28002025-01-13T08:55:42.419Z Running `/home/build/.rustup/toolchains/1.81.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=f8b9b31bb04f5521 -C extra-filename=-f8b9b31bb04f5521 --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-c90fb76a8ae89480.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012025-01-13T08:55:42.721Z Dirty rustls-pemfile v2.2.0: the rustflags changed
28022025-01-13T08:55:42.721Z Compiling rustls-pemfile v2.2.0
28032025-01-13T08:55:42.723Z Running `/home/build/.rustup/toolchains/1.81.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=fa0f12a15784a6d4 -C extra-filename=-fa0f12a15784a6d4 --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-5385c0fd91c3b6b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042025-01-13T08:55:42.836Z Dirty pkcs5 v0.7.1: the rustflags changed
28052025-01-13T08:55:42.836Z Compiling pkcs5 v0.7.1
28062025-01-13T08:55:42.839Z Running `/home/build/.rustup/toolchains/1.81.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=207c11a3fa93cc9c -C extra-filename=-207c11a3fa93cc9c --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-9d3ee5d28b06389c.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4d3966cc39d0bca2.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-c90fb76a8ae89480.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-b230a0841d20f974.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-0778c8eaae7cfd91.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-f8b9b31bb04f5521.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072025-01-13T08:55:43.031Z Dirty foreign-types-shared v0.1.1: the rustflags changed
28082025-01-13T08:55:43.031Z Compiling foreign-types-shared v0.1.1
28092025-01-13T08:55:43.034Z Running `/home/build/.rustup/toolchains/1.81.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=4ae9624d4928c1ce -C extra-filename=-4ae9624d4928c1ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102025-01-13T08:55:43.084Z Dirty winnow v0.6.24: the rustflags changed
28112025-01-13T08:55:43.084Z Compiling winnow v0.6.24
28122025-01-13T08:55:43.087Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=93d99f60fd349dee -C extra-filename=-93d99f60fd349dee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132025-01-13T08:55:43.167Z Dirty openssl v0.10.68: the rustflags changed
28142025-01-13T08:55:43.167Z Compiling openssl v0.10.68
28152025-01-13T08:55:43.190Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.68/build.rs --error-format=json --json=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=7e24e573914f4d9b -C extra-filename=-7e24e573914f4d9b --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-7e24e573914f4d9b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162025-01-13T08:55:43.285Z Dirty openssl-probe v0.1.5: the rustflags changed
28172025-01-13T08:55:43.285Z Compiling openssl-probe v0.1.5
28182025-01-13T08:55:43.289Z Running `/home/build/.rustup/toolchains/1.81.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=dd81080d435c4bbe -C extra-filename=-dd81080d435c4bbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192025-01-13T08:55:43.685Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-7e24e573914f4d9b/build-script-build`
28202025-01-13T08:55:43.689Z Dirty pkcs8 v0.10.2: the rustflags changed
28212025-01-13T08:55:43.689Z Compiling pkcs8 v0.10.2
28222025-01-13T08:55:43.689Z Running `/home/build/.rustup/toolchains/1.81.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=d58e7cfe737cf679 -C extra-filename=-d58e7cfe737cf679 --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-c90fb76a8ae89480.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-207c11a3fa93cc9c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9f9f8794b4ee08b0.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-f8b9b31bb04f5521.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232025-01-13T08:55:43.725Z Dirty foreign-types v0.3.2: the rustflags changed
28242025-01-13T08:55:43.725Z Compiling foreign-types v0.3.2
28252025-01-13T08:55:43.728Z Running `/home/build/.rustup/toolchains/1.81.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=65aad7686e050c4b -C extra-filename=-65aad7686e050c4b --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-4ae9624d4928c1ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28262025-01-13T08:55:43.851Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.104/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=80d44173ed56c668 -C extra-filename=-80d44173ed56c668 --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-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'`
28272025-01-13T08:55:44.047Z Dirty serde_urlencoded v0.7.1: the rustflags changed
28282025-01-13T08:55:44.047Z Compiling serde_urlencoded v0.7.1
28292025-01-13T08:55:44.050Z Running `/home/build/.rustup/toolchains/1.81.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=056d86ac929703bb -C extra-filename=-056d86ac929703bb --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-38be6dc4a21eb4ab.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7f31dc6f8b894ca4.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302025-01-13T08:55:44.145Z Dirty openssl-macros v0.1.1: the rustflags changed
28312025-01-13T08:55:44.145Z Compiling openssl-macros v0.1.1
28322025-01-13T08:55:44.148Z Running `/home/build/.rustup/toolchains/1.81.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=0dc9559f5db90739 -C extra-filename=-0dc9559f5db90739 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332025-01-13T08:55:44.458Z Dirty encoding_rs v0.8.35: the rustflags changed
28342025-01-13T08:55:44.458Z Compiling encoding_rs v0.8.35
28352025-01-13T08:55:44.461Z Running `/home/build/.rustup/toolchains/1.81.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.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --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=2b20cbede53d3850 -C extra-filename=-2b20cbede53d3850 --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362025-01-13T08:55:44.623Z Dirty data-encoding v2.6.0: the rustflags changed
28372025-01-13T08:55:44.623Z Compiling data-encoding v2.6.0
28382025-01-13T08:55:44.625Z Running `/home/build/.rustup/toolchains/1.81.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=b3a3d8d3edcc003a -C extra-filename=-b3a3d8d3edcc003a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392025-01-13T08:55:45.063Z Dirty hyper v1.5.2: the rustflags changed
28402025-01-13T08:55:45.063Z Compiling hyper v1.5.2
28412025-01-13T08:55:45.066Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=17953bdd46db2f88 -C extra-filename=-17953bdd46db2f88 --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-ce4a110ca38c9e9c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4afc18856895b7c0.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-411d393b18974cbd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-0de7f9beb5e8e488.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b628303ab060738e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7f31dc6f8b894ca4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-c5ec79541264107a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-3ead3ca97a60afa1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422025-01-13T08:55:45.088Z Running `/home/build/.rustup/toolchains/1.81.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=633850c5409dc620 -C extra-filename=-633850c5409dc620 --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-62d2e997b046792f.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)'`
28432025-01-13T08:55:45.250Z Dirty utf8parse v0.2.2: the rustflags changed
28442025-01-13T08:55:45.250Z Compiling utf8parse v0.2.2
28452025-01-13T08:55:45.253Z Running `/home/build/.rustup/toolchains/1.81.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=6f3e25e7cc201eae -C extra-filename=-6f3e25e7cc201eae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462025-01-13T08:55:45.280Z Dirty rustls v0.23.21: the rustflags changed
28472025-01-13T08:55:45.280Z Compiling rustls v0.23.21
28482025-01-13T08:55:45.283Z Running `/home/build/.rustup/toolchains/1.81.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.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="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=2eb23ca6c7d5e103 -C extra-filename=-2eb23ca6c7d5e103 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-2eb23ca6c7d5e103 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28492025-01-13T08:55:45.436Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.68/src/lib.rs --error-format=json --json=diagnostic-rendered-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=b40eb0548e84dd7f -C extra-filename=-b40eb0548e84dd7f --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-1d917cedb4ccfee1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-65aad7686e050c4b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-0dc9559f5db90739.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-80d44173ed56c668.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", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2"))' --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(libressl400)' --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)'`
28502025-01-13T08:55:45.632Z Dirty is-terminal v0.4.13: the rustflags changed
28512025-01-13T08:55:45.632Z Compiling is-terminal v0.4.13
28522025-01-13T08:55:45.635Z Running `/home/build/.rustup/toolchains/1.81.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=a0a817d9637e1161 -C extra-filename=-a0a817d9637e1161 --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-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532025-01-13T08:55:45.782Z Dirty native-tls v0.2.12: the rustflags changed
28542025-01-13T08:55:45.782Z Compiling native-tls v0.2.12
28552025-01-13T08:55:45.788Z Running `/home/build/.rustup/toolchains/1.81.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=527a3d84177c8990 -C extra-filename=-527a3d84177c8990 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-527a3d84177c8990 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562025-01-13T08:55:46.188Z Dirty winnow v0.5.40: the rustflags changed
28572025-01-13T08:55:46.188Z Compiling winnow v0.5.40
28582025-01-13T08:55:46.190Z Running `/home/build/.rustup/toolchains/1.81.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=c00e47ede8d84e42 -C extra-filename=-c00e47ede8d84e42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592025-01-13T08:55:46.909Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-527a3d84177c8990/build-script-build`
28602025-01-13T08:55:46.950Z Dirty openapiv3 v2.0.0: the rustflags changed
28612025-01-13T08:55:46.950Z Compiling openapiv3 v2.0.0
28622025-01-13T08:55:46.953Z Running `/home/build/.rustup/toolchains/1.81.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=703e6009c07a9a65 -C extra-filename=-703e6009c07a9a65 --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-da88da21f8f207b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632025-01-13T08:55:47.006Z Dirty sha1 v0.10.6: the rustflags changed
28642025-01-13T08:55:47.006Z Compiling sha1 v0.10.6
28652025-01-13T08:55:47.008Z Running `/home/build/.rustup/toolchains/1.81.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=4c63c92319785a22 -C extra-filename=-4c63c92319785a22 --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-83c04ded702a2c6e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-cdd5a1475f48597f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0f56e7a84b3c5e8f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28662025-01-13T08:55:47.480Z Dirty hyper-util v0.1.10: the rustflags changed
28672025-01-13T08:55:47.480Z Compiling hyper-util v0.1.10
28682025-01-13T08:55:47.482Z Running `/home/build/.rustup/toolchains/1.81.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=739fc5b4c1d9cdaa -C extra-filename=-739fc5b4c1d9cdaa --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-ce4a110ca38c9e9c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4afc18856895b7c0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-0de7f9beb5e8e488.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-c5ec79541264107a.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-2dfc8c56d11c0cbc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-9813fb2838b716cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692025-01-13T08:55:48.609Z Dirty cookie v0.18.1: the rustflags changed
28702025-01-13T08:55:48.609Z Compiling cookie v0.18.1
28712025-01-13T08:55:48.612Z Running `/home/build/.rustup/toolchains/1.81.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=09f8dc1bc7b07af5 -C extra-filename=-09f8dc1bc7b07af5 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-09f8dc1bc7b07af5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722025-01-13T08:55:48.940Z Dirty ucd-trie v0.1.7: the rustflags changed
28732025-01-13T08:55:48.940Z Compiling ucd-trie v0.1.7
28742025-01-13T08:55:48.943Z Running `/home/build/.rustup/toolchains/1.81.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=4c18e325ffeaca11 -C extra-filename=-4c18e325ffeaca11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752025-01-13T08:55:48.970Z Dirty anstyle v1.0.10: the rustflags changed
28762025-01-13T08:55:48.970Z Compiling anstyle v1.0.10
28772025-01-13T08:55:48.977Z Running `/home/build/.rustup/toolchains/1.81.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=2570a634c4322755 -C extra-filename=-2570a634c4322755 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782025-01-13T08:55:49.346Z Dirty pest v2.7.15: the rustflags changed
28792025-01-13T08:55:49.346Z Compiling pest v2.7.15
28802025-01-13T08:55:49.349Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.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="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=4f2cc00bf649cd02 -C extra-filename=-4f2cc00bf649cd02 --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-628c83ce3f8440f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-633850c5409dc620.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-4c18e325ffeaca11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28812025-01-13T08:55:49.484Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-09f8dc1bc7b07af5/build-script-build`
28822025-01-13T08:55:49.571Z Dirty dirs-sys-next v0.1.2: the rustflags changed
28832025-01-13T08:55:49.571Z Compiling dirs-sys-next v0.1.2
28842025-01-13T08:55:49.574Z Running `/home/build/.rustup/toolchains/1.81.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=15d4688a06f57b9e -C extra-filename=-15d4688a06f57b9e --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-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28852025-01-13T08:55:49.621Z Dirty psl-types v2.0.11: the rustflags changed
28862025-01-13T08:55:49.621Z Compiling psl-types v2.0.11
28872025-01-13T08:55:49.624Z Running `/home/build/.rustup/toolchains/1.81.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=9ba679d9131670da -C extra-filename=-9ba679d9131670da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882025-01-13T08:55:49.845Z Dirty litrs v0.4.1: the rustflags changed
28892025-01-13T08:55:49.845Z Compiling litrs v0.4.1
28902025-01-13T08:55:49.848Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litrs-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("check_suffix", "default", "proc-macro2", "unicode-xid"))' -C metadata=f79023a1cd967a3d -C extra-filename=-f79023a1cd967a3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912025-01-13T08:55:50.248Z Dirty toml_edit v0.19.15: the rustflags changed
28922025-01-13T08:55:50.248Z Compiling toml_edit v0.19.15
28932025-01-13T08:55:50.251Z Running `/home/build/.rustup/toolchains/1.81.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=aba4b6f11cfef0e9 -C extra-filename=-aba4b6f11cfef0e9 --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-da88da21f8f207b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-82c13c2889bf5050.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f77e959a4c4db399.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-c00e47ede8d84e42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942025-01-13T08:55:50.276Z Dirty publicsuffix v2.3.0: the rustflags changed
28952025-01-13T08:55:50.277Z Compiling publicsuffix v2.3.0
28962025-01-13T08:55:50.279Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=9ece6b8302c599a4 -C extra-filename=-9ece6b8302c599a4 --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-7e3a160036ba75e9.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-9ba679d9131670da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28972025-01-13T08:55:50.573Z Dirty dirs-next v2.0.0: the rustflags changed
28982025-01-13T08:55:50.573Z Compiling dirs-next v2.0.0
28992025-01-13T08:55:50.577Z Running `/home/build/.rustup/toolchains/1.81.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=d67ff2158177157f -C extra-filename=-d67ff2158177157f --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-83c04ded702a2c6e.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-15d4688a06f57b9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002025-01-13T08:55:50.737Z Running `/home/build/.rustup/toolchains/1.81.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=79e21d66beebb241 -C extra-filename=-79e21d66beebb241 --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-0874bce15360e10d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-270d250e41a0b308.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012025-01-13T08:55:50.785Z Dirty toml_edit v0.22.22: the rustflags changed
29022025-01-13T08:55:50.785Z Compiling toml_edit v0.22.22
29032025-01-13T08:55:50.787Z Running `/home/build/.rustup/toolchains/1.81.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=6de1ef65e03f2848 -C extra-filename=-6de1ef65e03f2848 --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-da88da21f8f207b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-82c13c2889bf5050.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f77e959a4c4db399.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-93d99f60fd349dee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042025-01-13T08:55:51.212Z Dirty document-features v0.2.10: the rustflags changed
29052025-01-13T08:55:51.212Z Compiling document-features v0.2.10
29062025-01-13T08:55:51.222Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name document_features --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/document-features-0.2.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "self-test"))' -C metadata=2743810992b63489 -C extra-filename=-2743810992b63489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern litrs=/work/oxidecomputer/omicron/target/debug/deps/liblitrs-f79023a1cd967a3d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072025-01-13T08:55:51.394Z Dirty webpki-roots v0.26.7: the rustflags changed
29082025-01-13T08:55:51.394Z Compiling webpki-roots v0.26.7
29092025-01-13T08:55:51.397Z Running `/home/build/.rustup/toolchains/1.81.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.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=0ef1a07edf324a09 -C extra-filename=-0ef1a07edf324a09 --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-5385c0fd91c3b6b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102025-01-13T08:55:51.633Z Dirty scroll_derive v0.12.0: the rustflags changed
29112025-01-13T08:55:51.633Z Compiling scroll_derive v0.12.0
29122025-01-13T08:55:51.635Z Running `/home/build/.rustup/toolchains/1.81.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=ceb3fc6024a7c797 -C extra-filename=-ceb3fc6024a7c797 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132025-01-13T08:55:51.848Z Running `/home/build/.rustup/toolchains/1.81.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=4f6e98980d363816 -C extra-filename=-4f6e98980d363816 --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-7e6106d991fb114a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b40eb0548e84dd7f.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-dd81080d435c4bbe.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-80d44173ed56c668.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`
29142025-01-13T08:55:52.401Z Dirty tokio-native-tls v0.3.1: the rustflags changed
29152025-01-13T08:55:52.401Z Compiling tokio-native-tls v0.3.1
29162025-01-13T08:55:52.404Z Running `/home/build/.rustup/toolchains/1.81.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=6ee26e8928db8501 -C extra-filename=-6ee26e8928db8501 --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-4f6e98980d363816.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29172025-01-13T08:55:52.533Z Dirty pest_meta v2.7.15: the rustflags changed
29182025-01-13T08:55:52.533Z Compiling pest_meta v2.7.15
29192025-01-13T08:55:52.536Z Running `/home/build/.rustup/toolchains/1.81.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.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=952829381560f3ee -C extra-filename=-952829381560f3ee --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-4fac8a596e09fa80.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-4f2cc00bf649cd02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202025-01-13T08:55:52.608Z Dirty sync_wrapper v1.0.2: the rustflags changed
29212025-01-13T08:55:52.608Z Compiling sync_wrapper v1.0.2
29222025-01-13T08:55:52.611Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=0e683d3c0a9f06c0 -C extra-filename=-0e683d3c0a9f06c0 --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-15b4a62ef3693967.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232025-01-13T08:55:52.770Z Dirty tower-layer v0.3.3: the rustflags changed
29242025-01-13T08:55:52.770Z Compiling tower-layer v0.3.3
29252025-01-13T08:55:52.773Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=284f2e5bf340ab6e -C extra-filename=-284f2e5bf340ab6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262025-01-13T08:55:52.783Z Dirty tinyvec_macros v0.1.1: the rustflags changed
29272025-01-13T08:55:52.783Z Compiling tinyvec_macros v0.1.1
29282025-01-13T08:55:52.786Z Running `/home/build/.rustup/toolchains/1.81.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=4982b0c839feebb2 -C extra-filename=-4982b0c839feebb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292025-01-13T08:55:52.903Z Dirty tinyvec v1.8.1: the rustflags changed
29302025-01-13T08:55:52.904Z Compiling tinyvec v1.8.1
29312025-01-13T08:55:52.907Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-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="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=c8a72420fb5eda56 -C extra-filename=-c8a72420fb5eda56 --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-4982b0c839feebb2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322025-01-13T08:55:53.021Z Dirty tower v0.5.2: the rustflags changed
29332025-01-13T08:55:53.021Z Compiling tower v0.5.2
29342025-01-13T08:55:53.024Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-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="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=ed8e793ac20166d7 -C extra-filename=-ed8e793ac20166d7 --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-15b4a62ef3693967.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4afc18856895b7c0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-c5ec79541264107a.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-0e683d3c0a9f06c0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-284f2e5bf340ab6e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352025-01-13T08:55:53.297Z Dirty scroll v0.12.0: the rustflags changed
29362025-01-13T08:55:53.297Z Compiling scroll v0.12.0
29372025-01-13T08:55:53.299Z Running `/home/build/.rustup/toolchains/1.81.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=db0267191b19122a -C extra-filename=-db0267191b19122a --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-ceb3fc6024a7c797.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29382025-01-13T08:55:53.920Z Dirty pest_generator v2.7.15: the rustflags changed
29392025-01-13T08:55:53.920Z Compiling pest_generator v2.7.15
29402025-01-13T08:55:53.922Z Running `/home/build/.rustup/toolchains/1.81.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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=9d6b6f20e3750e02 -C extra-filename=-9d6b6f20e3750e02 --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-4f2cc00bf649cd02.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-952829381560f3ee.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412025-01-13T08:55:53.981Z Dirty hyper-tls v0.6.0: the rustflags changed
29422025-01-13T08:55:53.981Z Compiling hyper-tls v0.6.0
29432025-01-13T08:55:53.983Z Running `/home/build/.rustup/toolchains/1.81.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=b4514c912c284fe5 -C extra-filename=-b4514c912c284fe5 --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-ce4a110ca38c9e9c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-739fc5b4c1d9cdaa.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-4f6e98980d363816.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-6ee26e8928db8501.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29442025-01-13T08:55:54.447Z Dirty cookie_store v0.21.1: the rustflags changed
29452025-01-13T08:55:54.447Z Compiling cookie_store v0.21.1
29462025-01-13T08:55:54.450Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=e3ae0b2617f22bb1 -C extra-filename=-e3ae0b2617f22bb1 --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-79e21d66beebb241.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-2743810992b63489.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-7e3a160036ba75e9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-9ece6b8302c599a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ca443d8fd344af96.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-270d250e41a0b308.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472025-01-13T08:55:54.475Z Dirty term v0.7.0: the rustflags changed
29482025-01-13T08:55:54.475Z Compiling term v0.7.0
29492025-01-13T08:55:54.479Z Running `/home/build/.rustup/toolchains/1.81.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=b4b5569457a1fc4f -C extra-filename=-b4b5569457a1fc4f --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-d67ff2158177157f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502025-01-13T08:55:54.500Z Dirty anstyle-parse v0.2.6: the rustflags changed
29512025-01-13T08:55:54.500Z Compiling anstyle-parse v0.2.6
29522025-01-13T08:55:54.503Z Running `/home/build/.rustup/toolchains/1.81.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.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=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="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=c48bee3a6b64dcd1 -C extra-filename=-c48bee3a6b64dcd1 --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-6f3e25e7cc201eae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532025-01-13T08:55:54.868Z Dirty signature v2.2.0: the rustflags changed
29542025-01-13T08:55:54.868Z Compiling signature v2.2.0
29552025-01-13T08:55:54.872Z Running `/home/build/.rustup/toolchains/1.81.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=ec5f4f6105bcd8f5 -C extra-filename=-ec5f4f6105bcd8f5 --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-0f56e7a84b3c5e8f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9f9f8794b4ee08b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562025-01-13T08:55:55.190Z Dirty is_terminal_polyfill v1.70.1: the rustflags changed
29572025-01-13T08:55:55.190Z Compiling is_terminal_polyfill v1.70.1
29582025-01-13T08:55:55.192Z Running `/home/build/.rustup/toolchains/1.81.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=1e0b3e5a5cad323d -C extra-filename=-1e0b3e5a5cad323d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592025-01-13T08:55:55.338Z Dirty plain v0.2.3: the rustflags changed
29602025-01-13T08:55:55.338Z Compiling plain v0.2.3
29612025-01-13T08:55:55.341Z Running `/home/build/.rustup/toolchains/1.81.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=b3026b0ae92178ee -C extra-filename=-b3026b0ae92178ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622025-01-13T08:55:55.522Z Dirty anstyle-query v1.1.2: the rustflags changed
29632025-01-13T08:55:55.522Z Compiling anstyle-query v1.1.2
29642025-01-13T08:55:55.525Z Running `/home/build/.rustup/toolchains/1.81.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.2/src/lib.rs --error-format=json --json=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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=505917ea3ed09df1 -C extra-filename=-505917ea3ed09df1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652025-01-13T08:55:55.702Z Dirty colorchoice v1.0.3: the rustflags changed
29662025-01-13T08:55:55.703Z Compiling colorchoice v1.0.3
29672025-01-13T08:55:55.725Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-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 --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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50c1188e5c503566 -C extra-filename=-50c1188e5c503566 --out-dir /work/oxidecomputer/omicron/target/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-13T08:55:55.885Z Dirty anstream v0.6.18: the rustflags changed
29692025-01-13T08:55:55.885Z Compiling anstream v0.6.18
29702025-01-13T08:55:55.888Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=5baeaf7432430ba0 -C extra-filename=-5baeaf7432430ba0 --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-2570a634c4322755.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-c48bee3a6b64dcd1.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-505917ea3ed09df1.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-50c1188e5c503566.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-1e0b3e5a5cad323d.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-6f3e25e7cc201eae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712025-01-13T08:55:56.031Z Dirty goblin v0.8.2: the rustflags changed
29722025-01-13T08:55:56.031Z Compiling goblin v0.8.2
29732025-01-13T08:55:56.062Z Running `/home/build/.rustup/toolchains/1.81.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=a4bc82f42c042de2 -C extra-filename=-a4bc82f42c042de2 --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-7e6106d991fb114a.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-b3026b0ae92178ee.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-db0267191b19122a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742025-01-13T08:55:56.088Z Dirty terminal_size v0.4.1: the rustflags changed
29752025-01-13T08:55:56.088Z Compiling terminal_size v0.4.1
29762025-01-13T08:55:56.091Z Dirty usdt-impl v0.5.0: the rustflags changed
29772025-01-13T08:55:56.091Z Compiling usdt-impl v0.5.0
29782025-01-13T08:55:56.091Z Running `/home/build/.rustup/toolchains/1.81.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c332f9c409e27d60 -C extra-filename=-c332f9c409e27d60 --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-98b26dfb34f0a4d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792025-01-13T08:55:56.091Z Running `/home/build/.rustup/toolchains/1.81.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=9d1175e175a05cf8 -C extra-filename=-9d1175e175a05cf8 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-9d1175e175a05cf8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802025-01-13T08:55:56.326Z Dirty unicode-segmentation v1.12.0: the rustflags changed
29812025-01-13T08:55:56.326Z Compiling unicode-segmentation v1.12.0
29822025-01-13T08:55:56.329Z Running `/home/build/.rustup/toolchains/1.81.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=fa2869c7751ea7ea -C extra-filename=-fa2869c7751ea7ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832025-01-13T08:55:56.529Z Dirty heck v0.4.1: the rustflags changed
29842025-01-13T08:55:56.530Z Compiling heck v0.4.1
29852025-01-13T08:55:56.532Z Running `/home/build/.rustup/toolchains/1.81.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=dd99b89daf0c34d1 -C extra-filename=-dd99b89daf0c34d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862025-01-13T08:55:56.704Z Dirty clap_lex v0.7.4: the rustflags changed
29872025-01-13T08:55:56.704Z Compiling clap_lex v0.7.4
29882025-01-13T08:55:56.706Z Running `/home/build/.rustup/toolchains/1.81.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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dac8103532151b7c -C extra-filename=-dac8103532151b7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892025-01-13T08:55:57.057Z Dirty pretty-hex v0.4.1: the rustflags changed
29902025-01-13T08:55:57.057Z Compiling pretty-hex v0.4.1
29912025-01-13T08:55:57.059Z Running `/home/build/.rustup/toolchains/1.81.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=b110af5685252111 -C extra-filename=-b110af5685252111 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922025-01-13T08:55:57.223Z Dirty clap_builder v4.5.26: the rustflags changed
29932025-01-13T08:55:57.223Z Compiling clap_builder v4.5.26
29942025-01-13T08:55:57.226Z Running `/home/build/.rustup/toolchains/1.81.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.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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=268c0e59bfe91587 -C extra-filename=-268c0e59bfe91587 --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-5baeaf7432430ba0.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-2570a634c4322755.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-dac8103532151b7c.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f51eb3e58dfb259b.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-c332f9c409e27d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29952025-01-13T08:55:57.252Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-9d1175e175a05cf8/build-script-build`
29962025-01-13T08:55:57.283Z Dirty clap_derive v4.5.24: the rustflags changed
29972025-01-13T08:55:57.283Z Compiling clap_derive v4.5.24
29982025-01-13T08:55:57.285Z Running `/home/build/.rustup/toolchains/1.81.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.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=4c8ca9c091fc2517 -C extra-filename=-4c8ca9c091fc2517 --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992025-01-13T08:55:57.407Z Dirty itertools v0.10.5: the rustflags changed
30002025-01-13T08:55:57.407Z Compiling itertools v0.10.5
30012025-01-13T08:55:57.410Z Running `/home/build/.rustup/toolchains/1.81.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=db92a402d6d3376a -C extra-filename=-db92a402d6d3376a --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-682f0202de4cb9c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022025-01-13T08:55:57.633Z Dirty pest_derive v2.7.15: the rustflags changed
30032025-01-13T08:55:57.633Z Compiling pest_derive v2.7.15
30042025-01-13T08:55:57.635Z Running `/home/build/.rustup/toolchains/1.81.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.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 --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=fc98dd8879c7b739 -C extra-filename=-fc98dd8879c7b739 --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-4f2cc00bf649cd02.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-9d6b6f20e3750e02.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052025-01-13T08:55:58.239Z Dirty thread-id v4.2.2: the rustflags changed
30062025-01-13T08:55:58.239Z Compiling thread-id v4.2.2
30072025-01-13T08:55:58.242Z Running `/home/build/.rustup/toolchains/1.81.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=ae2df4bba70e0efc -C extra-filename=-ae2df4bba70e0efc --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-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082025-01-13T08:55:58.367Z Dirty crc32fast v1.4.2: the rustflags changed
30092025-01-13T08:55:58.367Z Compiling crc32fast v1.4.2
30102025-01-13T08:55:58.370Z Running `/home/build/.rustup/toolchains/1.81.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=149352a4a9602637 -C extra-filename=-149352a4a9602637 --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112025-01-13T08:55:58.650Z Dirty dtrace-parser v0.2.0: the rustflags changed
30122025-01-13T08:55:58.650Z Compiling dtrace-parser v0.2.0
30132025-01-13T08:55:58.666Z Running `/home/build/.rustup/toolchains/1.81.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=c32f4ce8f17f715f -C extra-filename=-c32f4ce8f17f715f --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-4f2cc00bf649cd02.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-fc98dd8879c7b739.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142025-01-13T08:55:58.746Z Dirty base16ct v0.2.0: the rustflags changed
30152025-01-13T08:55:58.746Z Compiling base16ct v0.2.0
30162025-01-13T08:55:58.749Z Running `/home/build/.rustup/toolchains/1.81.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=2a65e2ab151e09a4 -C extra-filename=-2a65e2ab151e09a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172025-01-13T08:55:59.039Z Dirty sec1 v0.7.3: the rustflags changed
30182025-01-13T08:55:59.039Z Compiling sec1 v0.7.3
30192025-01-13T08:55:59.041Z Running `/home/build/.rustup/toolchains/1.81.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=8826a9a109730958 -C extra-filename=-8826a9a109730958 --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-2a65e2ab151e09a4.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-c90fb76a8ae89480.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c75a5e3dd70c852e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d58e7cfe737cf679.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202025-01-13T08:55:59.120Z Dirty toml v0.8.19: the rustflags changed
30212025-01-13T08:55:59.120Z Compiling toml v0.8.19
30222025-01-13T08:55:59.122Z Running `/home/build/.rustup/toolchains/1.81.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=3dd56f3353c7f07f -C extra-filename=-3dd56f3353c7f07f --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-a8c76d661c1be42b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-82c13c2889bf5050.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f77e959a4c4db399.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6de1ef65e03f2848.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232025-01-13T08:55:59.643Z Dirty num-integer v0.1.46: the rustflags changed
30242025-01-13T08:55:59.643Z Compiling num-integer v0.1.46
30252025-01-13T08:55:59.645Z Running `/home/build/.rustup/toolchains/1.81.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=8d64c4121e224860 -C extra-filename=-8d64c4121e224860 --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-21e7f19c9e013b13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262025-01-13T08:56:00.399Z Dirty ff v0.13.0: the rustflags changed
30272025-01-13T08:56:00.399Z Compiling ff v0.13.0
30282025-01-13T08:56:00.402Z Running `/home/build/.rustup/toolchains/1.81.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=7e08ed70965fbb2a -C extra-filename=-7e08ed70965fbb2a --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-9f9f8794b4ee08b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292025-01-13T08:56:00.452Z Dirty ahash v0.8.11: the rustflags changed
30302025-01-13T08:56:00.453Z Compiling ahash v0.8.11
30312025-01-13T08:56:00.455Z Running `/home/build/.rustup/toolchains/1.81.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=ca4dd35bd6d55561 -C extra-filename=-ca4dd35bd6d55561 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-ca4dd35bd6d55561 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322025-01-13T08:56:00.655Z Dirty group v0.13.0: the rustflags changed
30332025-01-13T08:56:00.655Z Compiling group v0.13.0
30342025-01-13T08:56:00.658Z Running `/home/build/.rustup/toolchains/1.81.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=9aad501e1a1b46eb -C extra-filename=-9aad501e1a1b46eb --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-7e08ed70965fbb2a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9f9f8794b4ee08b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352025-01-13T08:56:00.878Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-ca4dd35bd6d55561/build-script-build`
30362025-01-13T08:56:00.909Z Dirty hkdf v0.12.4: the rustflags changed
30372025-01-13T08:56:00.909Z Compiling hkdf v0.12.4
30382025-01-13T08:56:00.911Z Running `/home/build/.rustup/toolchains/1.81.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=ef1df45d2ff0149c -C extra-filename=-ef1df45d2ff0149c --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-d4151f86f82bb628.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392025-01-13T08:56:00.934Z Dirty crypto-bigint v0.5.5: the rustflags changed
30402025-01-13T08:56:00.934Z Compiling crypto-bigint v0.5.5
30412025-01-13T08:56:00.944Z Running `/home/build/.rustup/toolchains/1.81.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=e0164450d4c5dbd0 -C extra-filename=-e0164450d4c5dbd0 --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-c75a5e3dd70c852e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9f9f8794b4ee08b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422025-01-13T08:56:00.962Z Dirty crossbeam-epoch v0.9.18: the rustflags changed
30432025-01-13T08:56:00.962Z Compiling crossbeam-epoch v0.9.18
30442025-01-13T08:56:00.983Z Running `/home/build/.rustup/toolchains/1.81.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=8fe57287649cc3b4 -C extra-filename=-8fe57287649cc3b4 --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-3e1736cef29238ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452025-01-13T08:56:00.988Z Dirty bitflags v1.3.2: the rustflags changed
30462025-01-13T08:56:00.988Z Compiling bitflags v1.3.2
30472025-01-13T08:56:00.988Z Running `/home/build/.rustup/toolchains/1.81.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=6ed2929a91f42350 -C extra-filename=-6ed2929a91f42350 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30482025-01-13T08:56:01.110Z Dirty static_assertions v1.1.0: the rustflags changed
30492025-01-13T08:56:01.110Z Compiling static_assertions v1.1.0
30502025-01-13T08:56:01.113Z Running `/home/build/.rustup/toolchains/1.81.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=4838cc47d8ef8586 -C extra-filename=-4838cc47d8ef8586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30512025-01-13T08:56:01.179Z Dirty utf-8 v0.7.6: the rustflags changed
30522025-01-13T08:56:01.180Z Compiling utf-8 v0.7.6
30532025-01-13T08:56:01.182Z Running `/home/build/.rustup/toolchains/1.81.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=04c785dde2a4d077 -C extra-filename=-04c785dde2a4d077 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542025-01-13T08:56:01.229Z Dirty rayon-core v1.12.1: the rustflags changed
30552025-01-13T08:56:01.230Z Compiling rayon-core v1.12.1
30562025-01-13T08:56:01.233Z Running `/home/build/.rustup/toolchains/1.81.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=735992bd41e2f418 -C extra-filename=-735992bd41e2f418 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-735992bd41e2f418 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572025-01-13T08:56:01.520Z Running `/home/build/.rustup/toolchains/1.81.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=b81c3e383f112ae7 -C extra-filename=-b81c3e383f112ae7 --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-83c04ded702a2c6e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-15b4e134ca77c3bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-72132b7fe9e05f73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
30582025-01-13T08:56:01.576Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-735992bd41e2f418/build-script-build`
30592025-01-13T08:56:01.616Z Dirty hex v0.4.3: the rustflags changed
30602025-01-13T08:56:01.616Z Compiling hex v0.4.3
30612025-01-13T08:56:01.618Z Running `/home/build/.rustup/toolchains/1.81.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=e8f7cc753d9f22cc -C extra-filename=-e8f7cc753d9f22cc --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-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622025-01-13T08:56:01.761Z Dirty crossbeam-channel v0.5.14: the rustflags changed
30632025-01-13T08:56:01.761Z Compiling crossbeam-channel v0.5.14
30642025-01-13T08:56:01.764Z Running `/home/build/.rustup/toolchains/1.81.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.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' -C metadata=c27dd956002a90ef -C extra-filename=-c27dd956002a90ef --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-3e1736cef29238ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652025-01-13T08:56:02.145Z Dirty dof v0.3.0: the rustflags changed
30662025-01-13T08:56:02.145Z Compiling dof v0.3.0
30672025-01-13T08:56:02.147Z Running `/home/build/.rustup/toolchains/1.81.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=4070eb0f065402a6 -C extra-filename=-4070eb0f065402a6 --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-a4bc82f42c042de2.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-72132b7fe9e05f73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30682025-01-13T08:56:02.271Z Dirty memmap v0.7.0: the rustflags changed
30692025-01-13T08:56:02.271Z Compiling memmap v0.7.0
30702025-01-13T08:56:02.274Z Running `/home/build/.rustup/toolchains/1.81.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=87b017e8a64c3bc0 -C extra-filename=-87b017e8a64c3bc0 --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-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712025-01-13T08:56:02.615Z Dirty clap v4.5.26: the rustflags changed
30722025-01-13T08:56:02.615Z Compiling clap v4.5.26
30732025-01-13T08:56:02.618Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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=c5e3116f23884976 -C extra-filename=-c5e3116f23884976 --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-268c0e59bfe91587.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-4c8ca9c091fc2517.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742025-01-13T08:56:02.669Z Dirty thread_local v1.1.8: the rustflags changed
30752025-01-13T08:56:02.669Z Compiling thread_local v1.1.8
30762025-01-13T08:56:02.672Z Running `/home/build/.rustup/toolchains/1.81.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=feb16cbec536af1b -C extra-filename=-feb16cbec536af1b --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-83c04ded702a2c6e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772025-01-13T08:56:02.756Z Dirty unicode-width v0.2.0: the rustflags changed
30782025-01-13T08:56:02.756Z Compiling unicode-width v0.2.0
30792025-01-13T08:56:02.758Z Running `/home/build/.rustup/toolchains/1.81.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=5772c0a5d46e4d7f -C extra-filename=-5772c0a5d46e4d7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30802025-01-13T08:56:02.936Z Running `/home/build/.rustup/toolchains/1.81.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=ccce1d41a281e6fd -C extra-filename=-ccce1d41a281e6fd --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-42c8c764cb4293aa.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-4070eb0f065402a6.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-c32f4ce8f17f715f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-ae2df4bba70e0efc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
30812025-01-13T08:56:03.262Z Dirty slog-async v2.8.0: the rustflags changed
30822025-01-13T08:56:03.263Z Compiling slog-async v2.8.0
30832025-01-13T08:56:03.266Z Running `/home/build/.rustup/toolchains/1.81.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=b2c8ed0240dd9ea1 -C extra-filename=-b2c8ed0240dd9ea1 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-b2c8ed0240dd9ea1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842025-01-13T08:56:03.290Z Dirty crossbeam-deque v0.8.6: the rustflags changed
30852025-01-13T08:56:03.290Z Compiling crossbeam-deque v0.8.6
30862025-01-13T08:56:03.293Z Running `/home/build/.rustup/toolchains/1.81.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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' -C metadata=fb0431e52e243d0f -C extra-filename=-fb0431e52e243d0f --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-8fe57287649cc3b4.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-3e1736cef29238ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872025-01-13T08:56:03.654Z Dirty num-iter v0.1.45: the rustflags changed
30882025-01-13T08:56:03.654Z Compiling num-iter v0.1.45
30892025-01-13T08:56:03.670Z Running `/home/build/.rustup/toolchains/1.81.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=f37f88dc39ff96fe -C extra-filename=-f37f88dc39ff96fe --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-8d64c4121e224860.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21e7f19c9e013b13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902025-01-13T08:56:03.875Z Dirty flate2 v1.0.35: the rustflags changed
30912025-01-13T08:56:03.875Z Compiling flate2 v1.0.35
30922025-01-13T08:56:03.898Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=e3f6aa9509fcb0f0 -C extra-filename=-e3f6aa9509fcb0f0 --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-149352a4a9602637.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-c2d7a23df6bbd7f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932025-01-13T08:56:03.903Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-b2c8ed0240dd9ea1/build-script-build`
30942025-01-13T08:56:03.986Z Dirty elliptic-curve v0.13.8: the rustflags changed
30952025-01-13T08:56:03.986Z Compiling elliptic-curve v0.13.8
30962025-01-13T08:56:03.989Z Running `/home/build/.rustup/toolchains/1.81.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=f222aa399539a660 -C extra-filename=-f222aa399539a660 --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-2a65e2ab151e09a4.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-e0164450d4c5dbd0.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0f56e7a84b3c5e8f.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-7e08ed70965fbb2a.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c75a5e3dd70c852e.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-9aad501e1a1b46eb.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef1df45d2ff0149c.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d58e7cfe737cf679.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9f9f8794b4ee08b0.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8826a9a109730958.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972025-01-13T08:56:04.322Z Dirty unicode-normalization v0.1.24: the rustflags changed
30982025-01-13T08:56:04.322Z Compiling unicode-normalization v0.1.24
30992025-01-13T08:56:04.325Z Running `/home/build/.rustup/toolchains/1.81.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=a1e87e93a0cdc001 -C extra-filename=-a1e87e93a0cdc001 --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-c8a72420fb5eda56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31002025-01-13T08:56:04.588Z Dirty curve25519-dalek v4.1.3: the rustflags changed
31012025-01-13T08:56:04.588Z Compiling curve25519-dalek v4.1.3
31022025-01-13T08:56:04.610Z Running `/home/build/.rustup/toolchains/1.81.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=5b3acd06e8588543 -C extra-filename=-5b3acd06e8588543 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-5b3acd06e8588543 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-e3febf7b2cd14a29.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032025-01-13T08:56:04.872Z Dirty take_mut v0.2.2: the rustflags changed
31042025-01-13T08:56:04.872Z Compiling take_mut v0.2.2
31052025-01-13T08:56:04.876Z Running `/home/build/.rustup/toolchains/1.81.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=8aaf7e3320c05f60 -C extra-filename=-8aaf7e3320c05f60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31062025-01-13T08:56:04.916Z Dirty rustls v0.22.4: the rustflags changed
31072025-01-13T08:56:04.916Z Compiling rustls v0.22.4
31082025-01-13T08:56:04.919Z Running `/home/build/.rustup/toolchains/1.81.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=105a1bc17f8a3481 -C extra-filename=-105a1bc17f8a3481 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-105a1bc17f8a3481 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092025-01-13T08:56:05.057Z Dirty siphasher v1.0.1: the rustflags changed
31102025-01-13T08:56:05.057Z Compiling siphasher v1.0.1
31112025-01-13T08:56:05.060Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=e65358f422704804 -C extra-filename=-e65358f422704804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31122025-01-13T08:56:05.260Z Dirty num-bigint-dig v0.8.4: the rustflags changed
31132025-01-13T08:56:05.260Z Compiling num-bigint-dig v0.8.4
31142025-01-13T08:56:05.263Z Running `/home/build/.rustup/toolchains/1.81.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=601bed912dc37f75 -C extra-filename=-601bed912dc37f75 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-601bed912dc37f75 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152025-01-13T08:56:05.288Z Dirty match_cfg v0.1.0: the rustflags changed
31162025-01-13T08:56:05.288Z Compiling match_cfg v0.1.0
31172025-01-13T08:56:05.291Z Running `/home/build/.rustup/toolchains/1.81.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=bb2dcccd970205f1 -C extra-filename=-bb2dcccd970205f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182025-01-13T08:56:05.402Z Dirty hostname v0.3.1: the rustflags changed
31192025-01-13T08:56:05.402Z Compiling hostname v0.3.1
31202025-01-13T08:56:05.402Z Running `/home/build/.rustup/toolchains/1.81.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=9496ff1b4b3fa231 -C extra-filename=-9496ff1b4b3fa231 --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-98a964d32351fb3b.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-bb2dcccd970205f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212025-01-13T08:56:05.438Z Dirty phf_shared v0.11.3: the rustflags changed
31222025-01-13T08:56:05.438Z Compiling phf_shared v0.11.3
31232025-01-13T08:56:05.440Z Running `/home/build/.rustup/toolchains/1.81.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=f8d439578fd22f5f -C extra-filename=-f8d439578fd22f5f --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-e65358f422704804.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242025-01-13T08:56:05.514Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-5b3acd06e8588543/build-script-build`
31252025-01-13T08:56:05.623Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-601bed912dc37f75/build-script-build`
31262025-01-13T08:56:05.650Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-105a1bc17f8a3481/build-script-build`
31272025-01-13T08:56:05.682Z Running `/home/build/.rustup/toolchains/1.81.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=d5150401c51a90fd -C extra-filename=-d5150401c51a90fd --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-c27dd956002a90ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-8aaf7e3320c05f60.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-feb16cbec536af1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
31282025-01-13T08:56:05.709Z Running `/home/build/.rustup/toolchains/1.81.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=343f67889dfddc4e -C extra-filename=-343f67889dfddc4e --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-fb0431e52e243d0f.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-3e1736cef29238ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292025-01-13T08:56:05.735Z Dirty slog-term v2.9.1: the rustflags changed
31302025-01-13T08:56:05.735Z Compiling slog-term v2.9.1
31312025-01-13T08:56:05.735Z Running `/home/build/.rustup/toolchains/1.81.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=a92dedbac74d16a4 -C extra-filename=-a92dedbac74d16a4 --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-a0a817d9637e1161.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b4b5569457a1fc4f.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-feb16cbec536af1b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-270d250e41a0b308.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322025-01-13T08:56:05.844Z Dirty toml v0.7.8: the rustflags changed
31332025-01-13T08:56:05.844Z Compiling toml v0.7.8
31342025-01-13T08:56:05.847Z Running `/home/build/.rustup/toolchains/1.81.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=cda4689e2807bfbb -C extra-filename=-cda4689e2807bfbb --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-a8c76d661c1be42b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-82c13c2889bf5050.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f77e959a4c4db399.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-aba4b6f11cfef0e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352025-01-13T08:56:06.457Z Dirty rfc6979 v0.4.0: the rustflags changed
31362025-01-13T08:56:06.457Z Compiling rfc6979 v0.4.0
31372025-01-13T08:56:06.459Z Running `/home/build/.rustup/toolchains/1.81.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=0a2df3046d9f58f4 -C extra-filename=-0a2df3046d9f58f4 --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-d4151f86f82bb628.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382025-01-13T08:56:06.668Z Dirty curve25519-dalek-derive v0.1.1: the rustflags changed
31392025-01-13T08:56:06.668Z Compiling curve25519-dalek-derive v0.1.1
31402025-01-13T08:56:06.671Z Running `/home/build/.rustup/toolchains/1.81.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=6d8702527add7f5c -C extra-filename=-6d8702527add7f5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412025-01-13T08:56:06.765Z Dirty usdt-attr-macro v0.5.0: the rustflags changed
31422025-01-13T08:56:06.765Z Compiling usdt-attr-macro v0.5.0
31432025-01-13T08:56:06.767Z Running `/home/build/.rustup/toolchains/1.81.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=903cc1784d62bb47 -C extra-filename=-903cc1784d62bb47 --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-c32f4ce8f17f715f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-45f64382ca0b755d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ccce1d41a281e6fd.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31442025-01-13T08:56:06.913Z Dirty usdt-macro v0.5.0: the rustflags changed
31452025-01-13T08:56:06.913Z Compiling usdt-macro v0.5.0
31462025-01-13T08:56:06.916Z Running `/home/build/.rustup/toolchains/1.81.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=176e65a96d64fec2 -C extra-filename=-176e65a96d64fec2 --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-c32f4ce8f17f715f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-45f64382ca0b755d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ccce1d41a281e6fd.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472025-01-13T08:56:06.952Z Dirty zerocopy-derive v0.6.6: the rustflags changed
31482025-01-13T08:56:06.952Z Compiling zerocopy-derive v0.6.6
31492025-01-13T08:56:06.954Z Running `/home/build/.rustup/toolchains/1.81.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=d4a70d0e222bb2db -C extra-filename=-d4a70d0e222bb2db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502025-01-13T08:56:07.066Z Dirty bstr v1.11.3: the rustflags changed
31512025-01-13T08:56:07.066Z Compiling bstr v1.11.3
31522025-01-13T08:56:07.069Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=e26c1fe285bd8a74 -C extra-filename=-e26c1fe285bd8a74 --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-628c83ce3f8440f3.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fe8f1795e7f218ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31532025-01-13T08:56:07.535Z Dirty siphasher v0.3.11: the rustflags changed
31542025-01-13T08:56:07.535Z Compiling siphasher v0.3.11
31552025-01-13T08:56:07.539Z Dirty fixedbitset v0.4.2: the rustflags changed
31562025-01-13T08:56:07.539Z Compiling fixedbitset v0.4.2
31572025-01-13T08:56:07.539Z Running `/home/build/.rustup/toolchains/1.81.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=752bae3711125b75 -C extra-filename=-752bae3711125b75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582025-01-13T08:56:07.539Z Running `/home/build/.rustup/toolchains/1.81.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=3993d879d3735a13 -C extra-filename=-3993d879d3735a13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592025-01-13T08:56:07.957Z Dirty signal-hook v0.3.17: the rustflags changed
31602025-01-13T08:56:07.957Z Compiling signal-hook v0.3.17
31612025-01-13T08:56:07.959Z Running `/home/build/.rustup/toolchains/1.81.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=fc5ab04dae0ea983 -C extra-filename=-fc5ab04dae0ea983 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-fc5ab04dae0ea983 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622025-01-13T08:56:08.018Z Dirty managed v0.8.0: the rustflags changed
31632025-01-13T08:56:08.018Z Compiling managed v0.8.0
31642025-01-13T08:56:08.021Z Running `/home/build/.rustup/toolchains/1.81.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=0a48528787edc64f -C extra-filename=-0a48528787edc64f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652025-01-13T08:56:08.313Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-fc5ab04dae0ea983/build-script-build`
31662025-01-13T08:56:08.354Z Dirty phf_shared v0.10.0: the rustflags changed
31672025-01-13T08:56:08.354Z Compiling phf_shared v0.10.0
31682025-01-13T08:56:08.357Z Running `/home/build/.rustup/toolchains/1.81.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=298bfd7f9859128c -C extra-filename=-298bfd7f9859128c --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-752bae3711125b75.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692025-01-13T08:56:08.388Z Running `/home/build/.rustup/toolchains/1.81.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=f3959575354082ec -C extra-filename=-f3959575354082ec --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-83c04ded702a2c6e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-cdd5a1475f48597f.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-6d8702527add7f5c.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0f56e7a84b3c5e8f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9f9f8794b4ee08b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.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"'`
31702025-01-13T08:56:08.465Z Dirty petgraph v0.6.5: the rustflags changed
31712025-01-13T08:56:08.465Z Compiling petgraph v0.6.5
31722025-01-13T08:56:08.468Z Running `/home/build/.rustup/toolchains/1.81.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=44e5d43088bf6c74 -C extra-filename=-44e5d43088bf6c74 --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-3993d879d3735a13.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ca443d8fd344af96.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732025-01-13T08:56:08.699Z Dirty ecdsa v0.16.9: the rustflags changed
31742025-01-13T08:56:08.700Z Compiling ecdsa v0.16.9
31752025-01-13T08:56:08.702Z Running `/home/build/.rustup/toolchains/1.81.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=fbb2e2fbcd36eb5d -C extra-filename=-fbb2e2fbcd36eb5d --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-c90fb76a8ae89480.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0f56e7a84b3c5e8f.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f222aa399539a660.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-0a2df3046d9f58f4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ec5f4f6105bcd8f5.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-f8b9b31bb04f5521.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31762025-01-13T08:56:08.743Z Dirty usdt v0.5.0: the rustflags changed
31772025-01-13T08:56:08.743Z Compiling usdt v0.5.0
31782025-01-13T08:56:08.745Z Running `/home/build/.rustup/toolchains/1.81.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=7fe403bac1ab5af8 -C extra-filename=-7fe403bac1ab5af8 --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-4070eb0f065402a6.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-c32f4ce8f17f715f.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-a4bc82f42c042de2.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-87b017e8a64c3bc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-903cc1784d62bb47.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ccce1d41a281e6fd.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-176e65a96d64fec2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792025-01-13T08:56:08.771Z Running `/home/build/.rustup/toolchains/1.81.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=754f030a1b9e4d6c -C extra-filename=-754f030a1b9e4d6c --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-42c8c764cb4293aa.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-9e0ac5b0e2215f0e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d64c4121e224860.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-f37f88dc39ff96fe.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21e7f19c9e013b13.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
31802025-01-13T08:56:08.916Z Dirty pkcs1 v0.7.5: the rustflags changed
31812025-01-13T08:56:08.916Z Compiling pkcs1 v0.7.5
31822025-01-13T08:56:08.920Z Running `/home/build/.rustup/toolchains/1.81.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=ce98d0d64fbb428d -C extra-filename=-ce98d0d64fbb428d --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-c90fb76a8ae89480.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d58e7cfe737cf679.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-f8b9b31bb04f5521.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31832025-01-13T08:56:09.328Z Dirty zerocopy v0.6.6: the rustflags changed
31842025-01-13T08:56:09.328Z Compiling zerocopy v0.6.6
31852025-01-13T08:56:09.331Z Running `/home/build/.rustup/toolchains/1.81.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=b95e0209480e69b8 -C extra-filename=-b95e0209480e69b8 --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-42c8c764cb4293aa.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-d4a70d0e222bb2db.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862025-01-13T08:56:09.356Z Dirty bzip2-sys v0.1.11+1.0.8: the rustflags changed
31872025-01-13T08:56:09.356Z Compiling bzip2-sys v0.1.11+1.0.8
31882025-01-13T08:56:09.359Z Running `/home/build/.rustup/toolchains/1.81.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=e57fda0efb990be7 -C extra-filename=-e57fda0efb990be7 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e57fda0efb990be7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-48ea037f3791d910.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31892025-01-13T08:56:09.554Z Dirty multer v3.1.0: the rustflags changed
31902025-01-13T08:56:09.555Z Compiling multer v3.1.0
31912025-01-13T08:56:09.557Z Running `/home/build/.rustup/toolchains/1.81.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=a7ceeb8288b20219 -C extra-filename=-a7ceeb8288b20219 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-a7ceeb8288b20219 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922025-01-13T08:56:09.935Z Dirty precomputed-hash v0.1.1: the rustflags changed
31932025-01-13T08:56:09.935Z Compiling precomputed-hash v0.1.1
31942025-01-13T08:56:09.938Z Running `/home/build/.rustup/toolchains/1.81.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=8f83a3e4b96fb09c -C extra-filename=-8f83a3e4b96fb09c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952025-01-13T08:56:10.005Z Dirty unicode-bidi v0.3.18: the rustflags changed
31962025-01-13T08:56:10.005Z Compiling unicode-bidi v0.3.18
31972025-01-13T08:56:10.008Z Running `/home/build/.rustup/toolchains/1.81.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.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=21b52d5156616212 -C extra-filename=-21b52d5156616212 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31982025-01-13T08:56:10.063Z Dirty new_debug_unreachable v1.0.6: the rustflags changed
31992025-01-13T08:56:10.063Z Compiling new_debug_unreachable v1.0.6
32002025-01-13T08:56:10.065Z Running `/home/build/.rustup/toolchains/1.81.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=5fe1dee17d377a9d -C extra-filename=-5fe1dee17d377a9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32012025-01-13T08:56:10.090Z Dirty unicode-xid v0.2.6: the rustflags changed
32022025-01-13T08:56:10.090Z Compiling unicode-xid v0.2.6
32032025-01-13T08:56:10.092Z Running `/home/build/.rustup/toolchains/1.81.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=32fa34c4898bea28 -C extra-filename=-32fa34c4898bea28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042025-01-13T08:56:10.178Z Dirty string_cache v0.8.7: the rustflags changed
32052025-01-13T08:56:10.178Z Compiling string_cache v0.8.7
32062025-01-13T08:56:10.181Z Running `/home/build/.rustup/toolchains/1.81.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=ac89f9c8f501ddd3 -C extra-filename=-ac89f9c8f501ddd3 --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-5fe1dee17d377a9d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-1132496cb787fe7c.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-298bfd7f9859128c.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-8f83a3e4b96fb09c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072025-01-13T08:56:10.242Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e57fda0efb990be7/build-script-build`
32082025-01-13T08:56:10.282Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-a7ceeb8288b20219/build-script-build`
32092025-01-13T08:56:10.369Z Running `/home/build/.rustup/toolchains/1.81.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=5f42dbc2329a6250 -C extra-filename=-5f42dbc2329a6250 --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-98a964d32351fb3b.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-c0919c0ac0298ddb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102025-01-13T08:56:10.677Z Dirty ed25519 v2.2.3: the rustflags changed
32112025-01-13T08:56:10.677Z Compiling ed25519 v2.2.3
32122025-01-13T08:56:10.680Z Running `/home/build/.rustup/toolchains/1.81.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=ae8f0dbf1ae6f26c -C extra-filename=-ae8f0dbf1ae6f26c --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-d58e7cfe737cf679.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ec5f4f6105bcd8f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32132025-01-13T08:56:11.339Z Dirty slog-json v2.6.1: the rustflags changed
32142025-01-13T08:56:11.339Z Compiling slog-json v2.6.1
32152025-01-13T08:56:11.341Z Running `/home/build/.rustup/toolchains/1.81.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=aecdf8821821679d -C extra-filename=-aecdf8821821679d --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-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-270d250e41a0b308.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162025-01-13T08:56:11.368Z Dirty hubpack_derive v0.1.1: the rustflags changed
32172025-01-13T08:56:11.368Z Compiling hubpack_derive v0.1.1
32182025-01-13T08:56:11.370Z Running `/home/build/.rustup/toolchains/1.81.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=6a442008139c4ca9 -C extra-filename=-6a442008139c4ca9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-235212d45e72d615.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192025-01-13T08:56:11.718Z Dirty rsa v0.9.7: the rustflags changed
32202025-01-13T08:56:11.718Z Compiling rsa v0.9.7
32212025-01-13T08:56:11.721Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.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="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=5cb48d502f5629fa -C extra-filename=-5cb48d502f5629fa --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-7c6d8f6ce55bf7b5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0f56e7a84b3c5e8f.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-754f030a1b9e4d6c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d64c4121e224860.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21e7f19c9e013b13.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-ce98d0d64fbb428d.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d58e7cfe737cf679.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9f9f8794b4ee08b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ec5f4f6105bcd8f5.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-f8b9b31bb04f5521.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222025-01-13T08:56:11.745Z Dirty async-stream-impl v0.3.6: the rustflags changed
32232025-01-13T08:56:11.745Z Compiling async-stream-impl v0.3.6
32242025-01-13T08:56:11.745Z Running `/home/build/.rustup/toolchains/1.81.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=3b79130ef511f4b3 -C extra-filename=-3b79130ef511f4b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252025-01-13T08:56:12.438Z Dirty quick-error v1.2.3: the rustflags changed
32262025-01-13T08:56:12.438Z Compiling quick-error v1.2.3
32272025-01-13T08:56:12.442Z Running `/home/build/.rustup/toolchains/1.81.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=9b78d3889dfe2c56 -C extra-filename=-9b78d3889dfe2c56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282025-01-13T08:56:12.466Z Dirty debug-ignore v1.0.5: the rustflags changed
32292025-01-13T08:56:12.466Z Compiling debug-ignore v1.0.5
32302025-01-13T08:56:12.469Z Running `/home/build/.rustup/toolchains/1.81.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=8617a6d6bd6b63dc -C extra-filename=-8617a6d6bd6b63dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312025-01-13T08:56:12.605Z Dirty hubpack v0.1.2: the rustflags changed
32322025-01-13T08:56:12.605Z Compiling hubpack v0.1.2
32332025-01-13T08:56:12.608Z Running `/home/build/.rustup/toolchains/1.81.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=6032d956a13459e2 -C extra-filename=-6032d956a13459e2 --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-6a442008139c4ca9.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342025-01-13T08:56:12.634Z Dirty slog-bunyan v2.5.0: the rustflags changed
32352025-01-13T08:56:12.634Z Compiling slog-bunyan v2.5.0
32362025-01-13T08:56:12.637Z Running `/home/build/.rustup/toolchains/1.81.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=6598a2ecb1b7c7c4 -C extra-filename=-6598a2ecb1b7c7c4 --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-98a964d32351fb3b.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-3fcf9193f839db58/out/lib -l static=bz2`
32372025-01-13T08:56:12.637Z Running `/home/build/.rustup/toolchains/1.81.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=3d725f4900bcb527 -C extra-filename=-3d725f4900bcb527 --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-9496ff1b4b3fa231.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-aecdf8821821679d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-270d250e41a0b308.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382025-01-13T08:56:12.799Z Dirty ed25519-dalek v2.1.1: the rustflags changed
32392025-01-13T08:56:12.799Z Compiling ed25519-dalek v2.1.1
32402025-01-13T08:56:12.801Z Running `/home/build/.rustup/toolchains/1.81.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=b7a194f76acda186 -C extra-filename=-b7a194f76acda186 --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-f3959575354082ec.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-ae8f0dbf1ae6f26c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9f9f8794b4ee08b0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ec5f4f6105bcd8f5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412025-01-13T08:56:12.893Z Running `/home/build/.rustup/toolchains/1.81.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=ede79504f7dd3c91 -C extra-filename=-ede79504f7dd3c91 --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-ce4a110ca38c9e9c.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-2b20cbede53d3850.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4afc18856895b7c0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-71803c34803b0cd3.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32422025-01-13T08:56:13.101Z Dirty x509-cert v0.2.5: the rustflags changed
32432025-01-13T08:56:13.102Z Compiling x509-cert v0.2.5
32442025-01-13T08:56:13.104Z Running `/home/build/.rustup/toolchains/1.81.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=918304ddfd72c658 -C extra-filename=-918304ddfd72c658 --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-7c6d8f6ce55bf7b5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-c90fb76a8ae89480.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-f8b9b31bb04f5521.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32452025-01-13T08:56:13.294Z Dirty async-stream v0.3.6: the rustflags changed
32462025-01-13T08:56:13.294Z Compiling async-stream v0.3.6
32472025-01-13T08:56:13.298Z Running `/home/build/.rustup/toolchains/1.81.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=09abdd4379bcd695 -C extra-filename=-09abdd4379bcd695 --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-3b79130ef511f4b3.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-c5ec79541264107a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482025-01-13T08:56:13.645Z Dirty heapless v0.7.17: the rustflags changed
32492025-01-13T08:56:13.645Z Compiling heapless v0.7.17
32502025-01-13T08:56:13.648Z Running `/home/build/.rustup/toolchains/1.81.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=cb1de612de160720 -C extra-filename=-cb1de612de160720 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-cb1de612de160720 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-e3febf7b2cd14a29.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512025-01-13T08:56:14.036Z Dirty serde_path_to_error v0.1.16: the rustflags changed
32522025-01-13T08:56:14.036Z Compiling serde_path_to_error v0.1.16
32532025-01-13T08:56:14.039Z Running `/home/build/.rustup/toolchains/1.81.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=cb8a8a2f2efa93e2 -C extra-filename=-cb8a8a2f2efa93e2 --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-7f31dc6f8b894ca4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542025-01-13T08:56:14.085Z Dirty waitgroup v0.1.2: the rustflags changed
32552025-01-13T08:56:14.085Z Compiling waitgroup v0.1.2
32562025-01-13T08:56:14.135Z Running `/home/build/.rustup/toolchains/1.81.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=8e2e95346c1a6057 -C extra-filename=-8e2e95346c1a6057 --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-10b6fa6e98e5e04e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572025-01-13T08:56:14.209Z Dirty enum-as-inner v0.6.1: the rustflags changed
32582025-01-13T08:56:14.209Z Compiling enum-as-inner v0.6.1
32592025-01-13T08:56:14.212Z Running `/home/build/.rustup/toolchains/1.81.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=61180e7ba517e9ce -C extra-filename=-61180e7ba517e9ce --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602025-01-13T08:56:14.350Z Dirty hostname v0.4.0: the rustflags changed
32612025-01-13T08:56:14.350Z Compiling hostname v0.4.0
32622025-01-13T08:56:14.355Z Running `/home/build/.rustup/toolchains/1.81.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=613a76d6a2e3a3eb -C extra-filename=-613a76d6a2e3a3eb --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632025-01-13T08:56:14.660Z Dirty dropshot v0.12.0: the rustflags changed
32642025-01-13T08:56:14.660Z Compiling dropshot v0.12.0
32652025-01-13T08:56:14.662Z Running `/home/build/.rustup/toolchains/1.81.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' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=bfb3e9851b33fd34 -C extra-filename=-bfb3e9851b33fd34 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-bfb3e9851b33fd34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32662025-01-13T08:56:14.945Z Dirty lalrpop-util v0.19.12: the rustflags changed
32672025-01-13T08:56:14.945Z Compiling lalrpop-util v0.19.12
32682025-01-13T08:56:14.948Z Running `/home/build/.rustup/toolchains/1.81.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=45ab90acb7045a6c -C extra-filename=-45ab90acb7045a6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32692025-01-13T08:56:15.023Z Dirty newtype-uuid v1.1.3: the rustflags changed
32702025-01-13T08:56:15.023Z Compiling newtype-uuid v1.1.3
32712025-01-13T08:56:15.026Z Running `/home/build/.rustup/toolchains/1.81.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.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 --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", "schemars08", "serde", "std", "v4"))' -C metadata=d4d103b0f0e58bec -C extra-filename=-d4d103b0f0e58bec --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-d4d103b0f0e58bec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722025-01-13T08:56:15.335Z Dirty bit-vec v0.8.0: the rustflags changed
32732025-01-13T08:56:15.335Z Compiling bit-vec v0.8.0
32742025-01-13T08:56:15.338Z Running `/home/build/.rustup/toolchains/1.81.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.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("borsh", "borsh_std", "default", "miniserde", "nanoserde", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=defd752054c41485 -C extra-filename=-defd752054c41485 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752025-01-13T08:56:15.372Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-d4d103b0f0e58bec/build-script-build`
32762025-01-13T08:56:15.413Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-bfb3e9851b33fd34/build-script-build`
32772025-01-13T08:56:15.499Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-cb1de612de160720/build-script-build`
32782025-01-13T08:56:15.527Z Dirty hickory-proto v0.24.2: the rustflags changed
32792025-01-13T08:56:15.527Z Compiling hickory-proto v0.24.2
32802025-01-13T08:56:15.559Z Running `/home/build/.rustup/toolchains/1.81.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.2/src/lib.rs --error-format=json --json=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="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"))' --check-cfg 'cfg(nightly)' -C metadata=3eec84144857634b -C extra-filename=-3eec84144857634b --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-59a856ad6a6596dd.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-61180e7ba517e9ce.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4afc18856895b7c0.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-7e3a160036ba75e9.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-c8a72420fb5eda56.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-9813fb2838b716cf.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32812025-01-13T08:56:15.585Z Dirty bzip2 v0.4.4: the rustflags changed
32822025-01-13T08:56:15.585Z Compiling bzip2 v0.4.4
32832025-01-13T08:56:15.588Z Running `/home/build/.rustup/toolchains/1.81.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=11a65f13b1be67b7 -C extra-filename=-11a65f13b1be67b7 --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-6598a2ecb1b7c7c4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.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-3fcf9193f839db58/out/lib`
32842025-01-13T08:56:15.882Z Dirty bit-set v0.8.0: the rustflags changed
32852025-01-13T08:56:15.882Z Compiling bit-set v0.8.0
32862025-01-13T08:56:15.885Z Running `/home/build/.rustup/toolchains/1.81.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.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("default", "serde", "std"))' -C metadata=2f7eaa55ad9a2fa2 -C extra-filename=-2f7eaa55ad9a2fa2 --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-defd752054c41485.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872025-01-13T08:56:15.996Z Dirty signal-hook-mio v0.2.4: the rustflags changed
32882025-01-13T08:56:15.996Z Compiling signal-hook-mio v0.2.4
32892025-01-13T08:56:15.999Z Running `/home/build/.rustup/toolchains/1.81.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=3ba514c4fa749787 -C extra-filename=-3ba514c4fa749787 --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-98a964d32351fb3b.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-697c099701b77ab0.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5f42dbc2329a6250.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902025-01-13T08:56:16.180Z Dirty console v0.15.10: the rustflags changed
32912025-01-13T08:56:16.180Z Compiling console v0.15.10
32922025-01-13T08:56:16.183Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=80b9d6a50996942e -C extra-filename=-80b9d6a50996942e --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-98a964d32351fb3b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5772c0a5d46e4d7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32932025-01-13T08:56:16.209Z Dirty dropshot_endpoint v0.12.0: the rustflags changed
32942025-01-13T08:56:16.209Z Compiling dropshot_endpoint v0.12.0
32952025-01-13T08:56:16.211Z Running `/home/build/.rustup/toolchains/1.81.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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=a6be7ee1d1bf26a2 -C extra-filename=-a6be7ee1d1bf26a2 --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-45f64382ca0b755d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962025-01-13T08:56:16.242Z Dirty hash32 v0.2.1: the rustflags changed
32972025-01-13T08:56:16.242Z Compiling hash32 v0.2.1
32982025-01-13T08:56:16.245Z Running `/home/build/.rustup/toolchains/1.81.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=b2c2ee0baa69c758 -C extra-filename=-b2c2ee0baa69c758 --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-42c8c764cb4293aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32992025-01-13T08:56:16.656Z Dirty smoltcp v0.9.1: the rustflags changed
33002025-01-13T08:56:16.656Z Compiling smoltcp v0.9.1
33012025-01-13T08:56:16.660Z Running `/home/build/.rustup/toolchains/1.81.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=eaf06ec35fb0f3f6 -C extra-filename=-eaf06ec35fb0f3f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-eaf06ec35fb0f3f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33022025-01-13T08:56:17.478Z Dirty unicode-properties v0.1.3: the rustflags changed
33032025-01-13T08:56:17.478Z Compiling unicode-properties v0.1.3
33042025-01-13T08:56:17.481Z Running `/home/build/.rustup/toolchains/1.81.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=01bbe37fab499ffc -C extra-filename=-01bbe37fab499ffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052025-01-13T08:56:17.743Z Dirty linked-hash-map v0.5.6: the rustflags changed
33062025-01-13T08:56:17.743Z Compiling linked-hash-map v0.5.6
33072025-01-13T08:56:17.745Z Running `/home/build/.rustup/toolchains/1.81.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=2ec92d436f325154 -C extra-filename=-2ec92d436f325154 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082025-01-13T08:56:17.894Z Dirty predicates-core v1.0.9: the rustflags changed
33092025-01-13T08:56:17.894Z Compiling predicates-core v1.0.9
33102025-01-13T08:56:17.897Z Running `/home/build/.rustup/toolchains/1.81.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.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=7919050011135e73 -C extra-filename=-7919050011135e73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33112025-01-13T08:56:17.921Z Dirty portable-atomic v1.10.0: the rustflags changed
33122025-01-13T08:56:17.921Z Compiling portable-atomic v1.10.0
33132025-01-13T08:56:17.924Z Running `/home/build/.rustup/toolchains/1.81.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.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 --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' --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"))' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_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)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' -C metadata=6e7aa83d22ee904c -C extra-filename=-6e7aa83d22ee904c --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-6e7aa83d22ee904c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142025-01-13T08:56:18.149Z Dirty lru-cache v0.1.2: the rustflags changed
33152025-01-13T08:56:18.149Z Compiling lru-cache v0.1.2
33162025-01-13T08:56:18.152Z Running `/home/build/.rustup/toolchains/1.81.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=595a021380915588 -C extra-filename=-595a021380915588 --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-2ec92d436f325154.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172025-01-13T08:56:18.291Z Dirty stringprep v0.1.5: the rustflags changed
33182025-01-13T08:56:18.291Z Compiling stringprep v0.1.5
33192025-01-13T08:56:18.294Z Running `/home/build/.rustup/toolchains/1.81.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=58c7406ecbe135fe -C extra-filename=-58c7406ecbe135fe --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-21b52d5156616212.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a1e87e93a0cdc001.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-01bbe37fab499ffc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202025-01-13T08:56:18.372Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-eaf06ec35fb0f3f6/build-script-build`
33212025-01-13T08:56:18.414Z Running `/home/build/.rustup/toolchains/1.81.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=cd8a2b35b643ed49 -C extra-filename=-cd8a2b35b643ed49 --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-b2c2ee0baa69c758.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-6f7e95531580c1da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
33222025-01-13T08:56:19.117Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-6e7aa83d22ee904c/build-script-build`
33232025-01-13T08:56:19.201Z Dirty crossterm v0.28.1: the rustflags changed
33242025-01-13T08:56:19.201Z Compiling crossterm v0.28.1
33252025-01-13T08:56:19.204Z Running `/home/build/.rustup/toolchains/1.81.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=b7893f4adf1bc69e -C extra-filename=-b7893f4adf1bc69e --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-1d917cedb4ccfee1.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-697c099701b77ab0.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-1132496cb787fe7c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-98b26dfb34f0a4d6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5f42dbc2329a6250.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-3ba514c4fa749787.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262025-01-13T08:56:19.592Z Running `/home/build/.rustup/toolchains/1.81.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.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="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=170b27cbfbd8e597 -C extra-filename=-170b27cbfbd8e597 --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-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
33272025-01-13T08:56:19.708Z Dirty similar v2.6.0: the rustflags changed
33282025-01-13T08:56:19.709Z Compiling similar v2.6.0
33292025-01-13T08:56:19.711Z Running `/home/build/.rustup/toolchains/1.81.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=74b7a9d8e0db0402 -C extra-filename=-74b7a9d8e0db0402 --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-e26c1fe285bd8a74.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302025-01-13T08:56:19.944Z Dirty rayon v1.10.0: the rustflags changed
33312025-01-13T08:56:19.944Z Compiling rayon v1.10.0
33322025-01-13T08:56:19.946Z Dirty tokio-stream v0.1.17: the rustflags changed
33332025-01-13T08:56:19.946Z Compiling tokio-stream v0.1.17
33342025-01-13T08:56:19.946Z Running `/home/build/.rustup/toolchains/1.81.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=3b3ff62675486b83 -C extra-filename=-3b3ff62675486b83 --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-682f0202de4cb9c8.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-343f67889dfddc4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352025-01-13T08:56:19.947Z Running `/home/build/.rustup/toolchains/1.81.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.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="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=1810a059613ba223 -C extra-filename=-1810a059613ba223 --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-15b4a62ef3693967.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-c5ec79541264107a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362025-01-13T08:56:20.972Z Dirty md-5 v0.10.6: the rustflags changed
33372025-01-13T08:56:20.972Z Compiling md-5 v0.10.6
33382025-01-13T08:56:20.975Z Running `/home/build/.rustup/toolchains/1.81.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=188034dcb82a7e4e -C extra-filename=-188034dcb82a7e4e --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-83c04ded702a2c6e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0f56e7a84b3c5e8f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392025-01-13T08:56:21.127Z Dirty float-cmp v0.10.0: the rustflags changed
33402025-01-13T08:56:21.127Z Compiling float-cmp v0.10.0
33412025-01-13T08:56:21.150Z Running `/home/build/.rustup/toolchains/1.81.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.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=eb8ed387210b3244 -C extra-filename=-eb8ed387210b3244 --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-21e7f19c9e013b13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33422025-01-13T08:56:21.260Z Dirty fs-err v2.11.0: the rustflags changed
33432025-01-13T08:56:21.260Z Compiling fs-err v2.11.0
33442025-01-13T08:56:21.263Z Running `/home/build/.rustup/toolchains/1.81.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=7383362fb50e7943 -C extra-filename=-7383362fb50e7943 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-7383362fb50e7943 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33452025-01-13T08:56:21.392Z Dirty fallible-iterator v0.2.0: the rustflags changed
33462025-01-13T08:56:21.392Z Compiling fallible-iterator v0.2.0
33472025-01-13T08:56:21.426Z Running `/home/build/.rustup/toolchains/1.81.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=3d7a20ee911c56e0 -C extra-filename=-3d7a20ee911c56e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482025-01-13T08:56:21.635Z Dirty difflib v0.4.0: the rustflags changed
33492025-01-13T08:56:21.635Z Compiling difflib v0.4.0
33502025-01-13T08:56:21.673Z Running `/home/build/.rustup/toolchains/1.81.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=8af0412057ffdac6 -C extra-filename=-8af0412057ffdac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512025-01-13T08:56:22.149Z Dirty normalize-line-endings v0.3.0: the rustflags changed
33522025-01-13T08:56:22.149Z Compiling normalize-line-endings v0.3.0
33532025-01-13T08:56:22.151Z Running `/home/build/.rustup/toolchains/1.81.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=67ae7e642ca9a97d -C extra-filename=-67ae7e642ca9a97d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542025-01-13T08:56:22.178Z Dirty postgres-protocol v0.6.7: the rustflags changed
33552025-01-13T08:56:22.178Z Compiling postgres-protocol v0.6.7
33562025-01-13T08:56:22.178Z Running `/home/build/.rustup/toolchains/1.81.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=b34193cfa2466fb2 -C extra-filename=-b34193cfa2466fb2 --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-e342ec737c4cbcc0.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-3d7a20ee911c56e0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d4151f86f82bb628.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-188034dcb82a7e4e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-58c7406ecbe135fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33572025-01-13T08:56:22.304Z Dirty predicates v3.1.3: the rustflags changed
33582025-01-13T08:56:22.304Z Compiling predicates v3.1.3
33592025-01-13T08:56:22.329Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="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=cf65ba10ed5b80f7 -C extra-filename=-cf65ba10ed5b80f7 --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-2570a634c4322755.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-8af0412057ffdac6.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-eb8ed387210b3244.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-67ae7e642ca9a97d.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-7919050011135e73.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602025-01-13T08:56:22.990Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-7383362fb50e7943/build-script-build`
33612025-01-13T08:56:23.157Z Running `/home/build/.rustup/toolchains/1.81.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=eff5d2f8c26b908c -C extra-filename=-eff5d2f8c26b908c --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-6ed2929a91f42350.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-cd8a2b35b643ed49.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622025-01-13T08:56:23.204Z Running `/home/build/.rustup/toolchains/1.81.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.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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' --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"))' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_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)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' -C metadata=b2304f1b5ec11f0a -C extra-filename=-b2304f1b5ec11f0a --out-dir /work/oxidecomputer/omicron/target/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 portable_atomic_no_const_mut_refs --check-cfg 'cfg(target_feature,values("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_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_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_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"))'`
33632025-01-13T08:56:23.382Z Dirty zip v0.6.6: the rustflags changed
33642025-01-13T08:56:23.382Z Compiling zip v0.6.6
33652025-01-13T08:56:23.385Z Running `/home/build/.rustup/toolchains/1.81.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=1637289e9c500974 -C extra-filename=-1637289e9c500974 --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-42c8c764cb4293aa.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-11a65f13b1be67b7.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-149352a4a9602637.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.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-3fcf9193f839db58/out/lib`
33662025-01-13T08:56:23.571Z Dirty resolv-conf v0.7.0: the rustflags changed
33672025-01-13T08:56:23.571Z Compiling resolv-conf v0.7.0
33682025-01-13T08:56:23.574Z Running `/home/build/.rustup/toolchains/1.81.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=9db8558f0f827983 -C extra-filename=-9db8558f0f827983 --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-9496ff1b4b3fa231.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-9b78d3889dfe2c56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692025-01-13T08:56:24.150Z Dirty phf v0.11.3: the rustflags changed
33702025-01-13T08:56:24.150Z Compiling phf v0.11.3
33712025-01-13T08:56:24.152Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=cbcc7ea820ea17e6 -C extra-filename=-cbcc7ea820ea17e6 --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-f8d439578fd22f5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722025-01-13T08:56:24.455Z Dirty tungstenite v0.24.0: the rustflags changed
33732025-01-13T08:56:24.455Z Compiling tungstenite v0.24.0
33742025-01-13T08:56:24.458Z Running `/home/build/.rustup/toolchains/1.81.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=fffcd1e0b8065171 -C extra-filename=-fffcd1e0b8065171 --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-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4c63c92319785a22.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-04c785dde2a4d077.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752025-01-13T08:56:24.494Z Dirty strum_macros v0.25.3: the rustflags changed
33762025-01-13T08:56:24.494Z Compiling strum_macros v0.25.3
33772025-01-13T08:56:24.498Z Running `/home/build/.rustup/toolchains/1.81.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=9e8d448affde24e5 -C extra-filename=-9e8d448affde24e5 --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-dd99b89daf0c34d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-bf06f7b4d8c8f863.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33782025-01-13T08:56:24.668Z Dirty serde-big-array v0.5.1: the rustflags changed
33792025-01-13T08:56:24.668Z Compiling serde-big-array v0.5.1
33802025-01-13T08:56:24.670Z Running `/home/build/.rustup/toolchains/1.81.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=4bbf26c5f3e081c6 -C extra-filename=-4bbf26c5f3e081c6 --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-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812025-01-13T08:56:24.874Z Dirty serde_repr v0.1.19: the rustflags changed
33822025-01-13T08:56:24.874Z Compiling serde_repr v0.1.19
33832025-01-13T08:56:24.877Z Running `/home/build/.rustup/toolchains/1.81.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=463b9726fe9c5ac4 -C extra-filename=-463b9726fe9c5ac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842025-01-13T08:56:24.919Z Dirty peg-runtime v0.8.3: the rustflags changed
33852025-01-13T08:56:24.919Z Compiling peg-runtime v0.8.3
33862025-01-13T08:56:24.943Z Running `/home/build/.rustup/toolchains/1.81.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=fb8d126bde10d148 -C extra-filename=-fb8d126bde10d148 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872025-01-13T08:56:24.948Z Dirty number_prefix v0.4.0: the rustflags changed
33882025-01-13T08:56:24.948Z Compiling number_prefix v0.4.0
33892025-01-13T08:56:24.948Z Running `/home/build/.rustup/toolchains/1.81.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=271237945e22f618 -C extra-filename=-271237945e22f618 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902025-01-13T08:56:25.191Z Dirty indicatif v0.17.9: the rustflags changed
33912025-01-13T08:56:25.191Z Compiling indicatif v0.17.9
33922025-01-13T08:56:25.194Z Running `/home/build/.rustup/toolchains/1.81.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=103d4f37c590e4bc -C extra-filename=-103d4f37c590e4bc --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-80b9d6a50996942e.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-271237945e22f618.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-b2304f1b5ec11f0a.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3b3ff62675486b83.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5772c0a5d46e4d7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33932025-01-13T08:56:25.324Z Dirty hickory-resolver v0.24.2: the rustflags changed
33942025-01-13T08:56:25.324Z Compiling hickory-resolver v0.24.2
33952025-01-13T08:56:25.327Z Running `/home/build/.rustup/toolchains/1.81.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.2/src/lib.rs --error-format=json --json=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="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' --check-cfg 'cfg(nightly)' -C metadata=24fae3263af7346d -C extra-filename=-24fae3263af7346d --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-83c04ded702a2c6e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4afc18856895b7c0.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3eec84144857634b.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-595a021380915588.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-1132496cb787fe7c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-9db8558f0f827983.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-9813fb2838b716cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962025-01-13T08:56:25.632Z Dirty tokio-tungstenite v0.24.0: the rustflags changed
33972025-01-13T08:56:25.632Z Compiling tokio-tungstenite v0.24.0
33982025-01-13T08:56:25.636Z Running `/home/build/.rustup/toolchains/1.81.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=ccdb3f3690c4b263 -C extra-filename=-ccdb3f3690c4b263 --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-4afc18856895b7c0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-fffcd1e0b8065171.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992025-01-13T08:56:25.998Z Running `/home/build/.rustup/toolchains/1.81.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=13b721124a69e4a4 -C extra-filename=-13b721124a69e4a4 --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-c09884cace61697f.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)'`
34002025-01-13T08:56:26.186Z Dirty postgres-types v0.2.8: the rustflags changed
34012025-01-13T08:56:26.186Z Compiling postgres-types v0.2.8
34022025-01-13T08:56:26.189Z Running `/home/build/.rustup/toolchains/1.81.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=83d7206a36715125 -C extra-filename=-83d7206a36715125 --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-ce4a110ca38c9e9c.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-3d7a20ee911c56e0.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-b34193cfa2466fb2.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34032025-01-13T08:56:26.220Z Dirty derive-where v1.2.7: the rustflags changed
34042025-01-13T08:56:26.220Z Compiling derive-where v1.2.7
34052025-01-13T08:56:26.223Z Running `/home/build/.rustup/toolchains/1.81.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=03ebcd6b54132717 -C extra-filename=-03ebcd6b54132717 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062025-01-13T08:56:26.825Z Dirty whoami v1.5.2: the rustflags changed
34072025-01-13T08:56:26.825Z Compiling whoami v1.5.2
34082025-01-13T08:56:26.828Z Running `/home/build/.rustup/toolchains/1.81.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 --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' --check-cfg 'cfg(daku)' -C metadata=f844697b7d647f35 -C extra-filename=-f844697b7d647f35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092025-01-13T08:56:26.854Z Compiling ident_case v1.0.1
34102025-01-13T08:56:26.857Z Running `/home/build/.rustup/toolchains/1.81.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=877e2eb812911402 -C extra-filename=-877e2eb812911402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34112025-01-13T08:56:27.053Z Compiling darling_core v0.20.10
34122025-01-13T08:56:27.056Z Running `/home/build/.rustup/toolchains/1.81.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=301d3b2b070f7079 -C extra-filename=-301d3b2b070f7079 --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-086f5ffe4a25dc54.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-877e2eb812911402.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f51eb3e58dfb259b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132025-01-13T08:56:27.480Z Dirty tokio-postgres v0.7.12: the rustflags changed
34142025-01-13T08:56:27.480Z Compiling tokio-postgres v0.7.12
34152025-01-13T08:56:27.483Z Running `/home/build/.rustup/toolchains/1.81.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=6c7a4281988b0aa2 -C extra-filename=-6c7a4281988b0aa2 --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-59a856ad6a6596dd.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-3d7a20ee911c56e0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4afc18856895b7c0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-1132496cb787fe7c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-cbcc7ea820ea17e6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-c5ec79541264107a.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-b34193cfa2466fb2.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-83d7206a36715125.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-2dfc8c56d11c0cbc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f844697b7d647f35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162025-01-13T08:56:27.514Z Compiling regress v0.10.2
34172025-01-13T08:56:27.517Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="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=c9af9db025ebe077 -C extra-filename=-c9af9db025ebe077 --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-2807c7b94f68b7a3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182025-01-13T08:56:27.726Z Compiling unsafe-libyaml v0.2.11
34192025-01-13T08:56:27.728Z Running `/home/build/.rustup/toolchains/1.81.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=d2d02c0de15bd26d -C extra-filename=-d2d02c0de15bd26d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202025-01-13T08:56:28.841Z Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed
34212025-01-13T08:56:28.841Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
34222025-01-13T08:56:28.843Z Running `/home/build/.rustup/toolchains/1.81.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=a25c07752c4c37e7 -C extra-filename=-a25c07752c4c37e7 --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-1d917cedb4ccfee1.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6032d956a13459e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-4bbf26c5f3e081c6.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-463b9726fe9c5ac4.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-eff5d2f8c26b908c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-9e8d448affde24e5.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b95e0209480e69b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34232025-01-13T08:56:29.785Z Compiling serde_yaml v0.9.34+deprecated
34242025-01-13T08:56:29.788Z Running `/home/build/.rustup/toolchains/1.81.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=e2fe0438716583ff -C extra-filename=-e2fe0438716583ff --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-da88da21f8f207b6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7f31dc6f8b894ca4.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-d2d02c0de15bd26d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252025-01-13T08:56:29.993Z Dirty fastrand v2.3.0: the rustflags changed
34262025-01-13T08:56:29.993Z Compiling fastrand v2.3.0
34272025-01-13T08:56:30.012Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=bd6b0c7b211478f7 -C extra-filename=-bd6b0c7b211478f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282025-01-13T08:56:30.590Z Compiling ipnetwork v0.20.0
34292025-01-13T08:56:30.593Z Running `/home/build/.rustup/toolchains/1.81.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=cce2a7c69e01b661 -C extra-filename=-cce2a7c69e01b661 --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-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302025-01-13T08:56:31.564Z Compiling typify-impl v0.2.0
34312025-01-13T08:56:31.567Z Running `/home/build/.rustup/toolchains/1.81.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=d086402b4699e063 -C extra-filename=-d086402b4699e063 --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-702249e0617a2365.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c9af9db025ebe077.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2fdb16acfe73c7b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322025-01-13T08:56:32.251Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
34332025-01-13T08:56:32.254Z Running `/home/build/.rustup/toolchains/1.81.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=9535306aa347944e -C extra-filename=-9535306aa347944e --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-cce2a7c69e01b661.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342025-01-13T08:56:32.671Z Compiling tempfile v3.15.0
34352025-01-13T08:56:32.674Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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="getrandom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=ee0955abca1693e3 -C extra-filename=-ee0955abca1693e3 --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-83c04ded702a2c6e.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-bd6b0c7b211478f7.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-15b4e134ca77c3bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-98b26dfb34f0a4d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362025-01-13T08:56:33.080Z Dirty strum_macros v0.26.4: the rustflags changed
34372025-01-13T08:56:33.080Z Compiling strum_macros v0.26.4
34382025-01-13T08:56:33.091Z Running `/home/build/.rustup/toolchains/1.81.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=68c312710a9978c3 -C extra-filename=-68c312710a9978c3 --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-bf06f7b4d8c8f863.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34392025-01-13T08:56:33.427Z Compiling hashbrown v0.14.5
34402025-01-13T08:56:33.430Z Running `/home/build/.rustup/toolchains/1.81.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=d6f9f89fafc9d753 -C extra-filename=-d6f9f89fafc9d753 --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-b81c3e383f112ae7.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-a9f360536f91408c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412025-01-13T08:56:33.578Z Compiling macaddr v1.0.1
34422025-01-13T08:56:33.581Z Running `/home/build/.rustup/toolchains/1.81.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=7feb6d4566b979d5 -C extra-filename=-7feb6d4566b979d5 --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-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432025-01-13T08:56:34.048Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c)
34442025-01-13T08:56:34.051Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name diffus_derive --edition=2018 /home/build/.cargo/git/checkouts/diffus-df3045f16a897694/b3dbf18/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=ad6ead3ec9bd779b -C extra-filename=-ad6ead3ec9bd779b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-235212d45e72d615.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452025-01-13T08:56:34.096Z Dirty structmeta-derive v0.3.0: the rustflags changed
34462025-01-13T08:56:34.096Z Compiling structmeta-derive v0.3.0
34472025-01-13T08:56:34.099Z Running `/home/build/.rustup/toolchains/1.81.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=d65e272278b4e4fc -C extra-filename=-d65e272278b4e4fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482025-01-13T08:56:34.338Z Compiling darling_macro v0.20.10
34492025-01-13T08:56:34.340Z Running `/home/build/.rustup/toolchains/1.81.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=e4c2879a3a8f2828 -C extra-filename=-e4c2879a3a8f2828 --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-301d3b2b070f7079.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502025-01-13T08:56:34.883Z Compiling instant v0.1.13
34512025-01-13T08:56:34.886Z Running `/home/build/.rustup/toolchains/1.81.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=39bb737618c263a4 -C extra-filename=-39bb737618c263a4 --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522025-01-13T08:56:35.055Z Compiling regress v0.9.1
34532025-01-13T08:56:35.057Z Running `/home/build/.rustup/toolchains/1.81.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=a67fd35309b10ec3 -C extra-filename=-a67fd35309b10ec3 --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-d6f9f89fafc9d753.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542025-01-13T08:56:35.473Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c)
34552025-01-13T08:56:35.475Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name diffus --edition=2018 /home/build/.cargo/git/checkouts/diffus-df3045f16a897694/b3dbf18/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=eada625916932c87 -C extra-filename=-eada625916932c87 --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-ad6ead3ec9bd779b.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-170b27cbfbd8e597.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562025-01-13T08:56:35.509Z Compiling darling v0.20.10
34572025-01-13T08:56:35.511Z Running `/home/build/.rustup/toolchains/1.81.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=04dbf88d6a8a4b5a -C extra-filename=-04dbf88d6a8a4b5a --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-301d3b2b070f7079.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-e4c2879a3a8f2828.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582025-01-13T08:56:35.645Z Compiling serde_with_macros v3.12.0
34592025-01-13T08:56:35.647Z Running `/home/build/.rustup/toolchains/1.81.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.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 --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(docsrs)' --check-cfg 'cfg(feature, values("schemars_0_8"))' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' -C metadata=6ccc4814af904107 -C extra-filename=-6ccc4814af904107 --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-04dbf88d6a8a4b5a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602025-01-13T08:56:35.868Z Compiling dropshot v0.13.0
34612025-01-13T08:56:35.871Z Running `/home/build/.rustup/toolchains/1.81.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' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=dacf21a459db352d -C extra-filename=-dacf21a459db352d --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-dacf21a459db352d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622025-01-13T08:56:36.245Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-dacf21a459db352d/build-script-build`
34632025-01-13T08:56:36.330Z Compiling dropshot_endpoint v0.13.0
34642025-01-13T08:56:36.333Z Running `/home/build/.rustup/toolchains/1.81.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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=f04a358599d4e251 -C extra-filename=-f04a358599d4e251 --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-45f64382ca0b755d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652025-01-13T08:56:36.538Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34662025-01-13T08:56:36.541Z Running `/home/build/.rustup/toolchains/1.81.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", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=e10c9d959b71cf4c -C extra-filename=-e10c9d959b71cf4c --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-eada625916932c87.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-170b27cbfbd8e597.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672025-01-13T08:56:37.011Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34682025-01-13T08:56:37.014Z Running `/home/build/.rustup/toolchains/1.81.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=6e108bc5dc0382bf -C extra-filename=-6e108bc5dc0382bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692025-01-13T08:56:37.293Z Dirty structmeta v0.3.0: the rustflags changed
34702025-01-13T08:56:37.293Z Compiling structmeta v0.3.0
34712025-01-13T08:56:37.296Z Running `/home/build/.rustup/toolchains/1.81.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=ebe6facd0e0b2651 -C extra-filename=-ebe6facd0e0b2651 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-d65e272278b4e4fc.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722025-01-13T08:56:37.757Z Dirty parse-display-derive v0.10.0: the rustflags changed
34732025-01-13T08:56:37.757Z Compiling parse-display-derive v0.10.0
34742025-01-13T08:56:37.760Z Running `/home/build/.rustup/toolchains/1.81.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=bc7df3c0ba82ff5d -C extra-filename=-bc7df3c0ba82ff5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-ebe6facd0e0b2651.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752025-01-13T08:56:37.959Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34762025-01-13T08:56:37.982Z Running `/home/build/.rustup/toolchains/1.81.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=e4ad0bb2c3279324 -C extra-filename=-e4ad0bb2c3279324 --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-25d89424d82fb873.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-6e108bc5dc0382bf.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772025-01-13T08:56:38.160Z Compiling backoff v0.4.0
34782025-01-13T08:56:38.163Z Running `/home/build/.rustup/toolchains/1.81.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=d97aaa2f8f62935d -C extra-filename=-d97aaa2f8f62935d --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-15b4a62ef3693967.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-15b4e134ca77c3bb.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-39bb737618c263a4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-c5ec79541264107a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34792025-01-13T08:56:38.350Z Dirty strum v0.26.3: the rustflags changed
34802025-01-13T08:56:38.350Z Compiling strum v0.26.3
34812025-01-13T08:56:38.353Z Running `/home/build/.rustup/toolchains/1.81.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=2dc0b65884335dac -C extra-filename=-2dc0b65884335dac --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-68c312710a9978c3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822025-01-13T08:56:38.539Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
34832025-01-13T08:56:38.541Z Running `/home/build/.rustup/toolchains/1.81.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=5c981e5073eee91e -C extra-filename=-5c981e5073eee91e --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-e8f7cc753d9f22cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842025-01-13T08:56:38.566Z Compiling wait-timeout v0.2.0
34852025-01-13T08:56:38.569Z Running `/home/build/.rustup/toolchains/1.81.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=528ba2c2ea314a31 -C extra-filename=-528ba2c2ea314a31 --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-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862025-01-13T08:56:38.661Z Compiling serde_with v3.12.0
34872025-01-13T08:56:38.664Z Running `/home/build/.rustup/toolchains/1.81.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.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 --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' --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"))' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' -C metadata=f7fa534073883376 -C extra-filename=-f7fa534073883376 --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-a8c76d661c1be42b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ca443d8fd344af96.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-6ccc4814af904107.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882025-01-13T08:56:38.721Z Compiling rand_xorshift v0.3.0
34892025-01-13T08:56:38.723Z Running `/home/build/.rustup/toolchains/1.81.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=8fc1ec3c0c523506 -C extra-filename=-8fc1ec3c0c523506 --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-9f9f8794b4ee08b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902025-01-13T08:56:39.077Z Compiling rusty-fork v0.3.0
34912025-01-13T08:56:39.102Z Running `/home/build/.rustup/toolchains/1.81.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=fb925851598f9565 -C extra-filename=-fb925851598f9565 --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-086f5ffe4a25dc54.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-9b78d3889dfe2c56.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-528ba2c2ea314a31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922025-01-13T08:56:39.220Z Compiling unarray v0.1.4
34932025-01-13T08:56:39.223Z Running `/home/build/.rustup/toolchains/1.81.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=2ffab99a9473dff8 -C extra-filename=-2ffab99a9473dff8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942025-01-13T08:56:39.408Z Compiling structmeta-derive v0.2.0
34952025-01-13T08:56:39.411Z Running `/home/build/.rustup/toolchains/1.81.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=06147e0d7d93aac1 -C extra-filename=-06147e0d7d93aac1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962025-01-13T08:56:39.899Z Compiling proptest v1.6.0
34972025-01-13T08:56:39.902Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-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 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", "handle-panics", "hardware-rng", "lazy_static", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=6d4c641e58201c03 -C extra-filename=-6d4c641e58201c03 --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-2f7eaa55ad9a2fa2.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-defd752054c41485.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1d917cedb4ccfee1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21e7f19c9e013b13.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-b799261dab9131b0.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-8fc1ec3c0c523506.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-fb925851598f9565.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-2ffab99a9473dff8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982025-01-13T08:56:40.217Z Compiling camino-tempfile v1.1.1
34992025-01-13T08:56:40.219Z Running `/home/build/.rustup/toolchains/1.81.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=94e893da2c7ea959 -C extra-filename=-94e893da2c7ea959 --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-c1054a7dd92880e5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002025-01-13T08:56:40.728Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
35012025-01-13T08:56:40.728Z Compiling proc-macro-error-attr v1.0.4
35022025-01-13T08:56:40.772Z Running `/home/build/.rustup/toolchains/1.81.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=c2958a45fc60f928 -C extra-filename=-c2958a45fc60f928 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-c2958a45fc60f928 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35032025-01-13T08:56:41.076Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-c2958a45fc60f928/build-script-build`
35042025-01-13T08:56:41.165Z Dirty proc-macro-error v1.0.4: the rustflags changed
35052025-01-13T08:56:41.165Z Compiling proc-macro-error v1.0.4
35062025-01-13T08:56:41.168Z Running `/home/build/.rustup/toolchains/1.81.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=a7a08893956d4115 -C extra-filename=-a7a08893956d4115 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a7a08893956d4115 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35072025-01-13T08:56:41.314Z Running `/home/build/.rustup/toolchains/1.81.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=1ac02f760f44d3a3 -C extra-filename=-1ac02f760f44d3a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082025-01-13T08:56:41.524Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a7a08893956d4115/build-script-build`
35092025-01-13T08:56:41.695Z Compiling proc-macro-crate v1.3.1
35102025-01-13T08:56:41.698Z Running `/home/build/.rustup/toolchains/1.81.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=394666bfa3af544b -C extra-filename=-394666bfa3af544b --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-4fac8a596e09fa80.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-aba4b6f11cfef0e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112025-01-13T08:56:42.237Z Running `/home/build/.rustup/toolchains/1.81.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=54076744d591c51e -C extra-filename=-54076744d591c51e --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-1ac02f760f44d3a3.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-235212d45e72d615.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
35122025-01-13T08:56:42.641Z Compiling structmeta v0.2.0
35132025-01-13T08:56:42.643Z Running `/home/build/.rustup/toolchains/1.81.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=2ad6333adde2885c -C extra-filename=-2ad6333adde2885c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-06147e0d7d93aac1.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142025-01-13T08:56:42.736Z Dirty parse-display v0.10.0: the rustflags changed
35152025-01-13T08:56:42.736Z Compiling parse-display v0.10.0
35162025-01-13T08:56:42.738Z Running `/home/build/.rustup/toolchains/1.81.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=d12bda5446b1b2c2 -C extra-filename=-d12bda5446b1b2c2 --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-bc7df3c0ba82ff5d.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172025-01-13T08:56:42.822Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35182025-01-13T08:56:42.824Z Running `/home/build/.rustup/toolchains/1.81.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=7cb7343497e9d8e3 -C extra-filename=-7cb7343497e9d8e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7cb7343497e9d8e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192025-01-13T08:56:42.959Z Compiling num_enum_derive v0.5.11
35202025-01-13T08:56:42.961Z Running `/home/build/.rustup/toolchains/1.81.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=6cf89b0726f7f753 -C extra-filename=-6cf89b0726f7f753 --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-394666bfa3af544b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-235212d45e72d615.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35212025-01-13T08:56:42.988Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35222025-01-13T08:56:42.990Z Running `/home/build/.rustup/toolchains/1.81.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=a674c41d8849d6c4 -C extra-filename=-a674c41d8849d6c4 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-a674c41d8849d6c4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35232025-01-13T08:56:43.114Z Compiling test-strategy v0.3.1
35242025-01-13T08:56:43.117Z Running `/home/build/.rustup/toolchains/1.81.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=1c52c0782678a34b -C extra-filename=-1c52c0782678a34b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-2ad6333adde2885c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252025-01-13T08:56:43.218Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7cb7343497e9d8e3/build-script-build`
35262025-01-13T08:56:43.257Z Compiling foreign-types-macros v0.2.3
35272025-01-13T08:56:43.260Z Running `/home/build/.rustup/toolchains/1.81.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=d9de00262a64e5f3 -C extra-filename=-d9de00262a64e5f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282025-01-13T08:56:43.316Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-a674c41d8849d6c4/build-script-build`
35292025-01-13T08:56:43.356Z Compiling foreign-types-shared v0.3.1
35302025-01-13T08:56:43.358Z Running `/home/build/.rustup/toolchains/1.81.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=b0f329054068f8e6 -C extra-filename=-b0f329054068f8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35312025-01-13T08:56:43.449Z Running `/home/build/.rustup/toolchains/1.81.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=dffa7c7a626b1b1e -C extra-filename=-dffa7c7a626b1b1e --out-dir /work/oxidecomputer/omicron/target/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`
35322025-01-13T08:56:43.494Z Running `/home/build/.rustup/toolchains/1.81.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=35a3f21f86f7a39c -C extra-filename=-35a3f21f86f7a39c --out-dir /work/oxidecomputer/omicron/target/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`
35332025-01-13T08:56:43.643Z Compiling tabwriter v1.4.1
35342025-01-13T08:56:43.645Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=8ec3b61fe0cc3f95 -C extra-filename=-8ec3b61fe0cc3f95 --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-5772c0a5d46e4d7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35352025-01-13T08:56:43.696Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35362025-01-13T08:56:43.698Z Running `/home/build/.rustup/toolchains/1.81.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=31b332781d843424 -C extra-filename=-31b332781d843424 --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-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-235212d45e72d615.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372025-01-13T08:56:44.210Z Compiling cstr-argument v0.1.2
35382025-01-13T08:56:44.244Z Running `/home/build/.rustup/toolchains/1.81.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=3e99e5d3bcd20984 -C extra-filename=-3e99e5d3bcd20984 --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-83c04ded702a2c6e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392025-01-13T08:56:44.497Z Compiling pretty-hex v0.2.1
35402025-01-13T08:56:44.499Z Running `/home/build/.rustup/toolchains/1.81.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=3e27a2eafea59d63 -C extra-filename=-3e27a2eafea59d63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412025-01-13T08:56:44.690Z Compiling colored v2.2.0
35422025-01-13T08:56:44.723Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=1a47e57081c3048c -C extra-filename=-1a47e57081c3048c --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-cc0c30b4f89d8188.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432025-01-13T08:56:44.741Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35442025-01-13T08:56:44.743Z Running `/home/build/.rustup/toolchains/1.81.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=eb8ef023a2fd0837 -C extra-filename=-eb8ef023a2fd0837 --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-98a964d32351fb3b.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-31b332781d843424.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452025-01-13T08:56:44.767Z Compiling foreign-types v0.5.0
35462025-01-13T08:56:44.769Z Running `/home/build/.rustup/toolchains/1.81.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=5dc5925164970ccf -C extra-filename=-5dc5925164970ccf --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-d9de00262a64e5f3.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-b0f329054068f8e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472025-01-13T08:56:44.896Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35482025-01-13T08:56:44.896Z Running `/home/build/.rustup/toolchains/1.81.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=0511dfd29106e2c7 -C extra-filename=-0511dfd29106e2c7 --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-3e99e5d3bcd20984.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-5dc5925164970ccf.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-35a3f21f86f7a39c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35492025-01-13T08:56:44.929Z Compiling itertools v0.13.0
35502025-01-13T08:56:44.932Z Running `/home/build/.rustup/toolchains/1.81.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=6b8c06aaa5867a2a -C extra-filename=-6b8c06aaa5867a2a --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-682f0202de4cb9c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512025-01-13T08:56:45.492Z Compiling smf v0.2.3
35522025-01-13T08:56:45.497Z Running `/home/build/.rustup/toolchains/1.81.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=47ecaef28f16fe59 -C extra-filename=-47ecaef28f16fe59 --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-15b438e06aa62aef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532025-01-13T08:56:45.651Z Compiling base64 v0.21.7
35542025-01-13T08:56:45.654Z Running `/home/build/.rustup/toolchains/1.81.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=6d27ec8383fdb856 -C extra-filename=-6d27ec8383fdb856 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552025-01-13T08:56:45.804Z Compiling num_enum v0.5.11
35562025-01-13T08:56:45.806Z Running `/home/build/.rustup/toolchains/1.81.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=f3f9346af40404fc -C extra-filename=-f3f9346af40404fc --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-6cf89b0726f7f753.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572025-01-13T08:56:45.983Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35582025-01-13T08:56:45.986Z Running `/home/build/.rustup/toolchains/1.81.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=ceccb98afd66a028 -C extra-filename=-ceccb98afd66a028 --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-98a964d32351fb3b.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-dffa7c7a626b1b1e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-f3f9346af40404fc.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-3e27a2eafea59d63.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592025-01-13T08:56:46.379Z Compiling crucible-workspace-hack v0.1.0
35602025-01-13T08:56:46.382Z Running `/home/build/.rustup/toolchains/1.81.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=01a73b7276f90baf -C extra-filename=-01a73b7276f90baf --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-01a73b7276f90baf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612025-01-13T08:56:46.469Z Compiling zerocopy v0.8.14
35622025-01-13T08:56:46.471Z Running `/home/build/.rustup/toolchains/1.81.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.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=c9671abcec34ed0e -C extra-filename=-c9671abcec34ed0e --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-c9671abcec34ed0e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35632025-01-13T08:56:46.726Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-01a73b7276f90baf/build-script-build`
35642025-01-13T08:56:46.765Z Running `/home/build/.rustup/toolchains/1.81.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=2ee54a9ce846ec72 -C extra-filename=-2ee54a9ce846ec72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35652025-01-13T08:56:46.876Z Compiling zerocopy-derive v0.8.14
35662025-01-13T08:56:46.899Z Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' -C metadata=d2b29469d8c939ac -C extra-filename=-d2b29469d8c939ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35672025-01-13T08:56:46.902Z Compiling termtree v0.5.1
35682025-01-13T08:56:46.947Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a513dbbe1e46b503 -C extra-filename=-a513dbbe1e46b503 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692025-01-13T08:56:47.149Z Compiling heapless v0.8.0
35702025-01-13T08:56:47.151Z Running `/home/build/.rustup/toolchains/1.81.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=93bdea806c17815b -C extra-filename=-93bdea806c17815b --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-93bdea806c17815b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712025-01-13T08:56:47.420Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-c9671abcec34ed0e/build-script-build`
35722025-01-13T08:56:47.448Z Compiling predicates-tree v1.0.12
35732025-01-13T08:56:47.451Z Running `/home/build/.rustup/toolchains/1.81.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.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())' -C metadata=014221e4d649e561 -C extra-filename=-014221e4d649e561 --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-7919050011135e73.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-a513dbbe1e46b503.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742025-01-13T08:56:47.503Z Compiling hash32 v0.3.1
35752025-01-13T08:56:47.506Z Running `/home/build/.rustup/toolchains/1.81.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=9c47edbd568567d5 -C extra-filename=-9c47edbd568567d5 --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-42c8c764cb4293aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762025-01-13T08:56:47.762Z Compiling smoltcp v0.11.0
35772025-01-13T08:56:47.764Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-93bdea806c17815b/build-script-build`
35782025-01-13T08:56:47.765Z Running `/home/build/.rustup/toolchains/1.81.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=975cb92889495cba -C extra-filename=-975cb92889495cba --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-975cb92889495cba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792025-01-13T08:56:48.008Z Compiling cobs v0.2.3
35802025-01-13T08:56:48.011Z Running `/home/build/.rustup/toolchains/1.81.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=982f5c397fd841f9 -C extra-filename=-982f5c397fd841f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812025-01-13T08:56:48.074Z Running `/home/build/.rustup/toolchains/1.81.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=6439221049f43f25 -C extra-filename=-6439221049f43f25 --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-9c47edbd568567d5.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-6f7e95531580c1da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822025-01-13T08:56:48.220Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
35832025-01-13T08:56:48.222Z Running `/home/build/.rustup/toolchains/1.81.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=de7b6b36d9cdc3ee -C extra-filename=-de7b6b36d9cdc3ee --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-04dbf88d6a8a4b5a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35842025-01-13T08:56:48.322Z Compiling postcard v1.1.1
35852025-01-13T08:56:48.324Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=81c2c439dade67bc -C extra-filename=-81c2c439dade67bc --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-982f5c397fd841f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862025-01-13T08:56:48.582Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-975cb92889495cba/build-script-build`
35872025-01-13T08:56:48.623Z Compiling atomicwrites v0.4.4
35882025-01-13T08:56:48.625Z Running `/home/build/.rustup/toolchains/1.81.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=1954f5ba78b884a0 -C extra-filename=-1954f5ba78b884a0 --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-98b26dfb34f0a4d6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892025-01-13T08:56:49.005Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
35902025-01-13T08:56:49.008Z Running `/home/build/.rustup/toolchains/1.81.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=3ba96cb482d03529 -C extra-filename=-3ba96cb482d03529 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-3ba96cb482d03529 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912025-01-13T08:56:49.031Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
35922025-01-13T08:56:49.033Z Running `/home/build/.rustup/toolchains/1.81.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=8ef4e07882c68725 -C extra-filename=-8ef4e07882c68725 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932025-01-13T08:56:49.203Z Running `/home/build/.rustup/toolchains/1.81.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=491d3e5dfa7ad00d -C extra-filename=-491d3e5dfa7ad00d --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-6ed2929a91f42350.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-6439221049f43f25.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35942025-01-13T08:56:49.231Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
35952025-01-13T08:56:49.233Z Running `/home/build/.rustup/toolchains/1.81.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=0e1b632b3c508b92 -C extra-filename=-0e1b632b3c508b92 --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-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35962025-01-13T08:56:49.392Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-3ba96cb482d03529/build-script-build`
35972025-01-13T08:56:49.476Z Compiling sigpipe v0.1.3
35982025-01-13T08:56:49.479Z Running `/home/build/.rustup/toolchains/1.81.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=8b3cad1b514b73d1 -C extra-filename=-8b3cad1b514b73d1 --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-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992025-01-13T08:56:49.619Z Compiling mockall_derive v0.13.1
36002025-01-13T08:56:49.622Z Running `/home/build/.rustup/toolchains/1.81.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.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("nightly_derive"))' -C metadata=f15804a7f88d781a -C extra-filename=-f15804a7f88d781a --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-f15804a7f88d781a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012025-01-13T08:56:49.969Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
36022025-01-13T08:56:49.972Z Running `/home/build/.rustup/toolchains/1.81.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=22dab61baf95caf3 -C extra-filename=-22dab61baf95caf3 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-22dab61baf95caf3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032025-01-13T08:56:50.184Z Compiling typify-macro v0.2.0
36042025-01-13T08:56:50.187Z Running `/home/build/.rustup/toolchains/1.81.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=acb3d1a96a2f4cd5 -C extra-filename=-acb3d1a96a2f4cd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-45f64382ca0b755d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-d086402b4699e063.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052025-01-13T08:56:50.291Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-f15804a7f88d781a/build-script-build`
36062025-01-13T08:56:50.318Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-22dab61baf95caf3/build-script-build`
36072025-01-13T08:56:50.351Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
36082025-01-13T08:56:50.354Z Running `/home/build/.rustup/toolchains/1.81.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=cda07f3d901ae990 -C extra-filename=-cda07f3d901ae990 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36092025-01-13T08:56:50.378Z Running `/home/build/.rustup/toolchains/1.81.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=72b1cba1a37954ab -C extra-filename=-72b1cba1a37954ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-1a47e57081c3048c.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-ceccb98afd66a028.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-f3f9346af40404fc.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-0511dfd29106e2c7.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-35a3f21f86f7a39c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-eb8ef023a2fd0837.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-2dfc8c56d11c0cbc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-9813fb2838b716cf.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-93d99f60fd349dee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
36102025-01-13T08:56:50.425Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.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="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=49659c99a1585909 -C extra-filename=-49659c99a1585909 --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-d2b29469d8c939ac.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)'`
36112025-01-13T08:56:50.724Z Running `/home/build/.rustup/toolchains/1.81.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.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("nightly_derive"))' -C metadata=e661135b05061540 -C extra-filename=-e661135b05061540 --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-83c04ded702a2c6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'`
36122025-01-13T08:56:54.281Z Compiling zone_cfg_derive v0.3.0
36132025-01-13T08:56:54.284Z Running `/home/build/.rustup/toolchains/1.81.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=971e8fb64407231e -C extra-filename=-971e8fb64407231e --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-dd99b89daf0c34d1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-54076744d591c51e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-235212d45e72d615.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142025-01-13T08:56:54.487Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
36152025-01-13T08:56:54.489Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/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=61c303d308e14719 -C extra-filename=-61c303d308e14719 --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-98a964d32351fb3b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162025-01-13T08:56:54.806Z Compiling num-derive v0.4.2
36172025-01-13T08:56:54.809Z Running `/home/build/.rustup/toolchains/1.81.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=dd72c80726fb98a3 -C extra-filename=-dd72c80726fb98a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182025-01-13T08:56:55.009Z Compiling downcast v0.11.0
36192025-01-13T08:56:55.012Z Running `/home/build/.rustup/toolchains/1.81.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=bb5d5b4255f984fc -C extra-filename=-bb5d5b4255f984fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36202025-01-13T08:56:55.278Z Compiling fragile v2.0.0
36212025-01-13T08:56:55.296Z Running `/home/build/.rustup/toolchains/1.81.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=44dacb9658c55276 -C extra-filename=-44dacb9658c55276 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36222025-01-13T08:56:55.322Z Compiling typify v0.2.0
36232025-01-13T08:56:55.325Z Running `/home/build/.rustup/toolchains/1.81.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=b6f40f1e4c9abe6c -C extra-filename=-b6f40f1e4c9abe6c --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-d086402b4699e063.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-acb3d1a96a2f4cd5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36242025-01-13T08:56:55.493Z Compiling progenitor-impl v0.8.0
36252025-01-13T08:56:55.496Z Running `/home/build/.rustup/toolchains/1.81.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=ba305edc93df06b1 -C extra-filename=-ba305edc93df06b1 --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-702249e0617a2365.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-b6f40f1e4c9abe6c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2fdb16acfe73c7b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36262025-01-13T08:56:55.963Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36272025-01-13T08:56:55.966Z Running `/home/build/.rustup/toolchains/1.81.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=8479575f4cd72e42 -C extra-filename=-8479575f4cd72e42 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-8479575f4cd72e42 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282025-01-13T08:56:56.094Z Compiling zone v0.3.0
36292025-01-13T08:56:56.097Z Running `/home/build/.rustup/toolchains/1.81.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=59555dceb73beb58 -C extra-filename=-59555dceb73beb58 --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-db92a402d6d3376a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-971e8fb64407231e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302025-01-13T08:56:56.362Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-8479575f4cd72e42/build-script-build`
36312025-01-13T08:56:56.411Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
36322025-01-13T08:56:56.459Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/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=7462f13eebcd00bd -C extra-filename=-7462f13eebcd00bd --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-61c303d308e14719.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332025-01-13T08:56:56.573Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
36342025-01-13T08:56:56.576Z Running `/home/build/.rustup/toolchains/1.81.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=619a99f78345588b -C extra-filename=-619a99f78345588b --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-de7b6b36d9cdc3ee.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-49659c99a1585909.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36352025-01-13T08:56:56.949Z Compiling same-file v1.0.6
36362025-01-13T08:56:56.951Z Running `/home/build/.rustup/toolchains/1.81.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=17d6301a0da6eb44 -C extra-filename=-17d6301a0da6eb44 --out-dir /work/oxidecomputer/omicron/target/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-13T08:56:57.304Z Compiling walkdir v2.5.0
36382025-01-13T08:56:57.307Z Running `/home/build/.rustup/toolchains/1.81.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=276d808b1ead684e -C extra-filename=-276d808b1ead684e --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-17d6301a0da6eb44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392025-01-13T08:56:57.498Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
36402025-01-13T08:56:57.501Z Running `/home/build/.rustup/toolchains/1.81.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=54fc922ae4330ab2 -C extra-filename=-54fc922ae4330ab2 --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-1d917cedb4ccfee1.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-de7b6b36d9cdc3ee.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-619a99f78345588b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-49659c99a1585909.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36412025-01-13T08:56:57.569Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
36422025-01-13T08:56:57.572Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/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=075356b2e1f11602 -C extra-filename=-075356b2e1f11602 --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-2ee54a9ce846ec72.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-dd72c80726fb98a3.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21e7f19c9e013b13.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432025-01-13T08:56:57.869Z Compiling convert_case v0.4.0
36442025-01-13T08:56:57.871Z Running `/home/build/.rustup/toolchains/1.81.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=4e18993d560ee6e0 -C extra-filename=-4e18993d560ee6e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452025-01-13T08:56:58.157Z Compiling newline-converter v0.3.0
36462025-01-13T08:56:58.159Z Running `/home/build/.rustup/toolchains/1.81.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=a6bf16b5d3520644 -C extra-filename=-a6bf16b5d3520644 --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-fa2869c7751ea7ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36472025-01-13T08:56:58.341Z Compiling expectorate v1.1.0
36482025-01-13T08:56:58.343Z Running `/home/build/.rustup/toolchains/1.81.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=5b00f87ea103a624 -C extra-filename=-5b00f87ea103a624 --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-80b9d6a50996942e.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-a6bf16b5d3520644.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-74b7a9d8e0db0402.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36492025-01-13T08:56:58.533Z Compiling tungstenite v0.21.0
36502025-01-13T08:56:58.536Z Running `/home/build/.rustup/toolchains/1.81.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=e5026ffd2a28e5f0 -C extra-filename=-e5026ffd2a28e5f0 --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-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4c63c92319785a22.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-04c785dde2a4d077.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36512025-01-13T08:56:58.559Z Dirty xattr v1.4.0: the rustflags changed
36522025-01-13T08:56:58.559Z Compiling xattr v1.4.0
36532025-01-13T08:56:58.581Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=91a62f4c4d960135 -C extra-filename=-91a62f4c4d960135 --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-98b26dfb34f0a4d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542025-01-13T08:56:58.840Z Dirty filetime v0.2.25: the rustflags changed
36552025-01-13T08:56:58.840Z Compiling filetime v0.2.25
36562025-01-13T08:56:58.843Z Running `/home/build/.rustup/toolchains/1.81.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=1393438bb659407c -C extra-filename=-1393438bb659407c --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36572025-01-13T08:56:58.920Z Compiling derive_more v0.99.18
36582025-01-13T08:56:58.923Z Running `/home/build/.rustup/toolchains/1.81.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=785a34afa584b59a -C extra-filename=-785a34afa584b59a --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-4e18993d560ee6e0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592025-01-13T08:56:59.245Z Dirty tar v0.4.43: the rustflags changed
36602025-01-13T08:56:59.245Z Compiling tar v0.4.43
36612025-01-13T08:56:59.269Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=5721e2aa20a1e61d -C extra-filename=-5721e2aa20a1e61d --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-1393438bb659407c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-91a62f4c4d960135.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622025-01-13T08:56:59.579Z Compiling mockall v0.13.1
36632025-01-13T08:56:59.581Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=94efe80165de9688 -C extra-filename=-94efe80165de9688 --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-83c04ded702a2c6e.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-bb5d5b4255f984fc.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-44dacb9658c55276.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-e661135b05061540.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-cf65ba10ed5b80f7.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-014221e4d649e561.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642025-01-13T08:56:59.951Z Compiling tokio-tungstenite v0.21.0
36652025-01-13T08:56:59.954Z Running `/home/build/.rustup/toolchains/1.81.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=43455639abd32dc1 -C extra-filename=-43455639abd32dc1 --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-4afc18856895b7c0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-e5026ffd2a28e5f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662025-01-13T08:57:00.437Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36672025-01-13T08:57:00.440Z Running `/home/build/.rustup/toolchains/1.81.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=c4b4db299b734b0c -C extra-filename=-c4b4db299b734b0c --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-8ef4e07882c68725.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-54fc922ae4330ab2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-81c2c439dade67bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-491d3e5dfa7ad00d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682025-01-13T08:57:00.595Z Dirty unicode-width v0.1.14: the rustflags changed
36692025-01-13T08:57:00.595Z Compiling unicode-width v0.1.14
36702025-01-13T08:57:00.598Z Running `/home/build/.rustup/toolchains/1.81.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=6f7bee780039a0b9 -C extra-filename=-6f7bee780039a0b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36712025-01-13T08:57:00.880Z Compiling arc-swap v1.7.1
36722025-01-13T08:57:00.903Z Running `/home/build/.rustup/toolchains/1.81.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=98701f5f07c777db -C extra-filename=-98701f5f07c777db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36732025-01-13T08:57:01.161Z Compiling num-rational v0.4.2
36742025-01-13T08:57:01.164Z Running `/home/build/.rustup/toolchains/1.81.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=06f3c7d730705e8b -C extra-filename=-06f3c7d730705e8b --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-8d64c4121e224860.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21e7f19c9e013b13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36752025-01-13T08:57:01.590Z Compiling slog-scope v4.4.0
36762025-01-13T08:57:01.593Z Running `/home/build/.rustup/toolchains/1.81.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=815f579f17bc029e -C extra-filename=-815f579f17bc029e --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-98701f5f07c777db.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772025-01-13T08:57:01.615Z Compiling num-complex v0.4.6
36782025-01-13T08:57:01.618Z Running `/home/build/.rustup/toolchains/1.81.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=a40c01703dabd212 -C extra-filename=-a40c01703dabd212 --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-21e7f19c9e013b13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36792025-01-13T08:57:02.152Z Running `/home/build/.rustup/toolchains/1.81.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=cfd77a7514c264a0 -C extra-filename=-cfd77a7514c264a0 --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-1d917cedb4ccfee1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ef4e07882c68725.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-54fc922ae4330ab2.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-0e1b632b3c508b92.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-c4b4db299b734b0c.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-81c2c439dade67bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-491d3e5dfa7ad00d.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-8ec3b61fe0cc3f95.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)'`
36802025-01-13T08:57:02.402Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36812025-01-13T08:57:02.418Z Running `/home/build/.rustup/toolchains/1.81.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=85cde50a6dd00d63 -C extra-filename=-85cde50a6dd00d63 --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-83c04ded702a2c6e.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ef4e07882c68725.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-cfd77a7514c264a0.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-cda07f3d901ae990.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-491d3e5dfa7ad00d.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-8ec3b61fe0cc3f95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-49659c99a1585909.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822025-01-13T08:57:02.520Z Compiling slog-stdlog v4.1.1
36832025-01-13T08:57:02.522Z Running `/home/build/.rustup/toolchains/1.81.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=d5b332a2f7fd938f -C extra-filename=-d5b332a2f7fd938f --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-7e6106d991fb114a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-815f579f17bc029e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36842025-01-13T08:57:02.746Z Compiling slog-envlogger v2.2.0
36852025-01-13T08:57:02.749Z Running `/home/build/.rustup/toolchains/1.81.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=29c85ad1e72445e0 -C extra-filename=-29c85ad1e72445e0 --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-7e6106d991fb114a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-815f579f17bc029e.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-d5b332a2f7fd938f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862025-01-13T08:57:02.922Z Compiling num v0.4.3
36872025-01-13T08:57:02.925Z Running `/home/build/.rustup/toolchains/1.81.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=7d8819e06eb11277 -C extra-filename=-7d8819e06eb11277 --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-a40c01703dabd212.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d64c4121e224860.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-f37f88dc39ff96fe.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-06f3c7d730705e8b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21e7f19c9e013b13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36882025-01-13T08:57:03.043Z Compiling float-ord v0.3.2
36892025-01-13T08:57:03.046Z Running `/home/build/.rustup/toolchains/1.81.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=64ad33de53dcc530 -C extra-filename=-64ad33de53dcc530 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36902025-01-13T08:57:03.069Z Compiling indent_write v2.2.0
36912025-01-13T08:57:03.072Z Running `/home/build/.rustup/toolchains/1.81.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=d115df43764c8065 -C extra-filename=-d115df43764c8065 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922025-01-13T08:57:03.232Z Compiling cancel-safe-futures v0.1.5
36932025-01-13T08:57:03.234Z Running `/home/build/.rustup/toolchains/1.81.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=519fdc64effdffd2 -C extra-filename=-519fdc64effdffd2 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-519fdc64effdffd2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942025-01-13T08:57:03.310Z Compiling owo-colors v4.1.0
36952025-01-13T08:57:03.319Z Running `/home/build/.rustup/toolchains/1.81.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=ab9c385e5901ea3b -C extra-filename=-ab9c385e5901ea3b --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-ab9c385e5901ea3b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962025-01-13T08:57:03.594Z Compiling libsw-core v0.3.1
36972025-01-13T08:57:03.600Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-core-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 --warn=unexpected_cfgs --cfg 'feature="std"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coarsetime", "default", "quanta", "std", "time", "tokio"))' --check-cfg 'cfg(doc_cfg)' -C metadata=9ed1d101e3a51ba9 -C extra-filename=-9ed1d101e3a51ba9 --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-c09884cace61697f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982025-01-13T08:57:03.628Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-519fdc64effdffd2/build-script-build`
36992025-01-13T08:57:03.654Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-ab9c385e5901ea3b/build-script-build`
37002025-01-13T08:57:03.681Z Dirty swrite v0.1.0: the rustflags changed
37012025-01-13T08:57:03.681Z Compiling swrite v0.1.0
37022025-01-13T08:57:03.684Z Running `/home/build/.rustup/toolchains/1.81.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=74c3ec0fd5fa922d -C extra-filename=-74c3ec0fd5fa922d --out-dir /work/oxidecomputer/omicron/target/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-13T08:57:03.707Z Running `/home/build/.rustup/toolchains/1.81.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=d27cd3c9a5bd1634 -C extra-filename=-d27cd3c9a5bd1634 --out-dir /work/oxidecomputer/omicron/target/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)'`
37042025-01-13T08:57:03.832Z Compiling libsw v3.4.0
37052025-01-13T08:57:03.835Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-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"' --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"))' --check-cfg 'cfg(doc_cfg)' -C metadata=6398d5b1a3804b0e -C extra-filename=-6398d5b1a3804b0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libsw_core=/work/oxidecomputer/omicron/target/debug/deps/liblibsw_core-9ed1d101e3a51ba9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062025-01-13T08:57:03.893Z Running `/home/build/.rustup/toolchains/1.81.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=4f10a10550e2dfa1 -C extra-filename=-4f10a10550e2dfa1 --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-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4afc18856895b7c0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-c5ec79541264107a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072025-01-13T08:57:04.170Z Compiling password-hash v0.5.0
37082025-01-13T08:57:04.173Z Running `/home/build/.rustup/toolchains/1.81.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=511e33bf9c769931 -C extra-filename=-511e33bf9c769931 --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-d4bf7869d4ee9385.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9f9f8794b4ee08b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37092025-01-13T08:57:04.230Z Compiling progenitor-macro v0.8.0
37102025-01-13T08:57:04.233Z Running `/home/build/.rustup/toolchains/1.81.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=f10e2fcdc4ac2d1e -C extra-filename=-f10e2fcdc4ac2d1e --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-703e6009c07a9a65.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-ba305edc93df06b1.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-45f64382ca0b755d.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-e2fe0438716583ff.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37112025-01-13T08:57:04.554Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
37122025-01-13T08:57:04.557Z Running `/home/build/.rustup/toolchains/1.81.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=98fbd6355415c9da -C extra-filename=-98fbd6355415c9da --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-98a964d32351fb3b.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-72b1cba1a37954ab.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-cfd77a7514c264a0.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-85cde50a6dd00d63.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-81c2c439dade67bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-633850c5409dc620.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132025-01-13T08:57:04.782Z Compiling blake2 v0.10.6
37142025-01-13T08:57:04.785Z Running `/home/build/.rustup/toolchains/1.81.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=ff5d34f890e98553 -C extra-filename=-ff5d34f890e98553 --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-0f56e7a84b3c5e8f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37152025-01-13T08:57:05.212Z Compiling linear-map v1.2.0
37162025-01-13T08:57:05.215Z Running `/home/build/.rustup/toolchains/1.81.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=004b24f70abe6b23 -C extra-filename=-004b24f70abe6b23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172025-01-13T08:57:05.598Z Compiling argon2 v0.5.3
37182025-01-13T08:57:05.600Z Running `/home/build/.rustup/toolchains/1.81.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=af91579a40ade2ab -C extra-filename=-af91579a40ade2ab --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-d4bf7869d4ee9385.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-ff5d34f890e98553.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-cdd5a1475f48597f.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-511e33bf9c769931.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37192025-01-13T08:57:06.041Z Compiling pem v3.0.4
37202025-01-13T08:57:06.044Z Running `/home/build/.rustup/toolchains/1.81.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=de7ed3725d1ecbe1 -C extra-filename=-de7ed3725d1ecbe1 --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-e342ec737c4cbcc0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212025-01-13T08:57:06.110Z Compiling highway v1.3.0
37222025-01-13T08:57:06.118Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7b0021f344ce3154 -C extra-filename=-7b0021f344ce3154 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37232025-01-13T08:57:06.150Z Compiling lzma-sys v0.1.20
37242025-01-13T08:57:06.153Z Running `/home/build/.rustup/toolchains/1.81.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=021b189423f3d421 -C extra-filename=-021b189423f3d421 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-021b189423f3d421 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-48ea037f3791d910.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37252025-01-13T08:57:06.902Z Compiling heck v0.3.3
37262025-01-13T08:57:06.903Z Running `/home/build/.rustup/toolchains/1.81.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=1b38adb89d41c5e3 -C extra-filename=-1b38adb89d41c5e3 --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-fa2869c7751ea7ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37272025-01-13T08:57:06.929Z Compiling headers-core v0.3.0
37282025-01-13T08:57:06.950Z Running `/home/build/.rustup/toolchains/1.81.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=d518dcaccf84f725 -C extra-filename=-d518dcaccf84f725 --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-047927885b03896f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292025-01-13T08:57:07.015Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
37302025-01-13T08:57:07.017Z Running `/home/build/.rustup/toolchains/1.81.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=0740cba08b844d02 -C extra-filename=-0740cba08b844d02 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-0740cba08b844d02 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312025-01-13T08:57:07.050Z Compiling humantime v2.1.0
37322025-01-13T08:57:07.074Z Running `/home/build/.rustup/toolchains/1.81.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=31c3ffab5224127a -C extra-filename=-31c3ffab5224127a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332025-01-13T08:57:07.088Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-021b189423f3d421/build-script-build`
37342025-01-13T08:57:07.116Z Compiling headers v0.4.0
37352025-01-13T08:57:07.118Z Running `/home/build/.rustup/toolchains/1.81.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=5a30f5d239e58a3e -C extra-filename=-5a30f5d239e58a3e --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-6d27ec8383fdb856.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-d518dcaccf84f725.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b628303ab060738e.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-71803c34803b0cd3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4c63c92319785a22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362025-01-13T08:57:07.151Z Running `/home/build/.rustup/toolchains/1.81.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=2cbdef0d8f7aefe3 -C extra-filename=-2cbdef0d8f7aefe3 --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-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
37372025-01-13T08:57:07.325Z Compiling zone_cfg_derive v0.1.2
37382025-01-13T08:57:07.326Z Running `/home/build/.rustup/toolchains/1.81.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=93dcb6174b910ff2 -C extra-filename=-93dcb6174b910ff2 --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-1b38adb89d41c5e3.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-54076744d591c51e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-235212d45e72d615.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392025-01-13T08:57:07.349Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37402025-01-13T08:57:07.349Z Running `/home/build/.rustup/toolchains/1.81.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=9ad5596c990ccaf5 -C extra-filename=-9ad5596c990ccaf5 --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-a8c76d661c1be42b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ca443d8fd344af96.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cda4689e2807bfbb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412025-01-13T08:57:07.371Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-0740cba08b844d02/build-script-build`
37422025-01-13T08:57:07.409Z Compiling yasna v0.5.2
37432025-01-13T08:57:07.411Z Running `/home/build/.rustup/toolchains/1.81.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=740ed379949f84f8 -C extra-filename=-740ed379949f84f8 --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-270d250e41a0b308.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37442025-01-13T08:57:07.599Z Compiling base64 v0.13.1
37452025-01-13T08:57:07.601Z Running `/home/build/.rustup/toolchains/1.81.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=a43efa0b709579bd -C extra-filename=-a43efa0b709579bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462025-01-13T08:57:07.766Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
37472025-01-13T08:57:07.768Z Running `/home/build/.rustup/toolchains/1.81.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=d5f9439d1a9d6cc8 -C extra-filename=-d5f9439d1a9d6cc8 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-d5f9439d1a9d6cc8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37482025-01-13T08:57:08.249Z Compiling ron v0.7.1
37492025-01-13T08:57:08.271Z Running `/home/build/.rustup/toolchains/1.81.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=18f39b464cf052a1 -C extra-filename=-18f39b464cf052a1 --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-a43efa0b709579bd.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37502025-01-13T08:57:08.374Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37512025-01-13T08:57:08.377Z Running `/home/build/.rustup/toolchains/1.81.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=d8b7ffc502a5782b -C extra-filename=-d8b7ffc502a5782b --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-9ad5596c990ccaf5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ca443d8fd344af96.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cda4689e2807bfbb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37522025-01-13T08:57:08.699Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-d5f9439d1a9d6cc8/build-script-build`
37532025-01-13T08:57:08.759Z Compiling rcgen v0.12.1
37542025-01-13T08:57:08.762Z Running `/home/build/.rustup/toolchains/1.81.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=b55673b606362a12 -C extra-filename=-b55673b606362a12 --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-de7ed3725d1ecbe1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9c7047525dce759e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-270d250e41a0b308.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-740ed379949f84f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out`
37552025-01-13T08:57:09.021Z Compiling zone v0.1.8
37562025-01-13T08:57:09.024Z Running `/home/build/.rustup/toolchains/1.81.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=6453bf98f1f6dd16 -C extra-filename=-6453bf98f1f6dd16 --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-db92a402d6d3376a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-93dcb6174b910ff2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37572025-01-13T08:57:09.137Z Running `/home/build/.rustup/toolchains/1.81.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=1dabb439705f65e1 -C extra-filename=-1dabb439705f65e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-1a47e57081c3048c.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-ceccb98afd66a028.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-f3f9346af40404fc.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-0511dfd29106e2c7.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-35a3f21f86f7a39c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-eb8ef023a2fd0837.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-2dfc8c56d11c0cbc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-9813fb2838b716cf.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-93d99f60fd349dee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
37582025-01-13T08:57:09.140Z Compiling xz2 v0.1.7
37592025-01-13T08:57:09.143Z Compiling subprocess v0.2.9
37602025-01-13T08:57:09.143Z Running `/home/build/.rustup/toolchains/1.81.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=76eec2c21f19f488 -C extra-filename=-76eec2c21f19f488 --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-2cbdef0d8f7aefe3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
37612025-01-13T08:57:09.143Z Running `/home/build/.rustup/toolchains/1.81.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=621fecadd3e755d0 -C extra-filename=-621fecadd3e755d0 --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-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37622025-01-13T08:57:09.372Z Dirty aws-lc-sys v0.24.1: the rustflags changed
37632025-01-13T08:57:09.372Z Compiling aws-lc-sys v0.24.1
37642025-01-13T08:57:09.376Z Running `/home/build/.rustup/toolchains/1.81.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.24.1/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=d09d8fb6a73afe1f -C extra-filename=-d09d8fb6a73afe1f --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d09d8fb6a73afe1f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-ecb82c8cfcc0f3ff.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-48ea037f3791d910.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-6b646d0bf58c2fba.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-3e5c62976113e5f4.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-242258cbf285726b.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652025-01-13T08:57:09.674Z Dirty semver v0.1.20: the rustflags changed
37662025-01-13T08:57:09.674Z Compiling semver v0.1.20
37672025-01-13T08:57:09.677Z Running `/home/build/.rustup/toolchains/1.81.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=ad501e15d7f1fa5f -C extra-filename=-ad501e15d7f1fa5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37682025-01-13T08:57:10.381Z Dirty rustc_version v0.1.7: the rustflags changed
37692025-01-13T08:57:10.381Z Compiling rustc_version v0.1.7
37702025-01-13T08:57:10.383Z Running `/home/build/.rustup/toolchains/1.81.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=5e1f2611955e262c -C extra-filename=-5e1f2611955e262c --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-ad501e15d7f1fa5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712025-01-13T08:57:10.701Z Compiling half v2.4.1
37722025-01-13T08:57:10.704Z Running `/home/build/.rustup/toolchains/1.81.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=b903e0a71c8a9e30 -C extra-filename=-b903e0a71c8a9e30 --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37732025-01-13T08:57:10.727Z Compiling ciborium-io v0.2.2
37742025-01-13T08:57:10.730Z Running `/home/build/.rustup/toolchains/1.81.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=47dbf1aa7d6f1ddf -C extra-filename=-47dbf1aa7d6f1ddf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37752025-01-13T08:57:10.867Z Running `/home/build/.rustup/toolchains/1.81.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=ebc379566efd2a27 -C extra-filename=-ebc379566efd2a27 --out-dir /work/oxidecomputer/omicron/target/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`
37762025-01-13T08:57:10.934Z Dirty newtype_derive v0.1.6: the rustflags changed
37772025-01-13T08:57:10.935Z Compiling newtype_derive v0.1.6
37782025-01-13T08:57:10.937Z Running `/home/build/.rustup/toolchains/1.81.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=091dddfb3b11af99 -C extra-filename=-091dddfb3b11af99 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-091dddfb3b11af99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-5e1f2611955e262c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37792025-01-13T08:57:11.143Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
37802025-01-13T08:57:11.146Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/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=4e177d1015279c76 -C extra-filename=-4e177d1015279c76 --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-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37812025-01-13T08:57:11.180Z Compiling ciborium-ll v0.2.2
37822025-01-13T08:57:11.217Z Running `/home/build/.rustup/toolchains/1.81.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=f57a3b1c0d1225df -C extra-filename=-f57a3b1c0d1225df --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-47dbf1aa7d6f1ddf.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-b903e0a71c8a9e30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832025-01-13T08:57:11.266Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
37842025-01-13T08:57:11.270Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/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=d7fab50ead789ae4 -C extra-filename=-d7fab50ead789ae4 --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-e342ec737c4cbcc0.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2ee54a9ce846ec72.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37852025-01-13T08:57:11.294Z Compiling display-error-chain v0.2.2
37862025-01-13T08:57:11.297Z Running `/home/build/.rustup/toolchains/1.81.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=c934ff84d13620ad -C extra-filename=-c934ff84d13620ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37872025-01-13T08:57:11.316Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-091dddfb3b11af99/build-script-build`
37882025-01-13T08:57:11.398Z Running `/home/build/.rustup/toolchains/1.81.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=46f75afc187be87d -C extra-filename=-46f75afc187be87d --out-dir /work/oxidecomputer/omicron/target/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`
37892025-01-13T08:57:11.504Z Compiling steno v0.4.1
37902025-01-13T08:57:11.506Z Running `/home/build/.rustup/toolchains/1.81.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=c57817e1a619d695 -C extra-filename=-c57817e1a619d695 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37912025-01-13T08:57:11.536Z Compiling ciborium v0.2.2
37922025-01-13T08:57:11.563Z Running `/home/build/.rustup/toolchains/1.81.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=9069aa533aa0b3bb -C extra-filename=-9069aa533aa0b3bb --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-47dbf1aa7d6f1ddf.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-f57a3b1c0d1225df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932025-01-13T08:57:11.590Z Compiling slog-dtrace v0.3.0
37942025-01-13T08:57:11.593Z Running `/home/build/.rustup/toolchains/1.81.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=db2a9b39b66bdf96 -C extra-filename=-db2a9b39b66bdf96 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-db2a9b39b66bdf96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37952025-01-13T08:57:11.753Z Compiling gethostname v0.5.0
37962025-01-13T08:57:11.756Z Running `/home/build/.rustup/toolchains/1.81.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=43dfbc54f2ca751f -C extra-filename=-43dfbc54f2ca751f --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-98b26dfb34f0a4d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972025-01-13T08:57:11.944Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
37982025-01-13T08:57:11.946Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/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=c0558ff61381b596 -C extra-filename=-c0558ff61381b596 --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-d7fab50ead789ae4.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-4e177d1015279c76.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37992025-01-13T08:57:11.990Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-db2a9b39b66bdf96/build-script-build`
38002025-01-13T08:57:12.073Z Running `/home/build/.rustup/toolchains/1.81.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=43375ac742f67adb -C extra-filename=-43375ac742f67adb --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-84bf70da5cf4a105.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38012025-01-13T08:57:12.467Z Compiling nibble_vec v0.1.0
38022025-01-13T08:57:12.470Z Running `/home/build/.rustup/toolchains/1.81.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=5edce832b955d918 -C extra-filename=-5edce832b955d918 --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-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38032025-01-13T08:57:12.697Z Compiling endian-type v0.1.2
38042025-01-13T08:57:12.701Z Running `/home/build/.rustup/toolchains/1.81.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=374679e1acf60c7f -C extra-filename=-374679e1acf60c7f --out-dir /work/oxidecomputer/omicron/target/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-13T08:57:12.722Z Compiling keccak v0.1.5
38062025-01-13T08:57:12.722Z Running `/home/build/.rustup/toolchains/1.81.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=c2f5654441477d17 -C extra-filename=-c2f5654441477d17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38072025-01-13T08:57:12.952Z Compiling radix_trie v0.2.1
38082025-01-13T08:57:12.955Z Running `/home/build/.rustup/toolchains/1.81.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=9a0d1285c339c6d5 -C extra-filename=-9a0d1285c339c6d5 --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-374679e1acf60c7f.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-5edce832b955d918.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38092025-01-13T08:57:13.116Z Compiling sha3 v0.10.8
38102025-01-13T08:57:13.119Z Running `/home/build/.rustup/toolchains/1.81.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=a00804678916ba09 -C extra-filename=-a00804678916ba09 --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-0f56e7a84b3c5e8f.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-c2f5654441477d17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38112025-01-13T08:57:13.470Z Compiling constant_time_eq v0.3.1
38122025-01-13T08:57:13.473Z Running `/home/build/.rustup/toolchains/1.81.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=4d02674e81423f01 -C extra-filename=-4d02674e81423f01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132025-01-13T08:57:13.676Z Compiling arrayvec v0.7.6
38142025-01-13T08:57:13.679Z Running `/home/build/.rustup/toolchains/1.81.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=3ded41aaa9d9802f -C extra-filename=-3ded41aaa9d9802f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38152025-01-13T08:57:13.710Z Compiling arrayref v0.3.9
38162025-01-13T08:57:13.712Z Running `/home/build/.rustup/toolchains/1.81.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=b91986aeb4aaec13 -C extra-filename=-b91986aeb4aaec13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38172025-01-13T08:57:13.768Z Compiling universal-hash v0.5.1
38182025-01-13T08:57:13.771Z Running `/home/build/.rustup/toolchains/1.81.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=4167c85a15c2d11e -C extra-filename=-4167c85a15c2d11e --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-6391ee02843dae0d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38192025-01-13T08:57:13.826Z Compiling opaque-debug v0.3.1
38202025-01-13T08:57:13.829Z Running `/home/build/.rustup/toolchains/1.81.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=336551ef1347f8fe -C extra-filename=-336551ef1347f8fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38212025-01-13T08:57:13.943Z Compiling secrecy v0.8.0
38222025-01-13T08:57:13.946Z Running `/home/build/.rustup/toolchains/1.81.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=8a706871ccd67ca7 -C extra-filename=-8a706871ccd67ca7 --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-6b82e9bc49a52fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38232025-01-13T08:57:13.996Z Compiling blake3 v1.5.5
38242025-01-13T08:57:13.999Z Running `/home/build/.rustup/toolchains/1.81.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.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="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=4506a49247e358b2 -C extra-filename=-4506a49247e358b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-4506a49247e358b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-48ea037f3791d910.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252025-01-13T08:57:14.079Z Compiling memmap2 v0.9.5
38262025-01-13T08:57:14.120Z Running `/home/build/.rustup/toolchains/1.81.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=15c6f4d385403c18 -C extra-filename=-15c6f4d385403c18 --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-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272025-01-13T08:57:14.198Z Compiling aead v0.5.2
38282025-01-13T08:57:14.201Z Running `/home/build/.rustup/toolchains/1.81.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=f661448fbb57eb05 -C extra-filename=-f661448fbb57eb05 --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-6391ee02843dae0d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c75a5e3dd70c852e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38292025-01-13T08:57:14.264Z Compiling topological-sort v0.2.2
38302025-01-13T08:57:14.267Z Running `/home/build/.rustup/toolchains/1.81.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=080f99335bb4565d -C extra-filename=-080f99335bb4565d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312025-01-13T08:57:14.515Z Compiling poly1305 v0.8.0
38322025-01-13T08:57:14.518Z Running `/home/build/.rustup/toolchains/1.81.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=3863b85fbaa0329a -C extra-filename=-3863b85fbaa0329a --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-cdd5a1475f48597f.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-336551ef1347f8fe.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-4167c85a15c2d11e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38332025-01-13T08:57:14.585Z Compiling chacha20 v0.9.1
38342025-01-13T08:57:14.587Z Running `/home/build/.rustup/toolchains/1.81.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=e248bcc3432643ef -C extra-filename=-e248bcc3432643ef --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-83c04ded702a2c6e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-159122142200b690.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-cdd5a1475f48597f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352025-01-13T08:57:14.610Z Compiling toolchain_find v0.4.0
38362025-01-13T08:57:14.613Z Running `/home/build/.rustup/toolchains/1.81.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=baa5ee2dbb066f92 -C extra-filename=-baa5ee2dbb066f92 --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-89c1938278b2586e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372025-01-13T08:57:14.761Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-4506a49247e358b2/build-script-build`
38382025-01-13T08:57:15.060Z Compiling thiserror-impl-no-std v2.0.2
38392025-01-13T08:57:15.063Z Running `/home/build/.rustup/toolchains/1.81.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=04c67658e455045e -C extra-filename=-04c67658e455045e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-235212d45e72d615.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38402025-01-13T08:57:15.297Z Compiling rustfmt-wrapper v0.2.1
38412025-01-13T08:57:15.301Z Running `/home/build/.rustup/toolchains/1.81.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=4270a24569c90a06 -C extra-filename=-4270a24569c90a06 --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-a8c76d661c1be42b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-baa5ee2dbb066f92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38422025-01-13T08:57:15.437Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.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 --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=6ed6ba1489c37eb9 -C extra-filename=-6ed6ba1489c37eb9 --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-b91986aeb4aaec13.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-3ded41aaa9d9802f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4d02674e81423f01.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-15c6f4d385403c18.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-343f67889dfddc4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/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()))'`
38432025-01-13T08:57:15.893Z Compiling async-recursion v1.1.1
38442025-01-13T08:57:15.896Z Running `/home/build/.rustup/toolchains/1.81.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=6052cce5d47cdfb5 -C extra-filename=-6052cce5d47cdfb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38452025-01-13T08:57:16.221Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
38462025-01-13T08:57:16.224Z Running `/home/build/.rustup/toolchains/1.81.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=ca2995da6a70227e -C extra-filename=-ca2995da6a70227e --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-ca2995da6a70227e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38472025-01-13T08:57:16.588Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ca2995da6a70227e/build-script-build`
38482025-01-13T08:57:16.626Z Compiling chacha20poly1305 v0.10.1
38492025-01-13T08:57:16.650Z Running `/home/build/.rustup/toolchains/1.81.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=525ad334db9e31d3 -C extra-filename=-525ad334db9e31d3 --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-f661448fbb57eb05.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-e248bcc3432643ef.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-159122142200b690.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-3863b85fbaa0329a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502025-01-13T08:57:16.692Z Running `/home/build/.rustup/toolchains/1.81.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=d88d71ee5bcccc11 -C extra-filename=-d88d71ee5bcccc11 --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.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/`
38512025-01-13T08:57:16.801Z Compiling fxhash v0.2.1
38522025-01-13T08:57:16.803Z Running `/home/build/.rustup/toolchains/1.81.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=048ebba6ba3012bd -C extra-filename=-048ebba6ba3012bd --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-42c8c764cb4293aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38532025-01-13T08:57:16.877Z Compiling zip v2.1.3
38542025-01-13T08:57:16.880Z Running `/home/build/.rustup/toolchains/1.81.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=f45a45f4d5bf7a94 -C extra-filename=-f45a45f4d5bf7a94 --out-dir /work/oxidecomputer/omicron/target/debug/build/zip-f45a45f4d5bf7a94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38552025-01-13T08:57:17.020Z Compiling bumpalo v3.16.0
38562025-01-13T08:57:17.023Z Running `/home/build/.rustup/toolchains/1.81.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=597f73e87f72748d -C extra-filename=-597f73e87f72748d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38572025-01-13T08:57:17.116Z Compiling simd-adler32 v0.3.7
38582025-01-13T08:57:17.119Z Running `/home/build/.rustup/toolchains/1.81.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=56420b8cf164d3b8 -C extra-filename=-56420b8cf164d3b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38592025-01-13T08:57:17.249Z Compiling lockfree-object-pool v0.1.6
38602025-01-13T08:57:17.251Z Running `/home/build/.rustup/toolchains/1.81.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=8959df1db63b88d5 -C extra-filename=-8959df1db63b88d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612025-01-13T08:57:17.516Z Compiling zopfli v0.8.1
38622025-01-13T08:57:17.518Z Running `/home/build/.rustup/toolchains/1.81.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=9df4848718ac7057 -C extra-filename=-9df4848718ac7057 --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-597f73e87f72748d.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-149352a4a9602637.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-8959df1db63b88d5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-56420b8cf164d3b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632025-01-13T08:57:17.543Z Running `/work/oxidecomputer/omicron/target/debug/build/zip-f45a45f4d5bf7a94/build-script-build`
38642025-01-13T08:57:17.579Z Compiling maplit v1.0.2
38652025-01-13T08:57:17.582Z Running `/home/build/.rustup/toolchains/1.81.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=ecfd5b0ec037d853 -C extra-filename=-ecfd5b0ec037d853 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662025-01-13T08:57:17.695Z Compiling radium v0.7.0
38672025-01-13T08:57:17.698Z Running `/home/build/.rustup/toolchains/1.81.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=fa7c7e0fa637645c -C extra-filename=-fa7c7e0fa637645c --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-fa7c7e0fa637645c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38682025-01-13T08:57:17.723Z Compiling maybe-uninit v2.0.0
38692025-01-13T08:57:17.723Z Running `/home/build/.rustup/toolchains/1.81.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=5c5063d6021ef8d5 -C extra-filename=-5c5063d6021ef8d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-5c5063d6021ef8d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38702025-01-13T08:57:17.758Z Compiling termcolor v1.4.1
38712025-01-13T08:57:17.761Z Running `/home/build/.rustup/toolchains/1.81.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=4797ccd8a8baddc1 -C extra-filename=-4797ccd8a8baddc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38722025-01-13T08:57:18.232Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-fa7c7e0fa637645c/build-script-build`
38732025-01-13T08:57:18.272Z Compiling tap v1.0.1
38742025-01-13T08:57:18.275Z Running `/home/build/.rustup/toolchains/1.81.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=4c927e9e71c73919 -C extra-filename=-4c927e9e71c73919 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752025-01-13T08:57:18.304Z Running `/home/build/.rustup/toolchains/1.81.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=3c59fe805a1640a5 -C extra-filename=-3c59fe805a1640a5 --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-11a65f13b1be67b7.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-149352a4a9602637.rmeta --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-406e36ba0188b29f.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-9df4848718ac7057.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-3fcf9193f839db58/out/lib`
38762025-01-13T08:57:18.425Z Compiling thiserror-no-std v2.0.2
38772025-01-13T08:57:18.428Z Running `/home/build/.rustup/toolchains/1.81.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=ee91aec258a22616 -C extra-filename=-ee91aec258a22616 --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-04c67658e455045e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782025-01-13T08:57:18.468Z Compiling wyz v0.5.1
38792025-01-13T08:57:18.492Z Running `/home/build/.rustup/toolchains/1.81.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=9586e86629ff2435 -C extra-filename=-9586e86629ff2435 --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-4c927e9e71c73919.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802025-01-13T08:57:18.552Z Compiling vsss-rs v3.3.4
38812025-01-13T08:57:18.555Z Running `/home/build/.rustup/toolchains/1.81.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=fd579c224f736b5b -C extra-filename=-fd579c224f736b5b --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-f3959575354082ec.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f222aa399539a660.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-b799261dab9131b0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9f9f8794b4ee08b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-ee91aec258a22616.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38822025-01-13T08:57:18.660Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-5c5063d6021ef8d5/build-script-build`
38832025-01-13T08:57:18.745Z Running `/home/build/.rustup/toolchains/1.81.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=dbeb60fed82686ae -C extra-filename=-dbeb60fed82686ae --out-dir /work/oxidecomputer/omicron/target/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`
38842025-01-13T08:57:18.880Z Compiling const_format_proc_macros v0.2.34
38852025-01-13T08:57:18.883Z Running `/home/build/.rustup/toolchains/1.81.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.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=5b31f340847cb6e4 -C extra-filename=-5b31f340847cb6e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-32fa34c4898bea28.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862025-01-13T08:57:19.252Z Compiling packed_struct v0.10.1
38872025-01-13T08:57:19.254Z Running `/home/build/.rustup/toolchains/1.81.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=227703b346cb490f -C extra-filename=-227703b346cb490f --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-227703b346cb490f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882025-01-13T08:57:19.277Z Compiling crc-catalog v2.4.0
38892025-01-13T08:57:19.277Z Running `/home/build/.rustup/toolchains/1.81.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=ab025c5202a84d5c -C extra-filename=-ab025c5202a84d5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902025-01-13T08:57:19.385Z Compiling funty v2.0.0
38912025-01-13T08:57:19.400Z Running `/home/build/.rustup/toolchains/1.81.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=ce667f001666d86f -C extra-filename=-ce667f001666d86f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922025-01-13T08:57:19.449Z Compiling crc v3.2.1
38932025-01-13T08:57:19.451Z Running `/home/build/.rustup/toolchains/1.81.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=fbcb9c8736247af6 -C extra-filename=-fbcb9c8736247af6 --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-ab025c5202a84d5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942025-01-13T08:57:19.948Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-227703b346cb490f/build-script-build`
38952025-01-13T08:57:20.084Z Running `/home/build/.rustup/toolchains/1.81.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=e32ac06e498fa999 -C extra-filename=-e32ac06e498fa999 --out-dir /work/oxidecomputer/omicron/target/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`
38962025-01-13T08:57:20.149Z Compiling packed_struct_codegen v0.10.1
38972025-01-13T08:57:20.152Z Running `/home/build/.rustup/toolchains/1.81.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=5f76cd8722760c56 -C extra-filename=-5f76cd8722760c56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-235212d45e72d615.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38982025-01-13T08:57:20.199Z Compiling indexmap v1.9.3
38992025-01-13T08:57:20.202Z Running `/home/build/.rustup/toolchains/1.81.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=0076c5f389578092 -C extra-filename=-0076c5f389578092 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-0076c5f389578092 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39002025-01-13T08:57:20.387Z Compiling nodrop v0.1.14
39012025-01-13T08:57:20.389Z Running `/home/build/.rustup/toolchains/1.81.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=071933959effb27c -C extra-filename=-071933959effb27c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39022025-01-13T08:57:20.522Z Compiling bitvec v1.0.1
39032025-01-13T08:57:20.525Z Running `/home/build/.rustup/toolchains/1.81.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=9361801a98241083 -C extra-filename=-9361801a98241083 --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-ce667f001666d86f.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-dbeb60fed82686ae.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-4c927e9e71c73919.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-9586e86629ff2435.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39042025-01-13T08:57:20.560Z Compiling array-init v0.0.4
39052025-01-13T08:57:20.563Z Running `/home/build/.rustup/toolchains/1.81.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=a275773c7f7a2120 -C extra-filename=-a275773c7f7a2120 --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-071933959effb27c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062025-01-13T08:57:20.586Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-0076c5f389578092/build-script-build`
39072025-01-13T08:57:20.622Z Compiling smallvec v0.6.14
39082025-01-13T08:57:20.625Z Running `/home/build/.rustup/toolchains/1.81.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=95962537221bffe4 -C extra-filename=-95962537221bffe4 --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-e32ac06e498fa999.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39092025-01-13T08:57:21.122Z Compiling vte_generate_state_changes v0.1.2
39102025-01-13T08:57:21.124Z Running `/home/build/.rustup/toolchains/1.81.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=d52248ecf3bd9e2c -C extra-filename=-d52248ecf3bd9e2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39112025-01-13T08:57:21.152Z Compiling const_format v0.2.34
39122025-01-13T08:57:21.154Z Running `/home/build/.rustup/toolchains/1.81.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.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__inline_const_pat_tests", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64", "rust_1_83"))' -C metadata=694a0db1dc891d38 -C extra-filename=-694a0db1dc891d38 --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-5b31f340847cb6e4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39132025-01-13T08:57:21.261Z Compiling bitfield v0.14.0
39142025-01-13T08:57:21.264Z Running `/home/build/.rustup/toolchains/1.81.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=e0f86572c8bfcbd0 -C extra-filename=-e0f86572c8bfcbd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39152025-01-13T08:57:21.553Z Compiling hashbrown v0.12.3
39162025-01-13T08:57:21.555Z Running `/home/build/.rustup/toolchains/1.81.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=dd90245a70577fbf -C extra-filename=-dd90245a70577fbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39172025-01-13T08:57:21.745Z Compiling serde-hex v0.1.0
39182025-01-13T08:57:21.748Z Running `/home/build/.rustup/toolchains/1.81.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=eb4e7a3f34d04a5a -C extra-filename=-eb4e7a3f34d04a5a --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-a275773c7f7a2120.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-95962537221bffe4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39192025-01-13T08:57:21.892Z Compiling vte v0.11.1
39202025-01-13T08:57:21.895Z Running `/home/build/.rustup/toolchains/1.81.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=a15736f9c732b927 -C extra-filename=-a15736f9c732b927 --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-6f3e25e7cc201eae.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-d52248ecf3bd9e2c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39212025-01-13T08:57:21.925Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
39222025-01-13T08:57:21.927Z Running `/home/build/.rustup/toolchains/1.81.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=083765d2ab27d285 -C extra-filename=-083765d2ab27d285 --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-42c8c764cb4293aa.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-fbcb9c8736247af6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b95e0209480e69b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39232025-01-13T08:57:22.253Z Compiling env_logger v0.10.2
39242025-01-13T08:57:22.255Z Running `/home/build/.rustup/toolchains/1.81.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=e4dd6fd034fcb61f -C extra-filename=-e4dd6fd034fcb61f --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-a0a817d9637e1161.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-4797ccd8a8baddc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39252025-01-13T08:57:22.677Z Running `/home/build/.rustup/toolchains/1.81.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=2ce4db2c526c9701 -C extra-filename=-2ce4db2c526c9701 --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-dd90245a70577fbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
39262025-01-13T08:57:22.891Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d09d8fb6a73afe1f/build-script-main`
39272025-01-13T08:57:23.142Z Compiling ron v0.8.1
39282025-01-13T08:57:23.145Z Running `/home/build/.rustup/toolchains/1.81.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=8b2b3ad047aacdab -C extra-filename=-8b2b3ad047aacdab --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-6d27ec8383fdb856.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1d917cedb4ccfee1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ca443d8fd344af96.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39292025-01-13T08:57:23.166Z Compiling hashbrown v0.13.2
39302025-01-13T08:57:23.166Z Running `/home/build/.rustup/toolchains/1.81.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=4438d3a26f3f2c5b -C extra-filename=-4438d3a26f3f2c5b --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-b81c3e383f112ae7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39312025-01-13T08:57:23.331Z Compiling fd-lock v4.0.2
39322025-01-13T08:57:23.333Z Running `/home/build/.rustup/toolchains/1.81.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=c986060ce91c7fb6 -C extra-filename=-c986060ce91c7fb6 --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-83c04ded702a2c6e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-98b26dfb34f0a4d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332025-01-13T08:57:23.530Z Compiling kstat-rs v0.2.4
39342025-01-13T08:57:23.533Z Running `/home/build/.rustup/toolchains/1.81.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=a434ed43c3694a63 -C extra-filename=-a434ed43c3694a63 --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-98a964d32351fb3b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352025-01-13T08:57:23.562Z Compiling crc-any v2.5.0
39362025-01-13T08:57:23.564Z Compiling strip-ansi-escapes v0.2.0
39372025-01-13T08:57:23.564Z Running `/home/build/.rustup/toolchains/1.81.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=962b55160f0ef6f5 -C extra-filename=-962b55160f0ef6f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39382025-01-13T08:57:23.579Z Running `/home/build/.rustup/toolchains/1.81.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=acaf1851ebd4d5c0 -C extra-filename=-acaf1851ebd4d5c0 --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-a15736f9c732b927.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39392025-01-13T08:57:24.003Z Compiling path-slash v0.1.5
39402025-01-13T08:57:24.005Z Running `/home/build/.rustup/toolchains/1.81.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=05d31220557fc09a -C extra-filename=-05d31220557fc09a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39412025-01-13T08:57:24.085Z Compiling libefi-sys v0.1.0
39422025-01-13T08:57:24.181Z Running `/home/build/.rustup/toolchains/1.81.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=d4fe92f8ec81414b -C extra-filename=-d4fe92f8ec81414b --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-d4fe92f8ec81414b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39432025-01-13T08:57:24.204Z Running `/home/build/.rustup/toolchains/1.81.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=546a32cd7aa5dde5 -C extra-filename=-546a32cd7aa5dde5 --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-9361801a98241083.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-5f76cd8722760c56.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442025-01-13T08:57:24.282Z Compiling nu-ansi-term v0.50.1
39452025-01-13T08:57:24.304Z Running `/home/build/.rustup/toolchains/1.81.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=6849588ccad9c8e6 -C extra-filename=-6849588ccad9c8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462025-01-13T08:57:24.307Z Compiling phf_generator v0.11.3
39472025-01-13T08:57:24.307Z Running `/home/build/.rustup/toolchains/1.81.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=ff4842c4fdd05656 -C extra-filename=-ff4842c4fdd05656 --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-f8d439578fd22f5f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482025-01-13T08:57:24.422Z Compiling object v0.30.4
39492025-01-13T08:57:24.424Z Running `/home/build/.rustup/toolchains/1.81.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=9e4c695d6a1db9be -C extra-filename=-9e4c695d6a1db9be --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-149352a4a9602637.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-4438d3a26f3f2c5b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2ce4db2c526c9701.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502025-01-13T08:57:24.447Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-d4fe92f8ec81414b/build-script-build`
39512025-01-13T08:57:24.486Z Compiling bitfield-struct v0.6.2
39522025-01-13T08:57:24.489Z Running `/home/build/.rustup/toolchains/1.81.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=671c5be1a522ec59 -C extra-filename=-671c5be1a522ec59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39532025-01-13T08:57:24.855Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
39542025-01-13T08:57:24.857Z Running `/home/build/.rustup/toolchains/1.81.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=071ceeb1980f3da9 -C extra-filename=-071ceeb1980f3da9 --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-8b2b3ad047aacdab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-083765d2ab27d285.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b95e0209480e69b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552025-01-13T08:57:25.058Z Compiling reedline v0.35.0
39562025-01-13T08:57:25.061Z Running `/home/build/.rustup/toolchains/1.81.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=2a46f760578b1caf -C extra-filename=-2a46f760578b1caf --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-84bf70da5cf4a105.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-c986060ce91c7fb6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ae1ce0c123c35ba1.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-6849588ccad9c8e6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-acaf1851ebd4d5c0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-68c312710a9978c3.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572025-01-13T08:57:25.610Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
39582025-01-13T08:57:25.613Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/d13f3e2/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=5d35ff872efac3bf -C extra-filename=-5d35ff872efac3bf --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-5d35ff872efac3bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-48ea037f3791d910.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39592025-01-13T08:57:25.860Z Compiling parking_lot_core v0.8.6
39602025-01-13T08:57:25.863Z Running `/home/build/.rustup/toolchains/1.81.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=ef92fdba32481ddb -C extra-filename=-ef92fdba32481ddb --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ef92fdba32481ddb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612025-01-13T08:57:26.104Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39622025-01-13T08:57:26.130Z Running `/home/build/.rustup/toolchains/1.81.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=b1e680a8a086c056 -C extra-filename=-b1e680a8a086c056 --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-671c5be1a522ec59.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39632025-01-13T08:57:26.133Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-5d35ff872efac3bf/build-script-build`
39642025-01-13T08:57:26.249Z Compiling phf_codegen v0.11.3
39652025-01-13T08:57:26.252Z Running `/home/build/.rustup/toolchains/1.81.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c25be1537c01edb -C extra-filename=-4c25be1537c01edb --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-ff4842c4fdd05656.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-f8d439578fd22f5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39662025-01-13T08:57:26.387Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ef92fdba32481ddb/build-script-build`
39672025-01-13T08:57:26.424Z Running `/home/build/.rustup/toolchains/1.81.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=058db1c7bc49c03f -C extra-filename=-058db1c7bc49c03f --out-dir /work/oxidecomputer/omicron/target/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`
39682025-01-13T08:57:26.447Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
39692025-01-13T08:57:26.447Z Running `/home/build/.rustup/toolchains/1.81.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=60b0d44c3d22665f -C extra-filename=-60b0d44c3d22665f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-f3f9346af40404fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702025-01-13T08:57:26.478Z Compiling parse-zoneinfo v0.3.1
39712025-01-13T08:57:26.478Z Running `/home/build/.rustup/toolchains/1.81.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=ec69d7547a283bbe -C extra-filename=-ec69d7547a283bbe --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-955046774bdcf4aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39722025-01-13T08:57:26.920Z Compiling cfg_aliases v0.1.1
39732025-01-13T08:57:26.923Z Running `/home/build/.rustup/toolchains/1.81.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=cbe8164c9e97305a -C extra-filename=-cbe8164c9e97305a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742025-01-13T08:57:26.924Z Dirty bytecount v0.6.8: the rustflags changed
39752025-01-13T08:57:26.924Z Compiling bytecount v0.6.8
39762025-01-13T08:57:26.924Z Running `/home/build/.rustup/toolchains/1.81.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=b354c3cdf7fcee8b -C extra-filename=-b354c3cdf7fcee8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39772025-01-13T08:57:26.985Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39782025-01-13T08:57:26.988Z Running `/home/build/.rustup/toolchains/1.81.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=b027d8ff7ea97694 -C extra-filename=-b027d8ff7ea97694 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792025-01-13T08:57:27.123Z Compiling chrono-tz-build v0.4.0
39802025-01-13T08:57:27.126Z Running `/home/build/.rustup/toolchains/1.81.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=f245ac1a4033d25d -C extra-filename=-f245ac1a4033d25d --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-ec69d7547a283bbe.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-4c25be1537c01edb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812025-01-13T08:57:27.147Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39822025-01-13T08:57:27.150Z Dirty papergrid v0.11.0: the rustflags changed
39832025-01-13T08:57:27.150Z Compiling papergrid v0.11.0
39842025-01-13T08:57:27.150Z Running `/home/build/.rustup/toolchains/1.81.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=e0b0ec0d944b40d3 -C extra-filename=-e0b0ec0d944b40d3 --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-b1e680a8a086c056.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-b027d8ff7ea97694.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852025-01-13T08:57:27.168Z Running `/home/build/.rustup/toolchains/1.81.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=4664678ab6d4281d -C extra-filename=-4664678ab6d4281d --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-b354c3cdf7fcee8b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-086f5ffe4a25dc54.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39862025-01-13T08:57:28.134Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
39872025-01-13T08:57:28.137Z Running `/home/build/.rustup/toolchains/1.81.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=a44272dbb42267d7 -C extra-filename=-a44272dbb42267d7 --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-e0f86572c8bfcbd0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-546a32cd7aa5dde5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39882025-01-13T08:57:28.323Z Compiling nix v0.28.0
39892025-01-13T08:57:28.326Z Running `/home/build/.rustup/toolchains/1.81.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=56ba871f93d00d84 -C extra-filename=-56ba871f93d00d84 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-56ba871f93d00d84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-cbe8164c9e97305a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39902025-01-13T08:57:28.526Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39912025-01-13T08:57:28.529Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/d13f3e2/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=6aee88e98c133868 -C extra-filename=-6aee88e98c133868 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-60b0d44c3d22665f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out -l static=pci`
39922025-01-13T08:57:28.529Z Running `/home/build/.rustup/toolchains/1.81.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=bf18bbc8e3775674 -C extra-filename=-bf18bbc8e3775674 --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-98a964d32351fb3b.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-058db1c7bc49c03f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932025-01-13T08:57:29.007Z Running `/home/build/.rustup/toolchains/1.81.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=04ed58217a1b13c1 -C extra-filename=-04ed58217a1b13c1 --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-83c04ded702a2c6e.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-39bb737618c263a4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39942025-01-13T08:57:29.045Z Compiling tabled_derive v0.7.0
39952025-01-13T08:57:29.048Z Running `/home/build/.rustup/toolchains/1.81.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=fc904443193a5f8f -C extra-filename=-fc904443193a5f8f --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-dd99b89daf0c34d1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-54076744d591c51e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-235212d45e72d615.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39962025-01-13T08:57:29.209Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-56ba871f93d00d84/build-script-build`
39972025-01-13T08:57:29.248Z Compiling chrono-tz v0.10.0
39982025-01-13T08:57:29.251Z Running `/home/build/.rustup/toolchains/1.81.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=7144653e1e646a68 -C extra-filename=-7144653e1e646a68 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-7144653e1e646a68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-f245ac1a4033d25d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992025-01-13T08:57:29.600Z Compiling parking_lot v0.11.2
40002025-01-13T08:57:29.602Z Running `/home/build/.rustup/toolchains/1.81.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=7ab862ccb5dd86ad -C extra-filename=-7ab862ccb5dd86ad --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-39bb737618c263a4.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-3f6f9678b9924c1b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-04ed58217a1b13c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012025-01-13T08:57:29.802Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-8901ed0fd3002e90/build-script-build`
40022025-01-13T08:57:29.843Z Running `/home/build/.rustup/toolchains/1.81.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.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=9d5c29f34977ca76 -C extra-filename=-9d5c29f34977ca76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.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-4078a4a5da38ce52/out/build/artifacts -l static=aws_lc_0_24_1_crypto -l static=aws_lc_0_24_1_rust_wrapper --cfg use_bindgen_generated`
40032025-01-13T08:57:30.158Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-2eb23ca6c7d5e103/build-script-build`
40042025-01-13T08:57:30.198Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
40052025-01-13T08:57:30.201Z Running `/home/build/.rustup/toolchains/1.81.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=c2ad4cd224083ba0 -C extra-filename=-c2ad4cd224083ba0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40062025-01-13T08:57:30.546Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-7144653e1e646a68/build-script-build`
40072025-01-13T08:57:31.484Z Compiling sled v0.34.7
40082025-01-13T08:57:31.487Z Running `/home/build/.rustup/toolchains/1.81.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=1f202c984c0a59ad -C extra-filename=-1f202c984c0a59ad --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-149352a4a9602637.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-8fe57287649cc3b4.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-3e1736cef29238ca.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-048ebba6ba3012bd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-7ab862ccb5dd86ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40092025-01-13T08:57:31.733Z Running `/home/build/.rustup/toolchains/1.81.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=830c330e3e69430d -C extra-filename=-830c330e3e69430d --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-1d917cedb4ccfee1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
40102025-01-13T08:57:31.756Z Compiling tabled v0.15.0
40112025-01-13T08:57:31.758Z Running `/home/build/.rustup/toolchains/1.81.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=a5e8b2ea94dd3b8c -C extra-filename=-a5e8b2ea94dd3b8c --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-4664678ab6d4281d.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-fc904443193a5f8f.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40122025-01-13T08:57:32.496Z Compiling hickory-client v0.24.2
40132025-01-13T08:57:32.499Z Running `/home/build/.rustup/toolchains/1.81.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.2/src/lib.rs --error-format=json --json=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("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"))' --check-cfg 'cfg(nightly)' -C metadata=14b31dd5a18a159c -C extra-filename=-14b31dd5a18a159c --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-83c04ded702a2c6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4afc18856895b7c0.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3eec84144857634b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-9a0d1285c339c6d5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-9813fb2838b716cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40142025-01-13T08:57:33.207Z Running `/home/build/.rustup/toolchains/1.81.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.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="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=9b4f91fc56af4fa8 -C extra-filename=-9b4f91fc56af4fa8 --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-9d5c29f34977ca76.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-85f9154abafa93cc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.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-4078a4a5da38ce52/out/build/artifacts`
40152025-01-13T08:57:33.387Z Compiling peg-macros v0.8.4
40162025-01-13T08:57:33.390Z Running `/home/build/.rustup/toolchains/1.81.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=c959200f2bdbfdf9 -C extra-filename=-c959200f2bdbfdf9 --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-fb8d126bde10d148.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40172025-01-13T08:57:33.648Z Compiling hickory-server v0.24.2
40182025-01-13T08:57:33.650Z Running `/home/build/.rustup/toolchains/1.81.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.2/src/lib.rs --error-format=json --json=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("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"))' --check-cfg 'cfg(nightly)' -C metadata=8798ff2a57c56f71 -C extra-filename=-8798ff2a57c56f71 --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-59a856ad6a6596dd.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-61180e7ba517e9ce.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4afc18856895b7c0.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3eec84144857634b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-270d250e41a0b308.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-9813fb2838b716cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192025-01-13T08:57:34.061Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40202025-01-13T08:57:34.064Z Running `/home/build/.rustup/toolchains/1.81.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=a7a4c6eebf4ce0bb -C extra-filename=-a7a4c6eebf4ce0bb --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-a7a4c6eebf4ce0bb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212025-01-13T08:57:35.351Z Compiling sqlparser_derive v0.2.2
40222025-01-13T08:57:35.354Z Running `/home/build/.rustup/toolchains/1.81.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=544d726c352a013c -C extra-filename=-544d726c352a013c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232025-01-13T08:57:35.713Z Dirty rustls-webpki v0.102.8: the rustflags changed
40242025-01-13T08:57:35.713Z Compiling rustls-webpki v0.102.8
40252025-01-13T08:57:35.716Z Running `/home/build/.rustup/toolchains/1.81.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=74b8216e2876394b -C extra-filename=-74b8216e2876394b --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-9b4f91fc56af4fa8.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9c7047525dce759e.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-5385c0fd91c3b6b8.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1e0d280491b15715.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out`
40262025-01-13T08:57:36.625Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.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="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=5e006a45b156b332 -C extra-filename=-5e006a45b156b332 --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-9b4f91fc56af4fa8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9c7047525dce759e.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-5385c0fd91c3b6b8.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-74b8216e2876394b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
40272025-01-13T08:57:36.875Z Running `/home/build/.rustup/toolchains/1.81.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=db8121a22c5a5151 -C extra-filename=-db8121a22c5a5151 --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-7e6106d991fb114a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9c7047525dce759e.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-5385c0fd91c3b6b8.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-74b8216e2876394b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts`
40282025-01-13T08:57:37.362Z Compiling unicode_categories v0.1.1
40292025-01-13T08:57:37.364Z Running `/home/build/.rustup/toolchains/1.81.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=553efbb5dd4155a7 -C extra-filename=-553efbb5dd4155a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40302025-01-13T08:57:37.708Z Compiling sqlformat v0.2.6
40312025-01-13T08:57:37.711Z Running `/home/build/.rustup/toolchains/1.81.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=12ed97d8f2ec15f5 -C extra-filename=-12ed97d8f2ec15f5 --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-1096e8633209e52a.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-553efbb5dd4155a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40322025-01-13T08:57:37.913Z Compiling peg v0.8.4
40332025-01-13T08:57:37.916Z Running `/home/build/.rustup/toolchains/1.81.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=99f4bdeed33688cb -C extra-filename=-99f4bdeed33688cb --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-c959200f2bdbfdf9.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40342025-01-13T08:57:38.052Z Compiling sqlparser v0.45.0
40352025-01-13T08:57:38.055Z Running `/home/build/.rustup/toolchains/1.81.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=6ffbaf0028cc591f -C extra-filename=-6ffbaf0028cc591f --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-7e6106d991fb114a.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-544d726c352a013c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362025-01-13T08:57:38.515Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-a7a4c6eebf4ce0bb/build-script-build`
40372025-01-13T08:57:38.559Z Compiling rustyline v14.0.0
40382025-01-13T08:57:38.561Z Running `/home/build/.rustup/toolchains/1.81.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=b7e7fd59bfb7f4d5 -C extra-filename=-b7e7fd59bfb7f4d5 --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-1d917cedb4ccfee1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-c986060ce91c7fb6.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-89c1938278b2586e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-830c330e3e69430d.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-9a0d1285c339c6d5.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-6f3e25e7cc201eae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40392025-01-13T08:57:39.022Z Running `/home/build/.rustup/toolchains/1.81.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=89342abeaa2dfa87 -C extra-filename=-89342abeaa2dfa87 --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-84bf70da5cf4a105.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-cbcc7ea820ea17e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402025-01-13T08:57:42.876Z Dirty tokio-rustls v0.25.0: the rustflags changed
40412025-01-13T08:57:42.876Z Compiling tokio-rustls v0.25.0
40422025-01-13T08:57:42.878Z Running `/home/build/.rustup/toolchains/1.81.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=ce27197539d9c7e9 -C extra-filename=-ce27197539d9c7e9 --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-db8121a22c5a5151.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-5385c0fd91c3b6b8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts`
40432025-01-13T08:57:43.174Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
40442025-01-13T08:57:43.177Z Running `/home/build/.rustup/toolchains/1.81.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=b28e5305b680ccbd -C extra-filename=-b28e5305b680ccbd --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-42c8c764cb4293aa.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7c6d8f6ce55bf7b5.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-962b55160f0ef6f5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-c90fb76a8ae89480.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-e4dd6fd034fcb61f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a44272dbb42267d7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21e7f19c9e013b13.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-546a32cd7aa5dde5.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-5cb48d502f5629fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-eb4e7a3f34d04a5a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-918304ddfd72c658.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b95e0209480e69b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40452025-01-13T08:57:43.342Z Dirty tokio-rustls v0.26.1: the rustflags changed
40462025-01-13T08:57:43.342Z Compiling tokio-rustls v0.26.1
40472025-01-13T08:57:43.365Z Running `/home/build/.rustup/toolchains/1.81.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.1/src/lib.rs --error-format=json --json=diagnostic-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=c7d09c228537ed1e -C extra-filename=-c7d09c228537ed1e --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-5e006a45b156b332.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out`
40482025-01-13T08:57:43.832Z Dirty hyper-rustls v0.27.5: the rustflags changed
40492025-01-13T08:57:43.832Z Compiling hyper-rustls v0.27.5
40502025-01-13T08:57:43.835Z Running `/home/build/.rustup/toolchains/1.81.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.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="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=8617dde8dc1e74ea -C extra-filename=-8617dde8dc1e74ea --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-4afc18856895b7c0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-739fc5b4c1d9cdaa.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5e006a45b156b332.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-5385c0fd91c3b6b8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c7d09c228537ed1e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-0ef1a07edf324a09.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out`
40512025-01-13T08:57:43.891Z Running `/home/build/.rustup/toolchains/1.81.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' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=6fe48b2be46857aa -C extra-filename=-6fe48b2be46857aa --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-09abdd4379bcd695.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-a6be7ee1d1bf26a2.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-38be6dc4a21eb4ab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-613a76d6a2e3a3eb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-739fc5b4c1d9cdaa.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-ede79504f7dd3c91.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-db8121a22c5a5151.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-fa0f12a15784a6d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-cb8a8a2f2efa93e2.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-056d86ac929703bb.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4c63c92319785a22.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3d725f4900bcb527.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-aecdf8821821679d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ce27197539d9c7e9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-8e2e95346c1a6057.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts`
40522025-01-13T08:57:44.532Z Dirty reqwest v0.12.12: the rustflags changed
40532025-01-13T08:57:44.532Z Compiling reqwest v0.12.12
40542025-01-13T08:57:44.536Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.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 --warn=unexpected_cfgs --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"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=ddf6065814ed4896 -C extra-filename=-ddf6065814ed4896 --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-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-79e21d66beebb241.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-e3ae0b2617f22bb1.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-2b20cbede53d3850.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4afc18856895b7c0.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-411d393b18974cbd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-0de7f9beb5e8e488.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8617dde8dc1e74ea.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-b4514c912c284fe5.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-739fc5b4c1d9cdaa.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-71803c34803b0cd3.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-4f6e98980d363816.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-c5ec79541264107a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5e006a45b156b332.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-fa0f12a15784a6d4.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-5385c0fd91c3b6b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-056d86ac929703bb.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-0e683d3c0a9f06c0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-6ee26e8928db8501.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c7d09c228537ed1e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-ed8e793ac20166d7.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-0ef1a07edf324a09.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64`
40552025-01-13T08:57:44.770Z Running `/home/build/.rustup/toolchains/1.81.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' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=11faee24f8e6d8f4 -C extra-filename=-11faee24f8e6d8f4 --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-09abdd4379bcd695.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-f04a358599d4e251.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-38be6dc4a21eb4ab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-613a76d6a2e3a3eb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-739fc5b4c1d9cdaa.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-ede79504f7dd3c91.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-db8121a22c5a5151.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-fa0f12a15784a6d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-cb8a8a2f2efa93e2.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-056d86ac929703bb.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4c63c92319785a22.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3d725f4900bcb527.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-aecdf8821821679d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ce27197539d9c7e9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-8e2e95346c1a6057.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts`
40562025-01-13T08:57:47.603Z Compiling progenitor-client v0.8.0
40572025-01-13T08:57:47.606Z Running `/home/build/.rustup/toolchains/1.81.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=1869b5ab85bcdc50 -C extra-filename=-1869b5ab85bcdc50 --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-ce4a110ca38c9e9c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-056d86ac929703bb.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64`
40582025-01-13T08:57:48.115Z Compiling progenitor v0.8.0
40592025-01-13T08:57:48.117Z Running `/home/build/.rustup/toolchains/1.81.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=56bda67303e3c50d -C extra-filename=-56bda67303e3c50d --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-1869b5ab85bcdc50.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-ba305edc93df06b1.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-f10e2fcdc4ac2d1e.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64`
40602025-01-13T08:57:48.394Z Dirty qorb v0.2.1: the rustflags changed
40612025-01-13T08:57:48.394Z Compiling qorb v0.2.1
40622025-01-13T08:57:48.397Z Running `/home/build/.rustup/toolchains/1.81.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=9c1e088ff96b0c7a -C extra-filename=-9c1e088ff96b0c7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-03ebcd6b54132717.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6fe48b2be46857aa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ccdb3f3690c4b263.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-9813fb2838b716cf.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts`
40632025-01-13T08:57:51.026Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
40642025-01-13T08:57:51.028Z Running `/home/build/.rustup/toolchains/1.81.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=ee2d95c18df9fcfe -C extra-filename=-ee2d95c18df9fcfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64`
40652025-01-13T08:57:52.689Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
40662025-01-13T08:57:52.692Z Running `/home/build/.rustup/toolchains/1.81.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=136d7babea5a9f5c -C extra-filename=-136d7babea5a9f5c --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-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6d27ec8383fdb856.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-43455639abd32dc1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64`
40672025-01-13T08:57:53.382Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
40682025-01-13T08:57:53.385Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/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=f5da1d30b29327f9 -C extra-filename=-f5da1d30b29327f9 --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-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6d27ec8383fdb856.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-d7fab50ead789ae4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c0558ff61381b596.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-43455639abd32dc1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64`
40692025-01-13T08:57:54.724Z Compiling omicron-zone-package v0.12.0
40702025-01-13T08:57:54.727Z Running `/home/build/.rustup/toolchains/1.81.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=7d22dd5692873a88 -C extra-filename=-7d22dd5692873a88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-6ed6ba1489c37eb9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1393438bb659407c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4afc18856895b7c0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ca443d8fd344af96.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cda4689e2807bfbb.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-080f99335bb4565d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64`
40712025-01-13T08:57:55.289Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
40722025-01-13T08:57:55.291Z Running `/home/build/.rustup/toolchains/1.81.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=bd660af1030ccca2 -C extra-filename=-bd660af1030ccca2 --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-e8f7cc753d9f22cc.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a44272dbb42267d7.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-b28e5305b680ccbd.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-9e4c695d6a1db9be.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-05d31220557fc09a.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-5cb48d502f5629fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-083765d2ab27d285.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-071ceeb1980f3da9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cda4689e2807bfbb.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-918304ddfd72c658.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b95e0209480e69b8.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1637289e9c500974.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-3fcf9193f839db58/out/lib`
40732025-01-13T08:57:57.472Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
40742025-01-13T08:57:57.475Z Running `/home/build/.rustup/toolchains/1.81.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=dc153623d52d02a6 -C extra-filename=-dc153623d52d02a6 --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-9535306aa347944e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64`
40752025-01-13T08:57:57.705Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
40762025-01-13T08:57:57.709Z Running `/home/build/.rustup/toolchains/1.81.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=6bff7013afb44a05 -C extra-filename=-6bff7013afb44a05 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-6bff7013afb44a05 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-b81c3e383f112ae7.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-0da0f4417492a9a4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9b4f91fc56af4fa8.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2a65e2ab151e09a4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-d4bf7869d4ee9385.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-2f7eaa55ad9a2fa2.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-defd752054c41485.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1d917cedb4ccfee1.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e26c1fe285bd8a74.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-48ea037f3791d910.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-159122142200b690.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-268c0e59bfe91587.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-80b9d6a50996942e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-79e21d66beebb241.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-8fe57287649cc3b4.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-3e1736cef29238ca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-6391ee02843dae0d.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f3959575354082ec.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0f56e7a84b3c5e8f.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-4070eb0f065402a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6fe48b2be46857aa.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-fbb2e2fbcd36eb5d.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b7a194f76acda186.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f222aa399539a660.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-7e08ed70965fbb2a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4afc18856895b7c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c75a5e3dd70c852e.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-15b4e134ca77c3bb.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-9aad501e1a1b46eb.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2807c7b94f68b7a3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3eec84144857634b.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d4151f86f82bb628.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8617dde8dc1e74ea.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-739fc5b4c1d9cdaa.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-7e3a160036ba75e9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-103d4f37c590e4bc.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-cdd00a7f32322425.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ae1ce0c123c35ba1.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-697c099701b77ab0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-170b27cbfbd8e597.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-754f030a1b9e4d6c.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d64c4121e224860.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-f37f88dc39ff96fe.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21e7f19c9e013b13.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-cbcc7ea820ea17e6.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-f8d439578fd22f5f.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d58e7cfe737cf679.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-83d7206a36715125.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-cf65ba10ed5b80f7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fe8f1795e7f218ea.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-5cb48d502f5629fa.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-98b26dfb34f0a4d6.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5e006a45b156b332.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-74b8216e2876394b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4c63c92319785a22.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-74b7a9d8e0db0402.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ac89f9c8f501ddd3.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-235212d45e72d615.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-270d250e41a0b308.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-d8cdfb0b8b6a4a19.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c7d09c228537ed1e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cda4689e2807bfbb.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f77e959a4c4db399.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-aba4b6f11cfef0e9.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6de1ef65e03f2848.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-9813fb2838b716cf.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-32fa34c4898bea28.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ccce1d41a281e6fd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-918304ddfd72c658.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-72132b7fe9e05f73.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1637289e9c500974.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
40772025-01-13T08:57:58.056Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-6bff7013afb44a05/build-script-build`
40782025-01-13T08:57:58.099Z Running `/home/build/.rustup/toolchains/1.81.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=7ae25364fab77a10 -C extra-filename=-7ae25364fab77a10 --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-b81c3e383f112ae7.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-0da0f4417492a9a4.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9b4f91fc56af4fa8.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2a65e2ab151e09a4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-d4bf7869d4ee9385.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-2f7eaa55ad9a2fa2.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-defd752054c41485.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1d917cedb4ccfee1.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e26c1fe285bd8a74.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-159122142200b690.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-268c0e59bfe91587.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-80b9d6a50996942e.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-79e21d66beebb241.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-8fe57287649cc3b4.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-3e1736cef29238ca.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-6391ee02843dae0d.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f3959575354082ec.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0f56e7a84b3c5e8f.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-4070eb0f065402a6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6fe48b2be46857aa.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-fbb2e2fbcd36eb5d.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b7a194f76acda186.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f222aa399539a660.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-7e08ed70965fbb2a.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4afc18856895b7c0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c75a5e3dd70c852e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-15b4e134ca77c3bb.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-9aad501e1a1b46eb.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2807c7b94f68b7a3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3eec84144857634b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d4151f86f82bb628.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8617dde8dc1e74ea.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-739fc5b4c1d9cdaa.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-7e3a160036ba75e9.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-103d4f37c590e4bc.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-cdd00a7f32322425.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ae1ce0c123c35ba1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-697c099701b77ab0.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-170b27cbfbd8e597.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-754f030a1b9e4d6c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d64c4121e224860.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-f37f88dc39ff96fe.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21e7f19c9e013b13.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-cbcc7ea820ea17e6.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-f8d439578fd22f5f.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d58e7cfe737cf679.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-83d7206a36715125.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-cf65ba10ed5b80f7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fe8f1795e7f218ea.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-5cb48d502f5629fa.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-98b26dfb34f0a4d6.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5e006a45b156b332.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-74b8216e2876394b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4c63c92319785a22.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-74b7a9d8e0db0402.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ac89f9c8f501ddd3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-270d250e41a0b308.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c7d09c228537ed1e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cda4689e2807bfbb.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f77e959a4c4db399.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-aba4b6f11cfef0e9.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6de1ef65e03f2848.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-9813fb2838b716cf.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ccce1d41a281e6fd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-918304ddfd72c658.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-72132b7fe9e05f73.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1637289e9c500974.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
40792025-01-13T08:57:58.231Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40802025-01-13T08:57:58.234Z Running `/home/build/.rustup/toolchains/1.81.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=a1c2fee7ec8e0276 -C extra-filename=-a1c2fee7ec8e0276 --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-7ae25364fab77a10.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
40812025-01-13T08:57:58.952Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
40822025-01-13T08:57:58.955Z Running `/home/build/.rustup/toolchains/1.81.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=2f519069efdabfdd -C extra-filename=-2f519069efdabfdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-8b3cad1b514b73d1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
40832025-01-13T08:57:59.170Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
40842025-01-13T08:57:59.173Z Running `/home/build/.rustup/toolchains/1.81.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=b2f2954d738f2d12 -C extra-filename=-b2f2954d738f2d12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a1c2fee7ec8e0276.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d97aaa2f8f62935d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eada625916932c87.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ee2d95c18df9fcfe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1869b5ab85bcdc50.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5c981e5073eee91e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1c52c0782678a34b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
40852025-01-13T08:57:59.263Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
40862025-01-13T08:57:59.265Z Running `/home/build/.rustup/toolchains/1.81.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=e7cf3767a7d945d7 -C extra-filename=-e7cf3767a7d945d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-03ebcd6b54132717.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-6398d5b1a3804b0e.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-004b24f70abe6b23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
40872025-01-13T08:57:59.466Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
40882025-01-13T08:57:59.469Z Running `/home/build/.rustup/toolchains/1.81.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=c707f5f65ac49295 -C extra-filename=-c707f5f65ac49295 --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-7ae25364fab77a10.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
40892025-01-13T08:57:59.829Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
40902025-01-13T08:57:59.831Z Running `/home/build/.rustup/toolchains/1.81.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=d490f8e2b47361ee -C extra-filename=-d490f8e2b47361ee --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-af91579a40ade2ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
40912025-01-13T08:57:59.856Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
40922025-01-13T08:57:59.878Z Running `/home/build/.rustup/toolchains/1.81.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=3a5a4994a3d906f6 -C extra-filename=-3a5a4994a3d906f6 --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-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
40932025-01-13T08:58:00.127Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
40942025-01-13T08:58:00.129Z Running `/home/build/.rustup/toolchains/1.81.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=09ec7895faf625e4 -C extra-filename=-09ec7895faf625e4 --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-2570a634c4322755.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-1a47e57081c3048c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-103d4f37c590e4bc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-1dabb439705f65e1.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-136d7babea5a9f5c.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-d8b7ffc502a5782b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-18f39b464cf052a1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-47ecaef28f16fe59.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-8ec3b61fe0cc3f95.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-43455639abd32dc1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cda4689e2807bfbb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-76eec2c21f19f488.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-6453bf98f1f6dd16.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
40952025-01-13T08:58:00.148Z Running `/home/build/.rustup/toolchains/1.81.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=a7e0b3e9d33fa2ea -C extra-filename=-a7e0b3e9d33fa2ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a1c2fee7ec8e0276.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d97aaa2f8f62935d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eada625916932c87.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ee2d95c18df9fcfe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1869b5ab85bcdc50.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5c981e5073eee91e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
40962025-01-13T08:58:00.271Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
40972025-01-13T08:58:00.274Z Running `/home/build/.rustup/toolchains/1.81.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=f8c21d7cb806bb30 -C extra-filename=-f8c21d7cb806bb30 --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-7ae25364fab77a10.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
40982025-01-13T08:58:01.614Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
40992025-01-13T08:58:01.617Z Running `/home/build/.rustup/toolchains/1.81.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=8aaa7bdfab601afc -C extra-filename=-8aaa7bdfab601afc --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-8aaa7bdfab601afc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c707f5f65ac49295.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
41002025-01-13T08:58:01.929Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
41012025-01-13T08:58:01.978Z Running `/home/build/.rustup/toolchains/1.81.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=05532ea80052ab72 -C extra-filename=-05532ea80052ab72 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-05532ea80052ab72 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7d22dd5692873a88.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-4270a24569c90a06.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64`
41022025-01-13T08:58:01.981Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-8aaa7bdfab601afc/build-script-build`
41032025-01-13T08:58:02.022Z Compiling bcs v0.1.6
41042025-01-13T08:58:02.025Z Running `/home/build/.rustup/toolchains/1.81.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=82f6485648332f00 -C extra-filename=-82f6485648332f00 --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-a8c76d661c1be42b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41052025-01-13T08:58:02.743Z Compiling buf-list v1.0.3
41062025-01-13T08:58:02.746Z Running `/home/build/.rustup/toolchains/1.81.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=8ae8b59bc6d5a009 -C extra-filename=-8ae8b59bc6d5a009 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-8ae8b59bc6d5a009 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41072025-01-13T08:58:03.251Z Compiling diff v0.1.13
41082025-01-13T08:58:03.255Z Running `/home/build/.rustup/toolchains/1.81.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=b2853c6e837e3376 -C extra-filename=-b2853c6e837e3376 --out-dir /work/oxidecomputer/omicron/target/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-13T08:58:03.527Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-8ae8b59bc6d5a009/build-script-build`
41102025-01-13T08:58:03.616Z Running `/home/build/.rustup/toolchains/1.81.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=5fc0951bad6cf46b -C extra-filename=-5fc0951bad6cf46b --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-ce4a110ca38c9e9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
41112025-01-13T08:58:03.999Z Compiling primeorder v0.13.6
41122025-01-13T08:58:04.002Z Running `/home/build/.rustup/toolchains/1.81.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=c1c94cc48543befc -C extra-filename=-c1c94cc48543befc --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-f222aa399539a660.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41132025-01-13T08:58:04.264Z Compiling nanorand v0.7.0
41142025-01-13T08:58:04.267Z Running `/home/build/.rustup/toolchains/1.81.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=1445c279c55788ea -C extra-filename=-1445c279c55788ea --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-15b4e134ca77c3bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41152025-01-13T08:58:04.594Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41162025-01-13T08:58:04.596Z Running `/home/build/.rustup/toolchains/1.81.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=be6114050564d59b -C extra-filename=-be6114050564d59b --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-7ae25364fab77a10.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
41172025-01-13T08:58:04.857Z Compiling flume v0.11.1
41182025-01-13T08:58:04.858Z Running `/home/build/.rustup/toolchains/1.81.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=61dca7b8c294875a -C extra-filename=-61dca7b8c294875a --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-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-1445c279c55788ea.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41192025-01-13T08:58:04.882Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41202025-01-13T08:58:04.882Z Running `/home/build/.rustup/toolchains/1.81.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=e352b1e253ce356c -C extra-filename=-e352b1e253ce356c --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-83c04ded702a2c6e.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
41212025-01-13T08:58:05.621Z Compiling dsl_auto_type v0.1.2
41222025-01-13T08:58:05.624Z Running `/home/build/.rustup/toolchains/1.81.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=9937c5a409efb61d -C extra-filename=-9937c5a409efb61d --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-04dbf88d6a8a4b5a.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41232025-01-13T08:58:06.024Z Compiling diesel_table_macro_syntax v0.2.0
41242025-01-13T08:58:06.026Z Running `/home/build/.rustup/toolchains/1.81.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=a37e9ba3eb01552f -C extra-filename=-a37e9ba3eb01552f --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-aa72e718d00894ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41252025-01-13T08:58:06.512Z Compiling scheduled-thread-pool v0.2.7
41262025-01-13T08:58:06.514Z Running `/home/build/.rustup/toolchains/1.81.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=d19993a3e04e9d32 -C extra-filename=-d19993a3e04e9d32 --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-1132496cb787fe7c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41272025-01-13T08:58:06.808Z Compiling atty v0.2.14
41282025-01-13T08:58:06.811Z Running `/home/build/.rustup/toolchains/1.81.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=12dcc00e4e431598 -C extra-filename=-12dcc00e4e431598 --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-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41292025-01-13T08:58:06.976Z Compiling salty v0.3.0
41302025-01-13T08:58:06.979Z Running `/home/build/.rustup/toolchains/1.81.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=92157ce87e1bde05 -C extra-filename=-92157ce87e1bde05 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-92157ce87e1bde05 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41312025-01-13T08:58:07.010Z Compiling crunchy v0.2.2
41322025-01-13T08:58:07.030Z Running `/home/build/.rustup/toolchains/1.81.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=8f6c9389ffe349d9 -C extra-filename=-8f6c9389ffe349d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-8f6c9389ffe349d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332025-01-13T08:58:07.032Z Compiling r2d2 v0.8.10
41342025-01-13T08:58:07.032Z Running `/home/build/.rustup/toolchains/1.81.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=c7877b396b64d7b5 -C extra-filename=-c7877b396b64d7b5 --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-7e6106d991fb114a.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-1132496cb787fe7c.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-d19993a3e04e9d32.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41352025-01-13T08:58:07.162Z Compiling p384 v0.13.0
41362025-01-13T08:58:07.166Z Running `/home/build/.rustup/toolchains/1.81.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=dae3e4b77147070f -C extra-filename=-dae3e4b77147070f --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-fbb2e2fbcd36eb5d.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f222aa399539a660.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c1c94cc48543befc.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41372025-01-13T08:58:07.386Z Compiling diesel_derives v2.2.3
41382025-01-13T08:58:07.398Z Running `/home/build/.rustup/toolchains/1.81.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=c1e556d7b93649aa -C extra-filename=-c1e556d7b93649aa --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-a37e9ba3eb01552f.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-9937c5a409efb61d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41392025-01-13T08:58:07.424Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
41402025-01-13T08:58:07.447Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/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=95a49548d1478d2d -C extra-filename=-95a49548d1478d2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2ee54a9ce846ec72.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64`
41412025-01-13T08:58:07.502Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-92157ce87e1bde05/build-script-build`
41422025-01-13T08:58:07.547Z Compiling tiny-keccak v2.0.2
41432025-01-13T08:58:07.550Z Running `/home/build/.rustup/toolchains/1.81.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=8239f31239efd9bb -C extra-filename=-8239f31239efd9bb --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-8239f31239efd9bb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41442025-01-13T08:58:07.602Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-8f6c9389ffe349d9/build-script-build`
41452025-01-13T08:58:07.641Z Compiling unicase v2.8.1
41462025-01-13T08:58:07.644Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.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("nightly"))' -C metadata=f7de1487aa309ce0 -C extra-filename=-f7de1487aa309ce0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472025-01-13T08:58:07.912Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-8239f31239efd9bb/build-script-build`
41482025-01-13T08:58:07.950Z Running `/home/build/.rustup/toolchains/1.81.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=08377dea7592bdae -C extra-filename=-08377dea7592bdae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41492025-01-13T08:58:08.059Z Compiling mime_guess v2.0.5
41502025-01-13T08:58:08.060Z Running `/home/build/.rustup/toolchains/1.81.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=fe65167b4307fcd2 -C extra-filename=-fe65167b4307fcd2 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-fe65167b4307fcd2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-f7de1487aa309ce0.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41512025-01-13T08:58:08.085Z Running `/home/build/.rustup/toolchains/1.81.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=1c319c128c4b02f4 -C extra-filename=-1c319c128c4b02f4 --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-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
41522025-01-13T08:58:08.663Z Compiling env_filter v0.1.3
41532025-01-13T08:58:08.666Z Running `/home/build/.rustup/toolchains/1.81.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.3/src/lib.rs --error-format=json --json=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' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=b3e134d9e5c1ce9d -C extra-filename=-b3e134d9e5c1ce9d --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-7e6106d991fb114a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41542025-01-13T08:58:09.096Z Compiling ref-cast v1.0.23
41552025-01-13T08:58:09.137Z Running `/home/build/.rustup/toolchains/1.81.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=76c15b278343ec3e -C extra-filename=-76c15b278343ec3e --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-76c15b278343ec3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41562025-01-13T08:58:09.213Z Compiling bit-vec v0.6.3
41572025-01-13T08:58:09.216Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=e1e6ef5f194e9ad0 -C extra-filename=-e1e6ef5f194e9ad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41582025-01-13T08:58:09.483Z Compiling http-range v0.1.5
41592025-01-13T08:58:09.486Z Running `/home/build/.rustup/toolchains/1.81.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=9577e09fcb7988fd -C extra-filename=-9577e09fcb7988fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41602025-01-13T08:58:09.509Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-fe65167b4307fcd2/build-script-build`
41612025-01-13T08:58:09.562Z Compiling env_logger v0.11.6
41622025-01-13T08:58:09.565Z Running `/home/build/.rustup/toolchains/1.81.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.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=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' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=4e1a06220438eabf -C extra-filename=-4e1a06220438eabf --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-b3e134d9e5c1ce9d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41632025-01-13T08:58:09.705Z Compiling bit-set v0.5.3
41642025-01-13T08:58:09.709Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6b947059a23a7146 -C extra-filename=-6b947059a23a7146 --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-e1e6ef5f194e9ad0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41652025-01-13T08:58:09.743Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-76c15b278343ec3e/build-script-build`
41662025-01-13T08:58:09.830Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
41672025-01-13T08:58:09.833Z Running `/home/build/.rustup/toolchains/1.81.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=c8cec364728bd8b5 -C extra-filename=-c8cec364728bd8b5 --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-15b4e134ca77c3bb.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6032d956a13459e2.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-1c319c128c4b02f4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41682025-01-13T08:58:09.891Z Running `/home/build/.rustup/toolchains/1.81.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=277dae58bb180094 -C extra-filename=-277dae58bb180094 --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-08377dea7592bdae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41692025-01-13T08:58:10.011Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41702025-01-13T08:58:10.013Z Running `/home/build/.rustup/toolchains/1.81.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=347a5731ce5434e6 -C extra-filename=-347a5731ce5434e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-347a5731ce5434e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c707f5f65ac49295.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
41712025-01-13T08:58:10.360Z Compiling ascii-canvas v3.0.0
41722025-01-13T08:58:10.361Z Running `/home/build/.rustup/toolchains/1.81.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=4851fcedc60b211d -C extra-filename=-4851fcedc60b211d --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-b4b5569457a1fc4f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41732025-01-13T08:58:10.384Z Compiling ref-cast-impl v1.0.23
41742025-01-13T08:58:10.387Z Running `/home/build/.rustup/toolchains/1.81.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=f2bcb3168ab7fa05 -C extra-filename=-f2bcb3168ab7fa05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41752025-01-13T08:58:10.540Z Compiling ena v0.14.3
41762025-01-13T08:58:10.543Z Running `/home/build/.rustup/toolchains/1.81.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=bd246ae6dabce1ac -C extra-filename=-bd246ae6dabce1ac --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-7e6106d991fb114a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41772025-01-13T08:58:10.825Z Compiling regex-syntax v0.6.29
41782025-01-13T08:58:10.828Z Running `/home/build/.rustup/toolchains/1.81.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=9ceae0fe6ab92d55 -C extra-filename=-9ceae0fe6ab92d55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41792025-01-13T08:58:10.926Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
41802025-01-13T08:58:10.929Z Running `/home/build/.rustup/toolchains/1.81.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=919d751a444398bf -C extra-filename=-919d751a444398bf --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-919d751a444398bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41812025-01-13T08:58:10.952Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
41822025-01-13T08:58:10.972Z Running `/home/build/.rustup/toolchains/1.81.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=678812b1811e3de0 -C extra-filename=-678812b1811e3de0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-c8cec364728bd8b5.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7c6d8f6ce55bf7b5.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b7a194f76acda186.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-4e1a06220438eabf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-dae3e4b77147070f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-918304ddfd72c658.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41832025-01-13T08:58:11.265Z Running `/home/build/.rustup/toolchains/1.81.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=8e0611c5c477ac62 -C extra-filename=-8e0611c5c477ac62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7462f13eebcd00bd.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-075356b2e1f11602.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-94efe80165de9688.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-98fbd6355415c9da.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-85cde50a6dd00d63.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-2f519069efdabfdd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-47ecaef28f16fe59.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f844697b7d647f35.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-59555dceb73beb58.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
41842025-01-13T08:58:11.705Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41852025-01-13T08:58:11.708Z Running `/home/build/.rustup/toolchains/1.81.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=613e8828c0e68ede -C extra-filename=-613e8828c0e68ede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
41862025-01-13T08:58:12.154Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
41872025-01-13T08:58:12.176Z Running `/home/build/.rustup/toolchains/1.81.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=76980f57ba39a5d5 -C extra-filename=-76980f57ba39a5d5 --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-ce4a110ca38c9e9c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7d8819e06eb11277.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
41882025-01-13T08:58:14.854Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41892025-01-13T08:58:14.856Z Running `/home/build/.rustup/toolchains/1.81.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=14d217a345d6d3f6 -C extra-filename=-14d217a345d6d3f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-1954f5ba78b884a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eada625916932c87.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
41902025-01-13T08:58:16.970Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
41912025-01-13T08:58:16.992Z Running `/home/build/.rustup/toolchains/1.81.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=d2bf0a16b774f633 -C extra-filename=-d2bf0a16b774f633 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
41922025-01-13T08:58:17.409Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
41932025-01-13T08:58:17.412Z Running `/home/build/.rustup/toolchains/1.81.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=ba4058e536171364 -C extra-filename=-ba4058e536171364 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-7b0021f344ce3154.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7d8819e06eb11277.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-76980f57ba39a5d5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
41942025-01-13T08:58:20.321Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41952025-01-13T08:58:20.346Z Running `/home/build/.rustup/toolchains/1.81.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=0b0a94ac89f5b369 -C extra-filename=-0b0a94ac89f5b369 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-1954f5ba78b884a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1393438bb659407c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5a30f5d239e58a3e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-09ec7895faf625e4.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9c7047525dce759e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-db8121a22c5a5151.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib`
41962025-01-13T08:58:20.348Z Running `/home/build/.rustup/toolchains/1.81.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=fcddfc8fafb6e4f5 -C extra-filename=-fcddfc8fafb6e4f5 --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-ce4a110ca38c9e9c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7d8819e06eb11277.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7e0b3e9d33fa2ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
41972025-01-13T08:58:20.373Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
41982025-01-13T08:58:20.375Z Running `/home/build/.rustup/toolchains/1.81.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=a7a35358cfb1a1c9 -C extra-filename=-a7a35358cfb1a1c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-76980f57ba39a5d5.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7d3eec42e78bcd4a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
41992025-01-13T08:58:20.487Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
42002025-01-13T08:58:20.490Z Running `/home/build/.rustup/toolchains/1.81.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=669e2e8385734134 -C extra-filename=-669e2e8385734134 --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-a18cc25914e8d949.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42012025-01-13T08:58:22.113Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-05532ea80052ab72/build-script-build`
42022025-01-13T08:58:22.212Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
42032025-01-13T08:58:22.215Z Running `/home/build/.rustup/toolchains/1.81.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=0cae7c41d0d175fc -C extra-filename=-0cae7c41d0d175fc --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-84bf70da5cf4a105.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42042025-01-13T08:58:22.247Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
42052025-01-13T08:58:22.250Z Running `/home/build/.rustup/toolchains/1.81.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=4716318ef81f8084 -C extra-filename=-4716318ef81f8084 --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-84bf70da5cf4a105.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42062025-01-13T08:58:22.972Z Running `/home/build/.rustup/toolchains/1.81.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=f4fc022f74cfe7fc -C extra-filename=-f4fc022f74cfe7fc --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-84bf70da5cf4a105.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1869b5ab85bcdc50.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42072025-01-13T08:58:23.248Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42082025-01-13T08:58:23.251Z Running `/home/build/.rustup/toolchains/1.81.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=cfd3185a269cd4ff -C extra-filename=-cfd3185a269cd4ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4716318ef81f8084.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-14b31dd5a18a159c.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3eec84144857634b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8798ff2a57c56f71.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-1f202c984c0a59ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42092025-01-13T08:58:23.579Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
42102025-01-13T08:58:23.581Z Running `/home/build/.rustup/toolchains/1.81.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=46def499157e5450 -C extra-filename=-46def499157e5450 --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-59a856ad6a6596dd.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef1df45d2ff0149c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-8a706871ccd67ca7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42112025-01-13T08:58:23.629Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
42122025-01-13T08:58:23.631Z Running `/home/build/.rustup/toolchains/1.81.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=d0866466d0783b95 -C extra-filename=-d0866466d0783b95 --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-9069aa533aa0b3bb.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d88d71ee5bcccc11.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42132025-01-13T08:58:23.862Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
42142025-01-13T08:58:23.864Z Running `/home/build/.rustup/toolchains/1.81.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=0e3cd5b33d8bcad7 -C extra-filename=-0e3cd5b33d8bcad7 --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-8e0611c5c477ac62.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42152025-01-13T08:58:24.523Z Running `/home/build/.rustup/toolchains/1.81.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=32b525ceea0e739c -C extra-filename=-32b525ceea0e739c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fcddfc8fafb6e4f5.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7d3eec42e78bcd4a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42162025-01-13T08:58:24.549Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
42172025-01-13T08:58:24.558Z Running `/home/build/.rustup/toolchains/1.81.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=1a207f6440a9b033 -C extra-filename=-1a207f6440a9b033 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42182025-01-13T08:58:24.948Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
42192025-01-13T08:58:24.951Z Running `/home/build/.rustup/toolchains/1.81.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=16f6fe2fde71bcee -C extra-filename=-16f6fe2fde71bcee --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-eada625916932c87.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42202025-01-13T08:58:25.010Z Running `/home/build/.rustup/toolchains/1.81.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=c7da635c20d62cb2 -C extra-filename=-c7da635c20d62cb2 --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-ce4a110ca38c9e9c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-525ad334db9e31d3.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9069aa533aa0b3bb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef1df45d2ff0149c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-8a706871ccd67ca7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fd579c224f736b5b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42212025-01-13T08:58:26.577Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
42222025-01-13T08:58:26.601Z Running `/home/build/.rustup/toolchains/1.81.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=af7b7e32d6a8bdb3 -C extra-filename=-af7b7e32d6a8bdb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-43dfbc54f2ca751f.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-60b0d44c3d22665f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-bf18bbc8e3775674.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-e0b0ec0d944b40d3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6aee88e98c133868.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out`
42232025-01-13T08:58:27.685Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42242025-01-13T08:58:27.688Z Running `/home/build/.rustup/toolchains/1.81.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=99758394a581ddba -C extra-filename=-99758394a581ddba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a1c2fee7ec8e0276.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-79e21d66beebb241.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-03ebcd6b54132717.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eada625916932c87.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-170b27cbfbd8e597.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b40eb0548e84dd7f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ba4058e536171364.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c57817e1a619d695.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42252025-01-13T08:58:28.311Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
42262025-01-13T08:58:28.314Z Running `/home/build/.rustup/toolchains/1.81.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=9de24f16236675f7 -C extra-filename=-9de24f16236675f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42272025-01-13T08:58:28.596Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
42282025-01-13T08:58:28.599Z Running `/home/build/.rustup/toolchains/1.81.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=eb5e6a79b81c6313 -C extra-filename=-eb5e6a79b81c6313 --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-7ae25364fab77a10.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-32b525ceea0e739c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fcddfc8fafb6e4f5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42292025-01-13T08:58:29.091Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42302025-01-13T08:58:29.093Z Running `/home/build/.rustup/toolchains/1.81.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=0e70fb37f25af71f -C extra-filename=-0e70fb37f25af71f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c7da635c20d62cb2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5c981e5073eee91e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42312025-01-13T08:58:30.823Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
42322025-01-13T08:58:30.826Z Running `/home/build/.rustup/toolchains/1.81.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=e491e777f054de16 -C extra-filename=-e491e777f054de16 --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-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42332025-01-13T08:58:36.913Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
42342025-01-13T08:58:36.916Z Running `/home/build/.rustup/toolchains/1.81.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=73e0e9970993e44a -C extra-filename=-73e0e9970993e44a --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-dc153623d52d02a6.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1869b5ab85bcdc50.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42352025-01-13T08:58:37.682Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
42362025-01-13T08:58:37.684Z Running `/home/build/.rustup/toolchains/1.81.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=03f17eb496ff9082 -C extra-filename=-03f17eb496ff9082 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f8c21d7cb806bb30.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-a7a35358cfb1a1c9.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-eb5e6a79b81c6313.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-76980f57ba39a5d5.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7d3eec42e78bcd4a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42372025-01-13T08:58:38.197Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
42382025-01-13T08:58:38.200Z Running `/home/build/.rustup/toolchains/1.81.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=bcc33410dc389b00 -C extra-filename=-bcc33410dc389b00 --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-83c04ded702a2c6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a434ed43c3694a63.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42392025-01-13T08:58:39.114Z Running `/home/build/.rustup/toolchains/1.81.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=9d6b82b093612200 -C extra-filename=-9d6b82b093612200 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6052cce5d47cdfb5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-82f6485648332f00.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-89342abeaa2dfa87.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c2ad4cd224083ba0.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-694a0db1dc891d38.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-43dfbc54f2ca751f.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-7b0021f344ce3154.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7d8819e06eb11277.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ba4058e536171364.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-99f4bdeed33688cb.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2a46f760578b1caf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b7e7fd59bfb7f4d5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6ffbaf0028cc591f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a5e8b2ea94dd3b8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42402025-01-13T08:58:39.924Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
42412025-01-13T08:58:39.927Z Running `/home/build/.rustup/toolchains/1.81.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=08cc3b56399a97a4 -C extra-filename=-08cc3b56399a97a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b772a55e4bf8ad20.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-46def499157e5450.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-af7b7e32d6a8bdb3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out`
42422025-01-13T08:58:43.255Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42432025-01-13T08:58:43.258Z Running `/home/build/.rustup/toolchains/1.81.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=2eb984a83d9991a8 -C extra-filename=-2eb984a83d9991a8 --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-c934ff84d13620ad.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-65aad7686e050c4b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b40eb0548e84dd7f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-80d44173ed56c668.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42442025-01-13T08:58:43.561Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
42452025-01-13T08:58:43.564Z Running `/home/build/.rustup/toolchains/1.81.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=04476be4680d08d1 -C extra-filename=-04476be4680d08d1 --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-11faee24f8e6d8f4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42462025-01-13T08:58:44.157Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
42472025-01-13T08:58:44.160Z Running `/home/build/.rustup/toolchains/1.81.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=5e9552f22c618403 -C extra-filename=-5e9552f22c618403 --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-c1054a7dd92880e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e352b1e253ce356c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42482025-01-13T08:58:44.498Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
42492025-01-13T08:58:44.500Z Running `/home/build/.rustup/toolchains/1.81.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=c7c7ff021ef0dbab -C extra-filename=-c7c7ff021ef0dbab --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-a25c07752c4c37e7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d0866466d0783b95.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42502025-01-13T08:58:44.912Z Compiling diesel v2.2.6
42512025-01-13T08:58:44.915Z Running `/home/build/.rustup/toolchains/1.81.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=9949acd55786c4dc -C extra-filename=-9949acd55786c4dc --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-1d917cedb4ccfee1.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-c1e556d7b93649aa.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7f31dc6f8b894ca4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-c7877b396b64d7b5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42522025-01-13T08:58:45.684Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42532025-01-13T08:58:45.687Z Running `/home/build/.rustup/toolchains/1.81.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=b73c4139546e1835 -C extra-filename=-b73c4139546e1835 --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-11faee24f8e6d8f4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42542025-01-13T08:58:45.880Z Compiling lalrpop v0.19.12
42552025-01-13T08:58:45.883Z Running `/home/build/.rustup/toolchains/1.81.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=35187f0b4b90f60b -C extra-filename=-35187f0b4b90f60b --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-4851fcedc60b211d.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-6b947059a23a7146.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-b2853c6e837e3376.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-bd246ae6dabce1ac.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-a0a817d9637e1161.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-9ceae0fe6ab92d55.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ac89f9c8f501ddd3.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b4b5569457a1fc4f.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-277dae58bb180094.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-32fa34c4898bea28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42562025-01-13T08:58:47.505Z Running `/home/build/.rustup/toolchains/1.81.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=d13d4b67a15af5ba -C extra-filename=-d13d4b67a15af5ba --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-f2bcb3168ab7fa05.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)'`
42572025-01-13T08:58:47.546Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-919d751a444398bf/build-script-build`
42582025-01-13T08:58:47.583Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42592025-01-13T08:58:47.586Z Running `/home/build/.rustup/toolchains/1.81.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=263edfe1e67e7a4e -C extra-filename=-263edfe1e67e7a4e --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-cce2a7c69e01b661.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42602025-01-13T08:58:47.670Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-347a5731ce5434e6/build-script-build`
42612025-01-13T08:58:47.709Z Running `/home/build/.rustup/toolchains/1.81.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=3618984a1806accd -C extra-filename=-3618984a1806accd --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-71803c34803b0cd3.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-f7de1487aa309ce0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42622025-01-13T08:58:48.715Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42632025-01-13T08:58:48.717Z Running `/home/build/.rustup/toolchains/1.81.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=1a28b32f4d99e9ff -C extra-filename=-1a28b32f4d99e9ff --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-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-be6114050564d59b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-45f64382ca0b755d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42642025-01-13T08:58:48.956Z Compiling pin-project-internal v1.1.8
42652025-01-13T08:58:48.958Z Running `/home/build/.rustup/toolchains/1.81.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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --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=9de9c0b4826787b1 -C extra-filename=-9de9c0b4826787b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42662025-01-13T08:58:48.985Z Compiling hyper-staticfile v0.10.1
42672025-01-13T08:58:48.987Z Running `/home/build/.rustup/toolchains/1.81.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=cde3a83e005d9c95 -C extra-filename=-cde3a83e005d9c95 --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-4afc18856895b7c0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b628303ab060738e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3618984a1806accd.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42682025-01-13T08:58:49.382Z Running `/home/build/.rustup/toolchains/1.81.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=3ade3b417043103d -C extra-filename=-3ade3b417043103d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-c8cec364728bd8b5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-678812b1811e3de0.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b7a194f76acda186.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d88d71ee5bcccc11.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5e006a45b156b332.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-8a706871ccd67ca7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c7d09c228537ed1e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-918304ddfd72c658.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out`
42692025-01-13T08:58:50.249Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42702025-01-13T08:58:50.252Z Running `/home/build/.rustup/toolchains/1.81.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=3c710657a41fcc5d -C extra-filename=-3c710657a41fcc5d --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-84bf70da5cf4a105.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42712025-01-13T08:58:51.846Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
42722025-01-13T08:58:51.849Z Running `/home/build/.rustup/toolchains/1.81.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=1dafd2d64a1b5f62 -C extra-filename=-1dafd2d64a1b5f62 --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-ce4a110ca38c9e9c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42732025-01-13T08:58:52.314Z Compiling pin-project v1.1.8
42742025-01-13T08:58:52.316Z Running `/home/build/.rustup/toolchains/1.81.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.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=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=bc1f9c00c5b87809 -C extra-filename=-bc1f9c00c5b87809 --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-9de9c0b4826787b1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42752025-01-13T08:58:52.396Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
42762025-01-13T08:58:52.402Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/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=8cd049ac22601b49 -C extra-filename=-8cd049ac22601b49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-12dcc00e4e431598.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6d27ec8383fdb856.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6fe48b2be46857aa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-4e177d1015279c76.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3d725f4900bcb527.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-43455639abd32dc1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64`
42772025-01-13T08:58:52.429Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42782025-01-13T08:58:52.431Z Running `/home/build/.rustup/toolchains/1.81.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=dc43c6e7697c5fbe -C extra-filename=-dc43c6e7697c5fbe --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-dc43c6e7697c5fbe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c707f5f65ac49295.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42792025-01-13T08:58:52.472Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
42802025-01-13T08:58:52.474Z Running `/home/build/.rustup/toolchains/1.81.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=0495d69ab7d6cbd6 -C extra-filename=-0495d69ab7d6cbd6 --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-7ae25364fab77a10.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
42812025-01-13T08:58:52.766Z Compiling derive_builder_core v0.20.2
42822025-01-13T08:58:52.769Z Running `/home/build/.rustup/toolchains/1.81.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=f878c196e2aedf12 -C extra-filename=-f878c196e2aedf12 --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-04dbf88d6a8a4b5a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42832025-01-13T08:58:53.353Z Dirty cargo-platform v0.1.9: the rustflags changed
42842025-01-13T08:58:53.353Z Compiling cargo-platform v0.1.9
42852025-01-13T08:58:53.356Z Running `/home/build/.rustup/toolchains/1.81.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.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=982c577fec41da8a -C extra-filename=-982c577fec41da8a --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-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42862025-01-13T08:58:53.972Z Compiling libxml v0.3.3
42872025-01-13T08:58:53.974Z Running `/home/build/.rustup/toolchains/1.81.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=5afb740012e3c2a4 -C extra-filename=-5afb740012e3c2a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-5afb740012e3c2a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42882025-01-13T08:58:54.435Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-5afb740012e3c2a4/build-script-build`
42892025-01-13T08:58:54.489Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-dc43c6e7697c5fbe/build-script-build`
42902025-01-13T08:58:54.529Z Compiling samael v0.0.17
42912025-01-13T08:58:54.532Z Running `/home/build/.rustup/toolchains/1.81.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=921e568d1abf9699 -C extra-filename=-921e568d1abf9699 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-921e568d1abf9699 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-ecb82c8cfcc0f3ff.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42922025-01-13T08:58:55.382Z Compiling derive_builder_macro v0.20.2
42932025-01-13T08:58:55.385Z Running `/home/build/.rustup/toolchains/1.81.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=c0cc171937a38854 -C extra-filename=-c0cc171937a38854 --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-f878c196e2aedf12.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42942025-01-13T08:58:56.483Z Compiling signal-hook-tokio v0.3.1
42952025-01-13T08:58:56.486Z Running `/home/build/.rustup/toolchains/1.81.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=7850a2c8d7b4ad35 -C extra-filename=-7850a2c8d7b4ad35 --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-15b4a62ef3693967.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5f42dbc2329a6250.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42962025-01-13T08:58:56.713Z Compiling strum_macros v0.24.3
42972025-01-13T08:58:56.713Z Running `/home/build/.rustup/toolchains/1.81.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=4b4967ed591f7dac -C extra-filename=-4b4967ed591f7dac --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-dd99b89daf0c34d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-bf06f7b4d8c8f863.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-235212d45e72d615.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42982025-01-13T08:58:57.112Z Compiling snafu-derive v0.8.5
42992025-01-13T08:58:57.115Z Running `/home/build/.rustup/toolchains/1.81.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=0fcc5c064fd88b04 -C extra-filename=-0fcc5c064fd88b04 --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43002025-01-13T08:59:00.714Z Compiling memoffset v0.9.1
43012025-01-13T08:59:00.717Z Running `/home/build/.rustup/toolchains/1.81.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=d3c0d469548ccd0b -C extra-filename=-d3c0d469548ccd0b --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-d3c0d469548ccd0b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43022025-01-13T08:59:01.103Z Compiling indoc v1.0.9
43032025-01-13T08:59:01.107Z Running `/home/build/.rustup/toolchains/1.81.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=af4dd81929a552eb -C extra-filename=-af4dd81929a552eb --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`
43042025-01-13T08:59:02.223Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43052025-01-13T08:59:02.225Z Running `/home/build/.rustup/toolchains/1.81.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=03251bf1363acb62 -C extra-filename=-03251bf1363acb62 --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-84bf70da5cf4a105.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
43062025-01-13T08:59:02.628Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-d3c0d469548ccd0b/build-script-build`
43072025-01-13T08:59:02.790Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-921e568d1abf9699/build-script-bindings`
43082025-01-13T08:59:03.154Z Compiling snafu v0.8.5
43092025-01-13T08:59:03.157Z Running `/home/build/.rustup/toolchains/1.81.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=d38816ff9e740ac7 -C extra-filename=-d38816ff9e740ac7 --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-15b4a62ef3693967.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-bc1f9c00c5b87809.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-0fcc5c064fd88b04.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43102025-01-13T08:59:04.069Z Compiling derive_builder v0.20.2
43112025-01-13T08:59:04.072Z Running `/home/build/.rustup/toolchains/1.81.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' --check-cfg 'cfg(compiletests)' -C metadata=d595719a0cd415e1 -C extra-filename=-d595719a0cd415e1 --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-c0cc171937a38854.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43122025-01-13T08:59:04.291Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43132025-01-13T08:59:04.294Z Running `/home/build/.rustup/toolchains/1.81.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=4803533974b0b8df -C extra-filename=-4803533974b0b8df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c7da635c20d62cb2.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-04476be4680d08d1.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e491e777f054de16.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-61dca7b8c294875a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b772a55e4bf8ad20.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-cde3a83e005d9c95.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-46def499157e5450.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ee2d95c18df9fcfe.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73e0e9970993e44a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-98fbd6355415c9da.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8cd049ac22601b49.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c0558ff61381b596.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1dafd2d64a1b5f62.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b73c4139546e1835.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0495d69ab7d6cbd6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5c981e5073eee91e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5e9552f22c618403.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e352b1e253ce356c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-af7b7e32d6a8bdb3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-08cc3b56399a97a4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-47ecaef28f16fe59.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-3ade3b417043103d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6aee88e98c133868.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3c59fe805a1640a5.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-59555dceb73beb58.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
43142025-01-13T08:59:05.322Z Running `/home/build/.rustup/toolchains/1.81.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=a8053496418f05f7 -C extra-filename=-a8053496418f05f7 --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-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
43152025-01-13T08:59:07.798Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
43162025-01-13T08:59:07.800Z Running `/home/build/.rustup/toolchains/1.81.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=3b10a87eb2de5ef8 -C extra-filename=-3b10a87eb2de5ef8 --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-11faee24f8e6d8f4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c7c7ff021ef0dbab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib`
43172025-01-13T08:59:08.307Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43182025-01-13T08:59:08.330Z Running `/home/build/.rustup/toolchains/1.81.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=b47fd2331343a067 -C extra-filename=-b47fd2331343a067 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-b47fd2331343a067 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c707f5f65ac49295.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
43192025-01-13T08:59:08.416Z Compiling globset v0.4.15
43202025-01-13T08:59:08.419Z Running `/home/build/.rustup/toolchains/1.81.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=fdf8a0bedb0d0be9 -C extra-filename=-fdf8a0bedb0d0be9 --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-0da0f4417492a9a4.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e26c1fe285bd8a74.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fe8f1795e7f218ea.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43212025-01-13T08:59:08.679Z Compiling olpc-cjson v0.1.4
43222025-01-13T08:59:08.682Z Running `/home/build/.rustup/toolchains/1.81.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=69575d77fcbf2ca7 -C extra-filename=-69575d77fcbf2ca7 --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-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a1e87e93a0cdc001.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43232025-01-13T08:59:08.972Z Compiling serde_plain v1.0.2
43242025-01-13T08:59:08.974Z Running `/home/build/.rustup/toolchains/1.81.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=91f7d53e7649a524 -C extra-filename=-91f7d53e7649a524 --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-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43252025-01-13T08:59:09.461Z Compiling quick-xml v0.33.0
43262025-01-13T08:59:09.463Z Running `/home/build/.rustup/toolchains/1.81.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=25e886d2aa7da38a -C extra-filename=-25e886d2aa7da38a --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-628c83ce3f8440f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43272025-01-13T08:59:10.299Z Compiling oso-derive v0.27.3
43282025-01-13T08:59:10.301Z Running `/home/build/.rustup/toolchains/1.81.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=fdb0c092f8ee9f9a -C extra-filename=-fdb0c092f8ee9f9a --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-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-235212d45e72d615.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43292025-01-13T08:59:11.226Z Compiling impl-trait-for-tuples v0.2.3
43302025-01-13T08:59:11.229Z Running `/home/build/.rustup/toolchains/1.81.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.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=6c35ec4adf3d243f -C extra-filename=-6c35ec4adf3d243f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43312025-01-13T08:59:11.555Z Compiling typed-path v0.9.3
43322025-01-13T08:59:11.558Z Running `/home/build/.rustup/toolchains/1.81.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=277fd8c02a8f8547 -C extra-filename=-277fd8c02a8f8547 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43332025-01-13T08:59:12.329Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-b47fd2331343a067/build-script-build`
43342025-01-13T08:59:12.369Z Running `/home/build/.rustup/toolchains/1.81.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=90a6ef10e7aadda0 -C extra-filename=-90a6ef10e7aadda0 --out-dir /work/oxidecomputer/omicron/target/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`
43352025-01-13T08:59:12.507Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43362025-01-13T08:59:12.510Z Running `/home/build/.rustup/toolchains/1.81.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=2ac6c2d87b26b826 -C extra-filename=-2ac6c2d87b26b826 --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-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-be6114050564d59b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-45f64382ca0b755d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
43372025-01-13T08:59:13.102Z Running `/home/build/.rustup/toolchains/1.81.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=91ddf36888412c9e -C extra-filename=-91ddf36888412c9e --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-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-d595719a0cd415e1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-a8053496418f05f7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b40eb0548e84dd7f.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-dd81080d435c4bbe.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-80d44173ed56c668.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-25e886d2aa7da38a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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`
43382025-01-13T08:59:14.043Z Compiling tough v0.19.0
43392025-01-13T08:59:14.047Z Running `/home/build/.rustup/toolchains/1.81.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=5cb4cae100044d8b -C extra-filename=-5cb4cae100044d8b --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-6052cce5d47cdfb5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9b4f91fc56af4fa8.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-fdf8a0bedb0d0be9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-69575d77fcbf2ca7.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5e006a45b156b332.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-91f7d53e7649a524.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d38816ff9e740ac7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-277fd8c02a8f8547.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-85f9154abafa93cc.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64`
43402025-01-13T08:59:14.432Z Compiling tungstenite v0.23.0
43412025-01-13T08:59:14.435Z Running `/home/build/.rustup/toolchains/1.81.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=682ad2b76e43e272 -C extra-filename=-682ad2b76e43e272 --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-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4c63c92319785a22.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-04c785dde2a4d077.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43422025-01-13T08:59:15.127Z Compiling diesel-dtrace v0.4.2
43432025-01-13T08:59:15.129Z Running `/home/build/.rustup/toolchains/1.81.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=227b89d0c90a416c -C extra-filename=-227b89d0c90a416c --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-227b89d0c90a416c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43442025-01-13T08:59:15.511Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
43452025-01-13T08:59:15.513Z Running `/home/build/.rustup/toolchains/1.81.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=f61592c70dc7dad1 -C extra-filename=-f61592c70dc7dad1 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-f61592c70dc7dad1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43462025-01-13T08:59:15.920Z Compiling parse-size v1.1.0
43472025-01-13T08:59:15.922Z Running `/home/build/.rustup/toolchains/1.81.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=8d778f7f778e5e60 -C extra-filename=-8d778f7f778e5e60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43482025-01-13T08:59:16.172Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-f61592c70dc7dad1/build-script-build`
43492025-01-13T08:59:16.256Z Compiling tokio-tungstenite v0.23.1
43502025-01-13T08:59:16.258Z Running `/home/build/.rustup/toolchains/1.81.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=74ee50fe19f65f34 -C extra-filename=-74ee50fe19f65f34 --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-4afc18856895b7c0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-682ad2b76e43e272.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43512025-01-13T08:59:16.296Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-227b89d0c90a416c/build-script-build`
43522025-01-13T08:59:16.385Z Compiling nix v0.27.1
43532025-01-13T08:59:16.387Z Running `/home/build/.rustup/toolchains/1.81.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=af8904d4276f6cf6 -C extra-filename=-af8904d4276f6cf6 --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-1d917cedb4ccfee1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-90a6ef10e7aadda0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43542025-01-13T08:59:16.814Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43552025-01-13T08:59:16.817Z Running `/home/build/.rustup/toolchains/1.81.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=818b2ffa2719ccb5 -C extra-filename=-818b2ffa2719ccb5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-818b2ffa2719ccb5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c707f5f65ac49295.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
43562025-01-13T08:59:16.904Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
43572025-01-13T08:59:16.907Z Running `/home/build/.rustup/toolchains/1.81.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=e94069c1033af529 -C extra-filename=-e94069c1033af529 --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-42c8c764cb4293aa.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-fbcb9c8736247af6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b95e0209480e69b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43582025-01-13T08:59:17.173Z Compiling bb8 v0.8.6
43592025-01-13T08:59:17.176Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=3d28129db9326fef -C extra-filename=-3d28129db9326fef --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-59a856ad6a6596dd.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4afc18856895b7c0.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-1132496cb787fe7c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43602025-01-13T08:59:17.263Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-818b2ffa2719ccb5/build-script-build`
43612025-01-13T08:59:17.304Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43622025-01-13T08:59:17.307Z Running `/home/build/.rustup/toolchains/1.81.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=9048eff47a2a533b -C extra-filename=-9048eff47a2a533b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c7c7ff021ef0dbab.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib`
43632025-01-13T08:59:17.770Z Running `/home/build/.rustup/toolchains/1.81.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=65dcaff9016636bb -C extra-filename=-65dcaff9016636bb --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-59a856ad6a6596dd.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d97aaa2f8f62935d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-048ebba6ba3012bd.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6032d956a13459e2.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bd660af1030ccca2.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-595a021380915588.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-af8904d4276f6cf6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-4bbf26c5f3e081c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-2dfc8c56d11c0cbc.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ac89f9c8f501ddd3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-e94069c1033af529.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1637289e9c500974.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-3fcf9193f839db58/out/lib`
43642025-01-13T08:59:18.387Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43652025-01-13T08:59:18.390Z Running `/home/build/.rustup/toolchains/1.81.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=20a9f0b9beafb834 -C extra-filename=-20a9f0b9beafb834 --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-84bf70da5cf4a105.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
43662025-01-13T08:59:20.892Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
43672025-01-13T08:59:20.895Z Running `/home/build/.rustup/toolchains/1.81.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=42f7af45681d7e93 -C extra-filename=-42f7af45681d7e93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9b4f91fc56af4fa8.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bd660af1030ccca2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d778f7f778e5e60.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-cb8a8a2f2efa93e2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5cb4cae100044d8b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3c59fe805a1640a5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64`
43682025-01-13T08:59:22.242Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43692025-01-13T08:59:22.244Z Running `/home/build/.rustup/toolchains/1.81.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=8f124cb34c949778 -C extra-filename=-8f124cb34c949778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3b10a87eb2de5ef8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-65dcaff9016636bb.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c7c7ff021ef0dbab.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d0866466d0783b95.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5f42dbc2329a6250.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7850a2c8d7b4ad35.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-74ee50fe19f65f34.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib`
43702025-01-13T08:59:24.898Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
43712025-01-13T08:59:24.900Z Running `/home/build/.rustup/toolchains/1.81.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=07b61973e638f3f6 -C extra-filename=-07b61973e638f3f6 --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-84bf70da5cf4a105.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
43722025-01-13T08:59:25.809Z Running `/home/build/.rustup/toolchains/1.81.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=305bc909b490ca7f -C extra-filename=-305bc909b490ca7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-1a28b32f4d99e9ff.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-03ebcd6b54132717.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9949acd55786c4dc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-263edfe1e67e7a4e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2eb984a83d9991a8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-d13d4b67a15af5ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c57817e1a619d695.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
43732025-01-13T08:59:27.494Z Running `/home/build/.rustup/toolchains/1.81.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=78f8307df877665a -C extra-filename=-78f8307df877665a --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-9949acd55786c4dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
43742025-01-13T08:59:27.992Z Compiling async-bb8-diesel v0.2.1
43752025-01-13T08:59:27.995Z Running `/home/build/.rustup/toolchains/1.81.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=06323664500428c8 -C extra-filename=-06323664500428c8 --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-59a856ad6a6596dd.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-3d28129db9326fef.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9949acd55786c4dc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
43762025-01-13T08:59:28.366Z Dirty cargo_metadata v0.18.1: the rustflags changed
43772025-01-13T08:59:28.366Z Compiling cargo_metadata v0.18.1
43782025-01-13T08:59:28.369Z Running `/home/build/.rustup/toolchains/1.81.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=303d4097adb5d5ec -C extra-filename=-303d4097adb5d5ec --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-c1054a7dd92880e5.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-982c577fec41da8a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43792025-01-13T08:59:28.872Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43802025-01-13T08:59:28.875Z Running `/home/build/.rustup/toolchains/1.81.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=ff4aeb32a860f78f -C extra-filename=-ff4aeb32a860f78f --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-84bf70da5cf4a105.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
43812025-01-13T08:59:29.059Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43822025-01-13T08:59:29.062Z Running `/home/build/.rustup/toolchains/1.81.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=5a6a5ee4406ee832 -C extra-filename=-5a6a5ee4406ee832 --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-c1054a7dd92880e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c7c7ff021ef0dbab.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8f124cb34c949778.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9048eff47a2a533b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
43832025-01-13T08:59:30.222Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43842025-01-13T08:59:30.225Z Running `/home/build/.rustup/toolchains/1.81.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=937845f2eb97d9eb -C extra-filename=-937845f2eb97d9eb --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-16f6fe2fde71bcee.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
43852025-01-13T08:59:31.527Z Compiling rand_seeder v0.3.0
43862025-01-13T08:59:31.530Z Running `/home/build/.rustup/toolchains/1.81.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=97160f62cb309e5a -C extra-filename=-97160f62cb309e5a --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-9f9f8794b4ee08b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43872025-01-13T08:59:31.878Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
43882025-01-13T08:59:31.880Z Running `/home/build/.rustup/toolchains/1.81.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=d06b8b32d93c86b8 -C extra-filename=-d06b8b32d93c86b8 --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-84bf70da5cf4a105.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
43892025-01-13T08:59:32.071Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#750714d4)
43902025-01-13T08:59:32.074Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/750714d/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=235404ca8a776593 -C extra-filename=-235404ca8a776593 --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-702249e0617a2365.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43912025-01-13T08:59:32.097Z Compiling assert_matches v1.5.0
43922025-01-13T08:59:32.099Z Running `/home/build/.rustup/toolchains/1.81.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=19e5985bb94b6ed1 -C extra-filename=-19e5985bb94b6ed1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43932025-01-13T08:59:32.219Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
43942025-01-13T08:59:32.221Z Running `/home/build/.rustup/toolchains/1.81.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=a46435b05853fde1 -C extra-filename=-a46435b05853fde1 --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-170b27cbfbd8e597.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9f9f8794b4ee08b0.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-97160f62cb309e5a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
43952025-01-13T08:59:32.462Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43962025-01-13T08:59:32.465Z Running `/home/build/.rustup/toolchains/1.81.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=49b70c7174cf93dc -C extra-filename=-49b70c7174cf93dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ff4aeb32a860f78f.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
43972025-01-13T08:59:34.130Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43982025-01-13T08:59:34.130Z Running `/home/build/.rustup/toolchains/1.81.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=b3609ee80134a5e8 -C extra-filename=-b3609ee80134a5e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d06b8b32d93c86b8.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07b61973e638f3f6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a46435b05853fde1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
43992025-01-13T08:59:34.470Z Compiling libz-sys v1.1.21
44002025-01-13T08:59:34.473Z Running `/home/build/.rustup/toolchains/1.81.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.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --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"))' --check-cfg 'cfg(zng)' -C metadata=b843c99c5aac5b09 -C extra-filename=-b843c99c5aac5b09 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-b843c99c5aac5b09 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-48ea037f3791d910.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-ee8254f094605247.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44012025-01-13T08:59:34.966Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44022025-01-13T08:59:34.969Z Running `/home/build/.rustup/toolchains/1.81.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=8dfa98f3329d96be -C extra-filename=-8dfa98f3329d96be --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-59a856ad6a6596dd.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
44032025-01-13T08:59:35.294Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-b843c99c5aac5b09/build-script-build`
44042025-01-13T08:59:35.431Z Compiling libgit2-sys v0.17.0+1.8.1
44052025-01-13T08:59:35.433Z Running `/home/build/.rustup/toolchains/1.81.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=97061a96d5688724 -C extra-filename=-97061a96d5688724 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-97061a96d5688724 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-48ea037f3791d910.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44062025-01-13T08:59:35.654Z Compiling indoc v2.0.5
44072025-01-13T08:59:35.657Z Running `/home/build/.rustup/toolchains/1.81.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=7d65c32a1e8d7443 -C extra-filename=-7d65c32a1e8d7443 --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`
44082025-01-13T08:59:36.457Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-97061a96d5688724/build-script-build`
44092025-01-13T08:59:36.790Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44102025-01-13T08:59:36.793Z Running `/home/build/.rustup/toolchains/1.81.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=ed1422b4723bd2ad -C extra-filename=-ed1422b4723bd2ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eada625916932c87.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-937845f2eb97d9eb.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a46435b05853fde1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
44112025-01-13T08:59:40.209Z Running `/home/build/.rustup/toolchains/1.81.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.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --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"))' --check-cfg 'cfg(zng)' -C metadata=d3c6b2ca3746c2d7 -C extra-filename=-d3c6b2ca3746c2d7 --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-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
44122025-01-13T08:59:40.401Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44132025-01-13T08:59:40.404Z Running `/home/build/.rustup/toolchains/1.81.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=7207de166bf8de60 -C extra-filename=-7207de166bf8de60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
44142025-01-13T08:59:46.002Z Compiling castaway v0.2.3
44152025-01-13T08:59:46.005Z Running `/home/build/.rustup/toolchains/1.81.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=ce60dcac6993b397 -C extra-filename=-ce60dcac6993b397 --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-bf06f7b4d8c8f863.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44162025-01-13T08:59:46.202Z Compiling compact_str v0.8.1
44172025-01-13T08:59:46.205Z Running `/home/build/.rustup/toolchains/1.81.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=5f566fa82c9dfd59 -C extra-filename=-5f566fa82c9dfd59 --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-ce60dcac6993b397.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7f31dc6f8b894ca4.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-bf06f7b4d8c8f863.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44182025-01-13T08:59:47.761Z Compiling instability v0.3.7
44192025-01-13T08:59:47.763Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instability-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f06b65fc91d12e2b -C extra-filename=-f06b65fc91d12e2b --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-04dbf88d6a8a4b5a.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-7d65c32a1e8d7443.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44202025-01-13T08:59:48.120Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44212025-01-13T08:59:48.123Z Running `/home/build/.rustup/toolchains/1.81.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=8dd2b0cd02b9c6cd -C extra-filename=-8dd2b0cd02b9c6cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bd660af1030ccca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5cb4cae100044d8b.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/ssl-3/lib/amd64`
44222025-01-13T08:59:48.155Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
44232025-01-13T08:59:48.157Z Running `/home/build/.rustup/toolchains/1.81.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=8e1337cb800fe709 -C extra-filename=-8e1337cb800fe709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
44242025-01-13T08:59:48.336Z Compiling unicode-truncate v1.1.0
44252025-01-13T08:59:48.339Z Running `/home/build/.rustup/toolchains/1.81.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=477d15e396308302 -C extra-filename=-477d15e396308302 --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-6b8c06aaa5867a2a.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44262025-01-13T08:59:48.608Z Compiling vergen v8.3.2
44272025-01-13T08:59:48.610Z Running `/home/build/.rustup/toolchains/1.81.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=a60c97900a2f4a92 -C extra-filename=-a60c97900a2f4a92 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-a60c97900a2f4a92 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-bf06f7b4d8c8f863.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44282025-01-13T08:59:48.958Z Compiling lru v0.12.5
44292025-01-13T08:59:48.960Z Running `/home/build/.rustup/toolchains/1.81.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=26094bbd32a15b6b -C extra-filename=-26094bbd32a15b6b --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-2807c7b94f68b7a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44302025-01-13T08:59:49.317Z Compiling cassowary v0.3.0
44312025-01-13T08:59:49.338Z Running `/home/build/.rustup/toolchains/1.81.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=a487e3ec8b6f241c -C extra-filename=-a487e3ec8b6f241c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44322025-01-13T08:59:49.561Z Compiling is_ci v1.2.0
44332025-01-13T08:59:49.564Z Running `/home/build/.rustup/toolchains/1.81.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=31d58a0284a40d0f -C extra-filename=-31d58a0284a40d0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44342025-01-13T08:59:49.820Z Compiling ratatui v0.28.1
44352025-01-13T08:59:49.823Z Running `/home/build/.rustup/toolchains/1.81.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=1c3ccbbe3a2fa039 -C extra-filename=-1c3ccbbe3a2fa039 --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-1d917cedb4ccfee1.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-a487e3ec8b6f241c.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-5f566fa82c9dfd59.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rmeta --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-f06b65fc91d12e2b.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-26094bbd32a15b6b.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-68c312710a9978c3.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-477d15e396308302.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44362025-01-13T08:59:50.591Z Compiling supports-color v3.0.2
44372025-01-13T08:59:50.594Z Running `/home/build/.rustup/toolchains/1.81.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=577aa45386bba5fd -C extra-filename=-577aa45386bba5fd --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-31d58a0284a40d0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44382025-01-13T08:59:50.630Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-a60c97900a2f4a92/build-script-build`
44392025-01-13T08:59:50.668Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44402025-01-13T08:59:50.671Z Running `/home/build/.rustup/toolchains/1.81.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=994f96785a5d25f5 -C extra-filename=-994f96785a5d25f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-994f96785a5d25f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c707f5f65ac49295.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
44412025-01-13T08:59:50.938Z Compiling libsqlite3-sys v0.30.1
44422025-01-13T08:59:50.940Z Running `/home/build/.rustup/toolchains/1.81.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=26645f4a29827453 -C extra-filename=-26645f4a29827453 --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-26645f4a29827453 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-ee8254f094605247.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44432025-01-13T08:59:51.038Z Compiling rustls v0.21.12
44442025-01-13T08:59:51.040Z Running `/home/build/.rustup/toolchains/1.81.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=9ceec600f3d683cf -C extra-filename=-9ceec600f3d683cf --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-9ceec600f3d683cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44452025-01-13T08:59:51.375Z Compiling cfg_aliases v0.2.1
44462025-01-13T08:59:51.378Z Running `/home/build/.rustup/toolchains/1.81.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=b01719c518f1f528 -C extra-filename=-b01719c518f1f528 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44472025-01-13T08:59:51.517Z Compiling nix v0.29.0
44482025-01-13T08:59:51.519Z Running `/home/build/.rustup/toolchains/1.81.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=934d9bd1b58f0f5c -C extra-filename=-934d9bd1b58f0f5c --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-934d9bd1b58f0f5c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-b01719c518f1f528.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44492025-01-13T08:59:51.557Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-26645f4a29827453/build-script-build`
44502025-01-13T08:59:51.613Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-9ceec600f3d683cf/build-script-build`
44512025-01-13T08:59:51.652Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-994f96785a5d25f5/build-script-build`
44522025-01-13T08:59:51.690Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44532025-01-13T08:59:51.692Z Running `/home/build/.rustup/toolchains/1.81.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=dd89aea8cf88bd9a -C extra-filename=-dd89aea8cf88bd9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-8e1337cb800fe709.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-76980f57ba39a5d5.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ba4058e536171364.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
44542025-01-13T08:59:52.502Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44552025-01-13T08:59:52.505Z Running `/home/build/.rustup/toolchains/1.81.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=6b42a99525dc4fe9 -C extra-filename=-6b42a99525dc4fe9 --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-11faee24f8e6d8f4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
44562025-01-13T08:59:55.642Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44572025-01-13T08:59:55.645Z Running `/home/build/.rustup/toolchains/1.81.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=c0da2032beee6b5a -C extra-filename=-c0da2032beee6b5a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-c0da2032beee6b5a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c707f5f65ac49295.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
44582025-01-13T08:59:55.993Z Compiling sct v0.7.1
44592025-01-13T08:59:55.996Z Running `/home/build/.rustup/toolchains/1.81.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=bf582e5677a943d2 -C extra-filename=-bf582e5677a943d2 --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-9c7047525dce759e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1e0d280491b15715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out`
44602025-01-13T08:59:56.371Z Compiling rustls-webpki v0.101.7
44612025-01-13T08:59:56.374Z Running `/home/build/.rustup/toolchains/1.81.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=01d2ec924fd621f3 -C extra-filename=-01d2ec924fd621f3 --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-9c7047525dce759e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1e0d280491b15715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out`
44622025-01-13T08:59:57.122Z Compiling concurrent-queue v2.5.0
44632025-01-13T08:59:57.124Z Running `/home/build/.rustup/toolchains/1.81.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=5f0943d5e759c234 -C extra-filename=-5f0943d5e759c234 --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-3e1736cef29238ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44642025-01-13T08:59:57.373Z Dirty smawk v0.3.2: the rustflags changed
44652025-01-13T08:59:57.373Z Compiling smawk v0.3.2
44662025-01-13T08:59:57.381Z Running `/home/build/.rustup/toolchains/1.81.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=20a099bf394fc5a0 -C extra-filename=-20a099bf394fc5a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44672025-01-13T08:59:57.505Z Dirty unicode-linebreak v0.1.5: the rustflags changed
44682025-01-13T08:59:57.505Z Compiling unicode-linebreak v0.1.5
44692025-01-13T08:59:57.508Z Running `/home/build/.rustup/toolchains/1.81.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=e797346684b3237a -C extra-filename=-e797346684b3237a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44702025-01-13T08:59:57.594Z Compiling parking v2.2.1
44712025-01-13T08:59:57.597Z Running `/home/build/.rustup/toolchains/1.81.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=8541b297255a5ffc -C extra-filename=-8541b297255a5ffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44722025-01-13T08:59:57.987Z Dirty textwrap v0.16.1: the rustflags changed
44732025-01-13T08:59:57.987Z Compiling textwrap v0.16.1
44742025-01-13T08:59:58.005Z Running `/home/build/.rustup/toolchains/1.81.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=f43b67a92975d52e -C extra-filename=-f43b67a92975d52e --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-20a099bf394fc5a0.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e797346684b3237a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44752025-01-13T08:59:58.016Z Running `/home/build/.rustup/toolchains/1.81.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=7df4afbae46d2f35 -C extra-filename=-7df4afbae46d2f35 --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-7e6106d991fb114a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9c7047525dce759e.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-01d2ec924fd621f3.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-bf582e5677a943d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out`
44762025-01-13T08:59:58.439Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-c0da2032beee6b5a/build-script-build`
44772025-01-13T08:59:58.481Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-934d9bd1b58f0f5c/build-script-build`
44782025-01-13T08:59:58.521Z Running `/home/build/.rustup/toolchains/1.81.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=b3eabb60dec25e28 -C extra-filename=-b3eabb60dec25e28 --out-dir /work/oxidecomputer/omicron/target/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`
44792025-01-13T08:59:59.056Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44802025-01-13T08:59:59.059Z Running `/home/build/.rustup/toolchains/1.81.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=559d445a5fa99040 -C extra-filename=-559d445a5fa99040 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-559d445a5fa99040 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c707f5f65ac49295.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
44812025-01-13T08:59:59.304Z Compiling hashlink v0.9.1
44822025-01-13T08:59:59.306Z Running `/home/build/.rustup/toolchains/1.81.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=78eeb72110ccdce1 -C extra-filename=-78eeb72110ccdce1 --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-d6f9f89fafc9d753.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44832025-01-13T08:59:59.449Z Compiling fallible-iterator v0.3.0
44842025-01-13T08:59:59.452Z Running `/home/build/.rustup/toolchains/1.81.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=524455461266f430 -C extra-filename=-524455461266f430 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44852025-01-13T09:00:00.002Z Compiling fallible-streaming-iterator v0.1.9
44862025-01-13T09:00:00.005Z Running `/home/build/.rustup/toolchains/1.81.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=a91ec1d7082ed9f7 -C extra-filename=-a91ec1d7082ed9f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44872025-01-13T09:00:00.222Z Compiling rusqlite v0.32.1
44882025-01-13T09:00:00.225Z Running `/home/build/.rustup/toolchains/1.81.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=c8c8a7bbbb28d064 -C extra-filename=-c8c8a7bbbb28d064 --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-1d917cedb4ccfee1.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-524455461266f430.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-a91ec1d7082ed9f7.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-78eeb72110ccdce1.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-b3eabb60dec25e28.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
44892025-01-13T09:00:00.247Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-559d445a5fa99040/build-script-build`
44902025-01-13T09:00:00.286Z Running `/home/build/.rustup/toolchains/1.81.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=624108911f872399 -C extra-filename=-624108911f872399 --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-1d917cedb4ccfee1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.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)'`
44912025-01-13T09:00:00.960Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
44922025-01-13T09:00:00.962Z Running `/home/build/.rustup/toolchains/1.81.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=23d51a61639ada81 -C extra-filename=-23d51a61639ada81 --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-84bf70da5cf4a105.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
44932025-01-13T09:00:01.995Z Compiling tokio-rustls v0.24.1
44942025-01-13T09:00:01.998Z Running `/home/build/.rustup/toolchains/1.81.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=b47fd9a00b626ea9 -C extra-filename=-b47fd9a00b626ea9 --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-7df4afbae46d2f35.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out`
44952025-01-13T09:00:02.444Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44962025-01-13T09:00:02.447Z Running `/home/build/.rustup/toolchains/1.81.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=b14791f15b089919 -C extra-filename=-b14791f15b089919 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-b14791f15b089919 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c707f5f65ac49295.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
44972025-01-13T09:00:02.782Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44982025-01-13T09:00:02.784Z Running `/home/build/.rustup/toolchains/1.81.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=40896b47bca814a4 -C extra-filename=-40896b47bca814a4 --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-84bf70da5cf4a105.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
44992025-01-13T09:00:03.239Z Compiling rustls-pemfile v1.0.4
45002025-01-13T09:00:03.241Z Running `/home/build/.rustup/toolchains/1.81.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=b6de77c19e02896b -C extra-filename=-b6de77c19e02896b --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-6d27ec8383fdb856.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45012025-01-13T09:00:03.731Z Compiling twox-hash v1.6.3
45022025-01-13T09:00:03.733Z Running `/home/build/.rustup/toolchains/1.81.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=ffae1054c5e9d93c -C extra-filename=-ffae1054c5e9d93c --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-83c04ded702a2c6e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45032025-01-13T09:00:04.423Z Compiling shell-words v1.1.0
45042025-01-13T09:00:04.425Z Running `/home/build/.rustup/toolchains/1.81.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=75b510c2fbb2f7bd -C extra-filename=-75b510c2fbb2f7bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45052025-01-13T09:00:04.558Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-b14791f15b089919/build-script-build`
45062025-01-13T09:00:04.597Z Compiling event-listener v5.4.0
45072025-01-13T09:00:04.600Z Running `/home/build/.rustup/toolchains/1.81.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.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="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' --check-cfg 'cfg(loom)' -C metadata=6390e11a29533a0a -C extra-filename=-6390e11a29533a0a --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-5f0943d5e759c234.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8541b297255a5ffc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-c5ec79541264107a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45082025-01-13T09:00:04.790Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
45092025-01-13T09:00:04.793Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/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=af4ee77f4a52d30c -C extra-filename=-af4ee77f4a52d30c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2ee54a9ce846ec72.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64`
45102025-01-13T09:00:05.040Z Compiling fatfs v0.3.6
45112025-01-13T09:00:05.043Z Running `/home/build/.rustup/toolchains/1.81.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=a60e34d3227fa2cf -C extra-filename=-a60e34d3227fa2cf --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-6ed2929a91f42350.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45122025-01-13T09:00:05.151Z Compiling event-listener-strategy v0.5.3
45132025-01-13T09:00:05.154Z Running `/home/build/.rustup/toolchains/1.81.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.3/src/lib.rs --error-format=json --json=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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' -C metadata=0b109bd0420319aa -C extra-filename=-0b109bd0420319aa --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-6390e11a29533a0a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-c5ec79541264107a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45142025-01-13T09:00:05.403Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45152025-01-13T09:00:05.405Z Running `/home/build/.rustup/toolchains/1.81.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=12a1f32ffc9546f4 -C extra-filename=-12a1f32ffc9546f4 --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-84bf70da5cf4a105.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7207de166bf8de60.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45162025-01-13T09:00:06.783Z Compiling csv-core v0.1.11
45172025-01-13T09:00:06.785Z Running `/home/build/.rustup/toolchains/1.81.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=89022c9b487082f9 -C extra-filename=-89022c9b487082f9 --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-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45182025-01-13T09:00:07.016Z Compiling futures-lite v2.6.0
45192025-01-13T09:00:07.022Z Running `/home/build/.rustup/toolchains/1.81.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.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="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=b734e004576e835a -C extra-filename=-b734e004576e835a --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-bd6b0c7b211478f7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8541b297255a5ffc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-c5ec79541264107a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45202025-01-13T09:00:07.380Z Compiling csv v1.3.1
45212025-01-13T09:00:07.391Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5fc194087ba44899 -C extra-filename=-5fc194087ba44899 --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-89022c9b487082f9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7f31dc6f8b894ca4.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45222025-01-13T09:00:07.524Z Compiling rtoolbox v0.0.2
45232025-01-13T09:00:07.527Z Running `/home/build/.rustup/toolchains/1.81.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=b7998bd5d64aa933 -C extra-filename=-b7998bd5d64aa933 --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-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45242025-01-13T09:00:08.028Z Compiling hex-literal v0.4.1
45252025-01-13T09:00:08.030Z Running `/home/build/.rustup/toolchains/1.81.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=822e122ffc091e79 -C extra-filename=-822e122ffc091e79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45262025-01-13T09:00:08.202Z Compiling plotters-backend v0.3.7
45272025-01-13T09:00:08.205Z Running `/home/build/.rustup/toolchains/1.81.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=45d6f5f723d4d683 -C extra-filename=-45d6f5f723d4d683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45282025-01-13T09:00:08.772Z Compiling plotters-svg v0.3.7
45292025-01-13T09:00:08.774Z Running `/home/build/.rustup/toolchains/1.81.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=fe6c9d53a974c7d0 -C extra-filename=-fe6c9d53a974c7d0 --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-45d6f5f723d4d683.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45302025-01-13T09:00:08.808Z Compiling rpassword v7.3.1
45312025-01-13T09:00:08.811Z Running `/home/build/.rustup/toolchains/1.81.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=fa0b75d024ac058a -C extra-filename=-fa0b75d024ac058a --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-98a964d32351fb3b.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-b7998bd5d64aa933.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45322025-01-13T09:00:08.913Z Compiling tui-tree-widget v0.22.0
45332025-01-13T09:00:08.915Z Running `/home/build/.rustup/toolchains/1.81.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=c01f9a885030a42d -C extra-filename=-c01f9a885030a42d --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-1c3ccbbe3a2fa039.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45342025-01-13T09:00:09.214Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
45352025-01-13T09:00:09.216Z Running `/home/build/.rustup/toolchains/1.81.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=a77d8dbdc4399995 -C extra-filename=-a77d8dbdc4399995 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-80b9d6a50996942e.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
45362025-01-13T09:00:09.251Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
45372025-01-13T09:00:09.260Z Running `/home/build/.rustup/toolchains/1.81.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=2211a66367210dd1 -C extra-filename=-2211a66367210dd1 --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-14d217a345d6d3f6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
45382025-01-13T09:00:09.314Z Compiling cast v0.3.0
45392025-01-13T09:00:09.317Z Running `/home/build/.rustup/toolchains/1.81.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=b1971ff2088540bc -C extra-filename=-b1971ff2088540bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45402025-01-13T09:00:09.702Z Compiling yansi v1.0.1
45412025-01-13T09:00:09.705Z Running `/home/build/.rustup/toolchains/1.81.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=c3baa62106e047e6 -C extra-filename=-c3baa62106e047e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45422025-01-13T09:00:10.537Z Compiling pretty_assertions v1.4.1
45432025-01-13T09:00:10.540Z Running `/home/build/.rustup/toolchains/1.81.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=9a15c963fedc7a99 -C extra-filename=-9a15c963fedc7a99 --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-b2853c6e837e3376.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-c3baa62106e047e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45442025-01-13T09:00:11.098Z Compiling criterion-plot v0.5.0
45452025-01-13T09:00:11.101Z Running `/home/build/.rustup/toolchains/1.81.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=f389c81373b9d230 -C extra-filename=-f389c81373b9d230 --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-b1971ff2088540bc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45462025-01-13T09:00:11.376Z Compiling plotters v0.3.7
45472025-01-13T09:00:11.378Z Running `/home/build/.rustup/toolchains/1.81.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 --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"))' --check-cfg 'cfg(doc_cfg)' -C metadata=4f765ea13ca749b9 -C extra-filename=-4f765ea13ca749b9 --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-21e7f19c9e013b13.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-45d6f5f723d4d683.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-fe6c9d53a974c7d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45482025-01-13T09:00:11.530Z Compiling async-lock v3.4.0
45492025-01-13T09:00:11.532Z Running `/home/build/.rustup/toolchains/1.81.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=dbe7438f942c9cb8 -C extra-filename=-dbe7438f942c9cb8 --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-6390e11a29533a0a.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-0b109bd0420319aa.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-c5ec79541264107a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45502025-01-13T09:00:12.230Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45512025-01-13T09:00:12.232Z Running `/home/build/.rustup/toolchains/1.81.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=e299c438fdd8aefb -C extra-filename=-e299c438fdd8aefb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
45522025-01-13T09:00:12.871Z Compiling polyval v0.6.2
45532025-01-13T09:00:12.874Z Running `/home/build/.rustup/toolchains/1.81.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=360ba14755028dad -C extra-filename=-360ba14755028dad --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-83c04ded702a2c6e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-cdd5a1475f48597f.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-336551ef1347f8fe.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-4167c85a15c2d11e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45542025-01-13T09:00:13.350Z Compiling polling v3.7.4
45552025-01-13T09:00:13.353Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' -C metadata=50f2cb6440f5da74 -C extra-filename=-50f2cb6440f5da74 --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-83c04ded702a2c6e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-98b26dfb34f0a4d6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-9813fb2838b716cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45562025-01-13T09:00:13.918Z Compiling tinytemplate v1.2.1
45572025-01-13T09:00:13.921Z Running `/home/build/.rustup/toolchains/1.81.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=d327489dfd7ceab3 -C extra-filename=-d327489dfd7ceab3 --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-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45582025-01-13T09:00:14.194Z Compiling anes v0.1.6
45592025-01-13T09:00:14.197Z Running `/home/build/.rustup/toolchains/1.81.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=ef5424d5f642498c -C extra-filename=-ef5424d5f642498c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45602025-01-13T09:00:14.777Z Compiling oorandom v11.1.4
45612025-01-13T09:00:14.780Z Running `/home/build/.rustup/toolchains/1.81.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=02c3fbf1b52bf2c0 -C extra-filename=-02c3fbf1b52bf2c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45622025-01-13T09:00:15.044Z Compiling criterion v0.5.1
45632025-01-13T09:00:15.047Z Running `/home/build/.rustup/toolchains/1.81.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=60cbcb41e8530ded -C extra-filename=-60cbcb41e8530ded --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-ef5424d5f642498c.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-b1971ff2088540bc.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9069aa533aa0b3bb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-f389c81373b9d230.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-a0a817d9637e1161.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21e7f19c9e013b13.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-02c3fbf1b52bf2c0.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-4f765ea13ca749b9.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3b3ff62675486b83.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ca443d8fd344af96.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-d327489dfd7ceab3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45642025-01-13T09:00:15.138Z Compiling async-io v2.4.0
45652025-01-13T09:00:15.141Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' -C metadata=7a5d80e20b557d3c -C extra-filename=-7a5d80e20b557d3c --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-dbe7438f942c9cb8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-5f0943d5e759c234.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-b734e004576e835a.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8541b297255a5ffc.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-50f2cb6440f5da74.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-98b26dfb34f0a4d6.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-9813fb2838b716cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45662025-01-13T09:00:16.831Z Compiling ghash v0.5.1
45672025-01-13T09:00:16.834Z Running `/home/build/.rustup/toolchains/1.81.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=4dc50b63cb439d6d -C extra-filename=-4dc50b63cb439d6d --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-336551ef1347f8fe.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-360ba14755028dad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45682025-01-13T09:00:17.094Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45692025-01-13T09:00:17.097Z Running `/home/build/.rustup/toolchains/1.81.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=f660a7db7c6978d9 -C extra-filename=-f660a7db7c6978d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9069aa533aa0b3bb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-103d4f37c590e4bc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-1c3ccbbe3a2fa039.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fa0b75d024ac058a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-577aa45386bba5fd.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6de1ef65e03f2848.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c01f9a885030a42d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7207de166bf8de60.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12a1f32ffc9546f4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45702025-01-13T09:00:17.754Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
45712025-01-13T09:00:17.757Z Running `/home/build/.rustup/toolchains/1.81.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=c7d73581e7ac6980 -C extra-filename=-c7d73581e7ac6980 --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-7ae25364fab77a10.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
45722025-01-13T09:00:19.443Z Compiling ctr v0.9.2
45732025-01-13T09:00:19.445Z Running `/home/build/.rustup/toolchains/1.81.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=f6f28b13827f5682 -C extra-filename=-f6f28b13827f5682 --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-159122142200b690.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45742025-01-13T09:00:19.862Z Compiling async-task v4.7.1
45752025-01-13T09:00:19.864Z Running `/home/build/.rustup/toolchains/1.81.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=1870c002cec5451d -C extra-filename=-1870c002cec5451d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45762025-01-13T09:00:20.427Z Compiling doc-comment v0.3.3
45772025-01-13T09:00:20.430Z Running `/home/build/.rustup/toolchains/1.81.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=22cedc88ad30c5c9 -C extra-filename=-22cedc88ad30c5c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-22cedc88ad30c5c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45782025-01-13T09:00:21.080Z Compiling target-lexicon v0.12.16
45792025-01-13T09:00:21.082Z Running `/home/build/.rustup/toolchains/1.81.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=6c2abb79a4bce29f -C extra-filename=-6c2abb79a4bce29f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-6c2abb79a4bce29f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45802025-01-13T09:00:22.130Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-6c2abb79a4bce29f/build-script-build`
45812025-01-13T09:00:22.215Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-22cedc88ad30c5c9/build-script-build`
45822025-01-13T09:00:22.402Z Compiling aes-gcm v0.10.3
45832025-01-13T09:00:22.405Z Running `/home/build/.rustup/toolchains/1.81.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=7253e9fb98b3e359 -C extra-filename=-7253e9fb98b3e359 --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-f661448fbb57eb05.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-9d3ee5d28b06389c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-159122142200b690.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-f6f28b13827f5682.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-4dc50b63cb439d6d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45842025-01-13T09:00:22.757Z Compiling async-channel v2.3.1
45852025-01-13T09:00:22.762Z Running `/home/build/.rustup/toolchains/1.81.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=e4c0669f0b0bc136 -C extra-filename=-e4c0669f0b0bc136 --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-5f0943d5e759c234.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-0b109bd0420319aa.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-c5ec79541264107a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45862025-01-13T09:00:23.151Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
45872025-01-13T09:00:23.154Z Running `/home/build/.rustup/toolchains/1.81.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=bc91642ae0667c69 -C extra-filename=-bc91642ae0667c69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c2ad4cd224083ba0.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f8c21d7cb806bb30.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-76980f57ba39a5d5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib`
45882025-01-13T09:00:25.413Z Compiling piper v0.2.4
45892025-01-13T09:00:25.416Z Running `/home/build/.rustup/toolchains/1.81.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=fc3fdb756dddc0ad -C extra-filename=-fc3fdb756dddc0ad --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-10b6fa6e98e5e04e.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-bd6b0c7b211478f7.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45902025-01-13T09:00:25.800Z Compiling ssh-encoding v0.2.0
45912025-01-13T09:00:25.804Z Running `/home/build/.rustup/toolchains/1.81.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=f5f06743d8ee8c3b -C extra-filename=-f5f06743d8ee8c3b --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-d4bf7869d4ee9385.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45922025-01-13T09:00:26.361Z Compiling blowfish v0.9.1
45932025-01-13T09:00:26.364Z Running `/home/build/.rustup/toolchains/1.81.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=9b5e60dabe8d8988 -C extra-filename=-9b5e60dabe8d8988 --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-42c8c764cb4293aa.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-159122142200b690.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45942025-01-13T09:00:26.825Z Compiling guppy-workspace-hack v0.1.0
45952025-01-13T09:00:26.827Z Running `/home/build/.rustup/toolchains/1.81.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=e26002185cac8ef5 -C extra-filename=-e26002185cac8ef5 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-e26002185cac8ef5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45962025-01-13T09:00:27.154Z Compiling assert_cmd v2.0.16
45972025-01-13T09:00:27.157Z Running `/home/build/.rustup/toolchains/1.81.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=1f5f59728613a6ce -C extra-filename=-1f5f59728613a6ce --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-1f5f59728613a6ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45982025-01-13T09:00:27.676Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-1f5f59728613a6ce/build-script-build`
45992025-01-13T09:00:27.715Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-e26002185cac8ef5/build-script-build`
46002025-01-13T09:00:27.753Z Compiling bcrypt-pbkdf v0.10.0
46012025-01-13T09:00:27.755Z Running `/home/build/.rustup/toolchains/1.81.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=1a87b786ceff7197 -C extra-filename=-1a87b786ceff7197 --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-9b5e60dabe8d8988.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-b230a0841d20f974.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46022025-01-13T09:00:28.404Z Compiling ssh-cipher v0.2.0
46032025-01-13T09:00:28.407Z Running `/home/build/.rustup/toolchains/1.81.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=a07b7b3b2dc373e9 -C extra-filename=-a07b7b3b2dc373e9 --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-9d3ee5d28b06389c.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-7253e9fb98b3e359.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4d3966cc39d0bca2.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-e248bcc3432643ef.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-159122142200b690.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-f6f28b13827f5682.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-3863b85fbaa0329a.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-f5f06743d8ee8c3b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46042025-01-13T09:00:28.500Z Compiling blocking v1.6.1
46052025-01-13T09:00:28.503Z Running `/home/build/.rustup/toolchains/1.81.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=9cb1dff4c4fc6d19 -C extra-filename=-9cb1dff4c4fc6d19 --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-e4c0669f0b0bc136.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-1870c002cec5451d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-b734e004576e835a.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-fc3fdb756dddc0ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46062025-01-13T09:00:29.151Z Running `/home/build/.rustup/toolchains/1.81.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=d635affb61cddc7a -C extra-filename=-d635affb61cddc7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46072025-01-13T09:00:29.227Z Running `/home/build/.rustup/toolchains/1.81.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=c46b26892a70c72f -C extra-filename=-c46b26892a70c72f --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-98a964d32351fb3b.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-d3c6b2ca3746c2d7.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-964ebfacab27507f/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
46082025-01-13T09:00:29.285Z Running `/home/build/.rustup/toolchains/1.81.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=9169530e626c6002 -C extra-filename=-9169530e626c6002 --out-dir /work/oxidecomputer/omicron/target/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"'`
46092025-01-13T09:00:29.959Z Compiling git2 v0.19.0
46102025-01-13T09:00:29.962Z Running `/home/build/.rustup/toolchains/1.81.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=c9cf3ea99bedf734 -C extra-filename=-c9cf3ea99bedf734 --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-1d917cedb4ccfee1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-c46b26892a70c72f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.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-964ebfacab27507f/out/build -L native=/usr/lib/amd64`
46112025-01-13T09:00:30.105Z Compiling async-executor v1.13.1
46122025-01-13T09:00:30.107Z Running `/home/build/.rustup/toolchains/1.81.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=653ccc8fed4716a4 -C extra-filename=-653ccc8fed4716a4 --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-1870c002cec5451d.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-5f0943d5e759c234.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-bd6b0c7b211478f7.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-b734e004576e835a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46132025-01-13T09:00:30.239Z Compiling async-signal v0.2.10
46142025-01-13T09:00:30.242Z Running `/home/build/.rustup/toolchains/1.81.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=c0aea79d52a7ff5d -C extra-filename=-c0aea79d52a7ff5d --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-7a5d80e20b557d3c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-98b26dfb34f0a4d6.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-c0919c0ac0298ddb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46152025-01-13T09:00:30.753Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
46162025-01-13T09:00:30.756Z Running `/home/build/.rustup/toolchains/1.81.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=6950b2d9b0bc1548 -C extra-filename=-6950b2d9b0bc1548 --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-84bf70da5cf4a105.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5fc194087ba44899.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
46172025-01-13T09:00:31.005Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46182025-01-13T09:00:31.007Z Running `/home/build/.rustup/toolchains/1.81.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=b342cd28d9fe726b -C extra-filename=-b342cd28d9fe726b --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-e491e777f054de16.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7207de166bf8de60.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
46192025-01-13T09:00:32.120Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46202025-01-13T09:00:32.123Z Running `/home/build/.rustup/toolchains/1.81.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=6d5d6795f9a4b26e -C extra-filename=-6d5d6795f9a4b26e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
46212025-01-13T09:00:35.309Z Compiling password-hash v0.4.2
46222025-01-13T09:00:35.312Z Running `/home/build/.rustup/toolchains/1.81.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=5554d6507dc038b2 -C extra-filename=-5554d6507dc038b2 --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-d4bf7869d4ee9385.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9f9f8794b4ee08b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46232025-01-13T09:00:36.299Z Running `/home/build/.rustup/toolchains/1.81.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=b748c2d20702bc22 -C extra-filename=-b748c2d20702bc22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-303d4097adb5d5ec.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-c9cf3ea99bedf734.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-e3febf7b2cd14a29.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-270d250e41a0b308.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-964ebfacab27507f/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)'`
46242025-01-13T09:00:36.368Z Compiling futures-timer v3.0.3
46252025-01-13T09:00:36.371Z Running `/home/build/.rustup/toolchains/1.81.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=59cf1b18c098fd7e -C extra-filename=-59cf1b18c098fd7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46262025-01-13T09:00:37.321Z Compiling event-listener v2.5.3
46272025-01-13T09:00:37.343Z Running `/home/build/.rustup/toolchains/1.81.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=8fb6bacc5e9e941e -C extra-filename=-8fb6bacc5e9e941e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46282025-01-13T09:00:37.790Z Compiling matches v0.1.10
46292025-01-13T09:00:37.793Z Running `/home/build/.rustup/toolchains/1.81.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=7f756f479b35788f -C extra-filename=-7f756f479b35788f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46302025-01-13T09:00:37.919Z Compiling target-spec v3.3.1
46312025-01-13T09:00:37.922Z Running `/home/build/.rustup/toolchains/1.81.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.3.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' -C metadata=e3714341310222c8 -C extra-filename=-e3714341310222c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-e3714341310222c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46322025-01-13T09:00:38.316Z Compiling idna v0.2.3
46332025-01-13T09:00:38.318Z Running `/home/build/.rustup/toolchains/1.81.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=f7cc826c567281b1 -C extra-filename=-f7cc826c567281b1 --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-7f756f479b35788f.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-21b52d5156616212.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a1e87e93a0cdc001.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46342025-01-13T09:00:38.551Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-e3714341310222c8/build-script-build`
46352025-01-13T09:00:38.589Z Compiling async-channel v1.9.0
46362025-01-13T09:00:38.592Z Running `/home/build/.rustup/toolchains/1.81.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=5225bc96ed8578d8 -C extra-filename=-5225bc96ed8578d8 --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-5f0943d5e759c234.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-8fb6bacc5e9e941e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46372025-01-13T09:00:38.933Z Compiling pbkdf2 v0.11.0
46382025-01-13T09:00:38.936Z Running `/home/build/.rustup/toolchains/1.81.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=68df5ca31d33e5ce -C extra-filename=-68df5ca31d33e5ce --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-0f56e7a84b3c5e8f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d4151f86f82bb628.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-5554d6507dc038b2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46392025-01-13T09:00:39.355Z Compiling async-process v2.3.0
46402025-01-13T09:00:39.357Z Running `/home/build/.rustup/toolchains/1.81.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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(async_process_force_signal_backend)' -C metadata=cbf70b181a316a7d -C extra-filename=-cbf70b181a316a7d --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-7a5d80e20b557d3c.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-dbe7438f942c9cb8.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-c0aea79d52a7ff5d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-6390e11a29533a0a.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-b734e004576e835a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-98b26dfb34f0a4d6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-9813fb2838b716cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46412025-01-13T09:00:40.111Z Compiling async-global-executor v2.4.1
46422025-01-13T09:00:40.113Z Running `/home/build/.rustup/toolchains/1.81.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=a7c73938db1c092a -C extra-filename=-a7c73938db1c092a --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-e4c0669f0b0bc136.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-653ccc8fed4716a4.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-7a5d80e20b557d3c.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-dbe7438f942c9cb8.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-9cb1dff4c4fc6d19.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-b734e004576e835a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46432025-01-13T09:00:40.228Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
46442025-01-13T09:00:40.231Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/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=1cec24dd6ad5e444 -C extra-filename=-1cec24dd6ad5e444 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-1cec24dd6ad5e444 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-b748c2d20702bc22.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-964ebfacab27507f/out/build -L native=/usr/lib/amd64`
46452025-01-13T09:00:40.953Z Compiling cfg-expr v0.17.2
46462025-01-13T09:00:40.956Z Running `/home/build/.rustup/toolchains/1.81.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=0d23f5d1249d899b -C extra-filename=-0d23f5d1249d899b --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-4dafc5e65351502b.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9169530e626c6002.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46472025-01-13T09:00:41.884Z Running `/home/build/.rustup/toolchains/1.81.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=c13eb06910eb031b -C extra-filename=-c13eb06910eb031b --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-2570a634c4322755.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e26c1fe285bd8a74.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-d635affb61cddc7a.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-cf65ba10ed5b80f7.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-7919050011135e73.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-014221e4d649e561.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-528ba2c2ea314a31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46482025-01-13T09:00:42.244Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-1cec24dd6ad5e444/build-script-build`
46492025-01-13T09:00:42.277Z Compiling ssh-key v0.6.7
46502025-01-13T09:00:42.277Z Running `/home/build/.rustup/toolchains/1.81.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.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=341142f820b89516 -C extra-filename=-341142f820b89516 --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-1a87b786ceff7197.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b7a194f76acda186.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-754f030a1b9e4d6c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9f9f8794b4ee08b0.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-5cb48d502f5629fa.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8826a9a109730958.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ec5f4f6105bcd8f5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-a07b7b3b2dc373e9.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-f5f06743d8ee8c3b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46512025-01-13T09:00:43.321Z Running `/home/build/.rustup/toolchains/1.81.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=dcf613efd911aee8 -C extra-filename=-dcf613efd911aee8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46522025-01-13T09:00:43.449Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
46532025-01-13T09:00:43.472Z Running `/home/build/.rustup/toolchains/1.81.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=2f45c5c919ea2f16 -C extra-filename=-2f45c5c919ea2f16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-2211a66367210dd1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
46542025-01-13T09:00:43.981Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/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=76d1083616e2e2cd -C extra-filename=-76d1083616e2e2cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-12dcc00e4e431598.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2ee54a9ce846ec72.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6fe48b2be46857aa.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-624108911f872399.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-c8c8a7bbbb28d064.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b6de77c19e02896b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3d725f4900bcb527.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-b47fd9a00b626ea9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-ffae1054c5e9d93c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/lib/amd64`
46552025-01-13T09:00:46.611Z Compiling p521 v0.13.3
46562025-01-13T09:00:46.628Z Running `/home/build/.rustup/toolchains/1.81.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=c951f67363975e6b -C extra-filename=-c951f67363975e6b --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-2a65e2ab151e09a4.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-fbb2e2fbcd36eb5d.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f222aa399539a660.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c1c94cc48543befc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9f9f8794b4ee08b0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46572025-01-13T09:00:47.136Z Compiling p256 v0.13.2
46582025-01-13T09:00:47.139Z Running `/home/build/.rustup/toolchains/1.81.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=4f3e1a69b0814025 -C extra-filename=-4f3e1a69b0814025 --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-fbb2e2fbcd36eb5d.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f222aa399539a660.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c1c94cc48543befc.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46592025-01-13T09:00:48.027Z Compiling enum-as-inner v0.5.1
46602025-01-13T09:00:48.031Z Running `/home/build/.rustup/toolchains/1.81.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=e87e48cbdff14c88 -C extra-filename=-e87e48cbdff14c88 --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-dd99b89daf0c34d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-235212d45e72d615.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46612025-01-13T09:00:49.046Z Compiling petname v2.0.2
46622025-01-13T09:00:49.048Z Running `/home/build/.rustup/toolchains/1.81.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=7c348890abfe0666 -C extra-filename=-7c348890abfe0666 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-7c348890abfe0666 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46632025-01-13T09:00:49.281Z Compiling async-attributes v1.1.2
46642025-01-13T09:00:49.303Z Running `/home/build/.rustup/toolchains/1.81.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=31304165360702d3 -C extra-filename=-31304165360702d3 --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-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-235212d45e72d615.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46652025-01-13T09:00:50.325Z Compiling russh-cryptovec v0.7.3
46662025-01-13T09:00:50.328Z Running `/home/build/.rustup/toolchains/1.81.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=8e740791868a75ce -C extra-filename=-8e740791868a75ce --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-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46672025-01-13T09:00:50.366Z Compiling kv-log-macro v1.0.7
46682025-01-13T09:00:50.368Z Running `/home/build/.rustup/toolchains/1.81.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=d00e2cee8faba124 -C extra-filename=-d00e2cee8faba124 --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-7e6106d991fb114a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46692025-01-13T09:00:50.612Z Compiling md5 v0.7.0
46702025-01-13T09:00:50.614Z Running `/home/build/.rustup/toolchains/1.81.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=778d21cacd260cac -C extra-filename=-778d21cacd260cac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46712025-01-13T09:00:50.673Z Compiling async-std v1.13.0
46722025-01-13T09:00:50.676Z Running `/home/build/.rustup/toolchains/1.81.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=273661978f6fc163 -C extra-filename=-273661978f6fc163 --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-31304165360702d3.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-5225bc96ed8578d8.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-a7c73938db1c092a.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-7a5d80e20b557d3c.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-dbe7438f942c9cb8.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-cbf70b181a316a7d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-3e1736cef29238ca.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-b734e004576e835a.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-d00e2cee8faba124.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-c5ec79541264107a.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-c4b18aa76c089b05.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46732025-01-13T09:00:51.164Z Compiling russh-keys v0.45.0
46742025-01-13T09:00:51.164Z Running `/home/build/.rustup/toolchains/1.81.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=708c81df02588505 -C extra-filename=-708c81df02588505 --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-9d3ee5d28b06389c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-1a87b786ceff7197.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-a5f0964d18ca3d06.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4d3966cc39d0bca2.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-f6f28b13827f5682.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-c90fb76a8ae89480.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0f56e7a84b3c5e8f.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-fbb2e2fbcd36eb5d.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b7a194f76acda186.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f222aa399539a660.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d4151f86f82bb628.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-89c1938278b2586e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-cdd00a7f32322425.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-778d21cacd260cac.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d64c4121e224860.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-4f3e1a69b0814025.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-dae3e4b77147070f.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-c951f67363975e6b.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-68df5ca31d33e5ce.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-ce98d0d64fbb428d.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-207c11a3fa93cc9c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d58e7cfe737cf679.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9f9f8794b4ee08b0.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-5cb48d502f5629fa.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-8e740791868a75ce.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8826a9a109730958.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4c63c92319785a22.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-f8b9b31bb04f5521.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-f5f06743d8ee8c3b.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-341142f820b89516.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-4b6951e7dbfd8f8f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46752025-01-13T09:00:51.419Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-7c348890abfe0666/build-script-build`
46762025-01-13T09:00:51.755Z Compiling trust-dns-proto v0.22.0
46772025-01-13T09:00:51.758Z Running `/home/build/.rustup/toolchains/1.81.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=49e7b35e9a3bb685 -C extra-filename=-49e7b35e9a3bb685 --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-59a856ad6a6596dd.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-e87e48cbdff14c88.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4afc18856895b7c0.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-f7cc826c567281b1.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-c8a72420fb5eda56.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-9813fb2838b716cf.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46782025-01-13T09:00:55.438Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' -C metadata=4790bcced9f3a404 -C extra-filename=-4790bcced9f3a404 --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-0d23f5d1249d899b.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-dcf613efd911aee8.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9169530e626c6002.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2fdb16acfe73c7b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46792025-01-13T09:00:55.836Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
46802025-01-13T09:00:55.839Z Running `/home/build/.rustup/toolchains/1.81.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=c228b9e6192e0f0f -C extra-filename=-c228b9e6192e0f0f --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-6950b2d9b0bc1548.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
46812025-01-13T09:00:56.492Z Compiling cargo_metadata v0.19.1
46822025-01-13T09:00:56.495Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.19.1/src/lib.rs --error-format=json --json=diagnostic-rendered-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=1c17d50cfd0981b4 -C extra-filename=-1c17d50cfd0981b4 --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-c1054a7dd92880e5.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-982c577fec41da8a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-633850c5409dc620.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46832025-01-13T09:00:57.688Z Running `/home/build/.rustup/toolchains/1.81.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=2249a7f275553e3b -C extra-filename=-2249a7f275553e3b --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-305bc909b490ca7f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46842025-01-13T09:00:58.808Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46852025-01-13T09:00:58.811Z Running `/home/build/.rustup/toolchains/1.81.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=81aeee6ed1d61c50 -C extra-filename=-81aeee6ed1d61c50 --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-1a207f6440a9b033.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
46862025-01-13T09:00:59.305Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46872025-01-13T09:00:59.308Z Running `/home/build/.rustup/toolchains/1.81.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=a1c6ba081ed76b72 -C extra-filename=-a1c6ba081ed76b72 --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-c1054a7dd92880e5.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c2ad4cd224083ba0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
46882025-01-13T09:00:59.971Z Compiling httptest v0.16.1
46892025-01-13T09:00:59.974Z Running `/home/build/.rustup/toolchains/1.81.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=70c063b10982e2df -C extra-filename=-70c063b10982e2df --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-e26c1fe285bd8a74.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-c27dd956002a90ef.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-38be6dc4a21eb4ab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-739fc5b4c1d9cdaa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-056d86ac929703bb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46902025-01-13T09:01:00.091Z Compiling num-bigint v0.4.6
46912025-01-13T09:01:00.094Z Running `/home/build/.rustup/toolchains/1.81.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=44a06098fbcea2be -C extra-filename=-44a06098fbcea2be --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-8d64c4121e224860.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21e7f19c9e013b13.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46922025-01-13T09:01:00.592Z Compiling rustls-native-certs v0.7.3
46932025-01-13T09:01:00.595Z Running `/home/build/.rustup/toolchains/1.81.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=1d15392bebe13c5c -C extra-filename=-1d15392bebe13c5c --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-dd81080d435c4bbe.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-fa0f12a15784a6d4.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-5385c0fd91c3b6b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46942025-01-13T09:01:01.283Z Compiling pathdiff v0.2.3
46952025-01-13T09:01:01.304Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=19e09d30a480c054 -C extra-filename=-19e09d30a480c054 --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-c1054a7dd92880e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46962025-01-13T09:01:01.489Z Compiling des v0.8.1
46972025-01-13T09:01:01.492Z Running `/home/build/.rustup/toolchains/1.81.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=1e3b1c8ef82ec4c7 -C extra-filename=-1e3b1c8ef82ec4c7 --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-159122142200b690.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46982025-01-13T09:01:01.886Z Compiling itertools v0.14.0
46992025-01-13T09:01:01.910Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=8370853d45a4a88e -C extra-filename=-8370853d45a4a88e --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-682f0202de4cb9c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47002025-01-13T09:01:04.276Z Compiling nested v0.1.1
47012025-01-13T09:01:04.279Z Running `/home/build/.rustup/toolchains/1.81.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=d8b5fe80e93811ac -C extra-filename=-d8b5fe80e93811ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47022025-01-13T09:01:04.338Z Compiling dhcproto-macros v0.1.0
47032025-01-13T09:01:04.340Z Running `/home/build/.rustup/toolchains/1.81.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=c278ee2171aef707 -C extra-filename=-c278ee2171aef707 --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`
47042025-01-13T09:01:04.639Z Compiling escape8259 v0.5.3
47052025-01-13T09:01:04.642Z Running `/home/build/.rustup/toolchains/1.81.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=ca9f6f1ef9fdf75b -C extra-filename=-ca9f6f1ef9fdf75b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47062025-01-13T09:01:05.085Z Compiling libtest-mimic v0.8.1
47072025-01-13T09:01:05.088Z Running `/home/build/.rustup/toolchains/1.81.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.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=f54a61f9d7080dcc -C extra-filename=-f54a61f9d7080dcc --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-5baeaf7432430ba0.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-2570a634c4322755.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-ca9f6f1ef9fdf75b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47082025-01-13T09:01:05.390Z Compiling dhcproto v0.12.0
47092025-01-13T09:01:05.412Z Running `/home/build/.rustup/toolchains/1.81.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=6e7c87f35c701649 -C extra-filename=-6e7c87f35c701649 --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-c278ee2171aef707.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-49e7b35e9a3bb685.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47102025-01-13T09:01:06.204Z Compiling guppy v0.17.12
47112025-01-13T09:01:06.206Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' -C metadata=2e0d2920a59dc503 -C extra-filename=-2e0d2920a59dc503 --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-b81c3e383f112ae7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-1c17d50cfd0981b4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3993d879d3735a13.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-dcf613efd911aee8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-d8b5fe80e93811ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-19e09d30a480c054.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-4790bcced9f3a404.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47122025-01-13T09:01:07.304Z Running `/home/build/.rustup/toolchains/1.81.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=b3183928c991a398 -C extra-filename=-b3183928c991a398 --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-8370853d45a4a88e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47132025-01-13T09:01:09.090Z Compiling russh v0.45.0
47142025-01-13T09:01:09.092Z Running `/home/build/.rustup/toolchains/1.81.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=cfcd2cd9a3442241 -C extra-filename=-cfcd2cd9a3442241 --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-9d3ee5d28b06389c.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-7253e9fb98b3e359.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1d917cedb4ccfee1.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4d3966cc39d0bca2.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-e248bcc3432643ef.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-f6f28b13827f5682.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f3959575354082ec.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-1e3b1c8ef82ec4c7.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0f56e7a84b3c5e8f.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f222aa399539a660.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c75a5e3dd70c852e.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d4151f86f82bb628.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-44a06098fbcea2be.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-4f3e1a69b0814025.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-dae3e4b77147070f.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-c951f67363975e6b.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-3863b85fbaa0329a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9f9f8794b4ee08b0.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-8e740791868a75ce.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-708c81df02588505.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4c63c92319785a22.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-f5f06743d8ee8c3b.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-341142f820b89516.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47152025-01-13T09:01:09.922Z Compiling hyper-rustls v0.26.0
47162025-01-13T09:01:09.925Z Running `/home/build/.rustup/toolchains/1.81.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=7b2a195d252e1c08 -C extra-filename=-7b2a195d252e1c08 --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-4afc18856895b7c0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-739fc5b4c1d9cdaa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-db8121a22c5a5151.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-1d15392bebe13c5c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-5385c0fd91c3b6b8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ce27197539d9c7e9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts`
47172025-01-13T09:01:10.547Z Compiling async-object-pool v0.1.5
47182025-01-13T09:01:10.552Z Running `/home/build/.rustup/toolchains/1.81.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=7ceea9e3a922de3f -C extra-filename=-7ceea9e3a922de3f --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-273661978f6fc163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47192025-01-13T09:01:10.740Z Compiling fancy-regex v0.14.0
47202025-01-13T09:01:10.770Z Running `/home/build/.rustup/toolchains/1.81.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.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=dd7c0ad4889426d6 -C extra-filename=-dd7c0ad4889426d6 --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-2f7eaa55ad9a2fa2.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fe8f1795e7f218ea.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47212025-01-13T09:01:10.772Z Compiling rstest_macros v0.23.0
47222025-01-13T09:01:10.772Z Running `/home/build/.rustup/toolchains/1.81.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=f4468cf6d2566f6a -C extra-filename=-f4468cf6d2566f6a --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-f4468cf6d2566f6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-e3febf7b2cd14a29.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47232025-01-13T09:01:11.389Z Compiling assert-json-diff v2.0.2
47242025-01-13T09:01:11.392Z Running `/home/build/.rustup/toolchains/1.81.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=5d3875ffbce938ca -C extra-filename=-5d3875ffbce938ca --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-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47252025-01-13T09:01:12.418Z Compiling serde_regex v1.1.0
47262025-01-13T09:01:12.421Z Running `/home/build/.rustup/toolchains/1.81.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=cbfaf24c4ab25345 -C extra-filename=-cbfaf24c4ab25345 --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-955046774bdcf4aa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47272025-01-13T09:01:12.746Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47282025-01-13T09:01:12.749Z Running `/home/build/.rustup/toolchains/1.81.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=292cf117ef350254 -C extra-filename=-292cf117ef350254 --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-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47292025-01-13T09:01:13.084Z Compiling path-tree v0.8.1
47302025-01-13T09:01:13.087Z Running `/home/build/.rustup/toolchains/1.81.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=d102334ba62b34cb -C extra-filename=-d102334ba62b34cb --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-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47312025-01-13T09:01:13.289Z Compiling stringmetrics v2.2.2
47322025-01-13T09:01:13.292Z Running `/home/build/.rustup/toolchains/1.81.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=5acb2435e30a3768 -C extra-filename=-5acb2435e30a3768 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47332025-01-13T09:01:13.604Z Compiling target-triple v0.1.3
47342025-01-13T09:01:13.606Z Running `/home/build/.rustup/toolchains/1.81.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=c180273141f07097 -C extra-filename=-c180273141f07097 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-c180273141f07097 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47352025-01-13T09:01:13.716Z Compiling sync-ptr v0.1.1
47362025-01-13T09:01:13.719Z Running `/home/build/.rustup/toolchains/1.81.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=c4769adbca513052 -C extra-filename=-c4769adbca513052 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47372025-01-13T09:01:13.988Z Compiling internet-checksum v0.2.1
47382025-01-13T09:01:13.990Z Running `/home/build/.rustup/toolchains/1.81.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=fc090d67868fcae5 -C extra-filename=-fc090d67868fcae5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47392025-01-13T09:01:14.252Z Compiling httpmock v0.8.0-alpha.1
47402025-01-13T09:01:14.255Z Running `/home/build/.rustup/toolchains/1.81.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=a7794894fe3e993d -C extra-filename=-a7794894fe3e993d --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-5d3875ffbce938ca.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-7ceea9e3a922de3f.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-273661978f6fc163.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-3e1736cef29238ca.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-38be6dc4a21eb4ab.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-59cf1b18c098fd7e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4afc18856895b7c0.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5a30f5d239e58a3e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-739fc5b4c1d9cdaa.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-d102334ba62b34cb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-cbfaf24c4ab25345.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-74b7a9d8e0db0402.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-5acb2435e30a3768.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-8ec3b61fe0cc3f95.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47412025-01-13T09:01:14.278Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-c180273141f07097/build-script-build`
47422025-01-13T09:01:14.312Z Compiling datatest-stable v0.2.10
47432025-01-13T09:01:14.314Z Running `/home/build/.rustup/toolchains/1.81.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.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=611efaf284d08ada -C extra-filename=-611efaf284d08ada --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-c1054a7dd92880e5.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-dd7c0ad4889426d6.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-f54a61f9d7080dcc.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47442025-01-13T09:01:14.451Z Compiling polar-core v0.27.3
47452025-01-13T09:01:14.453Z Running `/home/build/.rustup/toolchains/1.81.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=bd26e510289271fe -C extra-filename=-bd26e510289271fe --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-bd26e510289271fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-35187f0b4b90f60b.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ca443d8fd344af96.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47462025-01-13T09:01:15.053Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-f4468cf6d2566f6a/build-script-build`
47472025-01-13T09:01:15.178Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47482025-01-13T09:01:15.181Z Running `/home/build/.rustup/toolchains/1.81.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=8fd9a13835fe51c6 -C extra-filename=-8fd9a13835fe51c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-81aeee6ed1d61c50.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d0866466d0783b95.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73e0e9970993e44a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-af7b7e32d6a8bdb3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-08cc3b56399a97a4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-47ecaef28f16fe59.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out`
47492025-01-13T09:01:15.266Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
47502025-01-13T09:01:15.269Z Running `/home/build/.rustup/toolchains/1.81.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=d529869cf139e3ee -C extra-filename=-d529869cf139e3ee --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-98a964d32351fb3b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib`
47512025-01-13T09:01:16.160Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47522025-01-13T09:01:16.163Z Running `/home/build/.rustup/toolchains/1.81.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=8c72067cb1c00970 -C extra-filename=-8c72067cb1c00970 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-8c72067cb1c00970 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c707f5f65ac49295.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
47532025-01-13T09:01:16.243Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-bd26e510289271fe/build-script-build`
47542025-01-13T09:01:16.533Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
47552025-01-13T09:01:16.536Z Running `/home/build/.rustup/toolchains/1.81.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=2540f323a613ec5f -C extra-filename=-2540f323a613ec5f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-2540f323a613ec5f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c707f5f65ac49295.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
47562025-01-13T09:01:16.913Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47572025-01-13T09:01:16.915Z Running `/home/build/.rustup/toolchains/1.81.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=7ce780b998eae7d1 -C extra-filename=-7ce780b998eae7d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-7ce780b998eae7d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c707f5f65ac49295.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
47582025-01-13T09:01:17.281Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
47592025-01-13T09:01:17.283Z Running `/home/build/.rustup/toolchains/1.81.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=c690e0f1c1b6edeb -C extra-filename=-c690e0f1c1b6edeb --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-c690e0f1c1b6edeb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c707f5f65ac49295.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
47602025-01-13T09:01:17.301Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47612025-01-13T09:01:17.304Z Running `/home/build/.rustup/toolchains/1.81.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=38194056d22ce9f5 -C extra-filename=-38194056d22ce9f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-38194056d22ce9f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c707f5f65ac49295.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
47622025-01-13T09:01:17.631Z Compiling similar-asserts v1.6.0
47632025-01-13T09:01:17.634Z Running `/home/build/.rustup/toolchains/1.81.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=02cdbaf94a9ef743 -C extra-filename=-02cdbaf94a9ef743 --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-80b9d6a50996942e.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-74b7a9d8e0db0402.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47642025-01-13T09:01:17.667Z Compiling proc-macro-crate v3.2.0
47652025-01-13T09:01:17.670Z Running `/home/build/.rustup/toolchains/1.81.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=63d9a5ed653772ef -C extra-filename=-63d9a5ed653772ef --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-6de1ef65e03f2848.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47662025-01-13T09:01:17.999Z Running `/home/build/.rustup/toolchains/1.81.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=5bb1eae618d612fa -C extra-filename=-5bb1eae618d612fa --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-af4dd81929a552eb.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-4b4967ed591f7dac.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47672025-01-13T09:01:18.902Z Compiling relative-path v1.9.3
47682025-01-13T09:01:18.904Z Running `/home/build/.rustup/toolchains/1.81.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=eb2005d781c181a6 -C extra-filename=-eb2005d781c181a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47692025-01-13T09:01:19.240Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-38194056d22ce9f5/build-script-build`
47702025-01-13T09:01:19.281Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-c690e0f1c1b6edeb/build-script-build`
47712025-01-13T09:01:19.322Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-7ce780b998eae7d1/build-script-build`
47722025-01-13T09:01:19.364Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-2540f323a613ec5f/build-script-build`
47732025-01-13T09:01:19.405Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-8c72067cb1c00970/build-script-build`
47742025-01-13T09:01:19.444Z Running `/home/build/.rustup/toolchains/1.81.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=b5984a9b105052d9 -C extra-filename=-b5984a9b105052d9 --out-dir /work/oxidecomputer/omicron/target/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"))'`
47752025-01-13T09:01:19.599Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47762025-01-13T09:01:19.602Z Running `/home/build/.rustup/toolchains/1.81.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=f671d6f59bb4238d -C extra-filename=-f671d6f59bb4238d --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-2570a634c4322755.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-1a47e57081c3048c.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6e7c87f35c701649.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-292cf117ef350254.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e299c438fdd8aefb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-cfcd2cd9a3442241.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-708c81df02588505.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-2dfc8c56d11c0cbc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47772025-01-13T09:01:19.718Z Running `/home/build/.rustup/toolchains/1.81.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=a5799f0517b9649e -C extra-filename=-a5799f0517b9649e --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-83c04ded702a2c6e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b772a55e4bf8ad20.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-63d9a5ed653772ef.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-eb2005d781c181a6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2fdb16acfe73c7b9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47782025-01-13T09:01:20.969Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47792025-01-13T09:01:20.971Z Running `/home/build/.rustup/toolchains/1.81.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=15ec716c966ce710 -C extra-filename=-15ec716c966ce710 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ed1422b4723bd2ad.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-b3183928c991a398.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-c4769adbca513052.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a46435b05853fde1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
47802025-01-13T09:01:22.368Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47812025-01-13T09:01:22.371Z Running `/home/build/.rustup/toolchains/1.81.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=fb091e32bb680c13 -C extra-filename=-fb091e32bb680c13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e491e777f054de16.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-61dca7b8c294875a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bd660af1030ccca2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6d5d6795f9a4b26e.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2eb984a83d9991a8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73e0e9970993e44a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5cb4cae100044d8b.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8dd2b0cd02b9c6cd.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7207de166bf8de60.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-b342cd28d9fe726b.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12a1f32ffc9546f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47822025-01-13T09:01:22.993Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47832025-01-13T09:01:22.995Z Running `/home/build/.rustup/toolchains/1.81.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=1945e9fb8bcccd27 -C extra-filename=-1945e9fb8bcccd27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-303d4097adb5d5ec.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
47842025-01-13T09:01:24.429Z Compiling multimap v0.10.0
47852025-01-13T09:01:24.431Z Running `/home/build/.rustup/toolchains/1.81.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=da8707ec144b8ef6 -C extra-filename=-da8707ec144b8ef6 --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-a8c76d661c1be42b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47862025-01-13T09:01:24.814Z Compiling uzers v0.12.1
47872025-01-13T09:01:24.817Z Running `/home/build/.rustup/toolchains/1.81.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=a4c4298712184d3d -C extra-filename=-a4c4298712184d3d --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-98a964d32351fb3b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47882025-01-13T09:01:25.172Z Compiling trybuild v1.0.101
47892025-01-13T09:01:25.175Z Running `/home/build/.rustup/toolchains/1.81.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=3000c18da4686fcc -C extra-filename=-3000c18da4686fcc --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-b772a55e4bf8ad20.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ca443d8fd344af96.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-b5984a9b105052d9.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-4797ccd8a8baddc1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47902025-01-13T09:01:25.783Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47912025-01-13T09:01:25.786Z Running `/home/build/.rustup/toolchains/1.81.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=e2ae6a66022abe7f -C extra-filename=-e2ae6a66022abe7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9069aa533aa0b3bb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2a46f760578b1caf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f660a7db7c6978d9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47922025-01-13T09:01:26.174Z Compiling partial-io v0.5.4
47932025-01-13T09:01:26.176Z Running `/home/build/.rustup/toolchains/1.81.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=2b9f8fbf2871b98b -C extra-filename=-2b9f8fbf2871b98b --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-a18cc25914e8d949.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-bc1f9c00c5b87809.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47942025-01-13T09:01:26.712Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
47952025-01-13T09:01:26.714Z Running `/home/build/.rustup/toolchains/1.81.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=235dc1bd18aae24e -C extra-filename=-235dc1bd18aae24e --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-235dc1bd18aae24e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c707f5f65ac49295.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
47962025-01-13T09:01:27.078Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
47972025-01-13T09:01:27.082Z Running `/home/build/.rustup/toolchains/1.81.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=49678708dfbe795b -C extra-filename=-49678708dfbe795b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-49678708dfbe795b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c707f5f65ac49295.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
47982025-01-13T09:01:27.444Z Compiling oso v0.27.3
47992025-01-13T09:01:27.446Z Running `/home/build/.rustup/toolchains/1.81.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=b7053663210e72fc -C extra-filename=-b7053663210e72fc --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-6c35ec4adf3d243f.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-fdb0c092f8ee9f9a.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-5bb1eae618d612fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-9813fb2838b716cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48002025-01-13T09:01:31.631Z Running `/home/build/.rustup/toolchains/1.81.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=63daef2e10efd03d -C extra-filename=-63daef2e10efd03d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-2ac6c2d87b26b826.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-79e21d66beebb241.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5a30f5d239e58a3e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2249a7f275553e3b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b40eb0548e84dd7f.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b7053663210e72fc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-91ddf36888412c9e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-056d86ac929703bb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48012025-01-13T09:01:32.280Z Compiling rstest v0.23.0
48022025-01-13T09:01:32.283Z Running `/home/build/.rustup/toolchains/1.81.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=4bf56e477568713a -C extra-filename=-4bf56e477568713a --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-a18cc25914e8d949.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-59cf1b18c098fd7e.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-a5799f0517b9649e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48032025-01-13T09:01:32.554Z Compiling blake2b_simd v1.0.2
48042025-01-13T09:01:32.557Z Running `/home/build/.rustup/toolchains/1.81.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=eda17c6efe244ce2 -C extra-filename=-eda17c6efe244ce2 --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-b91986aeb4aaec13.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-3ded41aaa9d9802f.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4d02674e81423f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48052025-01-13T09:01:33.196Z Compiling rand_distr v0.4.3
48062025-01-13T09:01:33.199Z Running `/home/build/.rustup/toolchains/1.81.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=ff08d12afe377ff4 -C extra-filename=-ff08d12afe377ff4 --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-21e7f19c9e013b13.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48072025-01-13T09:01:33.796Z Compiling approx v0.5.1
48082025-01-13T09:01:33.839Z Running `/home/build/.rustup/toolchains/1.81.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=a3cb9edf4ab418d4 -C extra-filename=-a3cb9edf4ab418d4 --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-21e7f19c9e013b13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48092025-01-13T09:01:34.084Z Compiling rust-argon2 v2.1.0
48102025-01-13T09:01:34.087Z Running `/home/build/.rustup/toolchains/1.81.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=b71e8232227ebb47 -C extra-filename=-b71e8232227ebb47 --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-6d27ec8383fdb856.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-eda17c6efe244ce2.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4d02674e81423f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48112025-01-13T09:01:34.357Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-49678708dfbe795b/build-script-build`
48122025-01-13T09:01:34.400Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-235dc1bd18aae24e/build-script-build`
48132025-01-13T09:01:34.437Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48142025-01-13T09:01:34.439Z Running `/home/build/.rustup/toolchains/1.81.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=97a7522c6abf7cbd -C extra-filename=-97a7522c6abf7cbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-a4c4298712184d3d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-59555dceb73beb58.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48152025-01-13T09:01:35.295Z Running `/home/build/.rustup/toolchains/1.81.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=2b96e814a32c8591 -C extra-filename=-2b96e814a32c8591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-c228b9e6192e0f0f.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6950b2d9b0bc1548.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5fc194087ba44899.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48162025-01-13T09:01:35.723Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
48172025-01-13T09:01:35.726Z Running `/home/build/.rustup/toolchains/1.81.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=2a8e0e932485555d -C extra-filename=-2a8e0e932485555d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-1954f5ba78b884a0.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-04476be4680d08d1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-2211a66367210dd1.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-c228b9e6192e0f0f.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4716318ef81f8084.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3b10a87eb2de5ef8.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6d5d6795f9a4b26e.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-dd89aea8cf88bd9a.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6b42a99525dc4fe9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-8e1337cb800fe709.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ff4aeb32a860f78f.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b73c4139546e1835.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-74b7a9d8e0db0402.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5e9552f22c618403.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-577aa45386bba5fd.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-b342cd28d9fe726b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48182025-01-13T09:01:35.899Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48192025-01-13T09:01:35.903Z Running `/home/build/.rustup/toolchains/1.81.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=b1e431bc6be76bfd -C extra-filename=-b1e431bc6be76bfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-303d4097adb5d5ec.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-103d4f37c590e4bc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7d22dd5692873a88.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3b3ff62675486b83.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9c7047525dce759e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-af7b7e32d6a8bdb3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3d725f4900bcb527.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-47ecaef28f16fe59.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out`
48202025-01-13T09:01:37.953Z Running `/home/build/.rustup/toolchains/1.81.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=788468ececf8df24 -C extra-filename=-788468ececf8df24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-06323664500428c8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-694a0db1dc891d38.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-1a28b32f4d99e9ff.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9949acd55786c4dc.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-78f8307df877665a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-63daef2e10efd03d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2249a7f275553e3b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-d13d4b67a15af5ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c57817e1a619d695.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48212025-01-13T09:01:38.616Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48222025-01-13T09:01:38.619Z Running `/home/build/.rustup/toolchains/1.81.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=1a4812baa882a0ef -C extra-filename=-1a4812baa882a0ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07b61973e638f3f6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-1c3ccbbe3a2fa039.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
48232025-01-13T09:01:40.431Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
48242025-01-13T09:01:40.434Z Running `/home/build/.rustup/toolchains/1.81.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=795d8758a3ce2b4d -C extra-filename=-795d8758a3ce2b4d --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-7ae25364fab77a10.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
48252025-01-13T09:01:41.437Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
48262025-01-13T09:01:41.439Z Running `/home/build/.rustup/toolchains/1.81.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=08e25213e4c725d6 -C extra-filename=-08e25213e4c725d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
48272025-01-13T09:01:41.809Z Compiling cargo_toml v0.20.5
48282025-01-13T09:01:41.812Z Running `/home/build/.rustup/toolchains/1.81.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=b4497a90e05e5091 -C extra-filename=-b4497a90e05e5091 --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-a8c76d661c1be42b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48292025-01-13T09:01:42.991Z Compiling termios v0.3.3
48302025-01-13T09:01:43.014Z Running `/home/build/.rustup/toolchains/1.81.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=e7d5711f4e27f4a3 -C extra-filename=-e7d5711f4e27f4a3 --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-98a964d32351fb3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48312025-01-13T09:01:43.286Z Running `/home/build/.rustup/toolchains/1.81.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=a645387548b8da19 -C extra-filename=-a645387548b8da19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-08e25213e4c725d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
48322025-01-13T09:01:43.309Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
48332025-01-13T09:01:43.312Z Running `/home/build/.rustup/toolchains/1.81.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=4efd7308c88033dd -C extra-filename=-4efd7308c88033dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-e7d5711f4e27f4a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-74ee50fe19f65f34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
48342025-01-13T09:01:43.431Z Running `/home/build/.rustup/toolchains/1.81.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=e399b3de67023b00 -C extra-filename=-e399b3de67023b00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-303d4097adb5d5ec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-103d4f37c590e4bc.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-b1e431bc6be76bfd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7d22dd5692873a88.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3b3ff62675486b83.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9c7047525dce759e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-af7b7e32d6a8bdb3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3d725f4900bcb527.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-47ecaef28f16fe59.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out`
48352025-01-13T09:01:44.094Z Running `/home/build/.rustup/toolchains/1.81.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=91058b0341adb1c3 -C extra-filename=-91058b0341adb1c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-1a4812baa882a0ef.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07b61973e638f3f6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-1c3ccbbe3a2fa039.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
48362025-01-13T09:01:46.277Z Running `/home/build/.rustup/toolchains/1.81.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=9ffbf5190ba94630 -C extra-filename=-9ffbf5190ba94630 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9069aa533aa0b3bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2a46f760578b1caf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f660a7db7c6978d9.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-e2ae6a66022abe7f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48372025-01-13T09:01:47.021Z Running `/home/build/.rustup/toolchains/1.81.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=2e776a5d04389bd3 -C extra-filename=-2e776a5d04389bd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-1954f5ba78b884a0.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-04476be4680d08d1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-2211a66367210dd1.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-c228b9e6192e0f0f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4716318ef81f8084.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3b10a87eb2de5ef8.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6d5d6795f9a4b26e.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-dd89aea8cf88bd9a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6b42a99525dc4fe9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-2a8e0e932485555d.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-8e1337cb800fe709.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ff4aeb32a860f78f.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b73c4139546e1835.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-74b7a9d8e0db0402.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5e9552f22c618403.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-577aa45386bba5fd.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-b342cd28d9fe726b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48382025-01-13T09:01:48.791Z Running `/home/build/.rustup/toolchains/1.81.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=77fa1debbc261914 -C extra-filename=-77fa1debbc261914 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9069aa533aa0b3bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2a46f760578b1caf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f660a7db7c6978d9.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-e2ae6a66022abe7f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48392025-01-13T09:01:48.880Z Running `/home/build/.rustup/toolchains/1.81.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=197de53d22403d10 -C extra-filename=-197de53d22403d10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-af91579a40ade2ab.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-60cbcb41e8530ded.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-b71e8232227ebb47.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
48402025-01-13T09:01:49.202Z Running `/home/build/.rustup/toolchains/1.81.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=246eb1e2757b2054 -C extra-filename=-246eb1e2757b2054 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-a4c4298712184d3d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-59555dceb73beb58.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-97a7522c6abf7cbd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48412025-01-13T09:01:50.305Z Running `/home/build/.rustup/toolchains/1.81.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=eb9bb586abeb26fa -C extra-filename=-eb9bb586abeb26fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a7794894fe3e993d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ff4aeb32a860f78f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
48422025-01-13T09:01:50.597Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48432025-01-13T09:01:50.600Z Running `/home/build/.rustup/toolchains/1.81.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=c20d3d825f852ab6 -C extra-filename=-c20d3d825f852ab6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-303d4097adb5d5ec.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-b4497a90e05e5091.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a5e8b2ea94dd3b8c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48442025-01-13T09:01:51.313Z Running `/home/build/.rustup/toolchains/1.81.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=976d4ad3a7d99a51 -C extra-filename=-976d4ad3a7d99a51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a7794894fe3e993d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ff4aeb32a860f78f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-49b70c7174cf93dc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
48452025-01-13T09:01:52.496Z Running `/home/build/.rustup/toolchains/1.81.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=d7fdda3ba3dde3ff -C extra-filename=-d7fdda3ba3dde3ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a7794894fe3e993d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ff4aeb32a860f78f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-49b70c7174cf93dc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
48462025-01-13T09:01:52.652Z Running `/home/build/.rustup/toolchains/1.81.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=f3a0988483de484e -C extra-filename=-f3a0988483de484e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a7794894fe3e993d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ff4aeb32a860f78f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-49b70c7174cf93dc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
48472025-01-13T09:01:52.871Z Running `/home/build/.rustup/toolchains/1.81.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=28d2419dc2e8f626 -C extra-filename=-28d2419dc2e8f626 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7850a2c8d7b4ad35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48482025-01-13T09:01:55.143Z Running `/home/build/.rustup/toolchains/1.81.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=e7762a2496a0307e -C extra-filename=-e7762a2496a0307e --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-a3cb9edf4ab418d4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-60cbcb41e8530ded.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7d8819e06eb11277.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f8c21d7cb806bb30.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-76980f57ba39a5d5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-ff08d12afe377ff4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-4bf56e477568713a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-3000c18da4686fcc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
48492025-01-13T09:01:55.394Z Running `/home/build/.rustup/toolchains/1.81.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=827bc10e71e15062 -C extra-filename=-827bc10e71e15062 --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-a3cb9edf4ab418d4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-60cbcb41e8530ded.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7d8819e06eb11277.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f8c21d7cb806bb30.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-ff08d12afe377ff4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-4bf56e477568713a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-3000c18da4686fcc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
48502025-01-13T09:01:55.687Z Running `/home/build/.rustup/toolchains/1.81.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=4487d57d583bb344 -C extra-filename=-4487d57d583bb344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-303d4097adb5d5ec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-1945e9fb8bcccd27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
48512025-01-13T09:01:56.322Z Running `/home/build/.rustup/toolchains/1.81.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=ef1d51c957c2886b -C extra-filename=-ef1d51c957c2886b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-303d4097adb5d5ec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-1945e9fb8bcccd27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
48522025-01-13T09:01:57.340Z Running `/home/build/.rustup/toolchains/1.81.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=d4e8d8cc99c70892 -C extra-filename=-d4e8d8cc99c70892 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-303d4097adb5d5ec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-1945e9fb8bcccd27.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
48532025-01-13T09:02:00.553Z Running `/home/build/.rustup/toolchains/1.81.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=eecc1879d6693c32 -C extra-filename=-eecc1879d6693c32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8fd9a13835fe51c6.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-81aeee6ed1d61c50.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d0866466d0783b95.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73e0e9970993e44a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-2b9f8fbf2871b98b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-af7b7e32d6a8bdb3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-08cc3b56399a97a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-47ecaef28f16fe59.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1c52c0782678a34b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out -L native=/usr/lib/amd64`
48542025-01-13T09:02:01.231Z Running `/home/build/.rustup/toolchains/1.81.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=57e27cf809a8ffab -C extra-filename=-57e27cf809a8ffab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-81aeee6ed1d61c50.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d0866466d0783b95.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73e0e9970993e44a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-2b9f8fbf2871b98b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-af7b7e32d6a8bdb3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-08cc3b56399a97a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-47ecaef28f16fe59.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1c52c0782678a34b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out`
48552025-01-13T09:02:03.001Z Running `/home/build/.rustup/toolchains/1.81.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=23e961c42843b494 -C extra-filename=-23e961c42843b494 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-a4c4298712184d3d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-59555dceb73beb58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48562025-01-13T09:02:04.992Z Running `/home/build/.rustup/toolchains/1.81.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=ba643a50d706f7d6 -C extra-filename=-ba643a50d706f7d6 --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-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-1a47e57081c3048c.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6e7c87f35c701649.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-f671d6f59bb4238d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-292cf117ef350254.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e299c438fdd8aefb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-cfcd2cd9a3442241.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-708c81df02588505.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-2dfc8c56d11c0cbc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48572025-01-13T09:02:05.132Z Running `/home/build/.rustup/toolchains/1.81.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=8676a89fbb46f647 -C extra-filename=-8676a89fbb46f647 --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-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-1a47e57081c3048c.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6e7c87f35c701649.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-f671d6f59bb4238d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-292cf117ef350254.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e299c438fdd8aefb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-cfcd2cd9a3442241.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-708c81df02588505.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-2dfc8c56d11c0cbc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48582025-01-13T09:02:07.343Z Running `/home/build/.rustup/toolchains/1.81.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=893e7fc5e22ccac0 -C extra-filename=-893e7fc5e22ccac0 --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-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-1a47e57081c3048c.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6e7c87f35c701649.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-292cf117ef350254.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e299c438fdd8aefb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-cfcd2cd9a3442241.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-708c81df02588505.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-2dfc8c56d11c0cbc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48592025-01-13T09:02:07.673Z Running `/home/build/.rustup/toolchains/1.81.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=7c17a62abf517f0e -C extra-filename=-7c17a62abf517f0e --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-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-1a47e57081c3048c.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6e7c87f35c701649.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-f671d6f59bb4238d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-292cf117ef350254.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e299c438fdd8aefb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-cfcd2cd9a3442241.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-708c81df02588505.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-2dfc8c56d11c0cbc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48602025-01-13T09:02:10.526Z Running `/home/build/.rustup/toolchains/1.81.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=f15d2d32349ba4fc -C extra-filename=-f15d2d32349ba4fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-1a47e57081c3048c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ed1422b4723bd2ad.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-15ec716c966ce710.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2a46f760578b1caf.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a5e8b2ea94dd3b8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48612025-01-13T09:02:11.061Z Running `/home/build/.rustup/toolchains/1.81.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=7a270ee8426a9d5f -C extra-filename=-7a270ee8426a9d5f --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-305bc909b490ca7f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48622025-01-13T09:02:15.106Z Running `/home/build/.rustup/toolchains/1.81.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=4b03d425108a0673 -C extra-filename=-4b03d425108a0673 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e491e777f054de16.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-61dca7b8c294875a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bd660af1030ccca2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6d5d6795f9a4b26e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2eb984a83d9991a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73e0e9970993e44a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5cb4cae100044d8b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8dd2b0cd02b9c6cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7207de166bf8de60.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-fb091e32bb680c13.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-b342cd28d9fe726b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12a1f32ffc9546f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48632025-01-13T09:02:26.320Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48642025-01-13T09:02:26.323Z Running `/home/build/.rustup/toolchains/1.81.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=f3aa0c2bc8238c99 -C extra-filename=-f3aa0c2bc8238c99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5a30f5d239e58a3e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8dfa98f3329d96be.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-49b70c7174cf93dc.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-056d86ac929703bb.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/`
48652025-01-13T09:02:28.363Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48662025-01-13T09:02:28.366Z Running `/home/build/.rustup/toolchains/1.81.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=a6c1aa75b04686bf -C extra-filename=-a6c1aa75b04686bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-13T09:02:31.494Z Running `/home/build/.rustup/toolchains/1.81.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=b4362f5161192ea9 -C extra-filename=-b4362f5161192ea9 --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-84bf70da5cf4a105.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c57817e1a619d695.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-13T09:02:32.489Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48692025-01-13T09:02:32.492Z Running `/home/build/.rustup/toolchains/1.81.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=fb6077045e4d903f -C extra-filename=-fb6077045e4d903f --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-a18cc25914e8d949.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48702025-01-13T09:02:34.314Z Running `/home/build/.rustup/toolchains/1.81.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=692a6af0af2de928 -C extra-filename=-692a6af0af2de928 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d06b8b32d93c86b8.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07b61973e638f3f6.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-23d51a61639ada81.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40896b47bca814a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-170b27cbfbd8e597.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-fb6077045e4d903f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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`
48712025-01-13T09:02:34.598Z Running `/home/build/.rustup/toolchains/1.81.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=65eff32fc201bb65 -C extra-filename=-65eff32fc201bb65 --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-84bf70da5cf4a105.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48722025-01-13T09:02:34.806Z Running `/home/build/.rustup/toolchains/1.81.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=548c71126cc8ea11 -C extra-filename=-548c71126cc8ea11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e491e777f054de16.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-61dca7b8c294875a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bd660af1030ccca2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8fd9a13835fe51c6.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6d5d6795f9a4b26e.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-81aeee6ed1d61c50.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2eb984a83d9991a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73e0e9970993e44a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5cb4cae100044d8b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a77d8dbdc4399995.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8dd2b0cd02b9c6cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f660a7db7c6978d9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7207de166bf8de60.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-fb091e32bb680c13.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-b342cd28d9fe726b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12a1f32ffc9546f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48732025-01-13T09:02:36.086Z Running `/home/build/.rustup/toolchains/1.81.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=93ea9a8f059711fb -C extra-filename=-93ea9a8f059711fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e491e777f054de16.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-61dca7b8c294875a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bd660af1030ccca2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8fd9a13835fe51c6.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6d5d6795f9a4b26e.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-81aeee6ed1d61c50.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2eb984a83d9991a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73e0e9970993e44a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5cb4cae100044d8b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a77d8dbdc4399995.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8dd2b0cd02b9c6cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f660a7db7c6978d9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7207de166bf8de60.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-fb091e32bb680c13.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-b342cd28d9fe726b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12a1f32ffc9546f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48742025-01-13T09:02:36.222Z Running `/home/build/.rustup/toolchains/1.81.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=12018c4660e60cf2 -C extra-filename=-12018c4660e60cf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e491e777f054de16.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-61dca7b8c294875a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bd660af1030ccca2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8fd9a13835fe51c6.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6d5d6795f9a4b26e.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-81aeee6ed1d61c50.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2eb984a83d9991a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73e0e9970993e44a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5cb4cae100044d8b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a77d8dbdc4399995.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8dd2b0cd02b9c6cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f660a7db7c6978d9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7207de166bf8de60.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-b342cd28d9fe726b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12a1f32ffc9546f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48752025-01-13T09:02:38.645Z Running `/home/build/.rustup/toolchains/1.81.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=9ac3012afc3a2a30 -C extra-filename=-9ac3012afc3a2a30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c7da635c20d62cb2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-04476be4680d08d1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e491e777f054de16.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-61dca7b8c294875a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b772a55e4bf8ad20.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2e0d2920a59dc503.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-cde3a83e005d9c95.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-46def499157e5450.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ee2d95c18df9fcfe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-937845f2eb97d9eb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73e0e9970993e44a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-98fbd6355415c9da.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8cd049ac22601b49.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c0558ff61381b596.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1dafd2d64a1b5f62.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b73c4139546e1835.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0495d69ab7d6cbd6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5c981e5073eee91e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5e9552f22c618403.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e352b1e253ce356c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-af7b7e32d6a8bdb3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-08cc3b56399a97a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-47ecaef28f16fe59.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-3ade3b417043103d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6aee88e98c133868.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3c59fe805a1640a5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-59555dceb73beb58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48762025-01-13T09:02:38.934Z Running `/home/build/.rustup/toolchains/1.81.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=cae38caef59b2716 -C extra-filename=-cae38caef59b2716 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c7da635c20d62cb2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-04476be4680d08d1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e491e777f054de16.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-61dca7b8c294875a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b772a55e4bf8ad20.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-cde3a83e005d9c95.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-46def499157e5450.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ee2d95c18df9fcfe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73e0e9970993e44a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-98fbd6355415c9da.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8cd049ac22601b49.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c0558ff61381b596.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1dafd2d64a1b5f62.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b73c4139546e1835.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0495d69ab7d6cbd6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5c981e5073eee91e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5e9552f22c618403.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e352b1e253ce356c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-af7b7e32d6a8bdb3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-08cc3b56399a97a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-47ecaef28f16fe59.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-3ade3b417043103d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6aee88e98c133868.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3c59fe805a1640a5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-59555dceb73beb58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48772025-01-13T09:02:41.855Z Running `/home/build/.rustup/toolchains/1.81.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=c149434a1cbc2d7a -C extra-filename=-c149434a1cbc2d7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d06b8b32d93c86b8.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07b61973e638f3f6.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-23d51a61639ada81.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40896b47bca814a4.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-76d1083616e2e2cd.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-af4ee77f4a52d30c.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a60e34d3227fa2cf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5a30f5d239e58a3e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ee2d95c18df9fcfe.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-63daef2e10efd03d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-263edfe1e67e7a4e.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-dd89aea8cf88bd9a.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6b42a99525dc4fe9.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-65eff32fc201bb65.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-fb6077045e4d903f.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-692a6af0af2de928.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ed1422b4723bd2ad.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6c1aa75b04686bf.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b4362f5161192ea9.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8dfa98f3329d96be.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d64c4121e224860.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b40eb0548e84dd7f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ba4058e536171364.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1869b5ab85bcdc50.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-d13d4b67a15af5ba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9c7047525dce759e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-db8121a22c5a5151.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-fa0f12a15784a6d4.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-91ddf36888412c9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-056d86ac929703bb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c57817e1a619d695.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5cb4cae100044d8b.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8dd2b0cd02b9c6cd.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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`
48782025-01-13T09:02:42.795Z Running `/home/build/.rustup/toolchains/1.81.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=f5d47da4fe0a3d6c -C extra-filename=-f5d47da4fe0a3d6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c7da635c20d62cb2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-04476be4680d08d1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e491e777f054de16.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-61dca7b8c294875a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b772a55e4bf8ad20.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-cde3a83e005d9c95.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-46def499157e5450.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ee2d95c18df9fcfe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73e0e9970993e44a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-98fbd6355415c9da.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8cd049ac22601b49.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c0558ff61381b596.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1dafd2d64a1b5f62.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b73c4139546e1835.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0495d69ab7d6cbd6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5c981e5073eee91e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5e9552f22c618403.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e352b1e253ce356c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-af7b7e32d6a8bdb3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-08cc3b56399a97a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-47ecaef28f16fe59.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-3ade3b417043103d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6aee88e98c133868.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3c59fe805a1640a5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-59555dceb73beb58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48792025-01-13T09:02:50.540Z Running `/home/build/.rustup/toolchains/1.81.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=bc939619d2dc6160 -C extra-filename=-bc939619d2dc6160 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c7da635c20d62cb2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-04476be4680d08d1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e491e777f054de16.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-61dca7b8c294875a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b772a55e4bf8ad20.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2e0d2920a59dc503.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-cde3a83e005d9c95.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-46def499157e5450.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ee2d95c18df9fcfe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-937845f2eb97d9eb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73e0e9970993e44a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-98fbd6355415c9da.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8cd049ac22601b49.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c0558ff61381b596.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1dafd2d64a1b5f62.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b73c4139546e1835.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0495d69ab7d6cbd6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5c981e5073eee91e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5e9552f22c618403.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e352b1e253ce356c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-af7b7e32d6a8bdb3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-08cc3b56399a97a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-47ecaef28f16fe59.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-3ade3b417043103d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6aee88e98c133868.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3c59fe805a1640a5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-59555dceb73beb58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48802025-01-13T09:02:53.702Z Running `/home/build/.rustup/toolchains/1.81.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=848c633f0ddaea15 -C extra-filename=-848c633f0ddaea15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c7da635c20d62cb2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-04476be4680d08d1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e491e777f054de16.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-61dca7b8c294875a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b772a55e4bf8ad20.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2e0d2920a59dc503.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-cde3a83e005d9c95.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-46def499157e5450.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ee2d95c18df9fcfe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-937845f2eb97d9eb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73e0e9970993e44a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-98fbd6355415c9da.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8cd049ac22601b49.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c0558ff61381b596.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1dafd2d64a1b5f62.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b73c4139546e1835.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0495d69ab7d6cbd6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5c981e5073eee91e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5e9552f22c618403.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e352b1e253ce356c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-af7b7e32d6a8bdb3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-08cc3b56399a97a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-47ecaef28f16fe59.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-3ade3b417043103d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6aee88e98c133868.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3c59fe805a1640a5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-59555dceb73beb58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48812025-01-13T09:02:56.286Z Running `/home/build/.rustup/toolchains/1.81.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=af5f5b760f1e2e22 -C extra-filename=-af5f5b760f1e2e22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c7da635c20d62cb2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-04476be4680d08d1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e491e777f054de16.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-61dca7b8c294875a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b772a55e4bf8ad20.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2e0d2920a59dc503.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-cde3a83e005d9c95.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-46def499157e5450.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ee2d95c18df9fcfe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-937845f2eb97d9eb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73e0e9970993e44a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-98fbd6355415c9da.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8cd049ac22601b49.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c0558ff61381b596.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1dafd2d64a1b5f62.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b73c4139546e1835.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0495d69ab7d6cbd6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5c981e5073eee91e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5e9552f22c618403.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e352b1e253ce356c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-af7b7e32d6a8bdb3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-08cc3b56399a97a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-47ecaef28f16fe59.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-3ade3b417043103d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6aee88e98c133868.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3c59fe805a1640a5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-59555dceb73beb58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48822025-01-13T09:02:56.896Z Running `/home/build/.rustup/toolchains/1.81.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=1efd2b2e5bc3f15b -C extra-filename=-1efd2b2e5bc3f15b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c7da635c20d62cb2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-04476be4680d08d1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e491e777f054de16.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-61dca7b8c294875a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b772a55e4bf8ad20.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-cde3a83e005d9c95.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-46def499157e5450.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ee2d95c18df9fcfe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73e0e9970993e44a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-98fbd6355415c9da.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8cd049ac22601b49.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c0558ff61381b596.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1dafd2d64a1b5f62.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b73c4139546e1835.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0495d69ab7d6cbd6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5c981e5073eee91e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5e9552f22c618403.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e352b1e253ce356c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-af7b7e32d6a8bdb3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-08cc3b56399a97a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-47ecaef28f16fe59.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-3ade3b417043103d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6aee88e98c133868.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3c59fe805a1640a5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-59555dceb73beb58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48832025-01-13T09:02:56.921Z Running `/home/build/.rustup/toolchains/1.81.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=aedf945d1cfeecdf -C extra-filename=-aedf945d1cfeecdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d06b8b32d93c86b8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07b61973e638f3f6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a46435b05853fde1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/`
48842025-01-13T09:03:05.928Z Running `/home/build/.rustup/toolchains/1.81.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=3d6db74812ee3188 -C extra-filename=-3d6db74812ee3188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-795d8758a3ce2b4d.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ed1422b4723bd2ad.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6c1aa75b04686bf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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`
48852025-01-13T09:03:07.946Z Running `/home/build/.rustup/toolchains/1.81.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=c11dc6dccd891626 -C extra-filename=-c11dc6dccd891626 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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`
48862025-01-13T09:03:11.025Z Running `/home/build/.rustup/toolchains/1.81.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=ab2bc9b31400a799 -C extra-filename=-ab2bc9b31400a799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-06323664500428c8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d06b8b32d93c86b8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07b61973e638f3f6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-23d51a61639ada81.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40896b47bca814a4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-60cbcb41e8530ded.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-76d1083616e2e2cd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-af4ee77f4a52d30c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9949acd55786c4dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a60e34d3227fa2cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5a30f5d239e58a3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-70c063b10982e2df.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bd660af1030ccca2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7b2a195d252e1c08.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ee2d95c18df9fcfe.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-63daef2e10efd03d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-263edfe1e67e7a4e.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-dd89aea8cf88bd9a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6b42a99525dc4fe9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-65eff32fc201bb65.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-fb6077045e4d903f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-692a6af0af2de928.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ed1422b4723bd2ad.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6c1aa75b04686bf.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b4362f5161192ea9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8dfa98f3329d96be.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7d73581e7ac6980.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d64c4121e224860.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b40eb0548e84dd7f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e299c438fdd8aefb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-49b70c7174cf93dc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ba4058e536171364.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1869b5ab85bcdc50.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-d13d4b67a15af5ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9c7047525dce759e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-db8121a22c5a5151.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-fa0f12a15784a6d4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-91ddf36888412c9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-056d86ac929703bb.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-02cdbaf94a9ef743.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9048eff47a2a533b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c57817e1a619d695.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b4b5569457a1fc4f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5cb4cae100044d8b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a77d8dbdc4399995.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8dd2b0cd02b9c6cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/`
48872025-01-13T09:03:11.210Z Running `/home/build/.rustup/toolchains/1.81.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=56887960732fd730 -C extra-filename=-56887960732fd730 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-c228b9e6192e0f0f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6950b2d9b0bc1548.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5fc194087ba44899.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-2b96e814a32c8591.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1c52c0782678a34b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/`
48882025-01-13T09:03:13.532Z Running `/home/build/.rustup/toolchains/1.81.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=a7284bf466eb9d4a -C extra-filename=-a7284bf466eb9d4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-2ac6c2d87b26b826.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-79e21d66beebb241.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5a30f5d239e58a3e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2249a7f275553e3b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b40eb0548e84dd7f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b7053663210e72fc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-91ddf36888412c9e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-056d86ac929703bb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-13T09:03:34.366Z Running `/home/build/.rustup/toolchains/1.81.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=de6f0f75abc16ec4 -C extra-filename=-de6f0f75abc16ec4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5a30f5d239e58a3e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8dfa98f3329d96be.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-49b70c7174cf93dc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-056d86ac929703bb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/`
48902025-01-13T09:03:34.750Z Running `/home/build/.rustup/toolchains/1.81.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=8fed2e9624251e17 -C extra-filename=-8fed2e9624251e17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-c228b9e6192e0f0f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6950b2d9b0bc1548.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5fc194087ba44899.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1c52c0782678a34b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/`
48912025-01-13T09:03:35.444Z Running `/home/build/.rustup/toolchains/1.81.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=4038446c4625889d -C extra-filename=-4038446c4625889d --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-a18cc25914e8d949.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48922025-01-13T09:03:39.132Z Running `/home/build/.rustup/toolchains/1.81.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=f2cd8607ba7bcb95 -C extra-filename=-f2cd8607ba7bcb95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-06323664500428c8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-694a0db1dc891d38.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-1a28b32f4d99e9ff.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9949acd55786c4dc.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-78f8307df877665a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7b2a195d252e1c08.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-63daef2e10efd03d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2249a7f275553e3b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ed1422b4723bd2ad.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b7053663210e72fc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-cf65ba10ed5b80f7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-d13d4b67a15af5ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-db8121a22c5a5151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c57817e1a619d695.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b4b5569457a1fc4f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/`
48932025-01-13T09:03:40.830Z Running `/home/build/.rustup/toolchains/1.81.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=7c512b0c0bd10d3c -C extra-filename=-7c512b0c0bd10d3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-06323664500428c8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5fc194087ba44899.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9949acd55786c4dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-103d4f37c590e4bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-da8707ec144b8ef6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6c1aa75b04686bf.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b4362f5161192ea9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-1c3ccbbe3a2fa039.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2a46f760578b1caf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-577aa45386bba5fd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a5e8b2ea94dd3b8c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48942025-01-13T09:03:41.214Z Running `/home/build/.rustup/toolchains/1.81.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=b70ab1623a18b2a5 -C extra-filename=-b70ab1623a18b2a5 --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-06323664500428c8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9949acd55786c4dc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-70c063b10982e2df.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/`
48952025-01-13T09:03:44.272Z Running `/home/build/.rustup/toolchains/1.81.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=ce2121e8d18ef74e -C extra-filename=-ce2121e8d18ef74e --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-84bf70da5cf4a105.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-63daef2e10efd03d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7d73581e7ac6980.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c57817e1a619d695.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/`
48962025-01-13T09:03:55.771Z Running `/home/build/.rustup/toolchains/1.81.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=3b2bed450bd8e564 -C extra-filename=-3b2bed450bd8e564 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-d529869cf139e3ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7850a2c8d7b4ad35.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48972025-01-13T09:03:58.230Z Running `/home/build/.rustup/toolchains/1.81.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=49728b1c53c7d7c4 -C extra-filename=-49728b1c53c7d7c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-d529869cf139e3ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7850a2c8d7b4ad35.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48982025-01-13T09:04:02.912Z Running `/home/build/.rustup/toolchains/1.81.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=82f6672f6f3c0b64 -C extra-filename=-82f6672f6f3c0b64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7850a2c8d7b4ad35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48992025-01-13T09:04:10.190Z Running `/home/build/.rustup/toolchains/1.81.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=7b4637c0599e580f -C extra-filename=-7b4637c0599e580f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c7da635c20d62cb2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-04476be4680d08d1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e491e777f054de16.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-61dca7b8c294875a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b772a55e4bf8ad20.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2e0d2920a59dc503.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-cde3a83e005d9c95.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-46def499157e5450.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ee2d95c18df9fcfe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-937845f2eb97d9eb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73e0e9970993e44a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-98fbd6355415c9da.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8cd049ac22601b49.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c0558ff61381b596.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1dafd2d64a1b5f62.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b73c4139546e1835.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0495d69ab7d6cbd6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5c981e5073eee91e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5e9552f22c618403.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e352b1e253ce356c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-af7b7e32d6a8bdb3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-08cc3b56399a97a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-47ecaef28f16fe59.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-3ade3b417043103d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6aee88e98c133868.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3c59fe805a1640a5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-59555dceb73beb58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49002025-01-13T09:04:15.601Z Running `/home/build/.rustup/toolchains/1.81.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=b16ee4f4e31c1e74 -C extra-filename=-b16ee4f4e31c1e74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-c13eb06910eb031b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-80b9d6a50996942e.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-611efaf284d08ada.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-cf65ba10ed5b80f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a77d8dbdc4399995.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49012025-01-13T09:04:17.761Z Running `/home/build/.rustup/toolchains/1.81.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=ddc4d8529961cbd5 -C extra-filename=-ddc4d8529961cbd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-c13eb06910eb031b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-80b9d6a50996942e.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-611efaf284d08ada.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-cf65ba10ed5b80f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49022025-01-13T09:04:20.316Z Running `/home/build/.rustup/toolchains/1.81.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=15f916b82b1cd90c -C extra-filename=-15f916b82b1cd90c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-c13eb06910eb031b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-80b9d6a50996942e.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-611efaf284d08ada.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-cf65ba10ed5b80f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a77d8dbdc4399995.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49032025-01-13T09:04:33.444Z Running `/home/build/.rustup/toolchains/1.81.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=001d2dfc47517117 -C extra-filename=-001d2dfc47517117 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-c13eb06910eb031b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-80b9d6a50996942e.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-611efaf284d08ada.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-cf65ba10ed5b80f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a77d8dbdc4399995.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49042025-01-13T09:04:35.978Z Running `/home/build/.rustup/toolchains/1.81.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=a0fe079c3160b125 -C extra-filename=-a0fe079c3160b125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ed1422b4723bd2ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-b3183928c991a398.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-c4769adbca513052.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a46435b05853fde1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49052025-01-13T09:04:38.907Z Running `/home/build/.rustup/toolchains/1.81.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=bd84aa35d9fec930 -C extra-filename=-bd84aa35d9fec930 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-2211a66367210dd1.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a1c6ba081ed76b72.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c2ad4cd224083ba0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-bc91642ae0667c69.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49062025-01-13T09:04:42.337Z Running `/home/build/.rustup/toolchains/1.81.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=9c7b1a8c60ba9632 -C extra-filename=-9c7b1a8c60ba9632 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-2211a66367210dd1.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a1c6ba081ed76b72.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c2ad4cd224083ba0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-2f45c5c919ea2f16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-bc91642ae0667c69.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49072025-01-13T09:04:44.868Z Running `/home/build/.rustup/toolchains/1.81.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=c45a6e1c23cecae9 -C extra-filename=-c45a6e1c23cecae9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-2211a66367210dd1.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a1c6ba081ed76b72.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c2ad4cd224083ba0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-2f45c5c919ea2f16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-bc91642ae0667c69.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49082025-01-13T09:04:45.288Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
49092025-01-13T09:04:45.291Z Running `/home/build/.rustup/toolchains/1.81.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=84300f2aef30f0c2 -C extra-filename=-84300f2aef30f0c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a1c6ba081ed76b72.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c2ad4cd224083ba0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-bc91642ae0667c69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49102025-01-13T09:04:45.802Z Running `/home/build/.rustup/toolchains/1.81.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=7142efda4b5152fd -C extra-filename=-7142efda4b5152fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-2211a66367210dd1.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a1c6ba081ed76b72.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c2ad4cd224083ba0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-2f45c5c919ea2f16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-bc91642ae0667c69.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49112025-01-13T09:04:47.681Z Running `/home/build/.rustup/toolchains/1.81.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=cc84c14e9f124829 -C extra-filename=-cc84c14e9f124829 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-2211a66367210dd1.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a1c6ba081ed76b72.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c2ad4cd224083ba0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-2f45c5c919ea2f16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-bc91642ae0667c69.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49122025-01-13T09:04:47.874Z Running `/home/build/.rustup/toolchains/1.81.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=681c262dabac03ca -C extra-filename=-681c262dabac03ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-1954f5ba78b884a0.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-04476be4680d08d1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-2211a66367210dd1.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-c228b9e6192e0f0f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4716318ef81f8084.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3b10a87eb2de5ef8.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6d5d6795f9a4b26e.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-dd89aea8cf88bd9a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6b42a99525dc4fe9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-8e1337cb800fe709.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ff4aeb32a860f78f.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b73c4139546e1835.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-74b7a9d8e0db0402.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5e9552f22c618403.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-577aa45386bba5fd.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-b342cd28d9fe726b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49132025-01-13T09:04:50.313Z Running `/home/build/.rustup/toolchains/1.81.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=f4b68882ca69b93e -C extra-filename=-f4b68882ca69b93e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9069aa533aa0b3bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2a46f760578b1caf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f660a7db7c6978d9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49142025-01-13T09:04:53.362Z Running `/home/build/.rustup/toolchains/1.81.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=a86ae6ca48e92d37 -C extra-filename=-a86ae6ca48e92d37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-c13eb06910eb031b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9069aa533aa0b3bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-103d4f37c590e4bc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-1c3ccbbe3a2fa039.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fa0b75d024ac058a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-577aa45386bba5fd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6de1ef65e03f2848.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c01f9a885030a42d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f660a7db7c6978d9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7207de166bf8de60.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12a1f32ffc9546f4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49152025-01-13T09:04:55.662Z Running `/home/build/.rustup/toolchains/1.81.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=8202ae689d6f87d6 -C extra-filename=-8202ae689d6f87d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-c13eb06910eb031b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9069aa533aa0b3bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-103d4f37c590e4bc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-1c3ccbbe3a2fa039.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fa0b75d024ac058a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-577aa45386bba5fd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6de1ef65e03f2848.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c01f9a885030a42d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f660a7db7c6978d9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7207de166bf8de60.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12a1f32ffc9546f4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49162025-01-13T09:04:57.158Z Running `/home/build/.rustup/toolchains/1.81.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=d7803b1ce72f974c -C extra-filename=-d7803b1ce72f974c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9069aa533aa0b3bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-103d4f37c590e4bc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-1c3ccbbe3a2fa039.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fa0b75d024ac058a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-577aa45386bba5fd.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6de1ef65e03f2848.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c01f9a885030a42d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f660a7db7c6978d9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7207de166bf8de60.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12a1f32ffc9546f4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49172025-01-13T09:05:01.141Z Running `/home/build/.rustup/toolchains/1.81.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=dcad0347b7b5c6ad -C extra-filename=-dcad0347b7b5c6ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-2211a66367210dd1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-2f45c5c919ea2f16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49182025-01-13T09:05:10.637Z Running `/home/build/.rustup/toolchains/1.81.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=d525d764e227c9e3 -C extra-filename=-d525d764e227c9e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-2211a66367210dd1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-2f45c5c919ea2f16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49192025-01-13T09:05:12.423Z Running `/home/build/.rustup/toolchains/1.81.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=70967bee8c15409f -C extra-filename=-70967bee8c15409f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-2211a66367210dd1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-2f45c5c919ea2f16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49202025-01-13T09:05:22.204Z Running `/home/build/.rustup/toolchains/1.81.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=0d4a5902946bc2f0 -C extra-filename=-0d4a5902946bc2f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-c13eb06910eb031b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9069aa533aa0b3bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-103d4f37c590e4bc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-1c3ccbbe3a2fa039.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fa0b75d024ac058a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-577aa45386bba5fd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6de1ef65e03f2848.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c01f9a885030a42d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7207de166bf8de60.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12a1f32ffc9546f4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49212025-01-13T09:05:32.172Z Running `/home/build/.rustup/toolchains/1.81.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=0dce65444c92baf1 -C extra-filename=-0dce65444c92baf1 --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-6950b2d9b0bc1548.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49222025-01-13T09:05:33.897Z Running `/home/build/.rustup/toolchains/1.81.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=d74527ffd8942943 -C extra-filename=-d74527ffd8942943 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6052cce5d47cdfb5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-82f6485648332f00.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-89342abeaa2dfa87.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c2ad4cd224083ba0.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-694a0db1dc891d38.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-60cbcb41e8530ded.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-43dfbc54f2ca751f.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-7b0021f344ce3154.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7d8819e06eb11277.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-bc91642ae0667c69.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ba4058e536171364.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-99f4bdeed33688cb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2a46f760578b1caf.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b7e7fd59bfb7f4d5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6ffbaf0028cc591f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a5e8b2ea94dd3b8c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49232025-01-13T09:05:33.955Z Running `/home/build/.rustup/toolchains/1.81.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=4a2287eee6cefa31 -C extra-filename=-4a2287eee6cefa31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6052cce5d47cdfb5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-82f6485648332f00.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-89342abeaa2dfa87.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c2ad4cd224083ba0.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-694a0db1dc891d38.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-60cbcb41e8530ded.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-43dfbc54f2ca751f.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-7b0021f344ce3154.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7d8819e06eb11277.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-bc91642ae0667c69.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ba4058e536171364.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-99f4bdeed33688cb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2a46f760578b1caf.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b7e7fd59bfb7f4d5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6ffbaf0028cc591f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a5e8b2ea94dd3b8c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49242025-01-13T09:05:41.555Z Running `/home/build/.rustup/toolchains/1.81.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=ab17ff284a89bd7a -C extra-filename=-ab17ff284a89bd7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6052cce5d47cdfb5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-82f6485648332f00.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-89342abeaa2dfa87.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c2ad4cd224083ba0.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-694a0db1dc891d38.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-60cbcb41e8530ded.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-43dfbc54f2ca751f.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-7b0021f344ce3154.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7d8819e06eb11277.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-bc91642ae0667c69.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ba4058e536171364.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-99f4bdeed33688cb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2a46f760578b1caf.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b7e7fd59bfb7f4d5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6ffbaf0028cc591f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a5e8b2ea94dd3b8c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49252025-01-13T09:05:44.493Z Running `/home/build/.rustup/toolchains/1.81.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=2bd3524403a7ff32 -C extra-filename=-2bd3524403a7ff32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-80b9d6a50996942e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a77d8dbdc4399995.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49262025-01-13T09:05:49.293Z Running `/home/build/.rustup/toolchains/1.81.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=4cbebb3ace1bb03c -C extra-filename=-4cbebb3ace1bb03c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bd660af1030ccca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5cb4cae100044d8b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a77d8dbdc4399995.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49272025-01-13T09:06:45.853Z Running `/home/build/.rustup/toolchains/1.81.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=0726ac4a2a11ef39 -C extra-filename=-0726ac4a2a11ef39 --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-84bf70da5cf4a105.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5fc194087ba44899.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1c52c0782678a34b.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49282025-01-13T09:06:45.853Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
49292025-01-13T09:06:45.853Z Running `/home/build/.rustup/toolchains/1.81.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=17a4b864f60d22ea -C extra-filename=-17a4b864f60d22ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-303d4097adb5d5ec.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7d22dd5692873a88.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out`
49302025-01-13T09:06:48.342Z Running `/home/build/.rustup/toolchains/1.81.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=485508d99fbe8691 -C extra-filename=-485508d99fbe8691 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-303d4097adb5d5ec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-103d4f37c590e4bc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7d22dd5692873a88.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3b3ff62675486b83.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9c7047525dce759e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-af7b7e32d6a8bdb3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3d725f4900bcb527.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-47ecaef28f16fe59.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out`
49312025-01-13T09:06:49.635Z Running `/home/build/.rustup/toolchains/1.81.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=63be5e2e5cfd3fbf -C extra-filename=-63be5e2e5cfd3fbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07b61973e638f3f6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-1c3ccbbe3a2fa039.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49322025-01-13T09:06:52.034Z Running `/home/build/.rustup/toolchains/1.81.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=02a63b9d5c5fbf34 -C extra-filename=-02a63b9d5c5fbf34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ff4aeb32a860f78f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-49b70c7174cf93dc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49332025-01-13T09:06:56.348Z Running `/home/build/.rustup/toolchains/1.81.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=72f3bc4086d3343a -C extra-filename=-72f3bc4086d3343a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ff4aeb32a860f78f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-49b70c7174cf93dc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49342025-01-13T09:06:56.977Z Running `/home/build/.rustup/toolchains/1.81.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=b1b17e132d2d78c9 -C extra-filename=-b1b17e132d2d78c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-03ebcd6b54132717.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-103d4f37c590e4bc.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-7d65c32a1e8d7443.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-6398d5b1a3804b0e.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-004b24f70abe6b23.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-577aa45386bba5fd.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib`
49352025-01-13T09:07:00.302Z Running `/home/build/.rustup/toolchains/1.81.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=5906ee751e59abf7 -C extra-filename=-5906ee751e59abf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-8e1337cb800fe709.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-76980f57ba39a5d5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ba4058e536171364.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49362025-01-13T09:07:00.656Z Running `/home/build/.rustup/toolchains/1.81.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=9fb56ddc50247470 -C extra-filename=-9fb56ddc50247470 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3b10a87eb2de5ef8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-65dcaff9016636bb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c7c7ff021ef0dbab.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d0866466d0783b95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8f124cb34c949778.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5f42dbc2329a6250.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7850a2c8d7b4ad35.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-74ee50fe19f65f34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib`
49372025-01-13T09:07:04.368Z Running `/home/build/.rustup/toolchains/1.81.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=039ec66134d84ed9 -C extra-filename=-039ec66134d84ed9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3b10a87eb2de5ef8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-65dcaff9016636bb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c7c7ff021ef0dbab.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d0866466d0783b95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5f42dbc2329a6250.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7850a2c8d7b4ad35.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9048eff47a2a533b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-74ee50fe19f65f34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49382025-01-13T09:07:11.001Z Running `/home/build/.rustup/toolchains/1.81.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=040be9d4b40d47cd -C extra-filename=-040be9d4b40d47cd --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-c1054a7dd92880e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c7c7ff021ef0dbab.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8f124cb34c949778.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9048eff47a2a533b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49392025-01-13T09:07:13.926Z Running `/home/build/.rustup/toolchains/1.81.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=7b49439b5628058f -C extra-filename=-7b49439b5628058f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3b10a87eb2de5ef8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-65dcaff9016636bb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c7c7ff021ef0dbab.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d0866466d0783b95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8f124cb34c949778.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5f42dbc2329a6250.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7850a2c8d7b4ad35.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9048eff47a2a533b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-74ee50fe19f65f34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49402025-01-13T09:07:18.692Z Running `/home/build/.rustup/toolchains/1.81.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=dcb994813134d4e7 -C extra-filename=-dcb994813134d4e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3b10a87eb2de5ef8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-65dcaff9016636bb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c7c7ff021ef0dbab.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d0866466d0783b95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8f124cb34c949778.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5f42dbc2329a6250.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7850a2c8d7b4ad35.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9048eff47a2a533b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-74ee50fe19f65f34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49412025-01-13T09:07:22.099Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
49422025-01-13T09:07:22.102Z Running `/home/build/.rustup/toolchains/1.81.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=8e31412b15ce1ebc -C extra-filename=-8e31412b15ce1ebc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8f124cb34c949778.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7850a2c8d7b4ad35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49432025-01-13T09:07:27.889Z Running `/home/build/.rustup/toolchains/1.81.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=67822052c4cf39f4 -C extra-filename=-67822052c4cf39f4 --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-ed1422b4723bd2ad.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49442025-01-13T09:07:27.892Z Running `/home/build/.rustup/toolchains/1.81.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=fc5440dd62ac2b54 -C extra-filename=-fc5440dd62ac2b54 --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-84bf70da5cf4a105.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7207de166bf8de60.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49452025-01-13T09:07:28.204Z Running `/home/build/.rustup/toolchains/1.81.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=02380bc067e18bbc -C extra-filename=-02380bc067e18bbc --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-e491e777f054de16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7207de166bf8de60.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49462025-01-13T09:07:28.361Z Running `/home/build/.rustup/toolchains/1.81.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=2513625a2a020121 -C extra-filename=-2513625a2a020121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eada625916932c87.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-937845f2eb97d9eb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1c52c0782678a34b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a46435b05853fde1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49472025-01-13T09:07:32.253Z Running `/home/build/.rustup/toolchains/1.81.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=197f352094059db5 -C extra-filename=-197f352094059db5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4716318ef81f8084.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-14b31dd5a18a159c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3eec84144857634b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8798ff2a57c56f71.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-1f202c984c0a59ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49482025-01-13T09:07:38.035Z Running `/home/build/.rustup/toolchains/1.81.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=6f19fae22fbecf0c -C extra-filename=-6f19fae22fbecf0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4716318ef81f8084.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-14b31dd5a18a159c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3eec84144857634b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8798ff2a57c56f71.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-1f202c984c0a59ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49492025-01-13T09:07:38.675Z Running `/home/build/.rustup/toolchains/1.81.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=bcd20350459a233a -C extra-filename=-bcd20350459a233a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4716318ef81f8084.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-14b31dd5a18a159c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3eec84144857634b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8798ff2a57c56f71.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-1f202c984c0a59ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49502025-01-13T09:07:41.046Z Running `/home/build/.rustup/toolchains/1.81.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=c60b4898fa791c65 -C extra-filename=-c60b4898fa791c65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4716318ef81f8084.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-14b31dd5a18a159c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3eec84144857634b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8798ff2a57c56f71.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-1f202c984c0a59ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49512025-01-13T09:07:49.448Z Running `/home/build/.rustup/toolchains/1.81.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=a2fc652b438d2f7a -C extra-filename=-a2fc652b438d2f7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4716318ef81f8084.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-14b31dd5a18a159c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3eec84144857634b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8798ff2a57c56f71.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-1f202c984c0a59ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49522025-01-13T09:07:51.569Z Running `/home/build/.rustup/toolchains/1.81.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=5f4112e248a88cd7 -C extra-filename=-5f4112e248a88cd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4716318ef81f8084.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-14b31dd5a18a159c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3eec84144857634b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8798ff2a57c56f71.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-1f202c984c0a59ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49532025-01-13T09:07:51.796Z Running `/home/build/.rustup/toolchains/1.81.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=f368a432764573f8 -C extra-filename=-f368a432764573f8 --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-19e5985bb94b6ed1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c7da635c20d62cb2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-525ad334db9e31d3.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9069aa533aa0b3bb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef1df45d2ff0149c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-8a706871ccd67ca7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fd579c224f736b5b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49542025-01-13T09:07:55.245Z Running `/home/build/.rustup/toolchains/1.81.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=b1b2109005023331 -C extra-filename=-b1b2109005023331 --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-19e5985bb94b6ed1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-525ad334db9e31d3.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9069aa533aa0b3bb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef1df45d2ff0149c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-8a706871ccd67ca7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fd579c224f736b5b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49552025-01-13T09:07:57.488Z Running `/home/build/.rustup/toolchains/1.81.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=3aa061cf11104f98 -C extra-filename=-3aa061cf11104f98 --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-19e5985bb94b6ed1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c7da635c20d62cb2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-525ad334db9e31d3.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9069aa533aa0b3bb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef1df45d2ff0149c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-8a706871ccd67ca7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fd579c224f736b5b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49562025-01-13T09:08:06.775Z Running `/home/build/.rustup/toolchains/1.81.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=e5cfe924c4ee4602 -C extra-filename=-e5cfe924c4ee4602 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-1f202c984c0a59ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49572025-01-13T09:08:10.770Z Running `/home/build/.rustup/toolchains/1.81.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=a18179a1f02cdbc0 -C extra-filename=-a18179a1f02cdbc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-303d4097adb5d5ec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib`
49582025-01-13T09:08:12.306Z Running `/home/build/.rustup/toolchains/1.81.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=28a09b6ef6c9ca38 -C extra-filename=-28a09b6ef6c9ca38 --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-170b27cbfbd8e597.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9f9f8794b4ee08b0.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-97160f62cb309e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49592025-01-13T09:08:12.897Z Running `/home/build/.rustup/toolchains/1.81.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=535fcbf5b3f5dd82 -C extra-filename=-535fcbf5b3f5dd82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-1a28b32f4d99e9ff.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-03ebcd6b54132717.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9949acd55786c4dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-263edfe1e67e7a4e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2eb984a83d9991a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-d13d4b67a15af5ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c57817e1a619d695.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49602025-01-13T09:08:17.204Z Running `/home/build/.rustup/toolchains/1.81.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=f20bdcf770f9f5d0 -C extra-filename=-f20bdcf770f9f5d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9b4f91fc56af4fa8.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bd660af1030ccca2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d778f7f778e5e60.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-cb8a8a2f2efa93e2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5cb4cae100044d8b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3c59fe805a1640a5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49612025-01-13T09:08:24.668Z Running `/home/build/.rustup/toolchains/1.81.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=a9900ab4a4699f82 -C extra-filename=-a9900ab4a4699f82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c7c7ff021ef0dbab.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9048eff47a2a533b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib`
49622025-01-13T09:08:26.795Z Running `/home/build/.rustup/toolchains/1.81.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=5947246151609904 -C extra-filename=-5947246151609904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
49632025-01-13T09:08:34.616Z Running `/home/build/.rustup/toolchains/1.81.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=3b7da2ec2665f05b -C extra-filename=-3b7da2ec2665f05b --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-59a856ad6a6596dd.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49642025-01-13T09:08:37.481Z Running `/home/build/.rustup/toolchains/1.81.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=566806b3243a009e -C extra-filename=-566806b3243a009e --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-84bf70da5cf4a105.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49652025-01-13T09:08:39.868Z Running `/home/build/.rustup/toolchains/1.81.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=8fdb6a1071f1459f -C extra-filename=-8fdb6a1071f1459f --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-11faee24f8e6d8f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49662025-01-13T09:08:43.139Z Running `/home/build/.rustup/toolchains/1.81.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=b876fcbf10e3d04e -C extra-filename=-b876fcbf10e3d04e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c2ad4cd224083ba0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f8c21d7cb806bb30.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-76980f57ba39a5d5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib`
49672025-01-13T09:08:49.584Z Running `/home/build/.rustup/toolchains/1.81.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=b9627767198a7dfb -C extra-filename=-b9627767198a7dfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6052cce5d47cdfb5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-82f6485648332f00.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-89342abeaa2dfa87.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c2ad4cd224083ba0.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-694a0db1dc891d38.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-43dfbc54f2ca751f.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-7b0021f344ce3154.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7d8819e06eb11277.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ba4058e536171364.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-99f4bdeed33688cb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2a46f760578b1caf.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b7e7fd59bfb7f4d5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6ffbaf0028cc591f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a5e8b2ea94dd3b8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49682025-01-13T09:08:55.349Z Running `/home/build/.rustup/toolchains/1.81.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=ac97985206245a43 -C extra-filename=-ac97985206245a43 --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-11faee24f8e6d8f4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c7c7ff021ef0dbab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib`
49692025-01-13T09:08:57.950Z Running `/home/build/.rustup/toolchains/1.81.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=77b01ba46f39e88f -C extra-filename=-77b01ba46f39e88f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c7c7ff021ef0dbab.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib`
49702025-01-13T09:08:58.111Z Running `/home/build/.rustup/toolchains/1.81.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=112a035ddbb647e3 -C extra-filename=-112a035ddbb647e3 --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-c1054a7dd92880e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e352b1e253ce356c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49712025-01-13T09:09:01.285Z Running `/home/build/.rustup/toolchains/1.81.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=6bae6caa9b1b356c -C extra-filename=-6bae6caa9b1b356c --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-11faee24f8e6d8f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49722025-01-13T09:09:01.962Z Running `/home/build/.rustup/toolchains/1.81.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=3b6361862c4b831c -C extra-filename=-3b6361862c4b831c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c7da635c20d62cb2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5c981e5073eee91e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49732025-01-13T09:09:03.818Z Running `/home/build/.rustup/toolchains/1.81.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=b2710b0bc2d8558b -C extra-filename=-b2710b0bc2d8558b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49742025-01-13T09:09:06.715Z Running `/home/build/.rustup/toolchains/1.81.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=5fd6397291e8047b -C extra-filename=-5fd6397291e8047b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49752025-01-13T09:09:17.251Z Running `/home/build/.rustup/toolchains/1.81.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=51dacd2e6c30492c -C extra-filename=-51dacd2e6c30492c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49762025-01-13T09:09:17.427Z Running `/home/build/.rustup/toolchains/1.81.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=8c8f2bf0c75e4a03 -C extra-filename=-8c8f2bf0c75e4a03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-43dfbc54f2ca751f.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-60b0d44c3d22665f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-bf18bbc8e3775674.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-e0b0ec0d944b40d3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6aee88e98c133868.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out`
49772025-01-13T09:09:19.514Z Running `/home/build/.rustup/toolchains/1.81.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=c43f386943c4083d -C extra-filename=-c43f386943c4083d --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-1a207f6440a9b033.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49782025-01-13T09:09:25.556Z Running `/home/build/.rustup/toolchains/1.81.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=4bec1b9baf596533 -C extra-filename=-4bec1b9baf596533 --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-8e0611c5c477ac62.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49792025-01-13T09:09:28.516Z Running `/home/build/.rustup/toolchains/1.81.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=d0f156b87ba34501 -C extra-filename=-d0f156b87ba34501 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a1c2fee7ec8e0276.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-79e21d66beebb241.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-03ebcd6b54132717.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eada625916932c87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-170b27cbfbd8e597.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b40eb0548e84dd7f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ba4058e536171364.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c57817e1a619d695.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1c52c0782678a34b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49802025-01-13T09:09:29.519Z Running `/home/build/.rustup/toolchains/1.81.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=aa9c7b91a397c736 -C extra-filename=-aa9c7b91a397c736 --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-eada625916932c87.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49812025-01-13T09:09:30.764Z Running `/home/build/.rustup/toolchains/1.81.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=8d3b0fd476e1ecf6 -C extra-filename=-8d3b0fd476e1ecf6 --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-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49822025-01-13T09:09:35.991Z Running `/home/build/.rustup/toolchains/1.81.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=1f19bc37f281c481 -C extra-filename=-1f19bc37f281c481 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1c52c0782678a34b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49832025-01-13T09:09:36.588Z Running `/home/build/.rustup/toolchains/1.81.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=aa95507f1b787d0a -C extra-filename=-aa95507f1b787d0a --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-dc153623d52d02a6.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1869b5ab85bcdc50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49842025-01-13T09:09:39.925Z Running `/home/build/.rustup/toolchains/1.81.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=9619d1c025b5f351 -C extra-filename=-9619d1c025b5f351 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b772a55e4bf8ad20.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-46def499157e5450.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-af7b7e32d6a8bdb3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out`
49852025-01-13T09:09:40.559Z Running `/home/build/.rustup/toolchains/1.81.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=0b94c3c42f7961e0 -C extra-filename=-0b94c3c42f7961e0 --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-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a434ed43c3694a63.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49862025-01-13T09:09:41.602Z Running `/home/build/.rustup/toolchains/1.81.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=7d743235ca71d742 -C extra-filename=-7d743235ca71d742 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f8c21d7cb806bb30.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-a7a35358cfb1a1c9.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-eb5e6a79b81c6313.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-76980f57ba39a5d5.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7d3eec42e78bcd4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49872025-01-13T09:09:48.174Z Running `/home/build/.rustup/toolchains/1.81.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=0002ec75619daff7 -C extra-filename=-0002ec75619daff7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4716318ef81f8084.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-14b31dd5a18a159c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3eec84144857634b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8798ff2a57c56f71.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-1f202c984c0a59ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49882025-01-13T09:09:50.192Z Running `/home/build/.rustup/toolchains/1.81.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=8c2889efa30e1f11 -C extra-filename=-8c2889efa30e1f11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4716318ef81f8084.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-14b31dd5a18a159c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3eec84144857634b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8798ff2a57c56f71.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-1f202c984c0a59ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49892025-01-13T09:09:50.632Z Running `/home/build/.rustup/toolchains/1.81.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=c0623302e281dc8e -C extra-filename=-c0623302e281dc8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4716318ef81f8084.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-14b31dd5a18a159c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3eec84144857634b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8798ff2a57c56f71.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-1f202c984c0a59ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49902025-01-13T09:09:56.315Z Running `/home/build/.rustup/toolchains/1.81.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=01115d8b908c7e24 -C extra-filename=-01115d8b908c7e24 --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-7ae25364fab77a10.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-32b525ceea0e739c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fcddfc8fafb6e4f5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49912025-01-13T09:09:58.204Z Running `/home/build/.rustup/toolchains/1.81.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=106e6cc1d8bdeb4e -C extra-filename=-106e6cc1d8bdeb4e --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-a25c07752c4c37e7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d0866466d0783b95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49922025-01-13T09:10:02.520Z Running `/home/build/.rustup/toolchains/1.81.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=014cc7b797f78bea -C extra-filename=-014cc7b797f78bea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-a7a35358cfb1a1c9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-76980f57ba39a5d5.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7d3eec42e78bcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
49932025-01-13T09:10:03.210Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
49942025-01-13T09:10:03.213Z Running `/home/build/.rustup/toolchains/1.81.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=092e9a6e6bfbb113 -C extra-filename=-092e9a6e6bfbb113 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib`
49952025-01-13T09:10:03.233Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49962025-01-13T09:10:03.236Z Running `/home/build/.rustup/toolchains/1.81.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=b912e58098105853 -C extra-filename=-b912e58098105853 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b40eb0548e84dd7f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib`
49972025-01-13T09:10:04.387Z Running `/home/build/.rustup/toolchains/1.81.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=803cc82afeac6438 -C extra-filename=-803cc82afeac6438 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b40eb0548e84dd7f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib`
49982025-01-13T09:10:04.618Z Running `/home/build/.rustup/toolchains/1.81.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=ab54f7e4d5b1e318 -C extra-filename=-ab54f7e4d5b1e318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-1954f5ba78b884a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1393438bb659407c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-43dfbc54f2ca751f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5a30f5d239e58a3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-09ec7895faf625e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9c7047525dce759e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-db8121a22c5a5151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib`
49992025-01-13T09:10:05.114Z Running `/home/build/.rustup/toolchains/1.81.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=385e904a23c3275e -C extra-filename=-385e904a23c3275e --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-c934ff84d13620ad.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-65aad7686e050c4b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b40eb0548e84dd7f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-80d44173ed56c668.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/usr/lib/amd64`
50002025-01-13T09:10:05.239Z Running `/home/build/.rustup/toolchains/1.81.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=8ff5bd2178889bcf -C extra-filename=-8ff5bd2178889bcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-1954f5ba78b884a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1393438bb659407c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-43dfbc54f2ca751f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5a30f5d239e58a3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-09ec7895faf625e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9c7047525dce759e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-db8121a22c5a5151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib`
50012025-01-13T09:10:06.404Z Running `/home/build/.rustup/toolchains/1.81.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=b7aa9a9f70976eff -C extra-filename=-b7aa9a9f70976eff --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-98a964d32351fb3b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib`
50022025-01-13T09:10:07.337Z Running `/home/build/.rustup/toolchains/1.81.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=b1ad20e437cf7c74 -C extra-filename=-b1ad20e437cf7c74 --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-84bf70da5cf4a105.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1869b5ab85bcdc50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50032025-01-13T09:10:08.565Z Running `/home/build/.rustup/toolchains/1.81.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=624c50dfcd00d772 -C extra-filename=-624c50dfcd00d772 --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-c1054a7dd92880e5.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c2ad4cd224083ba0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50042025-01-13T09:10:10.501Z Running `/home/build/.rustup/toolchains/1.81.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=a8f827c2c2ac6d67 -C extra-filename=-a8f827c2c2ac6d67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-7b0021f344ce3154.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7d8819e06eb11277.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-76980f57ba39a5d5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50052025-01-13T09:10:10.805Z Running `/home/build/.rustup/toolchains/1.81.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=1b1d2904fc85964c -C extra-filename=-1b1d2904fc85964c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-76980f57ba39a5d5.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7d3eec42e78bcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50062025-01-13T09:10:12.955Z Running `/home/build/.rustup/toolchains/1.81.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=ef354f60f47fd633 -C extra-filename=-ef354f60f47fd633 --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-84bf70da5cf4a105.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50072025-01-13T09:10:15.087Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50082025-01-13T09:10:15.090Z Running `/home/build/.rustup/toolchains/1.81.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=c3bcbe77f967a07f -C extra-filename=-c3bcbe77f967a07f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50092025-01-13T09:10:15.175Z Running `/home/build/.rustup/toolchains/1.81.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=ca082fa524ab9a5b -C extra-filename=-ca082fa524ab9a5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50102025-01-13T09:10:17.812Z Running `/home/build/.rustup/toolchains/1.81.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=e584ad3cd7e74255 -C extra-filename=-e584ad3cd7e74255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50112025-01-13T09:10:18.397Z Running `/home/build/.rustup/toolchains/1.81.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=49918cd34f07988d -C extra-filename=-49918cd34f07988d --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-84bf70da5cf4a105.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50122025-01-13T09:10:21.582Z Running `/home/build/.rustup/toolchains/1.81.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=7941a6696c993d1c -C extra-filename=-7941a6696c993d1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7462f13eebcd00bd.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-075356b2e1f11602.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-94efe80165de9688.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-98fbd6355415c9da.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-85cde50a6dd00d63.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-2f519069efdabfdd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-47ecaef28f16fe59.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f844697b7d647f35.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-59555dceb73beb58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
50132025-01-13T09:10:22.767Z Running `/home/build/.rustup/toolchains/1.81.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=00ebedcf50543f6e -C extra-filename=-00ebedcf50543f6e --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-84bf70da5cf4a105.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50142025-01-13T09:10:24.108Z Running `/home/build/.rustup/toolchains/1.81.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=8de4fb06f9201585 -C extra-filename=-8de4fb06f9201585 --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-84bf70da5cf4a105.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50152025-01-13T09:10:25.017Z Running `/home/build/.rustup/toolchains/1.81.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=14b086059a811150 -C extra-filename=-14b086059a811150 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-1954f5ba78b884a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eada625916932c87.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50162025-01-13T09:10:26.896Z Running `/home/build/.rustup/toolchains/1.81.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=70b64dc8de174f13 -C extra-filename=-70b64dc8de174f13 --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-11faee24f8e6d8f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50172025-01-13T09:10:27.504Z Running `/home/build/.rustup/toolchains/1.81.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=48f7a75f3536e299 -C extra-filename=-48f7a75f3536e299 --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-59a856ad6a6596dd.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef1df45d2ff0149c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-8a706871ccd67ca7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50182025-01-13T09:10:28.945Z Running `/home/build/.rustup/toolchains/1.81.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=098202943cf12b75 -C extra-filename=-098202943cf12b75 --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-84bf70da5cf4a105.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50192025-01-13T09:10:30.252Z Running `/home/build/.rustup/toolchains/1.81.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=cccdd26c6a05590a -C extra-filename=-cccdd26c6a05590a --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-9069aa533aa0b3bb.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d88d71ee5bcccc11.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1c52c0782678a34b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50202025-01-13T09:10:35.651Z Running `/home/build/.rustup/toolchains/1.81.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=47d3004936626a5b -C extra-filename=-47d3004936626a5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-1954f5ba78b884a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1393438bb659407c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-43dfbc54f2ca751f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5a30f5d239e58a3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-09ec7895faf625e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9c7047525dce759e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-db8121a22c5a5151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/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-3fcf9193f839db58/out/lib`
50212025-01-13T09:10:36.640Z Running `/home/build/.rustup/toolchains/1.81.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=14fa7f4297588716 -C extra-filename=-14fa7f4297588716 --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-84bf70da5cf4a105.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50222025-01-13T09:10:38.190Z Running `/home/build/.rustup/toolchains/1.81.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=ecd74cf4db723ef1 -C extra-filename=-ecd74cf4db723ef1 --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-cce2a7c69e01b661.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50232025-01-13T09:10:39.796Z Running `/home/build/.rustup/toolchains/1.81.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=4c9f08758a76a151 -C extra-filename=-4c9f08758a76a151 --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-14d217a345d6d3f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50242025-01-13T09:10:40.817Z Running `/home/build/.rustup/toolchains/1.81.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=d88c5026a4eb3743 -C extra-filename=-d88c5026a4eb3743 --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-84bf70da5cf4a105.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50252025-01-13T09:10:41.931Z Running `/home/build/.rustup/toolchains/1.81.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=520dedcc5ac4e20c -C extra-filename=-520dedcc5ac4e20c --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-ce4a110ca38c9e9c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-0de7f9beb5e8e488.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50262025-01-13T09:10:43.180Z Running `/home/build/.rustup/toolchains/1.81.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=eabdf323f10738b5 -C extra-filename=-eabdf323f10738b5 --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-5b00f87ea103a624.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-be6114050564d59b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7d3eec42e78bcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-45f64382ca0b755d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50272025-01-13T09:10:46.644Z Running `/home/build/.rustup/toolchains/1.81.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=ebf8de865ace78cb -C extra-filename=-ebf8de865ace78cb --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-5b00f87ea103a624.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-be6114050564d59b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7d3eec42e78bcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-45f64382ca0b755d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50282025-01-13T09:10:54.788Z Running `/home/build/.rustup/toolchains/1.81.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=92936df0274275de -C extra-filename=-92936df0274275de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-2f519069efdabfdd.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-8b3cad1b514b73d1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50292025-01-13T09:10:55.114Z Running `/home/build/.rustup/toolchains/1.81.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=2f52ddb7327cce88 -C extra-filename=-2f52ddb7327cce88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a1c2fee7ec8e0276.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d97aaa2f8f62935d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eada625916932c87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ee2d95c18df9fcfe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1869b5ab85bcdc50.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5c981e5073eee91e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-056d86ac929703bb.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1c52c0782678a34b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50302025-01-13T09:10:55.391Z Running `/home/build/.rustup/toolchains/1.81.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=beea5fb3a5e54453 -C extra-filename=-beea5fb3a5e54453 --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-7ae25364fab77a10.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50312025-01-13T09:10:55.974Z Running `/home/build/.rustup/toolchains/1.81.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=7eda1b6274d1362a -C extra-filename=-7eda1b6274d1362a --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-83c04ded702a2c6e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50322025-01-13T09:10:56.084Z Running `/home/build/.rustup/toolchains/1.81.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=3a2294c5909a8eeb -C extra-filename=-3a2294c5909a8eeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50332025-01-13T09:10:56.665Z Running `/home/build/.rustup/toolchains/1.81.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=69836b3c03aabd46 -C extra-filename=-69836b3c03aabd46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-8b3cad1b514b73d1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50342025-01-13T09:10:57.307Z Running `/home/build/.rustup/toolchains/1.81.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=5d801536ac3e8d00 -C extra-filename=-5d801536ac3e8d00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50352025-01-13T09:10:58.352Z Running `/home/build/.rustup/toolchains/1.81.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=4c2511139c76bf9a -C extra-filename=-4c2511139c76bf9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50362025-01-13T09:10:59.074Z Running `/home/build/.rustup/toolchains/1.81.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=24cd47dab2bc8943 -C extra-filename=-24cd47dab2bc8943 --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-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50372025-01-13T09:11:02.545Z Running `/home/build/.rustup/toolchains/1.81.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=37cbb0ed523f527f -C extra-filename=-37cbb0ed523f527f --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-7ae25364fab77a10.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50382025-01-13T09:11:03.225Z Running `/home/build/.rustup/toolchains/1.81.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=ef0b7208002d88a4 -C extra-filename=-ef0b7208002d88a4 --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-7ae25364fab77a10.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50392025-01-13T09:11:03.634Z Running `/home/build/.rustup/toolchains/1.81.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=3438dc8fff767bef -C extra-filename=-3438dc8fff767bef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50402025-01-13T09:11:04.986Z Running `/home/build/.rustup/toolchains/1.81.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=46388a389971060e -C extra-filename=-46388a389971060e --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-7ae25364fab77a10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50412025-01-13T09:11:06.407Z Running `/home/build/.rustup/toolchains/1.81.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=1423e3e597809c40 -C extra-filename=-1423e3e597809c40 --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-7ae25364fab77a10.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50422025-01-13T09:11:07.542Z Running `/home/build/.rustup/toolchains/1.81.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=2e950d62c6fe75b5 -C extra-filename=-2e950d62c6fe75b5 --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-7ae25364fab77a10.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50432025-01-13T09:11:07.601Z Running `/home/build/.rustup/toolchains/1.81.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=4379bcbd6189f960 -C extra-filename=-4379bcbd6189f960 --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-84bf70da5cf4a105.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50442025-01-13T09:11:08.530Z Running `/home/build/.rustup/toolchains/1.81.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=f7eed06647a88e95 -C extra-filename=-f7eed06647a88e95 --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-7ae25364fab77a10.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50452025-01-13T09:11:09.282Z Running `/home/build/.rustup/toolchains/1.81.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=1b658f09d28d666f -C extra-filename=-1b658f09d28d666f --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-b81c3e383f112ae7.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-0da0f4417492a9a4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9b4f91fc56af4fa8.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2a65e2ab151e09a4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-d4bf7869d4ee9385.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-2f7eaa55ad9a2fa2.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-defd752054c41485.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1d917cedb4ccfee1.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e26c1fe285bd8a74.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-159122142200b690.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-268c0e59bfe91587.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-80b9d6a50996942e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-79e21d66beebb241.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-8fe57287649cc3b4.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-3e1736cef29238ca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-6391ee02843dae0d.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f3959575354082ec.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0f56e7a84b3c5e8f.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-4070eb0f065402a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6fe48b2be46857aa.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-fbb2e2fbcd36eb5d.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b7a194f76acda186.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f222aa399539a660.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-7e08ed70965fbb2a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4afc18856895b7c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c75a5e3dd70c852e.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-15b4e134ca77c3bb.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-9aad501e1a1b46eb.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2807c7b94f68b7a3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3eec84144857634b.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d4151f86f82bb628.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8617dde8dc1e74ea.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-739fc5b4c1d9cdaa.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-7e3a160036ba75e9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-103d4f37c590e4bc.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-cdd00a7f32322425.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ae1ce0c123c35ba1.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-697c099701b77ab0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-170b27cbfbd8e597.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-754f030a1b9e4d6c.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d64c4121e224860.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-f37f88dc39ff96fe.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21e7f19c9e013b13.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-cbcc7ea820ea17e6.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-f8d439578fd22f5f.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d58e7cfe737cf679.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-83d7206a36715125.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-cf65ba10ed5b80f7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fe8f1795e7f218ea.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-5cb48d502f5629fa.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-98b26dfb34f0a4d6.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5e006a45b156b332.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-74b8216e2876394b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4c63c92319785a22.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-74b7a9d8e0db0402.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ac89f9c8f501ddd3.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-270d250e41a0b308.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c7d09c228537ed1e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cda4689e2807bfbb.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f77e959a4c4db399.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-aba4b6f11cfef0e9.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6de1ef65e03f2848.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-9813fb2838b716cf.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ccce1d41a281e6fd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-918304ddfd72c658.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-72132b7fe9e05f73.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1637289e9c500974.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib`
50462025-01-13T09:11:09.776Z Running `/home/build/.rustup/toolchains/1.81.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", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=2e845b64c6690a52 -C extra-filename=-2e845b64c6690a52 --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-eada625916932c87.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-170b27cbfbd8e597.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50472025-01-13T09:12:49.239Z Running `/home/build/.rustup/toolchains/1.81.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=7ddde26bde5c938f -C extra-filename=-7ddde26bde5c938f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8dfa98f3329d96be.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-d529869cf139e3ee.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c149434a1cbc2d7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e299c438fdd8aefb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7850a2c8d7b4ad35.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50482025-01-13T09:12:49.257Z Running `/home/build/.rustup/toolchains/1.81.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=efa8d92ae4c31127 -C extra-filename=-efa8d92ae4c31127 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-06323664500428c8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5fc194087ba44899.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9949acd55786c4dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-103d4f37c590e4bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-da8707ec144b8ef6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6c1aa75b04686bf.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b4362f5161192ea9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7d73581e7ac6980.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c149434a1cbc2d7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-1c3ccbbe3a2fa039.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2a46f760578b1caf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-577aa45386bba5fd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a5e8b2ea94dd3b8c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50492025-01-13T09:12:49.264Z Running `/home/build/.rustup/toolchains/1.81.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=1d65493d7945b4e5 -C extra-filename=-1d65493d7945b4e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-06323664500428c8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d06b8b32d93c86b8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07b61973e638f3f6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-23d51a61639ada81.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40896b47bca814a4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-60cbcb41e8530ded.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-76d1083616e2e2cd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-af4ee77f4a52d30c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9949acd55786c4dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a60e34d3227fa2cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5a30f5d239e58a3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-70c063b10982e2df.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bd660af1030ccca2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7b2a195d252e1c08.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ee2d95c18df9fcfe.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-63daef2e10efd03d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-263edfe1e67e7a4e.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-dd89aea8cf88bd9a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6b42a99525dc4fe9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-65eff32fc201bb65.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-fb6077045e4d903f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-692a6af0af2de928.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ed1422b4723bd2ad.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6c1aa75b04686bf.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b4362f5161192ea9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8dfa98f3329d96be.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7d73581e7ac6980.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d64c4121e224860.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c149434a1cbc2d7a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b40eb0548e84dd7f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e299c438fdd8aefb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-49b70c7174cf93dc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ba4058e536171364.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1869b5ab85bcdc50.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-d13d4b67a15af5ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9c7047525dce759e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-db8121a22c5a5151.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-fa0f12a15784a6d4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-91ddf36888412c9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-056d86ac929703bb.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-02cdbaf94a9ef743.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9048eff47a2a533b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c57817e1a619d695.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b4b5569457a1fc4f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5cb4cae100044d8b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a77d8dbdc4399995.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8dd2b0cd02b9c6cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/`
50502025-01-13T09:12:49.265Z Running `/home/build/.rustup/toolchains/1.81.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=bd919aea6524b4b5 -C extra-filename=-bd919aea6524b4b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-06323664500428c8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d06b8b32d93c86b8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07b61973e638f3f6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-23d51a61639ada81.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40896b47bca814a4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9949acd55786c4dc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-70c063b10982e2df.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-170b27cbfbd8e597.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-fb6077045e4d903f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ed1422b4723bd2ad.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6c1aa75b04686bf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7d73581e7ac6980.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c149434a1cbc2d7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50512025-01-13T09:12:49.285Z Running `/home/build/.rustup/toolchains/1.81.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=051a5ad464e7f218 -C extra-filename=-051a5ad464e7f218 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-1a47e57081c3048c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ed1422b4723bd2ad.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6c1aa75b04686bf.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-15ec716c966ce710.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7d73581e7ac6980.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c149434a1cbc2d7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2a46f760578b1caf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a5e8b2ea94dd3b8c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50522025-01-13T09:12:49.288Z Running `/home/build/.rustup/toolchains/1.81.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=002b9d5a6d1697e3 -C extra-filename=-002b9d5a6d1697e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8dfa98f3329d96be.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c149434a1cbc2d7a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7850a2c8d7b4ad35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50532025-01-13T09:12:49.301Z Running `/home/build/.rustup/toolchains/1.81.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=bf0806067d593c42 -C extra-filename=-bf0806067d593c42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8dfa98f3329d96be.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-d529869cf139e3ee.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c149434a1cbc2d7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e299c438fdd8aefb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7850a2c8d7b4ad35.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50542025-01-13T09:12:53.085Z Running `/home/build/.rustup/toolchains/1.81.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=022901283f54b04e -C extra-filename=-022901283f54b04e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-06323664500428c8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d06b8b32d93c86b8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07b61973e638f3f6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-23d51a61639ada81.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40896b47bca814a4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-60cbcb41e8530ded.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-76d1083616e2e2cd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-af4ee77f4a52d30c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9949acd55786c4dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a60e34d3227fa2cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5a30f5d239e58a3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-70c063b10982e2df.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bd660af1030ccca2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7b2a195d252e1c08.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ee2d95c18df9fcfe.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-63daef2e10efd03d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-263edfe1e67e7a4e.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-dd89aea8cf88bd9a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6b42a99525dc4fe9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-65eff32fc201bb65.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-fb6077045e4d903f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-692a6af0af2de928.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ed1422b4723bd2ad.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6c1aa75b04686bf.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b4362f5161192ea9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8dfa98f3329d96be.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7d73581e7ac6980.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d64c4121e224860.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c149434a1cbc2d7a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b40eb0548e84dd7f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e299c438fdd8aefb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-49b70c7174cf93dc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ba4058e536171364.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1869b5ab85bcdc50.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-d13d4b67a15af5ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9c7047525dce759e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-db8121a22c5a5151.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-fa0f12a15784a6d4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-91ddf36888412c9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-056d86ac929703bb.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-02cdbaf94a9ef743.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9048eff47a2a533b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c57817e1a619d695.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b4b5569457a1fc4f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5cb4cae100044d8b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a77d8dbdc4399995.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8dd2b0cd02b9c6cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/`
50552025-01-13T09:12:56.140Z Running `/home/build/.rustup/toolchains/1.81.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=8db87b6602b20a51 -C extra-filename=-8db87b6602b20a51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d06b8b32d93c86b8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07b61973e638f3f6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-23d51a61639ada81.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40896b47bca814a4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-76d1083616e2e2cd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-af4ee77f4a52d30c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a60e34d3227fa2cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5a30f5d239e58a3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ee2d95c18df9fcfe.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-63daef2e10efd03d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-263edfe1e67e7a4e.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-dd89aea8cf88bd9a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6b42a99525dc4fe9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-65eff32fc201bb65.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-fb6077045e4d903f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-692a6af0af2de928.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ed1422b4723bd2ad.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6c1aa75b04686bf.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b4362f5161192ea9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8dfa98f3329d96be.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d64c4121e224860.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c149434a1cbc2d7a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b40eb0548e84dd7f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ba4058e536171364.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1869b5ab85bcdc50.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-d13d4b67a15af5ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9c7047525dce759e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-db8121a22c5a5151.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-fa0f12a15784a6d4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-91ddf36888412c9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-056d86ac929703bb.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c57817e1a619d695.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5cb4cae100044d8b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8dd2b0cd02b9c6cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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`
50562025-01-13T09:12:56.390Z Running `/home/build/.rustup/toolchains/1.81.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=7c0ee9c9e2447c02 -C extra-filename=-7c0ee9c9e2447c02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-06323664500428c8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d06b8b32d93c86b8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07b61973e638f3f6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-23d51a61639ada81.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40896b47bca814a4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-60cbcb41e8530ded.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-76d1083616e2e2cd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-af4ee77f4a52d30c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9949acd55786c4dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a60e34d3227fa2cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5a30f5d239e58a3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-70c063b10982e2df.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bd660af1030ccca2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7b2a195d252e1c08.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ee2d95c18df9fcfe.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-63daef2e10efd03d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-263edfe1e67e7a4e.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-dd89aea8cf88bd9a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6b42a99525dc4fe9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-65eff32fc201bb65.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-fb6077045e4d903f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-692a6af0af2de928.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ed1422b4723bd2ad.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6c1aa75b04686bf.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b4362f5161192ea9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8dfa98f3329d96be.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7d73581e7ac6980.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d64c4121e224860.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c149434a1cbc2d7a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b40eb0548e84dd7f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e299c438fdd8aefb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-49b70c7174cf93dc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ba4058e536171364.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1869b5ab85bcdc50.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-d13d4b67a15af5ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9c7047525dce759e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-db8121a22c5a5151.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-fa0f12a15784a6d4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-91ddf36888412c9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-056d86ac929703bb.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-02cdbaf94a9ef743.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9048eff47a2a533b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c57817e1a619d695.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b4b5569457a1fc4f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5cb4cae100044d8b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a77d8dbdc4399995.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8dd2b0cd02b9c6cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/`
50572025-01-13T09:13:01.110Z Running `/home/build/.rustup/toolchains/1.81.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=2b646815aeaaece7 -C extra-filename=-2b646815aeaaece7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-06323664500428c8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5fc194087ba44899.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9949acd55786c4dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-103d4f37c590e4bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-da8707ec144b8ef6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6c1aa75b04686bf.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b4362f5161192ea9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7d73581e7ac6980.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c149434a1cbc2d7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-1c3ccbbe3a2fa039.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2a46f760578b1caf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-577aa45386bba5fd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a5e8b2ea94dd3b8c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50582025-01-13T09:13:03.553Z Running `/home/build/.rustup/toolchains/1.81.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=aa3811f9fd437d98 -C extra-filename=-aa3811f9fd437d98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-1a47e57081c3048c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ed1422b4723bd2ad.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6c1aa75b04686bf.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-15ec716c966ce710.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7d73581e7ac6980.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c149434a1cbc2d7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2a46f760578b1caf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a5e8b2ea94dd3b8c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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-81456b94c54175f3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50592025-01-13T09:13:09.934Z Running `/home/build/.rustup/toolchains/1.81.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=e24b54b2cbeb48d1 -C extra-filename=-e24b54b2cbeb48d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d06b8b32d93c86b8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07b61973e638f3f6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-23d51a61639ada81.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40896b47bca814a4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-76d1083616e2e2cd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-af4ee77f4a52d30c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a60e34d3227fa2cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5a30f5d239e58a3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ee2d95c18df9fcfe.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-63daef2e10efd03d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-263edfe1e67e7a4e.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-dd89aea8cf88bd9a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6b42a99525dc4fe9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-65eff32fc201bb65.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-fb6077045e4d903f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-692a6af0af2de928.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ed1422b4723bd2ad.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6c1aa75b04686bf.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b4362f5161192ea9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8dfa98f3329d96be.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d64c4121e224860.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c149434a1cbc2d7a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b40eb0548e84dd7f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ba4058e536171364.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1869b5ab85bcdc50.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-d13d4b67a15af5ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9c7047525dce759e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-db8121a22c5a5151.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-fa0f12a15784a6d4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-91ddf36888412c9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-056d86ac929703bb.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c57817e1a619d695.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5cb4cae100044d8b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8dd2b0cd02b9c6cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/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`
50602025-01-13T09:42:52.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48m 00s
50612025-01-13T09:43:18.965Z
50622025-01-13T09:43:18.971Zreal 48:25.939330217
50632025-01-13T09:43:18.971Zuser 2:03:09.053878152
50642025-01-13T09:43:18.971Zsys 28:18.273725085
50652025-01-13T09:43:18.971Ztrap 10.846432711
50662025-01-13T09:43:18.971Ztflt 14.563233570
50672025-01-13T09:43:18.971Zdflt 2:47:40.066055131
50682025-01-13T09:43:18.971Zkflt 2.327454355
50692025-01-13T09:43:18.971Zlock 9:26:35.594179122
50702025-01-13T09:43:18.971Zslp 27:56:02.330717476
50712025-01-13T09:43:18.971Zlat 10:28.412805923
50722025-01-13T09:43:18.971Zstop 9:58.382633450
50732025-01-13T09:43:19.984Z+ banner test
50742025-01-13T09:43:20.047Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
50752025-01-13T09:43:20.951Z
50762025-01-13T09:43:20.952Z ##### ###### #### #####
50772025-01-13T09:43:20.952Z # # # #
50782025-01-13T09:43:20.952Z # ##### #### #
50792025-01-13T09:43:20.952Z # # # #
50802025-01-13T09:43:20.952Z # # # # #
50812025-01-13T09:43:20.952Z # ###### #### #
50822025-01-13T09:43:20.952Z
50832025-01-13T09:43:24.881Zinfo: experimental features enabled: setup-scripts
50842025-01-13T09:43:26.617Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
50852025-01-13T09:43:26.784Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
50862025-01-13T09:43:26.806Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
50872025-01-13T09:43:26.827Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
50882025-01-13T09:43:43.229Z Finished `test` profile [unoptimized + debuginfo] target(s) in 18.30s
50892025-01-13T09:43:49.923Z────────────
50902025-01-13T09:43:49.923Z Nextest run ID ddf4d366-7a29-4afa-9e9d-33567b097cfe with nextest profile: ci
50912025-01-13T09:43:49.923Z Starting 1767 tests across 181 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
50922025-01-13T09:43:49.925Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
50932025-01-13T09:43:50.759Z Compiling newtype-uuid v1.1.3
50942025-01-13T09:43:51.360Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
50952025-01-13T09:43:51.690Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
50962025-01-13T09:43:52.311Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
50972025-01-13T09:44:01.063Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50982025-01-13T09:44:03.346Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50992025-01-13T09:44:05.446Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
51002025-01-13T09:44:11.781Z Finished `test` profile [unoptimized + debuginfo] target(s) in 21.78s
51012025-01-13T09:44:11.905Z Running `target/debug/crdb-seed`
51022025-01-13T09:44:11.947ZJan 13 09:44:09.997 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpaW3hlp
51032025-01-13T09:44:11.950ZJan 13 09:44:09.997 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmptpLUQc,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpaW3hlp/listen-url
51042025-01-13T09:44:11.953ZJan 13 09:44:09.999 INFO cockroach environment: BUILDOMAT_JOB_ID=01JHFDGR6SNPYJ6DRTZJRYKP2P BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.81.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_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=renovate/lock-file-maintenance GITHUB_REF=refs/heads/renovate/lock-file-maintenance GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=27409a1abdb84f3c458ceca77ec5c422faf0265d 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-4078a4a5da38ce52/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out:/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envcQGf8G NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4078a4a5da38ce52/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out:/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=ddf4d366-7a29-4afa-9e9d-33567b097cfe 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.81.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
51052025-01-13T09:44:13.249ZJan 13 09:44:11.299 INFO cockroach pid: 9282
51062025-01-13T09:44:13.249ZJan 13 09:44:11.299 INFO cockroach listen URL: postgresql://root@[::1]:32780/omicron?sslmode=disable
51072025-01-13T09:44:13.249ZJan 13 09:44:11.299 INFO cockroach: populating
51082025-01-13T09:44:15.220ZJan 13 09:44:13.270 INFO cockroach: populated
51092025-01-13T09:44:16.151ZJan 13 09:44:14.202 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/8dca36feea1c1273d295510ce2d8e096f8671340aaf1eb5b3c9acebffd6d8527.tar`
51102025-01-13T09:44:16.157Z SETUP PASS [ 26.231s] crdb-seed: cargo run -p crdb-seed --profile test
51112025-01-13T09:44:16.159Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
51122025-01-13T09:44:16.991Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
51132025-01-13T09:44:16.995Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
51142025-01-13T09:44:16.995Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
51152025-01-13T09:44:16.995Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51162025-01-13T09:44:17.102Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
51172025-01-13T09:44:19.317Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
51182025-01-13T09:44:19.358Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
51192025-01-13T09:44:22.196Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
51202025-01-13T09:44:25.539Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
51212025-01-13T09:44:32.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.29s
51222025-01-13T09:44:32.643Z Running `target/debug/clickhouse-cluster-dev`
51232025-01-13T09:44:32.683ZJan 13 09:44:30.732 INFO Setting up a ClickHouse cluster
51242025-01-13T09:44:32.685ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
51252025-01-13T09:44:32.694ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
51262025-01-13T09:44:32.696ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
51272025-01-13T09:44:32.699ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
51282025-01-13T09:44:32.701ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
51292025-01-13T09:44:37.003ZJan 13 09:44:35.052 INFO ClickHouse server ready
51302025-01-13T09:44:37.321ZJan 13 09:44:35.370 INFO ClickHouse server ready
51312025-01-13T09:44:37.521ZJan 13 09:44:35.570 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
51322025-01-13T09:44:37.526Z SETUP PASS [ 21.367s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
51332025-01-13T09:44:37.563Z PASS [ 0.035s] api_identity test::test_identity
51342025-01-13T09:44:37.565Z PASS [ 0.036s] api_identity test::test_identity_no_field
51352025-01-13T09:44:37.576Z PASS [ 0.043s] bootstore trust_quorum::rack_secret::tests::create_and_verify
51362025-01-13T09:44:37.579Z PASS [ 0.049s] bootstore schemes::tests::hello_roundtrip
51372025-01-13T09:44:37.581Z PASS [ 0.053s] bootstore schemes::v0::share_pkg::tests::create_packages
51382025-01-13T09:44:37.592Z PASS [ 0.024s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
51392025-01-13T09:44:37.606Z PASS [ 0.079s] authz-macros tests::test_authz_snapshots
51402025-01-13T09:44:37.638Z PASS [ 0.047s] clickana chart::tests::gather_chart_data_for_disk_usage_success
51412025-01-13T09:44:37.645Z PASS [ 0.032s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
51422025-01-13T09:44:37.648Z PASS [ 0.116s] bootstore schemes::v0::peer::tests::network_config
51432025-01-13T09:44:37.662Z PASS [ 0.024s] clickana chart::tests::gather_chart_data_for_query_count_success
51442025-01-13T09:44:37.668Z PASS [ 0.024s] clickana chart::tests::gather_chart_data_for_running_queries_success
51452025-01-13T09:44:37.724Z PASS [ 0.055s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
51462025-01-13T09:44:37.739Z PASS [ 0.095s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
51472025-01-13T09:44:37.744Z PASS [ 0.081s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
51482025-01-13T09:44:37.750Z PASS [ 0.025s] clickhouse-admin-types tests::test_empty_output_parse_fail
51492025-01-13T09:44:37.762Z PASS [ 0.023s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
51502025-01-13T09:44:37.774Z PASS [ 0.029s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
51512025-01-13T09:44:37.780Z PASS [ 0.029s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
51522025-01-13T09:44:37.786Z PASS [ 0.023s] clickhouse-admin-types tests::test_full_lgif_parse_success
51532025-01-13T09:44:37.799Z PASS [ 0.024s] clickhouse-admin-types tests::test_full_raft_config_parse_success
51542025-01-13T09:44:37.820Z PASS [ 0.039s] clickhouse-admin-types tests::test_generate_keeper_config
51552025-01-13T09:44:37.820Z PASS [ 0.033s] clickhouse-admin-types tests::test_generate_replica_config
51562025-01-13T09:44:37.829Z PASS [ 0.026s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
51572025-01-13T09:44:37.845Z PASS [ 0.025s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
51582025-01-13T09:44:37.851Z PASS [ 0.030s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
51592025-01-13T09:44:37.854Z PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
51602025-01-13T09:44:37.854Z PASS [ 0.274s] cert-dev::test-cert-dev test_cert_create
51612025-01-13T09:44:37.867Z PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
51622025-01-13T09:44:37.873Z PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
51632025-01-13T09:44:37.879Z PASS [ 0.027s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
51642025-01-13T09:44:37.884Z PASS [ 0.032s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
51652025-01-13T09:44:37.889Z PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
51662025-01-13T09:44:37.895Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
51672025-01-13T09:44:37.900Z PASS [ 0.020s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
51682025-01-13T09:44:37.904Z PASS [ 0.020s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
51692025-01-13T09:44:37.910Z PASS [ 0.020s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
51702025-01-13T09:44:37.915Z PASS [ 0.020s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
51712025-01-13T09:44:37.921Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
51722025-01-13T09:44:37.927Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
51732025-01-13T09:44:37.932Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
51742025-01-13T09:44:37.937Z PASS [ 0.021s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
51752025-01-13T09:44:37.943Z PASS [ 0.022s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
51762025-01-13T09:44:37.948Z PASS [ 0.021s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
51772025-01-13T09:44:37.954Z PASS [ 0.022s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
51782025-01-13T09:44:37.959Z PASS [ 0.021s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
51792025-01-13T09:44:37.966Z PASS [ 0.022s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
51802025-01-13T09:44:37.987Z PASS [ 0.021s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
51812025-01-13T09:44:37.990Z PASS [ 0.028s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
51822025-01-13T09:44:38.006Z PASS [ 0.018s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
51832025-01-13T09:44:38.011Z PASS [ 0.023s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
51842025-01-13T09:44:38.023Z PASS [ 0.017s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
51852025-01-13T09:44:38.040Z PASS [ 0.092s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
51862025-01-13T09:44:38.045Z PASS [ 0.087s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
51872025-01-13T09:44:38.251Z PASS [ 0.665s] clickana chart::tests::gather_chart_data_failure
51882025-01-13T09:44:38.344Z PASS [ 0.093s] db-macros lookup::test::test_lookup_snapshots
51892025-01-13T09:44:38.361Z PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_fails_for_enums
51902025-01-13T09:44:38.380Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
51912025-01-13T09:44:38.397Z PASS [ 0.373s] db-dev::test-db-dev test_db_dev_wipe_no_args
51922025-01-13T09:44:38.397Z PASS [ 0.385s] db-dev::test-db-dev test_db_dev_populate_no_args
51932025-01-13T09:44:38.407Z PASS [ 0.022s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
51942025-01-13T09:44:38.418Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
51952025-01-13T09:44:38.424Z PASS [ 0.026s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
51962025-01-13T09:44:38.434Z PASS [ 0.026s] db-macros tests::test_derive_snapshots
51972025-01-13T09:44:38.440Z PASS [ 0.021s] db-macros tests::test_derive_with_unknown_field
51982025-01-13T09:44:38.648Z PASS [ 1.120s] bootstore schemes::v0::peer::tests::basic_3_nodes
51992025-01-13T09:44:38.750Z PASS [ 0.314s] dns-server storage::test::test_update_in_progress
52002025-01-13T09:44:38.752Z PASS [ 0.309s] dns-server storage::test::test_update_interrupted
52012025-01-13T09:44:38.752Z PASS [ 0.326s] dns-server storage::test::test_update_basic
52022025-01-13T09:44:39.253Z PASS [ 0.503s] dns-server::basic_test aaaa_crud
52032025-01-13T09:44:39.256Z PASS [ 0.491s] dns-server::basic_test empty_record
52042025-01-13T09:44:39.256Z PASS [ 0.605s] dns-server::basic_test a_crud
52052025-01-13T09:44:39.270Z PASS [ 0.504s] dns-server::basic_test answers_match_question
52062025-01-13T09:44:39.495Z PASS [ 0.241s] dns-server::basic_test name_contains_zone
52072025-01-13T09:44:39.502Z PASS [ 0.248s] dns-server::basic_test nxdomain
52082025-01-13T09:44:39.509Z PASS [ 0.255s] dns-server::basic_test multi_record_crud
52092025-01-13T09:44:39.525Z PASS [ 0.254s] dns-server::basic_test servfail
52102025-01-13T09:44:39.570Z PASS [ 0.045s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
52112025-01-13T09:44:39.576Z PASS [ 0.066s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
52122025-01-13T09:44:39.672Z PASS [ 0.102s] illumos-utils destructor::test::test_delayed_delete
52132025-01-13T09:44:39.703Z PASS [ 0.031s] illumos-utils destructor::test::test_destructor_bad_close
52142025-01-13T09:44:39.719Z PASS [ 0.224s] dns-server::basic_test srv_crud
52152025-01-13T09:44:39.734Z PASS [ 0.031s] illumos-utils link::test::test_allocate
52162025-01-13T09:44:39.747Z PASS [ 0.027s] illumos-utils link::test::test_allocate_within_scopes
52172025-01-13T09:44:39.764Z PASS [ 0.029s] illumos-utils running_zone::tests::test_is_oxide_smf_service
52182025-01-13T09:44:39.782Z PASS [ 0.034s] illumos-utils zfs::test::parse_dataset_bad_avail
52192025-01-13T09:44:39.793Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_bad_quota
52202025-01-13T09:44:39.809Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_bad_reservation
52212025-01-13T09:44:39.819Z PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_bad_usage
52222025-01-13T09:44:39.843Z PASS [ 0.033s] illumos-utils zfs::test::parse_dataset_bad_uuid
52232025-01-13T09:44:39.853Z PASS [ 0.033s] illumos-utils zfs::test::parse_dataset_missing_fields
52242025-01-13T09:44:39.873Z PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_props
52252025-01-13T09:44:39.881Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_props_with_optionals
52262025-01-13T09:44:39.900Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_too_many_columns
52272025-01-13T09:44:39.907Z PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
52282025-01-13T09:44:39.927Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
52292025-01-13T09:44:39.934Z PASS [ 0.026s] illumos-utils zfs::test::parse_quota_ignored_if_default
52302025-01-13T09:44:39.955Z PASS [ 0.028s] illumos-utils zfs::test::parse_reservation_ignored_if_default
52312025-01-13T09:44:39.961Z PASS [ 0.026s] illumos-utils zfs::test::parse_sorts_and_dedups
52322025-01-13T09:44:39.982Z PASS [ 0.027s] illumos-utils zone::tests::test_parse_ip_network
52332025-01-13T09:44:39.990Z PASS [ 0.028s] illumos-utils zpool::test::test_parse_zpool
52342025-01-13T09:44:40.010Z PASS [ 0.027s] illumos-utils zpool::test::test_parse_zpool_missing_column
52352025-01-13T09:44:40.103Z PASS [ 2.537s] bootstore::v0-fsm-proptest-learner run
52362025-01-13T09:44:40.428Z PASS [ 0.325s] installinator-common block_size_writer::tests::proptest_block_writer
52372025-01-13T09:44:40.725Z PASS [ 1.148s] illumos-utils destructor::test::test_delayed_delete_with_error
52382025-01-13T09:44:41.663Z PASS [ 0.937s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
52392025-01-13T09:44:41.674Z PASS [ 1.245s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
52402025-01-13T09:44:42.023Z PASS [ 0.360s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
52412025-01-13T09:44:42.092Z PASS [ 0.418s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
52422025-01-13T09:44:42.106Z PASS [ 2.096s] installinator write::tests::proptest_write_artifact
52432025-01-13T09:44:42.337Z PASS [ 0.313s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
52442025-01-13T09:44:42.349Z PASS [ 0.257s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
52452025-01-13T09:44:42.353Z PASS [ 0.243s] internal-dns-resolver resolver::test::update_record
52462025-01-13T09:44:42.384Z PASS [ 0.046s] internal-dns-types config::test::display_hosts
52472025-01-13T09:44:42.384Z PASS [ 0.033s] internal-dns-types config::test::display_srv_service
52482025-01-13T09:44:42.418Z PASS [ 0.068s] internal-dns-types config::test::test_builder_errors
52492025-01-13T09:44:42.448Z PASS [ 0.065s] internal-dns-types config::test::test_builder_output
52502025-01-13T09:44:42.451Z PASS [ 0.030s] internal-dns-types diff::test::diff_equivalent
52512025-01-13T09:44:42.456Z PASS [ 0.072s] internal-dns-types diff::test::diff_different
52522025-01-13T09:44:42.476Z PASS [ 0.027s] internal-dns-types diff::test::diff_invalid
52532025-01-13T09:44:42.487Z PASS [ 4.910s] bootstore::v0-fsm-proptest-rack-coordinator run
52542025-01-13T09:44:42.500Z PASS [ 0.051s] ipcc tests::deserialize_fixed_value
52552025-01-13T09:44:42.515Z PASS [ 0.039s] ipcc tests::serialized_size
52562025-01-13T09:44:42.518Z PASS [ 0.059s] ipcc tests::installinator_image_id_round_trip
52572025-01-13T09:44:42.575Z PASS [ 0.059s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
52582025-01-13T09:44:42.577Z PASS [ 0.087s] key-manager tests::different_disks_produce_different_keys
52592025-01-13T09:44:42.577Z PASS [ 0.059s] key-manager tests::disk_encryption_key_epoch_0
52602025-01-13T09:44:42.577Z PASS [ 0.075s] key-manager tests::different_ikm_produces_different_keys
52612025-01-13T09:44:42.674Z PASS [ 0.099s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
52622025-01-13T09:44:42.681Z PASS [ 0.106s] nexus-auth authn::external::session_cookie::test::test_get_token
52632025-01-13T09:44:42.705Z PASS [ 0.129s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
52642025-01-13T09:44:42.708Z PASS [ 0.130s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
52652025-01-13T09:44:42.712Z PASS [ 0.037s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
52662025-01-13T09:44:42.718Z PASS [ 0.030s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
52672025-01-13T09:44:42.737Z PASS [ 0.032s] nexus-auth authn::external::session_cookie::test::test_other_cookie
52682025-01-13T09:44:42.748Z PASS [ 0.042s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
52692025-01-13T09:44:42.754Z PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
52702025-01-13T09:44:42.756Z PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
52712025-01-13T09:44:42.777Z PASS [ 0.040s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
52722025-01-13T09:44:42.788Z PASS [ 0.040s] nexus-auth authn::external::spoof::test::test_make_header_value
52732025-01-13T09:44:42.791Z PASS [ 0.034s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
52742025-01-13T09:44:42.807Z PASS [ 0.047s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
52752025-01-13T09:44:42.812Z PASS [ 0.035s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
52762025-01-13T09:44:42.828Z PASS [ 0.038s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
52772025-01-13T09:44:42.838Z PASS [ 0.049s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
52782025-01-13T09:44:42.845Z PASS [ 0.031s] nexus-auth authn::external::token::test::test_make_header_value
52792025-01-13T09:44:42.871Z PASS [ 0.043s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
52802025-01-13T09:44:42.874Z PASS [ 0.064s] nexus-auth authn::external::test::test_authn_sequence
52812025-01-13T09:44:42.878Z PASS [ 0.039s] nexus-auth authn::external::token::test::test_token_header_missing
52822025-01-13T09:44:42.896Z PASS [ 0.050s] nexus-auth authn::external::token::test::test_token_header_valid
52832025-01-13T09:44:42.931Z PASS [ 4.889s] db-dev::test-db-dev test_db_killed
52842025-01-13T09:44:42.947Z PASS [ 0.076s] nexus-auth authn::test::test_internal_users
52852025-01-13T09:44:42.966Z PASS [ 0.087s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
52862025-01-13T09:44:42.996Z PASS [ 0.065s] nexus-auth context::test::test_child_context
52872025-01-13T09:44:42.999Z PASS [ 0.101s] nexus-auth context::test::test_background_context
52882025-01-13T09:44:43.012Z PASS [ 0.140s] nexus-auth authz::context::test::test_unregistered_resource
52892025-01-13T09:44:43.018Z PASS [ 0.070s] nexus-auth context::test::test_test_context
52902025-01-13T09:44:43.041Z PASS [ 0.029s] nexus-config nexus_config::test::test_config_nonexistent
52912025-01-13T09:44:43.058Z PASS [ 0.061s] nexus-config nexus_config::test::test_config_empty
52922025-01-13T09:44:43.060Z PASS [ 0.061s] nexus-config nexus_config::test::test_config_bad_toml
52932025-01-13T09:44:43.085Z PASS [ 3.583s] dns-server::commands_test test_dnsadm
52942025-01-13T09:44:43.149Z PASS [ 0.183s] nexus-config nexus_config::test::test_bad_authn_schemes
52952025-01-13T09:44:43.152Z PASS [ 0.131s] nexus-config nexus_config::test::test_deployment_config_schema
52962025-01-13T09:44:43.152Z PASS [ 0.108s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
52972025-01-13T09:44:43.152Z PASS [ 0.090s] nexus-config nexus_config::test::test_valid
52982025-01-13T09:44:43.176Z PASS [ 0.111s] nexus-config nexus_config::test::test_repo_configs_are_valid
52992025-01-13T09:44:43.178Z PASS [ 0.091s] nexus-config postgres_config::test::test_bad_url
53002025-01-13T09:44:43.189Z PASS [ 0.039s] nexus-db-fixed-data test::test_allowlist_id_is_valid
53012025-01-13T09:44:43.195Z PASS [ 0.045s] nexus-config postgres_config::test::test_example_url
53022025-01-13T09:44:43.202Z PASS [ 0.026s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
53032025-01-13T09:44:43.208Z PASS [ 0.058s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
53042025-01-13T09:44:43.215Z PASS [ 0.065s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
53052025-01-13T09:44:43.226Z PASS [ 0.036s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
53062025-01-13T09:44:43.235Z PASS [ 0.059s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
53072025-01-13T09:44:43.250Z PASS [ 0.041s] nexus-db-model instance_state::tests::test_from_str_roundtrips
53082025-01-13T09:44:43.265Z PASS [ 0.069s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
53092025-01-13T09:44:43.284Z PASS [ 0.043s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
53102025-01-13T09:44:43.286Z PASS [ 0.069s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
53112025-01-13T09:44:43.310Z PASS [ 0.084s] nexus-db-model device_auth::test::test_generate_user_code
53122025-01-13T09:44:43.341Z PASS [ 0.067s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
53132025-01-13T09:44:43.345Z PASS [ 0.096s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
53142025-01-13T09:44:43.345Z PASS [ 0.090s] nexus-db-model schema_versions::test::test_known_versions
53152025-01-13T09:44:43.345Z PASS [ 0.056s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
53162025-01-13T09:44:43.349Z PASS [ 0.038s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
53172025-01-13T09:44:43.407Z PASS [ 0.068s] nexus-db-model schema_versions::test::test_verify
53182025-01-13T09:44:43.410Z PASS [ 0.058s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
53192025-01-13T09:44:43.410Z PASS [ 0.065s] nexus-db-model tests::test_roles_database_strings
53202025-01-13T09:44:43.478Z PASS [ 0.127s] nexus-db-model tests::test_ip_subnet_check_requestable_address
53212025-01-13T09:44:43.480Z PASS [ 0.068s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
53222025-01-13T09:44:43.480Z PASS [ 0.109s] nexus-db-model tests::test_ipv6_net_random_subnet
53232025-01-13T09:44:43.480Z PASS [ 0.128s] nexus-db-model semver_version::test::test_to_from_sortable_string
53242025-01-13T09:44:43.546Z PASS [ 0.097s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
53252025-01-13T09:44:43.592Z PASS [ 3.601s] installinator mock_peers::tests::proptest_fetch_artifact
53262025-01-13T09:44:47.020Z PASS [ 3.531s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
53272025-01-13T09:44:47.112Z PASS [ 3.607s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
53282025-01-13T09:44:47.165Z PASS [ 3.675s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
53292025-01-13T09:44:47.209Z PASS [ 3.661s] nexus-db-queries db::collection_attach::test::test_attach_once
53302025-01-13T09:44:47.211Z PASS [ 3.800s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
53312025-01-13T09:44:47.247Z PASS [ 3.768s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
53322025-01-13T09:44:47.263Z PASS [ 0.051s] nexus-db-queries db::collection_attach::test::test_verify_query
53332025-01-13T09:44:47.373Z PASS [ 3.780s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
53342025-01-13T09:44:49.798Z PASS [ 2.685s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
53352025-01-13T09:44:49.838Z PASS [ 2.573s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
53362025-01-13T09:44:50.005Z PASS [ 2.983s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
53372025-01-13T09:44:50.051Z PASS [ 0.046s] nexus-db-queries db::collection_detach::test::test_verify_query
53382025-01-13T09:44:50.434Z PASS [ 3.224s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
53392025-01-13T09:44:50.475Z PASS [ 3.101s] nexus-db-queries db::collection_detach::test::test_detach_once
53402025-01-13T09:44:50.482Z PASS [ 3.234s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
53412025-01-13T09:44:50.488Z PASS [ 3.318s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
53422025-01-13T09:44:52.859Z PASS [ 3.060s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
53432025-01-13T09:44:52.994Z PASS [ 3.156s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
53442025-01-13T09:44:53.222Z PASS [ 2.733s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
53452025-01-13T09:44:53.232Z PASS [ 3.181s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
53462025-01-13T09:44:53.277Z PASS [ 0.044s] nexus-db-queries db::collection_detach_many::test::test_verify_query
53472025-01-13T09:44:53.319Z PASS [ 2.836s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
53482025-01-13T09:44:53.415Z PASS [ 2.980s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
53492025-01-13T09:44:53.442Z PASS [ 2.967s] nexus-db-queries db::collection_detach_many::test::test_detach_many
53502025-01-13T09:44:53.460Z PASS [ 0.045s] nexus-db-queries db::collection_insert::test::test_verify_query
53512025-01-13T09:44:53.482Z PASS [ 0.040s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
53522025-01-13T09:44:53.504Z PASS [ 0.044s] nexus-db-queries db::column_walker::test::test_walk_columns
53532025-01-13T09:44:53.526Z PASS [ 0.043s] nexus-db-queries db::column_walker::test::test_walk_table
53542025-01-13T09:44:53.815Z PASS [ 15.768s] db-dev::test-db-dev test_db_run
53552025-01-13T09:44:55.183Z PASS [ 1.863s] nexus-db-queries db::collection_insert::test::test_collection_present
53562025-01-13T09:44:55.347Z PASS [ 2.069s] nexus-db-queries db::collection_insert::test::test_collection_not_present
53572025-01-13T09:44:55.480Z PASS [ 2.621s] nexus-db-queries db::collection_detach_many::test::test_detach_once
53582025-01-13T09:44:55.629Z PASS [ 2.634s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
53592025-01-13T09:44:55.896Z PASS [ 2.672s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
53602025-01-13T09:44:57.241Z PASS [ 3.715s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
53612025-01-13T09:44:57.393Z PASS [ 3.889s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
53622025-01-13T09:44:57.725Z PASS [ 3.910s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
53632025-01-13T09:44:58.696Z PASS [ 2.800s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
53642025-01-13T09:44:59.699Z PASS [ 2.456s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
53652025-01-13T09:44:59.732Z PASS [ 4.549s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
53662025-01-13T09:44:59.826Z PASS [ 4.479s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
53672025-01-13T09:45:00.206Z PASS [ 2.812s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
53682025-01-13T09:45:00.325Z PASS [ 4.696s] nexus-db-queries db::datastore::dataset::test::test_upsert_and_delete_while_blueprint_changes
53692025-01-13T09:45:00.363Z PASS [ 4.883s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
53702025-01-13T09:45:02.849Z PASS [ 5.123s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
53712025-01-13T09:45:03.334Z PASS [ 4.637s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
53722025-01-13T09:45:03.399Z PASS [ 0.065s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
53732025-01-13T09:45:03.949Z PASS [ 4.250s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
53742025-01-13T09:45:04.502Z PASS [ 4.675s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
53752025-01-13T09:45:04.532Z PASS [ 4.799s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
53762025-01-13T09:45:04.660Z PASS [ 4.334s] nexus-db-queries db::datastore::deployment::tests::test_set_target
53772025-01-13T09:45:04.933Z PASS [ 4.726s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
53782025-01-13T09:45:05.036Z PASS [ 4.672s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
53792025-01-13T09:45:07.314Z PASS [ 4.464s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
53802025-01-13T09:45:07.730Z PASS [ 4.328s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
53812025-01-13T09:45:08.626Z PASS [ 4.676s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
53822025-01-13T09:45:08.952Z PASS [ 4.419s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
53832025-01-13T09:45:09.017Z PASS [ 4.082s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
53842025-01-13T09:45:09.221Z PASS [ 4.560s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
53852025-01-13T09:45:09.947Z PASS [ 4.911s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
53862025-01-13T09:45:10.022Z PASS [ 5.519s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
53872025-01-13T09:45:12.179Z PASS [ 4.450s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
53882025-01-13T09:45:13.402Z PASS [ 4.775s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
53892025-01-13T09:45:13.511Z PASS [ 4.558s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
53902025-01-13T09:45:13.563Z PASS [ 4.546s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
53912025-01-13T09:45:13.612Z PASS [ 4.390s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
53922025-01-13T09:45:13.910Z PASS [ 6.595s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
53932025-01-13T09:45:14.332Z PASS [ 4.384s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
53942025-01-13T09:45:14.577Z PASS [ 4.554s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
53952025-01-13T09:45:17.200Z PASS [ 5.021s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
53962025-01-13T09:45:17.933Z PASS [ 4.531s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
53972025-01-13T09:45:18.726Z PASS [ 5.113s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
53982025-01-13T09:45:18.740Z PASS [ 4.408s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
53992025-01-13T09:45:18.924Z PASS [ 5.413s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
54002025-01-13T09:45:18.932Z PASS [ 5.022s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
54012025-01-13T09:45:19.295Z PASS [ 4.718s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
54022025-01-13T09:45:20.273Z PASS [ 6.709s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
54032025-01-13T09:45:22.262Z PASS [ 4.328s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
54042025-01-13T09:45:23.186Z PASS [ 3.890s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
54052025-01-13T09:45:23.208Z PASS [ 4.468s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
54062025-01-13T09:45:23.258Z PASS [ 4.531s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
54072025-01-13T09:45:23.276Z PASS [ 6.075s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
54082025-01-13T09:45:23.461Z PASS [ 4.536s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
54092025-01-13T09:45:23.730Z PASS [ 4.796s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
54102025-01-13T09:45:26.400Z PASS [ 6.127s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
54112025-01-13T09:45:27.499Z PASS [ 4.240s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
54122025-01-13T09:45:27.519Z PASS [ 4.332s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
54132025-01-13T09:45:27.827Z PASS [ 4.550s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
54142025-01-13T09:45:27.895Z PASS [ 4.433s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
54152025-01-13T09:45:28.501Z PASS [ 4.771s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
54162025-01-13T09:45:30.903Z PASS [ 4.502s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
54172025-01-13T09:45:32.143Z PASS [ 4.622s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
54182025-01-13T09:45:32.377Z PASS [ 4.877s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
54192025-01-13T09:45:32.839Z PASS [ 5.012s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
54202025-01-13T09:45:33.249Z PASS [ 4.748s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
54212025-01-13T09:45:34.213Z PASS [ 6.316s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
54222025-01-13T09:45:34.260Z PASS [ 0.046s] nexus-db-queries db::datastore::region::test::test_extent_count
54232025-01-13T09:45:35.307Z PASS [ 4.404s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
54242025-01-13T09:45:35.782Z PASS [ 13.519s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
54252025-01-13T09:45:36.692Z PASS [ 4.548s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
54262025-01-13T09:45:37.325Z PASS [ 4.947s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
54272025-01-13T09:45:37.390Z PASS [ 4.140s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
54282025-01-13T09:45:37.768Z PASS [ 4.928s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
54292025-01-13T09:45:38.635Z PASS [ 4.375s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
54302025-01-13T09:45:39.488Z PASS [ 4.180s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
54312025-01-13T09:45:40.041Z PASS [ 4.258s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
54322025-01-13T09:45:41.221Z PASS [ 3.895s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
54332025-01-13T09:45:41.231Z PASS [ 4.540s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
54342025-01-13T09:45:41.462Z PASS [ 4.072s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
54352025-01-13T09:45:41.983Z PASS [ 4.215s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
54362025-01-13T09:45:42.718Z PASS [ 4.082s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
54372025-01-13T09:45:43.810Z PASS [ 4.322s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
54382025-01-13T09:45:44.293Z PASS [ 4.252s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
54392025-01-13T09:45:45.487Z PASS [ 4.265s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
54402025-01-13T09:45:45.590Z PASS [ 4.127s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
54412025-01-13T09:45:45.734Z PASS [ 4.502s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
54422025-01-13T09:45:46.019Z PASS [ 22.808s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
54432025-01-13T09:45:46.319Z PASS [ 4.335s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
54442025-01-13T09:45:46.827Z PASS [ 4.109s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
54452025-01-13T09:45:47.831Z PASS [ 4.019s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
54462025-01-13T09:45:49.615Z PASS [ 5.321s] nexus-db-queries db::datastore::sled::test::sled_list_batch
54472025-01-13T09:45:50.539Z PASS [ 4.520s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
54482025-01-13T09:45:50.625Z PASS [ 5.034s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
54492025-01-13T09:45:50.729Z PASS [ 4.409s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
54502025-01-13T09:45:50.936Z PASS [ 5.449s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
54512025-01-13T09:45:51.152Z PASS [ 4.324s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
54522025-01-13T09:45:52.284Z PASS [ 4.453s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
54532025-01-13T09:45:54.695Z PASS [ 8.959s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
54542025-01-13T09:45:55.310Z PASS [ 4.157s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
54552025-01-13T09:45:55.512Z PASS [ 4.575s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
54562025-01-13T09:45:55.915Z PASS [ 6.299s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
54572025-01-13T09:45:56.357Z PASS [ 5.817s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
54582025-01-13T09:45:56.515Z PASS [ 5.890s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
54592025-01-13T09:45:56.540Z PASS [ 5.810s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
54602025-01-13T09:45:56.694Z PASS [ 4.409s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
54612025-01-13T09:45:59.478Z PASS [ 4.783s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
54622025-01-13T09:45:59.825Z PASS [ 4.515s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
54632025-01-13T09:46:00.166Z PASS [ 4.250s] nexus-db-queries db::datastore::test::test_project_creation
54642025-01-13T09:46:00.253Z PASS [ 4.741s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
54652025-01-13T09:46:00.629Z PASS [ 4.272s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
54662025-01-13T09:46:01.126Z PASS [ 4.610s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
54672025-01-13T09:46:01.400Z PASS [ 4.706s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
54682025-01-13T09:46:04.614Z PASS [ 4.788s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
54692025-01-13T09:46:04.856Z PASS [ 5.376s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
54702025-01-13T09:46:05.930Z PASS [ 4.529s] nexus-db-queries db::datastore::test::test_session_methods
54712025-01-13T09:46:06.984Z PASS [ 10.442s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
54722025-01-13T09:46:08.911Z PASS [ 4.296s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
54732025-01-13T09:46:09.054Z PASS [ 4.198s] nexus-db-queries db::datastore::test::test_ssh_keys
54742025-01-13T09:46:09.348Z PASS [ 9.093s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
54752025-01-13T09:46:10.087Z PASS [ 4.157s] nexus-db-queries db::datastore::test::test_table_scan
54762025-01-13T09:46:10.117Z PASS [ 9.949s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
54772025-01-13T09:46:11.122Z PASS [ 10.492s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
54782025-01-13T09:46:11.231Z PASS [ 4.247s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
54792025-01-13T09:46:11.473Z PASS [ 10.346s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
54802025-01-13T09:46:11.520Z PASS [ 0.047s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
54812025-01-13T09:46:11.567Z PASS [ 0.046s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
54822025-01-13T09:46:13.053Z PASS [ 4.141s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
54832025-01-13T09:46:13.312Z PASS [ 4.257s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
54842025-01-13T09:46:13.585Z PASS [ 4.237s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
54852025-01-13T09:46:14.450Z PASS [ 4.362s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
54862025-01-13T09:46:14.591Z PASS [ 4.474s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
54872025-01-13T09:46:15.325Z PASS [ 4.202s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
54882025-01-13T09:46:17.626Z PASS [ 4.313s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
54892025-01-13T09:46:17.761Z PASS [ 4.175s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
54902025-01-13T09:46:18.635Z PASS [ 4.184s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_fail_without_volume
54912025-01-13T09:46:18.991Z PASS [ 4.399s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
54922025-01-13T09:46:19.937Z PASS [ 4.611s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
54932025-01-13T09:46:20.848Z PASS [ 1.856s] nexus-db-queries db::explain::test::test_explain_async
54942025-01-13T09:46:21.617Z PASS [ 10.386s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
54952025-01-13T09:46:21.846Z PASS [ 10.277s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
54962025-01-13T09:46:21.872Z PASS [ 1.935s] nexus-db-queries db::explain::test::test_explain_full_table_scan
54972025-01-13T09:46:22.859Z PASS [ 5.098s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
54982025-01-13T09:46:23.742Z PASS [ 10.688s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
54992025-01-13T09:46:24.419Z PASS [ 2.801s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
55002025-01-13T09:46:24.674Z PASS [ 0.046s] nexus-db-queries db::pagination::test::test_paginator
55012025-01-13T09:46:24.674Z PASS [ 6.846s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
55022025-01-13T09:46:24.677Z PASS [ 2.764s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
55032025-01-13T09:46:24.677Z PASS [ 2.807s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
55042025-01-13T09:46:24.921Z PASS [ 6.285s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
55052025-01-13T09:46:25.034Z PASS [ 4.185s] nexus-db-queries db::lookup::test::test_lookup
55062025-01-13T09:46:25.663Z PASS [ 2.803s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
55072025-01-13T09:46:26.327Z PASS [ 2.584s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
55082025-01-13T09:46:29.099Z PASS [ 4.444s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
55092025-01-13T09:46:29.141Z PASS [ 4.219s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
55102025-01-13T09:46:29.411Z PASS [ 4.773s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
55112025-01-13T09:46:29.588Z PASS [ 5.114s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
55122025-01-13T09:46:29.631Z PASS [ 0.042s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
55132025-01-13T09:46:29.656Z PASS [ 5.189s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
55142025-01-13T09:46:29.743Z PASS [ 4.708s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
55152025-01-13T09:46:30.461Z PASS [ 4.797s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
55162025-01-13T09:46:31.254Z PASS [ 4.927s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
55172025-01-13T09:46:33.717Z PASS [ 4.618s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
55182025-01-13T09:46:33.903Z PASS [ 4.762s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
55192025-01-13T09:46:34.042Z PASS [ 4.410s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
55202025-01-13T09:46:34.212Z PASS [ 4.468s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
55212025-01-13T09:46:34.226Z PASS [ 4.570s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
55222025-01-13T09:46:34.959Z PASS [ 4.497s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
55232025-01-13T09:46:35.174Z PASS [ 5.763s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
55242025-01-13T09:46:35.417Z PASS [ 4.162s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
55252025-01-13T09:46:38.371Z PASS [ 4.328s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
55262025-01-13T09:46:38.508Z PASS [ 4.790s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
55272025-01-13T09:46:38.555Z PASS [ 0.047s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
55282025-01-13T09:46:38.584Z PASS [ 4.680s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
55292025-01-13T09:46:38.760Z PASS [ 4.547s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
55302025-01-13T09:46:38.843Z PASS [ 4.616s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
55312025-01-13T09:46:39.565Z PASS [ 4.605s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
55322025-01-13T09:46:39.745Z PASS [ 4.570s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
55332025-01-13T09:46:39.784Z PASS [ 0.039s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
55342025-01-13T09:46:39.968Z PASS [ 4.550s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
55352025-01-13T09:46:40.435Z PASS [ 0.467s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
55362025-01-13T09:46:40.820Z PASS [ 2.235s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
55372025-01-13T09:46:40.851Z PASS [ 0.415s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
55382025-01-13T09:46:41.255Z PASS [ 2.411s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
55392025-01-13T09:46:41.294Z PASS [ 2.534s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
55402025-01-13T09:46:42.026Z PASS [ 2.461s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
55412025-01-13T09:46:42.237Z PASS [ 2.452s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
55422025-01-13T09:46:42.316Z PASS [ 0.289s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
55432025-01-13T09:46:42.525Z PASS [ 0.287s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
55442025-01-13T09:46:42.711Z PASS [ 0.390s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
55452025-01-13T09:46:42.734Z PASS [ 1.479s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
55462025-01-13T09:46:42.805Z PASS [ 1.984s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
55472025-01-13T09:46:42.927Z PASS [ 0.402s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
55482025-01-13T09:46:42.934Z PASS [ 4.562s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
55492025-01-13T09:46:43.041Z PASS [ 0.106s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
55502025-01-13T09:46:43.082Z PASS [ 0.040s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
55512025-01-13T09:46:43.138Z PASS [ 0.057s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
55522025-01-13T09:46:43.185Z PASS [ 0.046s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
55532025-01-13T09:46:43.234Z PASS [ 0.049s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
55542025-01-13T09:46:43.276Z PASS [ 2.424s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
55552025-01-13T09:46:43.354Z PASS [ 4.798s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
55562025-01-13T09:46:43.579Z PASS [ 2.285s] nexus-db-queries db::queries::region_allocation::test::explainable
55572025-01-13T09:46:44.476Z PASS [ 1.741s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
55582025-01-13T09:46:44.485Z PASS [ 1.680s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
55592025-01-13T09:46:44.535Z PASS [ 1.828s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
55602025-01-13T09:46:44.745Z PASS [ 1.818s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
55612025-01-13T09:46:44.796Z PASS [ 0.050s] nexus-defaults tests::test_random_vpc_ipv6_prefix
55622025-01-13T09:46:44.818Z PASS [ 1.583s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
55632025-01-13T09:46:44.891Z PASS [ 0.074s] nexus-inventory builder::test::test_empty
55642025-01-13T09:46:44.978Z PASS [ 0.086s] nexus-inventory builder::test::test_problems
55652025-01-13T09:46:45.015Z PASS [ 1.739s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
55662025-01-13T09:46:45.052Z PASS [ 1.697s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
55672025-01-13T09:46:45.206Z PASS [ 0.409s] nexus-inventory builder::test::test_basic
55682025-01-13T09:46:46.058Z PASS [ 1.006s] nexus-inventory collector::test::test_multi_mgs_failure
55692025-01-13T09:46:46.436Z PASS [ 1.230s] nexus-inventory collector::test::test_sled_agent_failure
55702025-01-13T09:46:46.754Z PASS [ 1.775s] nexus-inventory collector::test::test_basic
55712025-01-13T09:46:46.920Z PASS [ 1.905s] nexus-inventory collector::test::test_multi_mgs
55722025-01-13T09:46:47.052Z PASS [ 0.131s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
55732025-01-13T09:46:47.052Z PASS [ 0.298s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
55742025-01-13T09:46:47.092Z PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
55752025-01-13T09:46:47.111Z PASS [ 0.058s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
55762025-01-13T09:46:47.166Z PASS [ 0.055s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
55772025-01-13T09:46:47.174Z PASS [ 0.081s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
55782025-01-13T09:46:47.213Z PASS [ 0.046s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
55792025-01-13T09:46:47.224Z PASS [ 0.050s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
55802025-01-13T09:46:47.257Z PASS [ 0.044s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
55812025-01-13T09:46:47.267Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
55822025-01-13T09:46:47.302Z PASS [ 0.045s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_datasets
55832025-01-13T09:46:47.312Z PASS [ 0.044s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_disks
55842025-01-13T09:46:47.347Z PASS [ 0.045s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
55852025-01-13T09:46:47.363Z PASS [ 0.049s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
55862025-01-13T09:46:47.398Z PASS [ 0.050s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
55872025-01-13T09:46:47.408Z PASS [ 0.044s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
55882025-01-13T09:46:47.452Z PASS [ 0.054s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
55892025-01-13T09:46:48.233Z PASS [ 3.697s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
55902025-01-13T09:46:48.787Z PASS [ 4.300s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
55912025-01-13T09:46:51.222Z PASS [ 4.785s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
55922025-01-13T09:46:51.223Z PASS [ 5.163s] nexus-metrics-producer-gc tests::test_prune_expired_producers
55932025-01-13T09:46:51.298Z PASS [ 0.074s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
55942025-01-13T09:46:51.371Z PASS [ 0.073s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
55952025-01-13T09:46:51.432Z PASS [ 0.060s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
55962025-01-13T09:46:51.492Z PASS [ 0.060s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
55972025-01-13T09:46:52.107Z PASS [ 8.527s] nexus-db-queries policy_test::test_conferred_roles
55982025-01-13T09:47:15.395Z PASS [ 23.286s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
55992025-01-13T09:47:16.804Z PASS [ 29.350s] nexus-reconfigurator-execution datasets::tests::test_dataset_record_blueprint_removal_without_expunging
56002025-01-13T09:47:17.601Z PASS [ 28.813s] nexus-reconfigurator-execution datasets::tests::test_dataset_records_delete
56012025-01-13T09:47:17.774Z PASS [ 29.538s] nexus-reconfigurator-execution datasets::tests::test_dataset_record_create
56022025-01-13T09:47:22.446Z PASS [ 31.221s] nexus-reconfigurator-execution datasets::tests::test_dataset_records_update
56032025-01-13T09:47:22.800Z PASS [ 0.354s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
56042025-01-13T09:47:22.840Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
56052025-01-13T09:47:22.879Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
56062025-01-13T09:47:22.922Z PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_backcompat_reuse_existing_database_dataset_ids
56072025-01-13T09:47:23.015Z PASS [ 0.092s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
56082025-01-13T09:47:23.064Z PASS [ 0.048s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
56092025-01-13T09:47:23.111Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
56102025-01-13T09:47:23.213Z PASS [ 0.101s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
56112025-01-13T09:47:23.263Z PASS [ 0.050s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
56122025-01-13T09:47:23.303Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
56132025-01-13T09:47:23.338Z PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
56142025-01-13T09:47:23.376Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
56152025-01-13T09:47:23.414Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
56162025-01-13T09:47:23.452Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
56172025-01-13T09:47:23.496Z PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
56182025-01-13T09:47:23.534Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
56192025-01-13T09:47:23.572Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::external_dns_ips_are_partitioned_separately
56202025-01-13T09:47:23.655Z PASS [ 0.083s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
56212025-01-13T09:47:30.896Z PASS [ 7.240s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator
56222025-01-13T09:47:30.940Z PASS [ 0.044s] nexus-reconfigurator-planning blueprint_builder::internal_dns::test::test_dns_subnet_allocator
56232025-01-13T09:47:32.325Z PASS [ 1.384s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
56242025-01-13T09:47:33.673Z PASS [ 1.348s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
56252025-01-13T09:47:34.306Z PASS [ 0.632s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
56262025-01-13T09:47:34.725Z PASS [ 0.419s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
56272025-01-13T09:47:34.786Z PASS [ 0.060s] nexus-reconfigurator-planning example::tests::builder_zone_counts
56282025-01-13T09:47:34.818Z PASS [ 0.032s] nexus-reconfigurator-planning example::tests::instances_on_examples
56292025-01-13T09:47:34.850Z PASS [ 0.032s] nexus-reconfigurator-planning ip_allocator::test::test_basic
56302025-01-13T09:47:34.943Z PASS [ 0.092s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
56312025-01-13T09:47:35.029Z PASS [ 0.086s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
56322025-01-13T09:47:35.078Z PASS [ 0.048s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
56332025-01-13T09:47:35.191Z PASS [ 0.112s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
56342025-01-13T09:47:35.251Z PASS [ 0.059s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
56352025-01-13T09:47:35.320Z PASS [ 0.069s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
56362025-01-13T09:47:35.372Z PASS [ 0.051s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
56372025-01-13T09:47:35.424Z PASS [ 0.051s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
56382025-01-13T09:47:35.468Z PASS [ 0.044s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
56392025-01-13T09:47:35.507Z PASS [ 0.038s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
56402025-01-13T09:47:35.578Z PASS [ 0.070s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
56412025-01-13T09:47:35.636Z PASS [ 0.058s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
56422025-01-13T09:47:35.716Z PASS [ 0.079s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
56432025-01-13T09:47:35.811Z PASS [ 0.094s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
56442025-01-13T09:47:35.894Z PASS [ 0.083s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
56452025-01-13T09:47:35.991Z PASS [ 0.096s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
56462025-01-13T09:47:36.084Z PASS [ 0.093s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
56472025-01-13T09:47:36.151Z PASS [ 0.066s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
56482025-01-13T09:47:36.227Z PASS [ 0.075s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
56492025-01-13T09:47:36.432Z PASS [ 0.202s] nexus-saga-recovery recovery::test::test_execution_basic
56502025-01-13T09:47:36.468Z PASS [ 0.037s] nexus-saga-recovery recovery::test::test_plan_basic
56512025-01-13T09:47:36.520Z PASS [ 0.051s] nexus-saga-recovery recovery::test::test_read_all_from_channel
56522025-01-13T09:47:36.580Z PASS [ 0.060s] nexus-saga-recovery test::test_basic
56532025-01-13T09:47:36.635Z PASS [ 0.054s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
56542025-01-13T09:47:36.717Z PASS [ 0.082s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
56552025-01-13T09:47:36.781Z PASS [ 0.064s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
56562025-01-13T09:47:36.814Z PASS [ 0.033s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
56572025-01-13T09:47:36.873Z PASS [ 0.057s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
56582025-01-13T09:47:36.907Z PASS [ 0.034s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
56592025-01-13T09:47:36.942Z PASS [ 0.034s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
56602025-01-13T09:47:36.994Z PASS [ 0.052s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
56612025-01-13T09:47:37.756Z PASS [ 20.950s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
56622025-01-13T09:47:38.316Z PASS [ 20.541s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
56632025-01-13T09:47:39.117Z PASS [ 21.514s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
56642025-01-13T09:47:39.151Z PASS [ 0.033s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
56652025-01-13T09:47:39.192Z PASS [ 0.040s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
56662025-01-13T09:47:39.244Z PASS [ 0.052s] nexus-types external_api::shared::test::test_policy_parsing
56672025-01-13T09:47:39.268Z PASS [ 23.870s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
56682025-01-13T09:47:39.393Z PASS [ 0.148s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
56692025-01-13T09:47:39.400Z PASS [ 0.131s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
56702025-01-13T09:47:39.461Z PASS [ 0.061s] omicron-certificates tests::test_common_name_is_validated
56712025-01-13T09:47:39.489Z PASS [ 0.096s] omicron-certificates tests::test_cert_extended_key_usage
56722025-01-13T09:47:39.519Z PASS [ 0.057s] omicron-certificates tests::test_subject_alternate_names_are_validated
56732025-01-13T09:47:40.160Z PASS [ 0.670s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
56742025-01-13T09:47:40.338Z PASS [ 0.178s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
56752025-01-13T09:47:40.500Z PASS [ 0.162s] omicron-clickhouse-admin::integration_test test_lgif_parsing
56762025-01-13T09:47:40.684Z PASS [ 0.183s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
56772025-01-13T09:47:40.890Z PASS [ 0.206s] omicron-clickhouse-admin::integration_test test_teardown
56782025-01-13T09:47:41.984Z PASS [ 4.226s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
56792025-01-13T09:47:42.020Z PASS [ 2.500s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
56802025-01-13T09:47:42.068Z PASS [ 0.048s] omicron-common address::test::test_dns_subnets
56812025-01-13T09:47:42.106Z PASS [ 0.037s] omicron-common address::test::test_ip_range_checks_non_decreasing
56822025-01-13T09:47:42.179Z PASS [ 0.072s] omicron-common address::test::test_ip_range_enum_deserialization
56832025-01-13T09:47:42.223Z PASS [ 0.044s] omicron-common address::test::test_ip_range_iter
56842025-01-13T09:47:42.253Z PASS [ 0.030s] omicron-common address::test::test_ip_range_length
56852025-01-13T09:47:42.287Z PASS [ 0.033s] omicron-common address::test::test_ip_range_try_from
56862025-01-13T09:47:42.323Z PASS [ 0.036s] omicron-common address::test::test_ipv6_subnet_deserialize
56872025-01-13T09:47:42.355Z PASS [ 0.031s] omicron-common address::test::test_sled_address
56882025-01-13T09:47:42.390Z PASS [ 0.035s] omicron-common api::external::error::test::test_bail_unless
56892025-01-13T09:47:42.440Z PASS [ 0.049s] omicron-common api::external::error::test::test_context
56902025-01-13T09:47:42.488Z PASS [ 0.048s] omicron-common api::external::http_pagination::test::test_pagination_examples
56912025-01-13T09:47:42.526Z PASS [ 1.634s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
56922025-01-13T09:47:42.538Z PASS [ 0.049s] omicron-common api::external::http_pagination::test::test_pagination_schemas
56932025-01-13T09:47:42.594Z PASS [ 0.068s] omicron-common api::external::http_pagination::test::test_scan_by_id
56942025-01-13T09:47:42.594Z PASS [ 0.056s] omicron-common api::external::http_pagination::test::test_scan_by_name
56952025-01-13T09:47:42.625Z PASS [ 0.030s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
56962025-01-13T09:47:42.656Z PASS [ 0.050s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
56972025-01-13T09:47:42.691Z PASS [ 0.035s] omicron-common api::external::test::test_bytecount
56982025-01-13T09:47:42.694Z PASS [ 0.059s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
56992025-01-13T09:47:42.720Z PASS [ 0.028s] omicron-common api::external::test::test_bytecount_display
57002025-01-13T09:47:42.753Z PASS [ 0.032s] omicron-common api::external::test::test_firewall_deserialization
57012025-01-13T09:47:42.857Z PASS [ 0.159s] omicron-common api::external::test::test_digest
57022025-01-13T09:47:42.960Z PASS [ 0.206s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
57032025-01-13T09:47:42.968Z PASS [ 0.102s] omicron-common api::external::test::test_firewall_rule_target_parse
57042025-01-13T09:47:43.006Z PASS [ 0.046s] omicron-common api::external::test::test_hostname_from_str
57052025-01-13T09:47:43.020Z PASS [ 0.051s] omicron-common api::external::test::test_ip_port_range_from_str
57062025-01-13T09:47:43.043Z PASS [ 0.037s] omicron-common api::external::test::test_ip_port_range_into_str
57072025-01-13T09:47:43.066Z PASS [ 0.046s] omicron-common api::external::test::test_ipv6_net_operations
57082025-01-13T09:47:43.093Z PASS [ 0.027s] omicron-common api::external::test::test_mac_to_int_conversions
57092025-01-13T09:47:43.100Z PASS [ 0.057s] omicron-common api::external::test::test_mac_system_iterator
57102025-01-13T09:47:43.136Z PASS [ 0.042s] omicron-common api::external::test::test_macaddr
57112025-01-13T09:47:43.166Z PASS [ 0.064s] omicron-common api::external::test::test_name_parse
57122025-01-13T09:47:43.173Z PASS [ 0.036s] omicron-common api::external::test::test_name_parse_from_param
57132025-01-13T09:47:43.196Z PASS [ 0.030s] omicron-common api::external::test::test_resource_name_parse
57142025-01-13T09:47:43.209Z PASS [ 0.035s] omicron-common api::external::test::test_role_name_parse
57152025-01-13T09:47:43.247Z PASS [ 0.051s] omicron-common api::external::test::test_route_destination_parse
57162025-01-13T09:47:43.284Z PASS [ 0.074s] omicron-common api::external::test::test_route_target_parse
57172025-01-13T09:47:43.316Z PASS [ 0.031s] omicron-common api::external::test::test_semver_validation
57182025-01-13T09:47:43.329Z PASS [ 0.082s] omicron-common api::external::test::test_semver_serialize
57192025-01-13T09:47:43.349Z PASS [ 0.032s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
57202025-01-13T09:47:43.375Z PASS [ 0.045s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
57212025-01-13T09:47:43.383Z PASS [ 0.033s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
57222025-01-13T09:47:43.404Z PASS [ 0.030s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
57232025-01-13T09:47:43.434Z PASS [ 0.051s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
57242025-01-13T09:47:43.503Z PASS [ 0.098s] omicron-common ledger::test::test_commit_handles_write_failures
57252025-01-13T09:47:43.518Z PASS [ 0.083s] omicron-common ledger::test::test_create_default_ledger
57262025-01-13T09:47:43.562Z PASS [ 0.059s] omicron-common ledger::test::test_create_ledger_reads_from_storage
57272025-01-13T09:47:43.597Z PASS [ 0.034s] omicron-common update::tests::serde_artifact_kind
57282025-01-13T09:47:43.616Z PASS [ 0.097s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
57292025-01-13T09:47:43.636Z PASS [ 1.652s] omicron-cockroach-admin context::tests::test_node_id
57302025-01-13T09:47:43.639Z PASS [ 0.039s] omicron-common zpool_name::test::test_parse_bad_zpool_names
57312025-01-13T09:47:43.663Z PASS [ 0.046s] omicron-common zpool_name::test::test_parse_external_zpool_name
57322025-01-13T09:47:43.683Z PASS [ 0.046s] omicron-common zpool_name::test::test_parse_internal_zpool_name
57332025-01-13T09:47:43.704Z PASS [ 0.042s] omicron-common zpool_name::test::test_zpool_name_regex
57342025-01-13T09:47:43.704Z PASS [ 0.068s] omicron-common zpool_name::test::test_parse_zpool_name_json
57352025-01-13T09:47:44.490Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
57362025-01-13T09:47:44.927Z PASS [ 1.222s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
57372025-01-13T09:47:44.943Z PASS [ 57.531s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
57382025-01-13T09:47:44.970Z PASS [ 1.287s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
57392025-01-13T09:47:45.029Z PASS [ 0.101s] omicron-gateway management_switch::location_map::tests::test_config_validation
57402025-01-13T09:47:45.035Z PASS [ 0.092s] omicron-gateway management_switch::location_map::tests::test_resolve_location
57412025-01-13T09:47:45.166Z PASS [ 0.137s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
57422025-01-13T09:47:45.252Z PASS [ 6.935s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
57432025-01-13T09:47:45.557Z PASS [ 0.305s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
57442025-01-13T09:47:45.560Z PASS [ 0.587s] omicron-gateway::test_all integration_tests::component_list::component_list
57452025-01-13T09:47:45.565Z PASS [ 0.398s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
57462025-01-13T09:47:45.697Z PASS [ 0.661s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
57472025-01-13T09:47:50.439Z PASS [ 13.443s] nexus-types deployment::tri_map::tests::proptest_ops
57482025-01-13T09:47:51.508Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
57492025-01-13T09:47:59.827Z PASS [ 75.346s] nexus-db-queries policy_test::test_iam_roles_behavior
57502025-01-13T09:48:02.438Z PASS [ 18.718s] omicron-dev::test-omicron-dev test_run_all
57512025-01-13T09:48:07.231Z PASS [ 21.664s] omicron-nexus app::background::driver::test::test_driver_basic
57522025-01-13T09:48:08.103Z PASS [ 22.544s] omicron-ls-apis::test_dependencies test_api_dependencies
57532025-01-13T09:48:08.220Z PASS [ 22.521s] omicron-nexus app::background::init::test::test_dns_propagation_basic
57542025-01-13T09:48:08.980Z PASS [ 77.483s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
57552025-01-13T09:48:09.280Z PASS [ 23.720s] omicron-nexus app::background::driver::test::test_activation_in_progress
57562025-01-13T09:48:13.188Z PASS [ 4.967s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
57572025-01-13T09:48:13.274Z PASS [ 4.293s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
57582025-01-13T09:48:13.292Z PASS [ 0.104s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
57592025-01-13T09:48:14.118Z PASS [ 4.837s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
57602025-01-13T09:48:17.367Z PASS [ 26.926s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
57612025-01-13T09:48:24.214Z PASS [ 24.385s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
57622025-01-13T09:48:26.642Z PASS [ 24.204s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
57632025-01-13T09:48:26.934Z PASS [ 18.829s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
57642025-01-13T09:48:28.012Z PASS [ 20.779s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
57652025-01-13T09:48:30.588Z PASS [ 17.294s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
57662025-01-13T09:48:31.367Z PASS [ 18.091s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
57672025-01-13T09:48:32.007Z PASS [ 17.888s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
57682025-01-13T09:48:36.907Z PASS [ 19.539s] omicron-nexus app::background::tasks::dns_config::test::test_basic
57692025-01-13T09:48:44.362Z PASS [ 20.146s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
57702025-01-13T09:48:45.809Z PASS [ 19.165s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
57712025-01-13T09:48:54.388Z PASS [ 26.375s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
57722025-01-13T09:48:55.217Z PASS [ 18.309s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
57732025-01-13T09:48:55.418Z PASS [ 24.050s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
57742025-01-13T09:49:01.753Z PASS [ 17.390s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
57752025-01-13T09:49:02.227Z PASS [ 16.417s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
57762025-01-13T09:49:10.594Z PASS [ 16.204s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
57772025-01-13T09:49:11.468Z PASS [ 39.458s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
57782025-01-13T09:49:11.485Z PASS [ 44.548s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
57792025-01-13T09:49:11.814Z PASS [ 16.395s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
57802025-01-13T09:49:11.829Z PASS [ 16.610s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
57812025-01-13T09:49:20.063Z PASS [ 18.309s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
57822025-01-13T09:49:21.288Z PASS [ 19.060s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
57832025-01-13T09:49:24.259Z PASS [ 2.970s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
57842025-01-13T09:49:28.648Z PASS [ 18.052s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
57852025-01-13T09:49:29.352Z PASS [ 17.883s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
57862025-01-13T09:49:30.533Z PASS [ 1.180s] omicron-nexus app::external_endpoints::test::test_authority
57872025-01-13T09:49:30.602Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
57882025-01-13T09:49:30.653Z PASS [ 0.119s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
57892025-01-13T09:49:31.006Z PASS [ 19.175s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
57902025-01-13T09:49:31.131Z PASS [ 0.125s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
57912025-01-13T09:49:31.203Z PASS [ 0.071s] omicron-nexus app::external_endpoints::test::test_no_endpoint
57922025-01-13T09:49:31.267Z PASS [ 0.064s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
57932025-01-13T09:49:31.337Z PASS [ 0.069s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
57942025-01-13T09:49:31.418Z PASS [ 0.081s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
57952025-01-13T09:49:31.453Z PASS [ 2.804s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
57962025-01-13T09:49:31.480Z PASS [ 0.062s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
57972025-01-13T09:49:31.529Z PASS [ 0.076s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
57982025-01-13T09:49:31.555Z PASS [ 0.074s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
57992025-01-13T09:49:33.116Z PASS [ 2.462s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
58002025-01-13T09:49:34.480Z PASS [ 22.993s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
58012025-01-13T09:49:35.712Z PASS [ 23.895s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
58022025-01-13T09:49:37.044Z PASS [ 16.978s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
58032025-01-13T09:49:45.386Z PASS [ 21.126s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
58042025-01-13T09:49:47.483Z PASS [ 76.889s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
58052025-01-13T09:49:59.638Z PASS [ 26.520s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
58062025-01-13T09:49:59.967Z PASS [ 28.410s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
58072025-01-13T09:50:00.400Z PASS [ 28.869s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
58082025-01-13T09:50:00.494Z PASS [ 26.013s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
58092025-01-13T09:50:01.672Z PASS [ 25.958s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
58102025-01-13T09:50:02.049Z PASS [ 25.005s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
58112025-01-13T09:50:28.572Z PASS [ 28.603s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
58122025-01-13T09:50:30.016Z PASS [ 29.614s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
58132025-01-13T09:50:30.114Z PASS [ 29.618s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
58142025-01-13T09:50:30.446Z PASS [ 30.806s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
58152025-01-13T09:50:34.613Z PASS [ 32.561s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
58162025-01-13T09:50:35.001Z PASS [ 33.327s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
58172025-01-13T09:50:45.401Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58182025-01-13T09:50:47.509Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58192025-01-13T09:50:58.355Z PASS [ 29.781s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
58202025-01-13T09:50:58.604Z PASS [ 28.586s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
58212025-01-13T09:51:03.767Z PASS [ 33.318s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
58222025-01-13T09:51:03.803Z PASS [ 28.800s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
58232025-01-13T09:51:05.059Z PASS [ 30.444s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
58242025-01-13T09:51:05.475Z PASS [ 35.359s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
58252025-01-13T09:51:24.759Z PASS [ 26.153s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
58262025-01-13T09:51:29.229Z PASS [ 23.752s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
58272025-01-13T09:51:29.344Z PASS [ 25.539s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
58282025-01-13T09:51:29.660Z PASS [ 24.599s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
58292025-01-13T09:51:38.150Z PASS [ 34.381s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
58302025-01-13T09:51:45.407Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58312025-01-13T09:51:47.512Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58322025-01-13T09:51:55.110Z PASS [ 25.764s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
58332025-01-13T09:51:55.350Z PASS [ 26.119s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
58342025-01-13T09:51:58.126Z PASS [ 28.464s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
58352025-01-13T09:51:58.394Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
58362025-01-13T09:52:10.757Z PASS [ 72.392s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
58372025-01-13T09:52:23.526Z PASS [ 28.414s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
58382025-01-13T09:52:24.773Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
58392025-01-13T09:52:24.817Z PASS [ 29.465s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
58402025-01-13T09:52:38.165Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
58412025-01-13T09:52:39.796Z PASS [ 29.037s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
58422025-01-13T09:52:45.410Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58432025-01-13T09:52:47.517Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58442025-01-13T09:52:53.733Z PASS [ 30.205s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
58452025-01-13T09:52:58.140Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
58462025-01-13T09:53:08.476Z PASS [ 28.678s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
58472025-01-13T09:53:12.824Z PASS [ 108.058s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
58482025-01-13T09:53:23.216Z PASS [ 29.481s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
58492025-01-13T09:53:24.831Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
58502025-01-13T09:53:38.170Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
58512025-01-13T09:53:40.851Z PASS [ 28.026s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
58522025-01-13T09:53:45.416Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58532025-01-13T09:53:47.521Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58542025-01-13T09:53:52.116Z PASS [ 28.899s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
58552025-01-13T09:53:52.193Z PASS [ 134.034s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
58562025-01-13T09:53:55.221Z PASS [ 117.088s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
58572025-01-13T09:54:08.498Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
58582025-01-13T09:54:19.992Z PASS [ 27.874s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
58592025-01-13T09:54:20.316Z PASS [ 28.121s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
58602025-01-13T09:54:20.671Z PASS [ 72.190s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
58612025-01-13T09:54:24.836Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
58622025-01-13T09:54:40.866Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
58632025-01-13T09:54:45.420Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58642025-01-13T09:54:46.766Z PASS [ 26.771s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
58652025-01-13T09:54:47.526Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58662025-01-13T09:54:48.047Z PASS [ 27.729s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
58672025-01-13T09:54:55.236Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
58682025-01-13T09:55:10.212Z PASS [ 74.987s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
58692025-01-13T09:55:13.449Z PASS [ 168.622s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
58702025-01-13T09:55:16.394Z PASS [ 29.625s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
58712025-01-13T09:55:20.684Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
58722025-01-13T09:55:39.425Z PASS [ 29.211s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
58732025-01-13T09:55:40.871Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
58742025-01-13T09:55:41.110Z PASS [ 27.659s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
58752025-01-13T09:55:45.425Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58762025-01-13T09:55:47.530Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58772025-01-13T09:55:48.062Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
58782025-01-13T09:55:50.785Z PASS [ 129.926s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
58792025-01-13T09:55:56.578Z PASS [ 40.182s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
58802025-01-13T09:56:06.105Z PASS [ 26.677s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
58812025-01-13T09:56:08.852Z PASS [ 18.065s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
58822025-01-13T09:56:09.827Z PASS [ 28.715s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
58832025-01-13T09:56:14.071Z PASS [ 17.491s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
58842025-01-13T09:56:17.766Z PASS [ 117.088s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
58852025-01-13T09:56:26.795Z PASS [ 16.966s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
58862025-01-13T09:56:33.024Z PASS [ 24.170s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
58872025-01-13T09:56:34.349Z PASS [ 28.242s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
58882025-01-13T09:56:34.884Z PASS [ 17.116s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
58892025-01-13T09:56:39.170Z PASS [ 25.097s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
58902025-01-13T09:56:42.166Z PASS [ 114.113s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
58912025-01-13T09:56:45.429Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58922025-01-13T09:56:47.534Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58932025-01-13T09:57:01.256Z PASS [ 34.459s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
58942025-01-13T09:57:02.809Z PASS [ 28.458s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
58952025-01-13T09:57:03.525Z PASS [ 28.639s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
58962025-01-13T09:57:06.733Z PASS [ 33.706s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
58972025-01-13T09:57:08.827Z PASS [ 29.655s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
58982025-01-13T09:57:08.890Z PASS [ 0.063s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
58992025-01-13T09:57:10.510Z PASS [ 28.341s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
59002025-01-13T09:57:21.868Z PASS [ 19.058s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
59012025-01-13T09:57:29.446Z PASS [ 28.188s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
59022025-01-13T09:57:35.644Z PASS [ 26.752s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
59032025-01-13T09:57:45.387Z PASS [ 34.875s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
59042025-01-13T09:57:45.433Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59052025-01-13T09:57:46.682Z PASS [ 17.235s] omicron-nexus app::sagas::test_saga::test_saga_stuck
59062025-01-13T09:57:47.539Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59072025-01-13T09:57:52.654Z PASS [ 5.971s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
59082025-01-13T09:57:52.713Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_accept_gz
59092025-01-13T09:57:52.771Z PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
59102025-01-13T09:57:52.863Z PASS [ 0.091s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
59112025-01-13T09:57:52.922Z PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
59122025-01-13T09:57:52.983Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
59132025-01-13T09:57:53.045Z PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
59142025-01-13T09:57:53.102Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
59152025-01-13T09:57:53.165Z PASS [ 0.062s] omicron-nexus external_api::console_api::test::test_relative_uri
59162025-01-13T09:57:53.676Z PASS [ 31.806s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
59172025-01-13T09:58:01.661Z PASS [ 26.015s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
59182025-01-13T09:58:03.540Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59192025-01-13T09:58:04.777Z PASS [ 19.389s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
59202025-01-13T09:58:06.749Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
59212025-01-13T09:58:13.084Z PASS [ 19.406s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
59222025-01-13T09:58:16.444Z PASS [ 3.360s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
59232025-01-13T09:58:18.398Z PASS [ 1.953s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
59242025-01-13T09:58:19.109Z PASS [ 0.711s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
59252025-01-13T09:58:19.915Z PASS [ 18.252s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
59262025-01-13T09:58:27.347Z PASS [ 22.568s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
59272025-01-13T09:58:28.151Z PASS [ 81.413s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
59282025-01-13T09:58:28.462Z PASS [ 523.045s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59292025-01-13T09:58:29.718Z PASS [ 522.206s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59302025-01-13T09:58:33.821Z PASS [ 40.653s] omicron-nexus populate::test::test_populators
59312025-01-13T09:58:37.059Z PASS [ 17.948s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
59322025-01-13T09:58:37.213Z PASS [ 17.296s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
59332025-01-13T09:58:46.853Z PASS [ 18.701s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
59342025-01-13T09:58:47.575Z PASS [ 20.225s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
59352025-01-13T09:58:48.742Z PASS [ 19.022s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
59362025-01-13T09:58:48.835Z PASS [ 20.372s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
59372025-01-13T09:58:51.798Z PASS [ 17.975s] omicron-nexus::test_all integration_tests::basic::test_ping
59382025-01-13T09:59:03.378Z PASS [ 26.317s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
59392025-01-13T09:59:03.545Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59402025-01-13T09:59:04.139Z PASS [ 17.283s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
59412025-01-13T09:59:05.149Z PASS [ 17.573s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
59422025-01-13T09:59:05.812Z PASS [ 16.975s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
59432025-01-13T09:59:06.190Z PASS [ 17.447s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
59442025-01-13T09:59:07.846Z PASS [ 30.630s] omicron-nexus::test_all integration_tests::basic::test_projects_list
59452025-01-13T09:59:07.916Z PASS [ 16.116s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
59462025-01-13T09:59:08.022Z PASS [ 0.175s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
59472025-01-13T09:59:10.792Z PASS [ 4.601s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
59482025-01-13T09:59:10.828Z PASS [ 5.016s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
59492025-01-13T09:59:21.190Z PASS [ 17.051s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
59502025-01-13T09:59:22.299Z PASS [ 18.918s] omicron-nexus::test_all integration_tests::certificates::test_crud
59512025-01-13T09:59:25.382Z PASS [ 17.359s] omicron-nexus::test_all integration_tests::console_api::test_assets
59522025-01-13T09:59:25.769Z PASS [ 17.852s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
59532025-01-13T09:59:29.399Z PASS [ 18.605s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
59542025-01-13T09:59:30.322Z PASS [ 25.170s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
59552025-01-13T09:59:34.616Z PASS [ 23.785s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
59562025-01-13T09:59:39.908Z PASS [ 17.608s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
59572025-01-13T09:59:44.023Z PASS [ 18.639s] omicron-nexus::test_all integration_tests::console_api::test_session_me
59582025-01-13T09:59:44.384Z PASS [ 23.192s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
59592025-01-13T09:59:44.473Z PASS [ 18.702s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
59602025-01-13T09:59:48.536Z PASS [ 18.213s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
59612025-01-13T09:59:53.940Z PASS [ 24.539s] omicron-nexus::test_all integration_tests::console_api::test_sessions
59622025-01-13T10:00:03.549Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59632025-01-13T10:00:11.038Z PASS [ 36.420s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
59642025-01-13T10:00:13.647Z PASS [ 33.736s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
59652025-01-13T10:00:19.766Z PASS [ 35.740s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
59662025-01-13T10:00:20.647Z PASS [ 36.260s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
59672025-01-13T10:00:29.472Z PASS [ 44.996s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
59682025-01-13T10:00:32.450Z PASS [ 43.911s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
59692025-01-13T10:00:37.725Z PASS [ 43.782s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
59702025-01-13T10:00:40.921Z PASS [ 29.881s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
59712025-01-13T10:00:54.818Z PASS [ 25.343s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
59722025-01-13T10:00:58.584Z PASS [ 38.815s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
59732025-01-13T10:00:58.669Z PASS [ 38.019s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
59742025-01-13T10:00:59.641Z PASS [ 45.991s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
59752025-01-13T10:01:03.554Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59762025-01-13T10:01:12.877Z PASS [ 18.058s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
59772025-01-13T10:01:16.040Z PASS [ 17.455s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
59782025-01-13T10:01:24.845Z PASS [ 26.174s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
59792025-01-13T10:01:28.253Z PASS [ 47.329s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
59802025-01-13T10:01:30.229Z PASS [ 30.586s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
59812025-01-13T10:01:32.469Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
59822025-01-13T10:01:33.792Z PASS [ 20.914s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
59832025-01-13T10:01:37.740Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
59842025-01-13T10:01:38.070Z PASS [ 22.028s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
59852025-01-13T10:01:50.496Z PASS [ 25.649s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
59862025-01-13T10:01:52.779Z PASS [ 24.524s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
59872025-01-13T10:01:54.491Z PASS [ 24.259s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
59882025-01-13T10:02:01.078Z PASS [ 88.622s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
59892025-01-13T10:02:03.559Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59902025-01-13T10:02:04.171Z PASS [ 86.440s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
59912025-01-13T10:02:08.804Z PASS [ 35.009s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
59922025-01-13T10:02:16.399Z PASS [ 37.320s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
59932025-01-13T10:02:17.696Z PASS [ 24.915s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
59942025-01-13T10:02:20.010Z PASS [ 25.518s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
59952025-01-13T10:02:21.229Z PASS [ 20.149s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
59962025-01-13T10:02:24.125Z PASS [ 19.952s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
59972025-01-13T10:02:34.282Z PASS [ 25.475s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
59982025-01-13T10:02:36.098Z PASS [ 20.704s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
59992025-01-13T10:02:39.174Z PASS [ 48.674s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
60002025-01-13T10:02:46.109Z PASS [ 28.411s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
60012025-01-13T10:02:47.465Z PASS [ 26.234s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
60022025-01-13T10:02:53.656Z PASS [ 29.529s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
60032025-01-13T10:03:01.366Z PASS [ 41.353s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
60042025-01-13T10:03:02.191Z PASS [ 27.907s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
60052025-01-13T10:03:03.563Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60062025-01-13T10:03:05.102Z PASS [ 25.926s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
60072025-01-13T10:03:06.494Z PASS [ 30.394s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
60082025-01-13T10:03:15.028Z PASS [ 28.917s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
60092025-01-13T10:03:15.105Z PASS [ 27.638s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
60102025-01-13T10:03:22.011Z PASS [ 28.352s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
60112025-01-13T10:03:26.064Z PASS [ 23.871s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
60122025-01-13T10:03:26.131Z PASS [ 24.764s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
60132025-01-13T10:03:32.501Z PASS [ 27.397s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
60142025-01-13T10:03:34.367Z PASS [ 27.871s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
60152025-01-13T10:03:46.861Z PASS [ 31.831s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
60162025-01-13T10:03:47.561Z PASS [ 21.428s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
60172025-01-13T10:03:50.586Z PASS [ 35.478s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
60182025-01-13T10:03:57.998Z PASS [ 23.630s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
60192025-01-13T10:04:03.567Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60202025-01-13T10:04:04.763Z PASS [ 32.260s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
60212025-01-13T10:04:08.115Z PASS [ 46.101s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
60222025-01-13T10:04:08.432Z PASS [ 20.870s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
60232025-01-13T10:04:11.595Z PASS [ 21.008s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
60242025-01-13T10:04:12.016Z PASS [ 0.420s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
60252025-01-13T10:04:12.603Z PASS [ 0.587s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
60262025-01-13T10:04:13.033Z PASS [ 0.429s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
60272025-01-13T10:04:13.502Z PASS [ 0.468s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
60282025-01-13T10:04:14.032Z PASS [ 47.965s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
60292025-01-13T10:04:18.651Z PASS [ 20.651s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
60302025-01-13T10:04:20.826Z PASS [ 33.963s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
60312025-01-13T10:04:28.693Z PASS [ 23.928s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
60322025-01-13T10:04:29.737Z PASS [ 21.303s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
60332025-01-13T10:04:29.825Z PASS [ 21.709s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
60342025-01-13T10:04:40.095Z PASS [ 26.591s] omicron-nexus::test_all integration_tests::images::test_image_create
60352025-01-13T10:04:41.656Z PASS [ 27.622s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
60362025-01-13T10:04:47.700Z PASS [ 26.872s] omicron-nexus::test_all integration_tests::images::test_image_promotion
60372025-01-13T10:04:48.795Z PASS [ 30.142s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
60382025-01-13T10:04:53.152Z PASS [ 23.413s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
60392025-01-13T10:04:53.259Z PASS [ 24.564s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
60402025-01-13T10:04:53.771Z PASS [ 6.070s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
60412025-01-13T10:04:53.833Z PASS [ 5.037s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
60422025-01-13T10:04:54.833Z PASS [ 25.005s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
60432025-01-13T10:04:54.856Z PASS [ 13.199s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
60442025-01-13T10:04:59.634Z PASS [ 6.482s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
60452025-01-13T10:05:00.645Z PASS [ 20.548s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
60462025-01-13T10:05:03.572Z SLOW [>480.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60472025-01-13T10:05:15.747Z PASS [ 492.194s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60482025-01-13T10:05:19.577Z PASS [ 24.742s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
60492025-01-13T10:05:22.857Z PASS [ 29.596s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
60502025-01-13T10:05:23.304Z PASS [ 29.468s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
60512025-01-13T10:05:24.166Z PASS [ 29.308s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
60522025-01-13T10:05:28.343Z PASS [ 28.707s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
60532025-01-13T10:05:34.033Z PASS [ 40.259s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
60542025-01-13T10:05:38.986Z PASS [ 19.407s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
60552025-01-13T10:05:42.730Z PASS [ 19.871s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
60562025-01-13T10:05:43.543Z PASS [ 42.895s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
60572025-01-13T10:05:44.399Z PASS [ 28.649s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
60582025-01-13T10:05:48.665Z PASS [ 20.320s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
60592025-01-13T10:05:53.284Z PASS [ 29.978s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
60602025-01-13T10:06:02.983Z PASS [ 18.582s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
60612025-01-13T10:06:03.799Z PASS [ 39.630s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
60622025-01-13T10:06:08.070Z PASS [ 24.525s] omicron-nexus::test_all integration_tests::instances::test_instance_access
60632025-01-13T10:06:14.075Z PASS [ 40.039s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
60642025-01-13T10:06:18.617Z PASS [ 29.949s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
60652025-01-13T10:06:25.198Z PASS [ 42.464s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
60662025-01-13T10:06:27.281Z PASS [ 33.994s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
60672025-01-13T10:06:37.170Z PASS [ 34.185s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
60682025-01-13T10:06:39.001Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
60692025-01-13T10:06:39.111Z PASS [ 35.310s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
60702025-01-13T10:06:39.343Z PASS [ 31.271s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
60712025-01-13T10:06:48.557Z PASS [ 34.480s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
60722025-01-13T10:06:53.725Z PASS [ 26.442s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
60732025-01-13T10:06:58.064Z PASS [ 39.444s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
60742025-01-13T10:07:01.728Z PASS [ 82.737s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
60752025-01-13T10:07:02.791Z PASS [ 25.619s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
60762025-01-13T10:07:09.681Z PASS [ 30.336s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
60772025-01-13T10:07:09.735Z PASS [ 30.621s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
60782025-01-13T10:07:16.821Z PASS [ 51.620s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
60792025-01-13T10:07:17.440Z PASS [ 28.880s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
60802025-01-13T10:07:26.724Z PASS [ 32.997s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
60812025-01-13T10:07:27.585Z PASS [ 29.519s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
60822025-01-13T10:07:28.841Z PASS [ 27.111s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
60832025-01-13T10:07:45.634Z PASS [ 35.950s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
60842025-01-13T10:07:48.364Z PASS [ 31.540s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
60852025-01-13T10:07:48.650Z PASS [ 38.913s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
60862025-01-13T10:07:52.662Z PASS [ 35.219s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
60872025-01-13T10:07:52.917Z PASS [ 50.123s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
60882025-01-13T10:08:04.437Z PASS [ 18.802s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
60892025-01-13T10:08:05.560Z PASS [ 36.717s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
60902025-01-13T10:08:06.152Z PASS [ 39.425s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
60912025-01-13T10:08:06.663Z PASS [ 39.075s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
60922025-01-13T10:08:06.915Z PASS [ 18.264s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
60932025-01-13T10:08:17.344Z PASS [ 24.424s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
60942025-01-13T10:08:19.151Z PASS [ 26.487s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
60952025-01-13T10:08:20.254Z PASS [ 31.888s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
60962025-01-13T10:08:23.072Z PASS [ 18.633s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
60972025-01-13T10:08:32.839Z PASS [ 27.277s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
60982025-01-13T10:08:32.856Z PASS [ 26.702s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
60992025-01-13T10:08:33.007Z PASS [ 26.090s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
61002025-01-13T10:08:35.778Z PASS [ 16.625s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
61012025-01-13T10:08:39.215Z PASS [ 18.959s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
61022025-01-13T10:08:44.397Z PASS [ 21.323s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
61032025-01-13T10:08:46.218Z PASS [ 39.553s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
61042025-01-13T10:08:48.423Z PASS [ 31.077s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
61052025-01-13T10:08:50.516Z PASS [ 17.507s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
61062025-01-13T10:08:52.713Z PASS [ 19.872s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
61072025-01-13T10:09:03.275Z PASS [ 30.416s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
61082025-01-13T10:09:08.901Z PASS [ 29.684s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
61092025-01-13T10:09:09.471Z PASS [ 18.953s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
61102025-01-13T10:09:10.494Z PASS [ 34.714s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
61112025-01-13T10:09:12.810Z PASS [ 28.412s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
61122025-01-13T10:09:15.395Z PASS [ 22.681s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
61132025-01-13T10:09:18.324Z PASS [ 32.103s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
61142025-01-13T10:09:19.486Z PASS [ 31.061s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
61152025-01-13T10:09:23.623Z PASS [ 20.346s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
61162025-01-13T10:09:28.069Z PASS [ 18.596s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
61172025-01-13T10:09:28.459Z PASS [ 17.963s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
61182025-01-13T10:09:28.783Z PASS [ 19.879s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
61192025-01-13T10:09:32.271Z PASS [ 19.459s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
61202025-01-13T10:09:33.894Z PASS [ 18.497s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
61212025-01-13T10:09:38.189Z PASS [ 19.864s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
61222025-01-13T10:09:42.009Z PASS [ 22.521s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
61232025-01-13T10:09:43.632Z PASS [ 20.006s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
61242025-01-13T10:09:48.646Z PASS [ 19.863s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
61252025-01-13T10:09:49.672Z PASS [ 21.211s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
61262025-01-13T10:09:52.354Z PASS [ 24.283s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
61272025-01-13T10:10:01.307Z PASS [ 29.034s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
61282025-01-13T10:10:06.539Z PASS [ 24.528s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
61292025-01-13T10:10:08.208Z PASS [ 18.535s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
61302025-01-13T10:10:08.750Z PASS [ 20.102s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
61312025-01-13T10:10:13.706Z PASS [ 21.350s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
61322025-01-13T10:10:14.488Z PASS [ 40.590s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
61332025-01-13T10:10:26.600Z PASS [ 42.966s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
61342025-01-13T10:10:30.494Z PASS [ 52.302s] omicron-nexus::test_all integration_tests::metrics::test_metrics
61352025-01-13T10:10:34.372Z PASS [ 25.621s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
61362025-01-13T10:10:34.808Z PASS [ 26.597s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
61372025-01-13T10:10:35.253Z PASS [ 33.943s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
61382025-01-13T10:10:39.625Z PASS [ 25.917s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
61392025-01-13T10:10:50.014Z PASS [ 43.472s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
61402025-01-13T10:10:54.804Z PASS [ 24.307s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
61412025-01-13T10:10:57.868Z PASS [ 43.377s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
61422025-01-13T10:11:07.005Z PASS [ 32.194s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
61432025-01-13T10:11:07.590Z PASS [ 32.335s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
61442025-01-13T10:11:08.062Z PASS [ 41.458s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
61452025-01-13T10:11:15.218Z PASS [ 25.202s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
61462025-01-13T10:11:15.630Z PASS [ 36.003s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
61472025-01-13T10:11:19.178Z PASS [ 44.803s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
61482025-01-13T10:11:27.611Z PASS [ 19.547s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
61492025-01-13T10:11:28.417Z PASS [ 20.825s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
61502025-01-13T10:11:36.778Z PASS [ 41.971s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
61512025-01-13T10:11:39.229Z PASS [ 20.048s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
61522025-01-13T10:11:39.492Z PASS [ 24.271s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
61532025-01-13T10:11:40.204Z PASS [ 24.571s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
61542025-01-13T10:11:43.707Z PASS [ 45.837s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
61552025-01-13T10:11:53.715Z PASS [ 26.102s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
61562025-01-13T10:11:58.584Z PASS [ 19.355s] omicron-nexus::test_all integration_tests::projects::test_projects
61572025-01-13T10:11:58.678Z PASS [ 30.259s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
61582025-01-13T10:11:58.901Z PASS [ 22.121s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
61592025-01-13T10:11:59.859Z PASS [ 20.365s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
61602025-01-13T10:12:00.831Z PASS [ 17.122s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
61612025-01-13T10:12:07.020Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
61622025-01-13T10:12:07.228Z PASS [ 60.219s] omicron-nexus::test_all integration_tests::password_login::test_local_users
61632025-01-13T10:12:12.655Z PASS [ 18.939s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
61642025-01-13T10:12:17.108Z PASS [ 18.204s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
61652025-01-13T10:12:17.505Z PASS [ 18.825s] omicron-nexus::test_all integration_tests::rack::test_sled_add
61662025-01-13T10:12:18.624Z PASS [ 20.038s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
61672025-01-13T10:12:18.910Z PASS [ 19.049s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
61682025-01-13T10:12:19.342Z PASS [ 0.431s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
61692025-01-13T10:12:20.928Z PASS [ 3.422s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
61702025-01-13T10:12:21.129Z PASS [ 20.296s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
61712025-01-13T10:12:22.303Z PASS [ 3.678s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
61722025-01-13T10:12:22.522Z PASS [ 15.293s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
61732025-01-13T10:12:22.732Z PASS [ 3.390s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
61742025-01-13T10:12:24.318Z PASS [ 3.384s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
61752025-01-13T10:12:26.317Z PASS [ 46.110s] omicron-nexus::test_all integration_tests::quotas::test_quotas
61762025-01-13T10:12:26.474Z PASS [ 0.155s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
61772025-01-13T10:12:26.592Z PASS [ 0.118s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
61782025-01-13T10:12:26.713Z PASS [ 0.121s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
61792025-01-13T10:12:26.998Z PASS [ 0.284s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
61802025-01-13T10:12:27.119Z PASS [ 0.121s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
61812025-01-13T10:12:28.056Z PASS [ 15.399s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
61822025-01-13T10:12:35.682Z PASS [ 18.574s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
61832025-01-13T10:12:42.771Z PASS [ 20.037s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
61842025-01-13T10:12:42.899Z PASS [ 20.594s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
61852025-01-13T10:12:43.968Z PASS [ 22.837s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
61862025-01-13T10:12:46.711Z PASS [ 22.397s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
61872025-01-13T10:12:46.860Z PASS [ 0.148s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
61882025-01-13T10:12:46.986Z PASS [ 19.842s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
61892025-01-13T10:12:47.840Z PASS [ 19.783s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
61902025-01-13T10:12:47.972Z PASS [ 0.131s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
61912025-01-13T10:12:48.083Z PASS [ 0.111s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
61922025-01-13T10:12:53.680Z PASS [ 17.997s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
61932025-01-13T10:12:56.130Z PASS [ 33.606s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
61942025-01-13T10:13:01.832Z PASS [ 18.933s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
61952025-01-13T10:13:02.086Z PASS [ 19.314s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
61962025-01-13T10:13:03.690Z PASS [ 19.720s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
61972025-01-13T10:13:05.432Z PASS [ 18.468s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
61982025-01-13T10:13:05.615Z PASS [ 18.754s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
61992025-01-13T10:13:05.889Z PASS [ 17.804s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
62002025-01-13T10:13:08.431Z PASS [ 2.815s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
62012025-01-13T10:13:08.469Z PASS [ 14.787s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
62022025-01-13T10:13:09.105Z PASS [ 12.974s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
62032025-01-13T10:13:10.704Z PASS [ 2.273s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
62042025-01-13T10:13:11.056Z PASS [ 9.222s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
62052025-01-13T10:13:12.510Z PASS [ 1.806s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
62062025-01-13T10:13:12.837Z PASS [ 1.781s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
62072025-01-13T10:13:14.412Z PASS [ 1.901s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
62082025-01-13T10:13:14.710Z PASS [ 1.872s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
62092025-01-13T10:13:15.919Z PASS [ 1.208s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
62102025-01-13T10:13:42.366Z PASS [ 26.445s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
62112025-01-13T10:13:52.816Z PASS [ 38.401s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
62122025-01-13T10:14:13.917Z PASS [ 21.100s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
62132025-01-13T10:14:19.155Z PASS [ 36.786s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
62142025-01-13T10:14:30.712Z PASS [ 11.556s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
62152025-01-13T10:14:30.949Z PASS [ 11.793s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
62162025-01-13T10:14:31.374Z PASS [ 12.218s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
62172025-01-13T10:14:31.477Z PASS [ 12.321s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
62182025-01-13T10:14:42.962Z PASS [ 12.011s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
62192025-01-13T10:14:42.999Z PASS [ 12.286s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
62202025-01-13T10:14:43.551Z PASS [ 12.073s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
62212025-01-13T10:14:43.675Z PASS [ 12.300s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
62222025-01-13T10:14:50.152Z PASS [ 36.232s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
62232025-01-13T10:15:00.058Z PASS [ 17.057s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
62242025-01-13T10:15:00.403Z PASS [ 16.727s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
62252025-01-13T10:15:00.582Z PASS [ 17.030s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
62262025-01-13T10:15:02.818Z PASS [ 19.854s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
62272025-01-13T10:15:09.890Z PASS [ 19.737s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
62282025-01-13T10:15:10.235Z PASS [ 20.082s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
62292025-01-13T10:15:15.781Z PASS [ 25.627s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
62302025-01-13T10:15:15.910Z PASS [ 25.756s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
62312025-01-13T10:15:18.334Z PASS [ 17.750s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
62322025-01-13T10:15:18.531Z PASS [ 18.126s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
62332025-01-13T10:15:19.777Z PASS [ 19.718s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
62342025-01-13T10:15:21.116Z PASS [ 18.297s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
62352025-01-13T10:15:28.685Z PASS [ 18.793s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
62362025-01-13T10:15:28.747Z PASS [ 18.510s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
62372025-01-13T10:15:38.805Z PASS [ 19.026s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
62382025-01-13T10:15:39.189Z PASS [ 20.853s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
62392025-01-13T10:15:39.443Z PASS [ 23.660s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
62402025-01-13T10:15:42.093Z PASS [ 26.181s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
62412025-01-13T10:15:43.891Z PASS [ 25.358s] omicron-nexus::test_all integration_tests::silos::test_silos
62422025-01-13T10:15:48.590Z PASS [ 19.904s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
62432025-01-13T10:15:48.631Z PASS [ 27.514s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
62442025-01-13T10:15:54.620Z PASS [ 25.871s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
62452025-01-13T10:15:58.728Z PASS [ 19.921s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
62462025-01-13T10:16:02.668Z PASS [ 18.775s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
62472025-01-13T10:16:08.667Z PASS [ 20.075s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
62482025-01-13T10:16:09.525Z PASS [ 20.892s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
62492025-01-13T10:16:10.121Z PASS [ 30.930s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
62502025-01-13T10:16:13.577Z PASS [ 34.132s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
62512025-01-13T10:16:13.837Z PASS [ 31.742s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
62522025-01-13T10:16:14.828Z PASS [ 20.206s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
62532025-01-13T10:16:16.234Z PASS [ 1.406s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
62542025-01-13T10:16:17.956Z PASS [ 4.378s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
62552025-01-13T10:16:18.378Z PASS [ 4.539s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
62562025-01-13T10:16:20.633Z PASS [ 4.398s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
62572025-01-13T10:16:22.374Z PASS [ 4.416s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
62582025-01-13T10:16:25.892Z PASS [ 23.221s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
62592025-01-13T10:16:28.267Z PASS [ 2.375s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
62602025-01-13T10:16:29.818Z PASS [ 31.088s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
62612025-01-13T10:16:33.905Z PASS [ 23.782s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
62622025-01-13T10:16:36.237Z PASS [ 17.858s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
62632025-01-13T10:16:36.266Z PASS [ 27.598s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
62642025-01-13T10:16:36.710Z PASS [ 27.183s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
62652025-01-13T10:16:47.007Z PASS [ 18.738s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
62662025-01-13T10:16:49.730Z PASS [ 15.824s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
62672025-01-13T10:16:50.766Z PASS [ 20.946s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
62682025-01-13T10:16:55.305Z PASS [ 34.669s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
62692025-01-13T10:16:55.549Z PASS [ 19.310s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
62702025-01-13T10:17:06.905Z PASS [ 30.192s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
62712025-01-13T10:17:10.152Z PASS [ 33.883s] omicron-nexus::test_all integration_tests::utilization::test_utilization
62722025-01-13T10:17:14.904Z PASS [ 25.172s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
62732025-01-13T10:17:16.952Z PASS [ 29.942s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
62742025-01-13T10:17:20.036Z PASS [ 29.268s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
62752025-01-13T10:17:22.388Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
62762025-01-13T10:17:24.451Z PASS [ 28.900s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
62772025-01-13T10:17:25.714Z PASS [ 30.407s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
62782025-01-13T10:17:37.269Z PASS [ 30.362s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
62792025-01-13T10:17:40.537Z PASS [ 30.383s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
62802025-01-13T10:17:43.648Z PASS [ 28.742s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
62812025-01-13T10:17:45.963Z PASS [ 25.925s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
62822025-01-13T10:17:46.501Z PASS [ 29.542s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
62832025-01-13T10:17:59.330Z PASS [ 22.059s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
62842025-01-13T10:18:05.831Z PASS [ 22.181s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
62852025-01-13T10:18:05.846Z PASS [ 103.466s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
62862025-01-13T10:18:08.309Z PASS [ 27.770s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
62872025-01-13T10:18:11.059Z PASS [ 25.094s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
62882025-01-13T10:18:15.720Z PASS [ 50.002s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
62892025-01-13T10:18:16.814Z PASS [ 30.316s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
62902025-01-13T10:18:24.472Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
62912025-01-13T10:18:29.419Z PASS [ 30.087s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
62922025-01-13T10:18:34.867Z PASS [ 70.411s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
62932025-01-13T10:18:39.720Z PASS [ 23.998s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
62942025-01-13T10:18:40.154Z PASS [ 23.339s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
62952025-01-13T10:18:45.039Z PASS [ 39.205s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
62962025-01-13T10:18:45.913Z PASS [ 40.064s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
62972025-01-13T10:18:47.768Z PASS [ 39.455s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
62982025-01-13T10:18:51.650Z PASS [ 40.588s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
62992025-01-13T10:19:00.898Z PASS [ 31.477s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
63002025-01-13T10:19:06.251Z PASS [ 26.095s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
63012025-01-13T10:19:10.779Z PASS [ 25.738s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
63022025-01-13T10:19:12.042Z PASS [ 26.127s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
63032025-01-13T10:19:12.775Z PASS [ 25.005s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
63042025-01-13T10:19:18.350Z PASS [ 26.698s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
63052025-01-13T10:19:21.761Z PASS [ 46.890s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
63062025-01-13T10:19:26.857Z PASS [ 16.076s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
63072025-01-13T10:19:28.010Z PASS [ 15.966s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
63082025-01-13T10:19:28.907Z PASS [ 28.007s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
63092025-01-13T10:19:28.923Z PASS [ 16.147s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
63102025-01-13T10:19:32.682Z PASS [ 26.429s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
63112025-01-13T10:19:34.758Z PASS [ 55.034s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
63122025-01-13T10:19:36.259Z PASS [ 17.907s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
63132025-01-13T10:19:39.631Z PASS [ 17.869s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
63142025-01-13T10:19:46.236Z PASS [ 19.378s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
63152025-01-13T10:19:46.334Z PASS [ 18.323s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
63162025-01-13T10:19:47.427Z PASS [ 18.502s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
63172025-01-13T10:19:47.447Z PASS [ 18.538s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
63182025-01-13T10:19:53.047Z PASS [ 18.287s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
63192025-01-13T10:19:54.010Z PASS [ 21.327s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
63202025-01-13T10:19:55.033Z PASS [ 18.772s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
63212025-01-13T10:19:57.642Z PASS [ 18.010s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
63222025-01-13T10:20:04.199Z PASS [ 17.864s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
63232025-01-13T10:20:04.473Z PASS [ 18.235s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
63242025-01-13T10:20:06.083Z PASS [ 18.654s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
63252025-01-13T10:20:06.209Z PASS [ 18.760s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
63262025-01-13T10:20:11.650Z PASS [ 18.602s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
63272025-01-13T10:20:11.773Z PASS [ 17.762s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
63282025-01-13T10:20:13.455Z PASS [ 18.421s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
63292025-01-13T10:20:16.585Z PASS [ 18.941s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
63302025-01-13T10:20:22.919Z PASS [ 18.718s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
63312025-01-13T10:20:26.715Z PASS [ 20.505s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
63322025-01-13T10:20:31.502Z PASS [ 19.850s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
63332025-01-13T10:20:31.569Z PASS [ 19.794s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
63342025-01-13T10:20:32.961Z PASS [ 19.505s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
63352025-01-13T10:20:35.626Z PASS [ 31.151s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
63362025-01-13T10:20:35.864Z PASS [ 19.278s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
63372025-01-13T10:20:41.557Z PASS [ 35.472s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
63382025-01-13T10:20:49.731Z PASS [ 23.014s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
63392025-01-13T10:20:50.634Z PASS [ 19.130s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
63402025-01-13T10:20:51.388Z PASS [ 28.467s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
63412025-01-13T10:20:53.387Z PASS [ 21.816s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
63422025-01-13T10:20:59.321Z PASS [ 23.692s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
63432025-01-13T10:20:59.982Z PASS [ 27.019s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
63442025-01-13T10:21:00.040Z PASS [ 0.057s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
63452025-01-13T10:21:00.078Z PASS [ 0.038s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
63462025-01-13T10:21:00.162Z PASS [ 0.083s] omicron-package config::tests::multi_preset_arg
63472025-01-13T10:21:00.255Z PASS [ 0.092s] omicron-package dot::test::test_bad_dependency
63482025-01-13T10:21:00.309Z PASS [ 0.053s] omicron-package dot::test::test_dot_output
63492025-01-13T10:21:06.871Z PASS [ 7.549s] omicron-omdb::test_all_output test_omdb_usage_errors
63502025-01-13T10:21:06.899Z PASS [ 0.028s] omicron-passwords test::test_password_constraints
63512025-01-13T10:21:08.004Z PASS [ 7.694s] omicron-passwords test::test_compatible
63522025-01-13T10:21:09.683Z PASS [ 28.124s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
63532025-01-13T10:21:09.733Z PASS [ 0.049s] omicron-passwords test::test_stable
63542025-01-13T10:21:09.760Z PASS [ 0.027s] omicron-passwords test::test_weak_hashes
63552025-01-13T10:21:09.768Z PASS [ 2.868s] omicron-passwords test::test_reproducible
63562025-01-13T10:21:09.786Z PASS [ 0.025s] omicron-rpaths internal::tests::test_configure_from_path
63572025-01-13T10:21:09.809Z PASS [ 0.023s] omicron-rpaths internal::tests::test_emit_rpath
63582025-01-13T10:21:09.817Z PASS [ 0.048s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
63592025-01-13T10:21:10.315Z PASS [ 0.497s] omicron-sled-agent artifact_store::test::no_dataset
63602025-01-13T10:21:10.406Z PASS [ 0.597s] omicron-sled-agent artifact_store::test::list_get_put_delete
63612025-01-13T10:21:10.482Z PASS [ 0.166s] omicron-sled-agent artifact_store::test::wrong_hash
63622025-01-13T10:21:10.542Z PASS [ 0.135s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
63632025-01-13T10:21:10.645Z PASS [ 0.102s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
63642025-01-13T10:21:10.803Z PASS [ 0.158s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
63652025-01-13T10:21:10.902Z PASS [ 0.099s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
63662025-01-13T10:21:11.095Z PASS [ 0.612s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
63672025-01-13T10:21:11.187Z PASS [ 0.092s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
63682025-01-13T10:21:11.260Z PASS [ 0.072s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
63692025-01-13T10:21:11.268Z PASS [ 21.535s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
63702025-01-13T10:21:11.308Z PASS [ 0.040s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
63712025-01-13T10:21:11.338Z PASS [ 0.077s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
63722025-01-13T10:21:11.346Z PASS [ 0.037s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
63732025-01-13T10:21:11.379Z PASS [ 0.041s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
63742025-01-13T10:21:11.385Z PASS [ 0.039s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
63752025-01-13T10:21:11.418Z PASS [ 0.039s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
63762025-01-13T10:21:11.426Z PASS [ 0.039s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
63772025-01-13T10:21:11.463Z PASS [ 0.560s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
63782025-01-13T10:21:11.490Z PASS [ 0.063s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
63792025-01-13T10:21:11.499Z PASS [ 0.080s] omicron-sled-agent config::test::test_smf_configs
63802025-01-13T10:21:11.502Z PASS [ 0.037s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
63812025-01-13T10:21:11.533Z PASS [ 0.042s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
63822025-01-13T10:21:11.545Z PASS [ 0.045s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
63832025-01-13T10:21:11.553Z PASS [ 0.052s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
63842025-01-13T10:21:11.572Z PASS [ 0.039s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
63852025-01-13T10:21:11.726Z PASS [ 21.090s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
63862025-01-13T10:21:14.815Z PASS [ 3.088s] omicron-sled-agent instance::tests::test_instance_manager_creation
63872025-01-13T10:21:15.101Z PASS [ 3.554s] omicron-sled-agent instance::tests::test_instance_create_events_normal
63882025-01-13T10:21:15.137Z PASS [ 0.036s] omicron-sled-agent probe_manager::test::probe_state_set_ops
63892025-01-13T10:21:15.171Z PASS [ 0.034s] omicron-sled-agent profile::tests::empty_profile
63902025-01-13T10:21:15.201Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_disabled_instance
63912025-01-13T10:21:15.232Z PASS [ 0.031s] omicron-sled-agent profile::tests::test_instance
63922025-01-13T10:21:15.272Z PASS [ 0.039s] omicron-sled-agent profile::tests::test_multiple
63932025-01-13T10:21:15.305Z PASS [ 0.033s] omicron-sled-agent profile::tests::test_property
63942025-01-13T10:21:15.338Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_property_group
63952025-01-13T10:21:15.373Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_service
63962025-01-13T10:21:15.409Z PASS [ 0.036s] omicron-sled-agent profile::tests::test_service_property_group
63972025-01-13T10:21:15.439Z PASS [ 0.030s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
63982025-01-13T10:21:15.470Z PASS [ 0.030s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
63992025-01-13T10:21:15.515Z PASS [ 0.045s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
64002025-01-13T10:21:15.560Z PASS [ 0.045s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
64012025-01-13T10:21:15.624Z PASS [ 0.063s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
64022025-01-13T10:21:15.672Z PASS [ 0.047s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
64032025-01-13T10:21:16.040Z PASS [ 24.650s] omicron-omdb::test_all_output test_omdb_env_settings
64042025-01-13T10:21:16.195Z PASS [ 4.623s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
64052025-01-13T10:21:16.203Z PASS [ 40.335s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
64062025-01-13T10:21:16.876Z PASS [ 5.322s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
64072025-01-13T10:21:18.300Z PASS [ 2.625s] omicron-sled-agent services::illumos_tests::test_bad_generations
64082025-01-13T10:21:18.640Z PASS [ 2.599s] omicron-sled-agent services::illumos_tests::test_ensure_service
64092025-01-13T10:21:18.681Z PASS [ 0.041s] omicron-sled-agent services::test::test_all_zones_requests_schema
64102025-01-13T10:21:18.713Z PASS [ 0.031s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
64112025-01-13T10:21:18.742Z PASS [ 0.028s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
64122025-01-13T10:21:18.773Z PASS [ 0.031s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
64132025-01-13T10:21:18.807Z PASS [ 0.033s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
64142025-01-13T10:21:18.848Z PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
64152025-01-13T10:21:18.887Z PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
64162025-01-13T10:21:18.933Z PASS [ 0.045s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
64172025-01-13T10:21:18.969Z PASS [ 0.035s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
64182025-01-13T10:21:19.144Z PASS [ 2.941s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
64192025-01-13T10:21:19.200Z PASS [ 0.054s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
64202025-01-13T10:21:19.248Z PASS [ 0.047s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
64212025-01-13T10:21:19.284Z PASS [ 3.087s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
64222025-01-13T10:21:19.295Z PASS [ 0.046s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
64232025-01-13T10:21:19.329Z PASS [ 0.044s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
64242025-01-13T10:21:19.338Z PASS [ 0.042s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
64252025-01-13T10:21:19.367Z PASS [ 0.038s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
64262025-01-13T10:21:19.376Z PASS [ 0.037s] omicron-sled-agent sim::storage::test::snapshot_needs_region
64272025-01-13T10:21:20.003Z PASS [ 11.998s] omicron-passwords test::test_smoke
64282025-01-13T10:21:20.200Z PASS [ 3.323s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
64292025-01-13T10:21:21.365Z PASS [ 3.068s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
64302025-01-13T10:21:22.465Z PASS [ 29.076s] omicron-omdb::test_all_output test_omdb_success_cases
64312025-01-13T10:21:22.812Z PASS [ 3.843s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
64322025-01-13T10:21:22.838Z PASS [ 0.024s] omicron-sled-agent updates::test::test_query_no_components
64332025-01-13T10:21:22.863Z PASS [ 0.024s] omicron-sled-agent updates::test::test_query_sled_agent_version
64342025-01-13T10:21:22.892Z PASS [ 0.031s] omicron-sled-agent updates::test::test_query_zone_version
64352025-01-13T10:21:23.043Z PASS [ 0.150s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
64362025-01-13T10:21:23.068Z PASS [ 0.025s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
64372025-01-13T10:21:23.717Z PASS [ 4.340s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
64382025-01-13T10:21:23.821Z PASS [ 4.454s] omicron-sled-agent support_bundle::storage::tests::basic_crud
64392025-01-13T10:21:23.850Z PASS [ 0.028s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
64402025-01-13T10:21:24.033Z PASS [ 4.029s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
64412025-01-13T10:21:24.315Z PASS [ 4.113s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
64422025-01-13T10:21:25.804Z PASS [ 4.437s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
64432025-01-13T10:21:25.868Z PASS [ 0.063s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
64442025-01-13T10:21:25.910Z PASS [ 0.042s] omicron-sled-agent zone_bundle::tests::test_dir_size
64452025-01-13T10:21:25.963Z PASS [ 0.051s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
64462025-01-13T10:21:26.509Z PASS [ 2.792s] omicron-sled-agent zone_bundle::illumos_tests::test_context
64472025-01-13T10:21:26.626Z PASS [ 3.557s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
64482025-01-13T10:21:26.732Z PASS [ 0.769s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
64492025-01-13T10:21:26.795Z PASS [ 0.168s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
64502025-01-13T10:21:26.839Z PASS [ 0.044s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
64512025-01-13T10:21:26.866Z PASS [ 0.026s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
64522025-01-13T10:21:26.988Z PASS [ 2.955s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
64532025-01-13T10:21:27.186Z PASS [ 0.677s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
64542025-01-13T10:21:27.546Z PASS [ 3.695s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
64552025-01-13T10:21:27.555Z PASS [ 0.823s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
64562025-01-13T10:21:27.585Z PASS [ 0.029s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
64572025-01-13T10:21:27.590Z PASS [ 0.039s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
64582025-01-13T10:21:27.635Z PASS [ 0.646s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
64592025-01-13T10:21:27.642Z PASS [ 0.775s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
64602025-01-13T10:21:27.726Z PASS [ 0.141s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
64612025-01-13T10:21:27.771Z PASS [ 3.455s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
64622025-01-13T10:21:27.863Z PASS [ 0.227s] omicron-test-utils dev::db::test::test_bad_cmd
64632025-01-13T10:21:27.892Z PASS [ 0.029s] omicron-test-utils dev::db::test::test_make_pg_config_fail
64642025-01-13T10:21:27.919Z PASS [ 0.026s] omicron-test-utils dev::db::test::test_make_pg_config_ok
64652025-01-13T10:21:27.950Z PASS [ 0.031s] omicron-test-utils dev::db::test::test_process_exit_abnormal
64662025-01-13T10:21:27.985Z PASS [ 0.035s] omicron-test-utils dev::db::test::test_process_exit_normal
64672025-01-13T10:21:27.993Z PASS [ 5.527s] omicron-sled-agent support_bundle::storage::tests::ranges
64682025-01-13T10:21:28.017Z PASS [ 0.245s] omicron-test-utils dev::db::test::test_database_start_hang
64692025-01-13T10:21:28.028Z PASS [ 0.437s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
64702025-01-13T10:21:28.046Z PASS [ 0.403s] omicron-test-utils dev::db::test::test_cmd_fails
64712025-01-13T10:21:28.056Z PASS [ 0.027s] omicron-test-utils dev::db::test::test_starter_tmpdir
64722025-01-13T10:21:28.086Z PASS [ 0.029s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
64732025-01-13T10:21:28.120Z PASS [ 0.074s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
64742025-01-13T10:21:28.121Z PASS [ 0.034s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
64752025-01-13T10:21:28.153Z PASS [ 0.030s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
64762025-01-13T10:21:28.194Z PASS [ 0.073s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
64772025-01-13T10:21:28.212Z PASS [ 1.025s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
64782025-01-13T10:21:28.441Z LEAK [ 0.455s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
64792025-01-13T10:21:28.649Z PASS [ 0.207s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
64802025-01-13T10:21:28.707Z PASS [ 0.554s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
64812025-01-13T10:21:28.757Z PASS [ 0.544s] oximeter test::timeseries_schema_consistency
64822025-01-13T10:21:29.012Z PASS [ 0.253s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
64832025-01-13T10:21:29.050Z PASS [ 0.338s] oximeter-collector agent::tests::test_self_stat_error_counter
64842025-01-13T10:21:29.050Z PASS [ 0.400s] oximeter-collector agent::tests::test_self_stat_collection_count
64852025-01-13T10:21:29.099Z PASS [ 0.044s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
64862025-01-13T10:21:29.128Z PASS [ 0.029s] oximeter-collector self_stats::tests::test_failure_reason_serialization
64872025-01-13T10:21:29.164Z PASS [ 0.152s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
64882025-01-13T10:21:29.234Z PASS [ 1.217s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
64892025-01-13T10:21:29.352Z PASS [ 1.157s] openapi-manager check::tests::check_apis_up_to_date
64902025-01-13T10:21:29.400Z PASS [ 0.047s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
64912025-01-13T10:21:29.407Z PASS [ 0.242s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
64922025-01-13T10:21:29.409Z PASS [ 0.172s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
64932025-01-13T10:21:29.418Z PASS [ 1.691s] omicron-test-utils dev::db::test::test_database_concurrent
64942025-01-13T10:21:29.429Z PASS [ 0.029s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
64952025-01-13T10:21:29.434Z PASS [ 0.027s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
64962025-01-13T10:21:29.633Z PASS [ 0.504s] oximeter-collector::test_commands test_oximeter_no_args
64972025-01-13T10:21:30.115Z PASS [ 1.064s] oximeter-collector agent::tests::verify_producer_details
64982025-01-13T10:21:30.232Z PASS [ 0.598s] oximeter-db client::tests::can_ping_clickhouse
64992025-01-13T10:21:30.349Z PASS [ 0.117s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
65002025-01-13T10:21:30.497Z PASS [ 0.148s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
65012025-01-13T10:21:30.610Z PASS [ 1.175s] oximeter-db client::oxql::tests::test_limit_operations
65022025-01-13T10:21:30.613Z PASS [ 1.203s] oximeter-db client::oxql::tests::test_get_entire_table
65032025-01-13T10:21:30.613Z PASS [ 1.181s] oximeter-db client::oxql::tests::test_get_one_timeseries
65042025-01-13T10:21:30.652Z PASS [ 1.233s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
65052025-01-13T10:21:31.315Z PASS [ 0.663s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
65062025-01-13T10:21:31.342Z PASS [ 0.732s] oximeter-db client::tests::read_latest_version_reports_max
65072025-01-13T10:21:31.345Z PASS [ 0.732s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
65082025-01-13T10:21:32.026Z PASS [ 0.683s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
65092025-01-13T10:21:32.293Z PASS [ 0.977s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
65102025-01-13T10:21:32.438Z PASS [ 1.095s] oximeter-db client::tests::select_timeseries_with_select_one
65112025-01-13T10:21:32.848Z PASS [ 0.822s] oximeter-db client::tests::test_client_select_timeseries_one
65122025-01-13T10:21:32.894Z PASS [ 2.284s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
65132025-01-13T10:21:33.088Z PASS [ 0.794s] oximeter-db client::tests::test_database_version_update_is_idempotent
65142025-01-13T10:21:33.219Z PASS [ 0.780s] oximeter-db client::tests::test_database_version_will_not_downgrade
65152025-01-13T10:21:33.669Z PASS [ 0.774s] oximeter-db client::tests::test_differentiate_by_timeseries_name
65162025-01-13T10:21:33.926Z PASS [ 1.077s] oximeter-db client::tests::test_database_version_wipes_old_version
65172025-01-13T10:21:34.136Z PASS [ 0.917s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
65182025-01-13T10:21:34.144Z PASS [ 1.054s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
65192025-01-13T10:21:34.456Z PASS [ 0.786s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
65202025-01-13T10:21:35.071Z PASS [ 7.077s] omicron-test-utils dev::db::test::test_setup_database_default_dir
65212025-01-13T10:21:35.100Z PASS [ 0.964s] oximeter-db client::tests::test_field_record_count
65222025-01-13T10:21:35.107Z PASS [ 0.963s] oximeter-db client::tests::test_get_schema_no_new_values
65232025-01-13T10:21:35.238Z PASS [ 0.782s] oximeter-db client::tests::test_insert_samples
65242025-01-13T10:21:35.269Z PASS [ 0.031s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
65252025-01-13T10:21:35.310Z PASS [ 0.040s] oximeter-db client::tests::test_read_timeseries_to_delete
65262025-01-13T10:21:35.343Z PASS [ 0.033s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
65272025-01-13T10:21:35.373Z PASS [ 0.029s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
65282025-01-13T10:21:35.397Z PASS [ 1.471s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
65292025-01-13T10:21:35.796Z PASS [ 0.724s] oximeter-db client::tests::test_is_oximeter_cluster
65302025-01-13T10:21:35.859Z PASS [ 0.752s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
65312025-01-13T10:21:35.901Z PASS [ 0.800s] oximeter-db client::tests::test_list_timeseries
65322025-01-13T10:21:36.157Z PASS [ 0.758s] oximeter-db client::tests::test_schema_mismatch
65332025-01-13T10:21:36.551Z PASS [ 1.177s] oximeter-db client::tests::test_recall_of_all_fields
65342025-01-13T10:21:36.554Z PASS [ 0.757s] oximeter-db client::tests::test_schema_update
65352025-01-13T10:21:36.673Z PASS [ 0.814s] oximeter-db client::tests::test_select_all_datum_types
65362025-01-13T10:21:36.697Z PASS [ 0.795s] oximeter-db client::tests::test_select_all_field_types
65372025-01-13T10:21:37.004Z PASS [ 0.847s] oximeter-db client::tests::test_select_timeseries_with_all
65382025-01-13T10:21:37.520Z PASS [ 0.846s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
65392025-01-13T10:21:37.544Z PASS [ 0.847s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
65402025-01-13T10:21:37.583Z PASS [ 1.028s] oximeter-db client::tests::test_select_timeseries_with_order
65412025-01-13T10:21:37.601Z PASS [ 1.046s] oximeter-db client::tests::test_select_timeseries_with_limit
65422025-01-13T10:21:37.608Z PASS [ 0.024s] oximeter-db client::tests::test_unravel_index
65432025-01-13T10:21:37.642Z PASS [ 0.034s] oximeter-db client::tests::test_verify_schema_upgrades
65442025-01-13T10:21:37.671Z PASS [ 0.028s] oximeter-db model::fields::tests::test_extract_fields_as_block
65452025-01-13T10:21:37.700Z PASS [ 0.029s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
65462025-01-13T10:21:37.734Z PASS [ 0.032s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
65472025-01-13T10:21:37.768Z PASS [ 0.035s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
65482025-01-13T10:21:37.801Z PASS [ 0.033s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
65492025-01-13T10:21:37.833Z PASS [ 0.031s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
65502025-01-13T10:21:37.846Z PASS [ 0.842s] oximeter-db client::tests::test_select_timeseries_with_start_time
65512025-01-13T10:21:37.865Z PASS [ 0.032s] oximeter-db native::block::tests::concat_blocks
65522025-01-13T10:21:37.874Z PASS [ 0.028s] oximeter-db native::block::tests::datetime64_scale_checks_range
65532025-01-13T10:21:37.889Z PASS [ 0.023s] oximeter-db native::block::tests::parse_date_time
65542025-01-13T10:21:37.899Z PASS [ 0.024s] oximeter-db native::block::tests::parse_date_time64
65552025-01-13T10:21:37.911Z PASS [ 0.022s] oximeter-db native::block::tests::parse_escaped_date_time64
65562025-01-13T10:21:37.921Z PASS [ 0.022s] oximeter-db native::block::tests::test_data_type_to_string
65572025-01-13T10:21:37.930Z PASS [ 0.018s] oximeter-db native::block::tests::test_datetime64_conversions
65582025-01-13T10:21:37.941Z PASS [ 0.020s] oximeter-db native::block::tests::test_parse_all_known_timezones
65592025-01-13T10:21:37.948Z PASS [ 0.017s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
65602025-01-13T10:21:37.965Z PASS [ 0.023s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
65612025-01-13T10:21:37.972Z PASS [ 0.023s] oximeter-db native::block::tests::test_parse_enum8
65622025-01-13T10:21:37.989Z PASS [ 0.024s] oximeter-db native::block::tests::test_parse_enum_variant
65632025-01-13T10:21:37.994Z PASS [ 0.022s] oximeter-db native::block::tests::test_parse_invalid_data_type
65642025-01-13T10:21:38.315Z PASS [ 0.770s] oximeter-db client::tests::test_timeseries_schema_list
65652025-01-13T10:21:38.373Z PASS [ 0.772s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
65662025-01-13T10:21:38.575Z PASS [ 0.584s] oximeter-db native::connection::tests::test_basic_select_query
65672025-01-13T10:21:38.683Z PASS [ 0.688s] oximeter-db native::connection::tests::test_can_cancel_query
65682025-01-13T10:21:38.815Z PASS [ 1.294s] oximeter-db client::tests::test_sql_query_output
65692025-01-13T10:21:38.900Z PASS [ 0.585s] oximeter-db native::connection::tests::test_exchange_hello
65702025-01-13T10:21:38.964Z PASS [ 0.591s] oximeter-db native::connection::tests::test_insert_and_select_data
65712025-01-13T10:21:39.163Z PASS [ 0.588s] oximeter-db native::connection::tests::test_insert_and_select_uuid
65722025-01-13T10:21:39.187Z PASS [ 0.024s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
65732025-01-13T10:21:39.210Z PASS [ 0.023s] oximeter-db native::io::block::tests::test_decode_full_block
65742025-01-13T10:21:39.235Z PASS [ 0.024s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
65752025-01-13T10:21:39.264Z PASS [ 0.029s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
65762025-01-13T10:21:39.272Z PASS [ 0.588s] oximeter-db native::connection::tests::test_select_array_column
65772025-01-13T10:21:39.303Z PASS [ 0.039s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
65782025-01-13T10:21:39.305Z PASS [ 0.031s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
65792025-01-13T10:21:39.323Z PASS [ 0.019s] oximeter-db native::io::column::tests::test_decode_string_column
65802025-01-13T10:21:39.327Z PASS [ 0.023s] oximeter-db native::io::column::tests::test_decode_uint64_column
65812025-01-13T10:21:39.340Z PASS [ 0.018s] oximeter-db native::io::column::tests::test_decode_uint8_column
65822025-01-13T10:21:39.345Z PASS [ 0.018s] oximeter-db native::io::column::tests::test_decode_uuid_column
65832025-01-13T10:21:39.362Z PASS [ 0.021s] oximeter-db native::io::column::tests::test_encode_decode_column
65842025-01-13T10:21:39.367Z PASS [ 0.022s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
65852025-01-13T10:21:39.382Z PASS [ 0.019s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
65862025-01-13T10:21:39.387Z PASS [ 0.019s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
65872025-01-13T10:21:39.401Z PASS [ 0.019s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
65882025-01-13T10:21:39.406Z PASS [ 0.591s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
65892025-01-13T10:21:39.408Z PASS [ 0.018s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
65902025-01-13T10:21:39.419Z PASS [ 0.018s] oximeter-db native::io::packet::server::tests::test_decode_pong
65912025-01-13T10:21:39.426Z PASS [ 0.020s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
65922025-01-13T10:21:39.431Z PASS [ 0.024s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
65932025-01-13T10:21:39.438Z PASS [ 0.019s] oximeter-db native::io::string::test::test_encode_decode
65942025-01-13T10:21:39.448Z PASS [ 0.021s] oximeter-db native::io::string::test::test_encode_hello_world
65952025-01-13T10:21:39.454Z PASS [ 0.023s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
65962025-01-13T10:21:39.460Z PASS [ 0.021s] oximeter-db native::io::table_columns::tests::test_column_count
65972025-01-13T10:21:39.469Z PASS [ 0.020s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
65982025-01-13T10:21:39.478Z PASS [ 0.024s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
65992025-01-13T10:21:39.483Z PASS [ 0.023s] oximeter-db native::io::table_columns::tests::test_column_descriptions
66002025-01-13T10:21:39.488Z PASS [ 0.587s] oximeter-db native::connection::tests::test_select_nullable_column
66012025-01-13T10:21:39.493Z PASS [ 0.023s] oximeter-db native::io::varuint::test_encode_decode_varuint
66022025-01-13T10:21:39.501Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
66032025-01-13T10:21:39.506Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
66042025-01-13T10:21:39.510Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_comparison
66052025-01-13T10:21:39.517Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
66062025-01-13T10:21:39.527Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_double_literal
66072025-01-13T10:21:39.532Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
66082025-01-13T10:21:39.537Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
66092025-01-13T10:21:39.543Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
66102025-01-13T10:21:39.546Z PASS [ 0.578s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
66112025-01-13T10:21:39.553Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
66122025-01-13T10:21:39.555Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
66132025-01-13T10:21:39.562Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
66142025-01-13T10:21:39.568Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
66152025-01-13T10:21:39.571Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
66162025-01-13T10:21:39.577Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
66172025-01-13T10:21:39.580Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_group_by
66182025-01-13T10:21:39.588Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
66192025-01-13T10:21:39.592Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_ident
66202025-01-13T10:21:39.592Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
66212025-01-13T10:21:39.601Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
66222025-01-13T10:21:39.606Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
66232025-01-13T10:21:39.610Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
66242025-01-13T10:21:39.615Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
66252025-01-13T10:21:39.620Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
66262025-01-13T10:21:39.627Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
66272025-01-13T10:21:39.633Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
66282025-01-13T10:21:39.641Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_query
66292025-01-13T10:21:39.652Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
66302025-01-13T10:21:39.655Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
66312025-01-13T10:21:39.664Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
66322025-01-13T10:21:39.670Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
66332025-01-13T10:21:39.681Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
66342025-01-13T10:21:39.684Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_reducer
66352025-01-13T10:21:39.693Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
66362025-01-13T10:21:39.695Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
66372025-01-13T10:21:39.702Z PASS [ 0.020s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
66382025-01-13T10:21:39.707Z PASS [ 0.025s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
66392025-01-13T10:21:39.714Z PASS [ 0.021s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
66402025-01-13T10:21:39.719Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
66412025-01-13T10:21:39.724Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
66422025-01-13T10:21:39.728Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
66432025-01-13T10:21:39.735Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
66442025-01-13T10:21:39.742Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
66452025-01-13T10:21:39.748Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
66462025-01-13T10:21:39.756Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
66472025-01-13T10:21:39.762Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
66482025-01-13T10:21:39.767Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
66492025-01-13T10:21:39.774Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
66502025-01-13T10:21:39.782Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
66512025-01-13T10:21:39.786Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
66522025-01-13T10:21:39.788Z PASS [ 0.019s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
66532025-01-13T10:21:39.796Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
66542025-01-13T10:21:39.801Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
66552025-01-13T10:21:39.809Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
66562025-01-13T10:21:39.813Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
66572025-01-13T10:21:39.818Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
66582025-01-13T10:21:39.825Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits
66592025-01-13T10:21:39.832Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
66602025-01-13T10:21:39.836Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
66612025-01-13T10:21:39.841Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
66622025-01-13T10:21:39.850Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
66632025-01-13T10:21:39.855Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
66642025-01-13T10:21:39.868Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
66652025-01-13T10:21:39.874Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
66662025-01-13T10:21:39.880Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_predicates
66672025-01-13T10:21:39.886Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
66682025-01-13T10:21:39.896Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
66692025-01-13T10:21:39.907Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
66702025-01-13T10:21:39.915Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
66712025-01-13T10:21:39.919Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_query_end_time
66722025-01-13T10:21:39.927Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
66732025-01-13T10:21:39.932Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
66742025-01-13T10:21:39.939Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
66752025-01-13T10:21:39.949Z PASS [ 0.022s] oximeter-db query::tests::test_field_cmp
66762025-01-13T10:21:39.955Z PASS [ 0.022s] oximeter-db query::tests::test_field_selector_as_query
66772025-01-13T10:21:39.958Z PASS [ 0.039s] oximeter-db oxql::query::tests::test_split_query
66782025-01-13T10:21:39.970Z PASS [ 0.029s] oximeter-db query::tests::test_field_value_as_db_str
66792025-01-13T10:21:39.986Z PASS [ 0.037s] oximeter-db query::tests::test_select_query_builder_field_selectors
66802025-01-13T10:21:39.993Z PASS [ 0.036s] oximeter-db query::tests::test_select_query_builder_filter_raw
66812025-01-13T10:21:39.996Z PASS [ 0.036s] oximeter-db query::tests::test_select_query_builder_from_parts
66822025-01-13T10:21:40.003Z PASS [ 0.032s] oximeter-db query::tests::test_select_query_builder_full
66832025-01-13T10:21:40.012Z PASS [ 0.025s] oximeter-db query::tests::test_select_query_builder_limit_offset
66842025-01-13T10:21:40.019Z PASS [ 0.026s] oximeter-db query::tests::test_select_query_builder_no_selectors
66852025-01-13T10:21:40.024Z PASS [ 0.031s] oximeter-db query::tests::test_select_query_builder_no_fields
66862025-01-13T10:21:40.031Z PASS [ 0.029s] oximeter-db query::tests::test_string_field_selector
66872025-01-13T10:21:40.037Z PASS [ 0.025s] oximeter-db query::tests::test_time_range
66882025-01-13T10:21:40.046Z PASS [ 0.027s] oximeter-db sql::tests::test_allow_limit_offset
66892025-01-13T10:21:40.051Z PASS [ 0.027s] oximeter-db sql::tests::test_allow_subqueries
66902025-01-13T10:21:40.056Z PASS [ 0.024s] oximeter-db sql::tests::test_cannot_name_database
66912025-01-13T10:21:40.063Z PASS [ 0.026s] oximeter-db sql::tests::test_ctes_are_not_supported
66922025-01-13T10:21:40.075Z PASS [ 0.029s] oximeter-db sql::tests::test_function_allow_list
66932025-01-13T10:21:40.083Z PASS [ 0.026s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
66942025-01-13T10:21:40.108Z PASS [ 0.032s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
66952025-01-13T10:21:40.113Z PASS [ 0.049s] oximeter-db sql::tests::test_query_must_be_select_statement
66962025-01-13T10:21:40.119Z PASS [ 0.035s] oximeter-db sql::tests::test_require_table_is_timeseries_name
66972025-01-13T10:21:40.121Z PASS [ 0.067s] oximeter-db sql::tests::test_join_must_be_inner
66982025-01-13T10:21:40.133Z PASS [ 0.025s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
66992025-01-13T10:21:40.139Z PASS [ 0.026s] oximeter-db sql::tests::test_with_comma_join_fails
67002025-01-13T10:21:40.144Z PASS [ 0.025s] oximeter-db tests::test_timeseries_key_sample_stability
67012025-01-13T10:21:40.149Z PASS [ 0.030s] oximeter-db tests::test_timeseries_key_field_stability
67022025-01-13T10:21:40.202Z PASS [ 0.057s] oximeter-instruments http::tests::test_latency_tracker
67032025-01-13T10:21:40.251Z PASS [ 0.100s] oximeter-instruments kstat::link::tests::test_kstat_interested
67042025-01-13T10:21:40.376Z PASS [ 0.124s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
67052025-01-13T10:21:40.433Z PASS [ 0.196s] oximeter-instruments kstat::link::tests::test_kstat_sampler
67062025-01-13T10:21:40.568Z PASS [ 0.192s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
67072025-01-13T10:21:40.580Z PASS [ 0.146s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
67082025-01-13T10:21:40.741Z PASS [ 0.064s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
67092025-01-13T10:21:40.741Z PASS [ 0.062s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
67102025-01-13T10:21:40.741Z PASS [ 0.050s] oximeter-instruments kstat::link::tests::test_sled_datalink
67112025-01-13T10:21:40.741Z PASS [ 0.044s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
67122025-01-13T10:21:40.741Z PASS [ 0.019s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
67132025-01-13T10:21:40.741Z PASS [ 0.018s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
67142025-01-13T10:21:40.741Z PASS [ 0.017s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
67152025-01-13T10:21:40.741Z PASS [ 0.018s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
67162025-01-13T10:21:40.744Z PASS [ 0.023s] oximeter-macro-impl tests::test_metric_annotated_field
67172025-01-13T10:21:40.751Z PASS [ 0.025s] oximeter-macro-impl tests::test_metric_datum_field
67182025-01-13T10:21:40.761Z PASS [ 0.018s] oximeter-macro-impl tests::test_metric_enum
67192025-01-13T10:21:40.768Z PASS [ 0.016s] oximeter-macro-impl tests::test_metric_without_datum_field
67202025-01-13T10:21:40.776Z PASS [ 0.015s] oximeter-macro-impl tests::test_target
67212025-01-13T10:21:40.785Z PASS [ 0.017s] oximeter-macro-impl tests::test_target_empty_struct
67222025-01-13T10:21:40.790Z PASS [ 0.014s] oximeter-macro-impl tests::test_target_enum
67232025-01-13T10:21:40.800Z PASS [ 0.014s] oximeter-macro-impl tests::test_target_unit_struct
67242025-01-13T10:21:40.808Z PASS [ 0.017s] oximeter-macro-impl tests::test_target_with_datum_field
67252025-01-13T10:21:40.929Z PASS [ 0.121s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
67262025-01-13T10:21:40.974Z PASS [ 0.044s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
67272025-01-13T10:21:41.003Z PASS [ 0.029s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
67282025-01-13T10:21:41.028Z PASS [ 0.024s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
67292025-01-13T10:21:41.054Z PASS [ 0.026s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
67302025-01-13T10:21:41.094Z PASS [ 0.039s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
67312025-01-13T10:21:41.107Z PASS [ 1.486s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
67322025-01-13T10:21:41.117Z PASS [ 0.023s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
67332025-01-13T10:21:41.133Z PASS [ 0.025s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
67342025-01-13T10:21:41.140Z PASS [ 0.022s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
67352025-01-13T10:21:41.171Z PASS [ 0.038s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
67362025-01-13T10:21:41.180Z PASS [ 0.039s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
67372025-01-13T10:21:41.198Z PASS [ 0.026s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
67382025-01-13T10:21:41.204Z PASS [ 0.024s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
67392025-01-13T10:21:41.218Z PASS [ 0.020s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
67402025-01-13T10:21:41.227Z PASS [ 0.022s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
67412025-01-13T10:21:41.238Z PASS [ 0.020s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
67422025-01-13T10:21:41.246Z PASS [ 0.018s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
67432025-01-13T10:21:41.260Z PASS [ 0.021s] oximeter-schema ir::tests::fail_on_empty_descriptions
67442025-01-13T10:21:41.265Z PASS [ 0.019s] oximeter-schema ir::tests::fail_on_empty_metric_name
67452025-01-13T10:21:41.283Z PASS [ 0.022s] oximeter-schema ir::tests::fail_on_empty_target_name
67462025-01-13T10:21:41.288Z PASS [ 0.022s] oximeter-schema ir::tests::fail_on_very_long_field_names
67472025-01-13T10:21:41.304Z PASS [ 0.021s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
67482025-01-13T10:21:41.308Z PASS [ 0.020s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
67492025-01-13T10:21:41.323Z PASS [ 0.019s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
67502025-01-13T10:21:41.332Z PASS [ 0.023s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
67512025-01-13T10:21:41.342Z PASS [ 0.019s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
67522025-01-13T10:21:41.353Z PASS [ 0.020s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
67532025-01-13T10:21:41.362Z PASS [ 0.019s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
67542025-01-13T10:21:41.373Z PASS [ 0.020s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
67552025-01-13T10:21:41.384Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
67562025-01-13T10:21:41.401Z PASS [ 0.026s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
67572025-01-13T10:21:41.412Z PASS [ 0.027s] oximeter-schema ir::tests::only_support_format_version_1
67582025-01-13T10:21:41.423Z PASS [ 0.022s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
67592025-01-13T10:21:41.429Z PASS [ 0.017s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
67602025-01-13T10:21:41.537Z PASS [ 0.107s] oximeter-test-utils tests::test_sample_struct
67612025-01-13T10:21:41.544Z PASS [ 0.120s] oximeter-test-utils tests::test_gen_test_samples
67622025-01-13T10:21:41.572Z PASS [ 0.028s] oximeter-test-utils tests::test_timeseries_schema_from_parts
67632025-01-13T10:21:41.577Z PASS [ 0.036s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
67642025-01-13T10:21:41.593Z PASS [ 0.021s] oximeter-test-utils tests::test_timeseries_schema_from_sample
67652025-01-13T10:21:41.601Z PASS [ 0.023s] oximeter-types histogram::tests::test_bin_range
67662025-01-13T10:21:41.622Z PASS [ 0.028s] oximeter-types histogram::tests::test_bin_range_from
67672025-01-13T10:21:41.628Z PASS [ 0.026s] oximeter-types histogram::tests::test_bin_range_to
67682025-01-13T10:21:41.644Z PASS [ 0.022s] oximeter-types histogram::tests::test_empty_bins_not_supported
67692025-01-13T10:21:41.649Z PASS [ 0.020s] oximeter-types histogram::tests::test_ensure_finite
67702025-01-13T10:21:41.678Z PASS [ 0.028s] oximeter-types histogram::tests::test_histogram_construct_with
67712025-01-13T10:21:41.683Z PASS [ 0.039s] oximeter-types histogram::tests::test_histogram
67722025-01-13T10:21:41.701Z PASS [ 0.023s] oximeter-types histogram::tests::test_histogram_extreme_bins
67732025-01-13T10:21:41.708Z PASS [ 0.023s] oximeter-types histogram::tests::test_histogram_extreme_samples
67742025-01-13T10:21:41.726Z PASS [ 0.025s] oximeter-types histogram::tests::test_histogram_float_bins
67752025-01-13T10:21:41.731Z PASS [ 0.022s] oximeter-types histogram::tests::test_histogram_unbounded_samples
67762025-01-13T10:21:41.753Z PASS [ 0.022s] oximeter-types histogram::tests::test_histogram_with_bins
67772025-01-13T10:21:41.760Z PASS [ 0.033s] oximeter-types histogram::tests::test_histogram_unsorted_bins
67782025-01-13T10:21:41.775Z PASS [ 0.022s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
67792025-01-13T10:21:41.781Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
67802025-01-13T10:21:41.797Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_bins_u64
67812025-01-13T10:21:41.809Z PASS [ 0.027s] oximeter-types histogram::tests::test_log_bins_u8
67822025-01-13T10:21:41.839Z PASS [ 0.030s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
67832025-01-13T10:21:41.863Z PASS [ 0.065s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
67842025-01-13T10:21:41.869Z PASS [ 0.029s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
67852025-01-13T10:21:41.888Z PASS [ 0.025s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
67862025-01-13T10:21:41.893Z PASS [ 0.023s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
67872025-01-13T10:21:41.911Z PASS [ 0.022s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
67882025-01-13T10:21:41.917Z PASS [ 0.022s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
67892025-01-13T10:21:41.940Z PASS [ 0.023s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
67902025-01-13T10:21:41.940Z PASS [ 0.029s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
67912025-01-13T10:21:41.961Z PASS [ 0.020s] oximeter-types histogram::tests::test_span_decades
67922025-01-13T10:21:41.968Z PASS [ 0.027s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
67932025-01-13T10:21:41.984Z PASS [ 0.023s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
67942025-01-13T10:21:41.991Z PASS [ 0.022s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
67952025-01-13T10:21:42.010Z PASS [ 0.025s] oximeter-types quantile::tests::test_default_percentiles
67962025-01-13T10:21:42.015Z PASS [ 0.024s] oximeter-types quantile::tests::test_empty_observations
67972025-01-13T10:21:42.032Z PASS [ 0.022s] oximeter-types quantile::tests::test_find_cells
67982025-01-13T10:21:42.039Z PASS [ 0.022s] oximeter-types quantile::tests::test_float_observations
67992025-01-13T10:21:42.061Z PASS [ 0.028s] oximeter-types quantile::tests::test_integer_observations
68002025-01-13T10:21:42.068Z PASS [ 0.028s] oximeter-types quantile::tests::test_invalid_p_value
68012025-01-13T10:21:42.089Z PASS [ 0.027s] oximeter-types quantile::tests::test_max_p
68022025-01-13T10:21:42.094Z PASS [ 0.026s] oximeter-types quantile::tests::test_min_p
68032025-01-13T10:21:42.108Z PASS [ 0.019s] oximeter-types quantile::tests::test_non_filled_observations
68042025-01-13T10:21:42.122Z PASS [ 0.027s] oximeter-types quantile::tests::test_rounding
68052025-01-13T10:21:42.128Z PASS [ 0.020s] oximeter-types schema::tests::test_field_schema_ordering
68062025-01-13T10:21:42.161Z PASS [ 0.039s] oximeter-types schema::tests::test_timeseries_name
68072025-01-13T10:21:42.166Z PASS [ 0.037s] oximeter-types schema::tests::test_timeseries_name_from_str
68082025-01-13T10:21:42.183Z PASS [ 0.022s] oximeter-types traits::tests::test_metric_trait
68092025-01-13T10:21:42.197Z PASS [ 0.030s] oximeter-types traits::tests::test_producer_trait
68102025-01-13T10:21:42.201Z PASS [ 0.017s] oximeter-types traits::tests::test_target_trait
68112025-01-13T10:21:42.214Z PASS [ 0.017s] oximeter-types types::tests::test_cumulative_f64
68122025-01-13T10:21:42.218Z PASS [ 0.016s] oximeter-types types::tests::test_cumulative_i64
68132025-01-13T10:21:42.231Z PASS [ 0.016s] oximeter-types types::tests::test_datum
68142025-01-13T10:21:42.235Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
68152025-01-13T10:21:42.246Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
68162025-01-13T10:21:42.253Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
68172025-01-13T10:21:42.271Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
68182025-01-13T10:21:42.277Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
68192025-01-13T10:21:42.291Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
68202025-01-13T10:21:42.296Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
68212025-01-13T10:21:42.310Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
68222025-01-13T10:21:42.315Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
68232025-01-13T10:21:42.327Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
68242025-01-13T10:21:42.332Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
68252025-01-13T10:21:42.343Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
68262025-01-13T10:21:42.349Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
68272025-01-13T10:21:42.363Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
68282025-01-13T10:21:42.368Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
68292025-01-13T10:21:42.381Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
68302025-01-13T10:21:42.385Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
68312025-01-13T10:21:42.399Z PASS [ 0.018s] oximeter-types types::tests::test_measurement
68322025-01-13T10:21:42.404Z PASS [ 0.018s] oximeter-types types::tests::test_verify_field_names
68332025-01-13T10:21:42.416Z PASS [ 0.016s] oxlog tests::test_is_oxide_smf_log_file
68342025-01-13T10:21:42.421Z PASS [ 0.015s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
68352025-01-13T10:21:42.431Z PASS [ 0.015s] oxlog tests::test_sort_logs
68362025-01-13T10:21:42.499Z PASS [ 0.068s] oxql-types point::tests::test_cast_points_from_double
68372025-01-13T10:21:42.501Z PASS [ 0.077s] oxql-types point::tests::test_cast_points_from_bool
68382025-01-13T10:21:42.533Z PASS [ 0.034s] oxql-types point::tests::test_cast_points_from_double_distribution
68392025-01-13T10:21:42.537Z PASS [ 0.034s] oxql-types point::tests::test_cast_points_from_int_distribution
68402025-01-13T10:21:42.568Z PASS [ 0.034s] oxql-types point::tests::test_cast_points_from_integer
68412025-01-13T10:21:42.571Z PASS [ 0.034s] oxql-types point::tests::test_cast_points_from_string
68422025-01-13T10:21:42.593Z PASS [ 0.024s] oxql-types point::tests::test_join_point_arrays
68432025-01-13T10:21:42.600Z PASS [ 0.030s] oxql-types point::tests::test_point_delta_between
68442025-01-13T10:21:42.619Z PASS [ 0.025s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
68452025-01-13T10:21:42.624Z PASS [ 0.024s] oxql-types point::tests::test_point_delta_between_with_new_epoch
68462025-01-13T10:21:42.642Z PASS [ 0.024s] oxql-types point::tests::test_push_concrete_values
68472025-01-13T10:21:42.649Z PASS [ 0.024s] oxql-types point::tests::test_sub_between_histogram_distributions
68482025-01-13T10:21:42.703Z PASS [ 0.054s] range-requests test::get_response_with_range
68492025-01-13T10:21:42.706Z PASS [ 0.060s] range-requests test::get_response_no_range
68502025-01-13T10:21:42.727Z PASS [ 0.023s] range-requests test::invalid_ranges
68512025-01-13T10:21:42.733Z PASS [ 0.029s] range-requests test::parse_range_invalid
68522025-01-13T10:21:42.748Z PASS [ 0.021s] range-requests test::parse_range_valid
68532025-01-13T10:21:42.764Z PASS [ 0.030s] range-requests test::potential_range_parsing_does_not_crash
68542025-01-13T10:21:42.771Z PASS [ 0.021s] range-requests test::single_range_parsing_does_not_crash
68552025-01-13T10:21:43.459Z PASS [ 0.695s] reconfigurator-cli::test_basic test_basic
68562025-01-13T10:21:43.591Z PASS [ 0.131s] reconfigurator-cli::test_basic test_example
68572025-01-13T10:21:43.696Z PASS [ 0.105s] reconfigurator-cli::test_basic test_expunge_newly_added_external_dns
68582025-01-13T10:21:43.865Z PASS [ 0.168s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
68592025-01-13T10:21:43.897Z PASS [ 0.031s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
68602025-01-13T10:21:43.939Z PASS [ 0.042s] sled-agent-types rack_init::tests::parse_rack_initialization
68612025-01-13T10:21:43.963Z PASS [ 0.024s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
68622025-01-13T10:21:43.996Z PASS [ 3.195s] oximeter-producer tests::test_producer_registration_task
68632025-01-13T10:21:44.015Z PASS [ 0.051s] sled-agent-types rack_init::tests::test_extra_certs
68642025-01-13T10:21:44.023Z PASS [ 0.027s] sled-agent-types rack_init::tests::test_subnets
68652025-01-13T10:21:44.056Z PASS [ 0.032s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
68662025-01-13T10:21:44.067Z PASS [ 0.053s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
68672025-01-13T10:21:44.083Z PASS [ 0.026s] sled-agent-types zone_bundle::tests::test_compare_bundles
68682025-01-13T10:21:44.092Z PASS [ 0.024s] sled-agent-types zone_bundle::tests::test_priority_dimension
68692025-01-13T10:21:44.104Z PASS [ 0.021s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
68702025-01-13T10:21:44.111Z PASS [ 0.018s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
68712025-01-13T10:21:44.147Z PASS [ 0.036s] sled-diagnostics queries::test::test_command_stdout_is_correct
68722025-01-13T10:21:44.153Z PASS [ 0.049s] sled-diagnostics queries::test::test_command_stderr_is_correct
68732025-01-13T10:21:44.173Z PASS [ 0.025s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
68742025-01-13T10:21:44.214Z PASS [ 0.041s] sled-hardware disk::test::test_disk_paths
68752025-01-13T10:21:44.237Z PASS [ 0.023s] sled-hardware disk::test::test_partition_device_paths
68762025-01-13T10:21:44.320Z PASS [ 0.082s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
68772025-01-13T10:21:44.343Z PASS [ 0.023s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
68782025-01-13T10:21:44.367Z PASS [ 0.024s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
68792025-01-13T10:21:44.388Z PASS [ 0.020s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
68802025-01-13T10:21:44.443Z PASS [ 0.055s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
68812025-01-13T10:21:44.464Z PASS [ 0.020s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
68822025-01-13T10:21:44.491Z PASS [ 0.027s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
68832025-01-13T10:21:44.519Z PASS [ 0.028s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
68842025-01-13T10:21:44.592Z PASS [ 0.072s] sled-storage dataset::test::serialize_dataset_name
68852025-01-13T10:21:44.669Z PASS [ 0.077s] sled-storage manager::test::test_datasets_schema
68862025-01-13T10:21:44.675Z PASS [ 0.521s] sled-diagnostics queries::test::test_long_running_command_is_aborted
68872025-01-13T10:21:44.701Z PASS [ 0.031s] sled-storage manager::test::test_omicron_physical_disks_schema
68882025-01-13T10:21:45.770Z PASS [ 1.069s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
68892025-01-13T10:21:45.810Z PASS [ 0.039s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
68902025-01-13T10:21:46.729Z PASS [ 2.053s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
68912025-01-13T10:21:46.950Z PASS [ 32.133s] omicron-sled-agent nexus::test::nexus_self_notification_test
68922025-01-13T10:21:48.872Z PASS [ 2.143s] sled-storage manager::tests::ensure_datasets
68932025-01-13T10:21:48.937Z PASS [ 0.064s] sled-storage manager::tests::ensure_using_exactly_these_disks
68942025-01-13T10:21:49.264Z PASS [ 3.454s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
68952025-01-13T10:21:50.986Z PASS [ 2.048s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
68962025-01-13T10:21:51.792Z PASS [ 2.528s] sled-storage manager::tests::nested_dataset
68972025-01-13T10:21:52.811Z PASS [ 1.017s] sled-storage manager::tests::update_rawdisk_firmware
68982025-01-13T10:21:53.651Z PASS [ 2.664s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
68992025-01-13T10:21:54.856Z PASS [ 14.715s] oximeter-db::integration_test test_schemas_disjoint
69002025-01-13T10:21:55.475Z PASS [ 2.665s] sled-storage manager::tests::upsert_filesystem
69012025-01-13T10:21:56.390Z PASS [ 2.739s] sled-storage manager::tests::upsert_filesystem_no_uuid
69022025-01-13T10:21:56.539Z PASS [ 1.683s] sled-storage manager::tests::wait_for_boot_disk
69032025-01-13T10:21:56.945Z PASS [ 1.469s] tufaceous::integration-tests command_tests::test_assemble_fake
69042025-01-13T10:21:57.053Z PASS [ 0.108s] tufaceous-lib archive::tests::test_validate_path
69052025-01-13T10:21:57.147Z PASS [ 0.094s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
69062025-01-13T10:21:57.217Z PASS [ 0.827s] tufaceous::integration-tests command_tests::test_init_and_add
69072025-01-13T10:21:57.386Z PASS [ 0.846s] tufaceous::manifest-tests check_manifest::fake.toml
69082025-01-13T10:21:57.495Z PASS [ 0.347s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
69092025-01-13T10:21:57.658Z PASS [ 0.162s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
69102025-01-13T10:21:57.765Z PASS [ 0.107s] update-common artifacts::update_plan::tests::test_bad_rot_versions
69112025-01-13T10:21:57.863Z PASS [ 0.097s] update-common artifacts::update_plan::tests::test_multi_rot_bord
69122025-01-13T10:21:57.973Z PASS [ 0.110s] update-common artifacts::update_plan::tests::test_multi_rot_version
69132025-01-13T10:21:58.025Z PASS [ 0.051s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
69142025-01-13T10:21:58.083Z PASS [ 0.058s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
69152025-01-13T10:21:58.170Z PASS [ 0.086s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
69162025-01-13T10:21:58.502Z PASS [ 1.284s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
69172025-01-13T10:21:58.601Z PASS [ 0.098s] update-engine display::group_display::tests::test_stats
69182025-01-13T10:21:58.607Z PASS [ 0.436s] update-engine buffer::tests::test_buffer
69192025-01-13T10:21:58.632Z PASS [ 0.024s] update-engine display::line_display_shared::tests::test_start_line
69202025-01-13T10:21:58.634Z PASS [ 0.031s] update-engine display::line_display_shared::tests::test_format_progress_counter
69212025-01-13T10:21:58.668Z PASS [ 0.036s] update-engine engine::tests::error_exits_early
69222025-01-13T10:21:58.676Z PASS [ 0.044s] update-engine events::tests::progress_event_parse_unknown
69232025-01-13T10:21:58.695Z PASS [ 0.027s] update-engine events::tests::step_event_parse_unknown
69242025-01-13T10:21:58.701Z PASS [ 0.025s] update-engine spec::tests::test_merge_anyhow_list
69252025-01-13T10:21:58.746Z PASS [ 0.044s] wicket state::inventory::tests::component_id_display
69262025-01-13T10:21:58.790Z PASS [ 0.044s] wicket state::rack::tests::prev_next_are_opposites
69272025-01-13T10:21:58.819Z PASS [ 0.029s] wicket state::rack::tests::up_down_are_opposites
69282025-01-13T10:21:58.949Z PASS [ 0.253s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
69292025-01-13T10:21:59.061Z PASS [ 0.111s] wicket-common rack_setup::tests::roundtrip_import_export_policy
69302025-01-13T10:21:59.335Z PASS [ 0.275s] wicketd installinator_progress::tests::test_states
69312025-01-13T10:21:59.481Z PASS [ 0.145s] wicketd rss_config::tests::test_bgp_auth_key_states
69322025-01-13T10:21:59.487Z PASS [ 0.667s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
69332025-01-13T10:21:59.909Z PASS [ 12.958s] sled-storage manager::tests::ensure_many_datasets
69342025-01-13T10:22:00.188Z PASS [ 30.071s] oximeter-db client::tests::cannot_ping_nonexistent_server
69352025-01-13T10:22:01.003Z PASS [ 1.522s] wicketd::mod integration_tests::inventory::test_inventory
69362025-01-13T10:22:01.284Z PASS [ 3.897s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
69372025-01-13T10:22:01.625Z PASS [ 1.715s] wicketd::mod integration_tests::updates::test_update_races
69382025-01-13T10:22:02.707Z PASS [ 2.518s] wicketd::mod integration_tests::updates::test_updates
69392025-01-13T10:22:03.488Z PASS [ 4.000s] wicketd::mod integration_tests::updates::test_installinator_fetch
69402025-01-13T10:22:06.015Z PASS [ 23.243s] reconfigurator-cli::test_basic test_blueprint_edit
69412025-01-13T10:22:16.587Z PASS [ 36.451s] oximeter-db::integration_test test_cluster
69422025-01-13T10:22:27.821Z PASS [ 57.321s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
69432025-01-13T10:22:30.528Z PASS [ 2.706s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
69442025-01-13T10:22:46.874Z PASS [ 16.345s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
69452025-01-13T10:23:01.789Z PASS [ 14.914s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
69462025-01-13T10:24:01.801Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
69472025-01-13T10:25:01.805Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
69482025-01-13T10:26:01.809Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
69492025-01-13T10:27:01.814Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
69502025-01-13T10:28:01.819Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
69512025-01-13T10:28:09.392Z PASS [ 307.584s] oximeter-db client::tests::test_replicated
69522025-01-13T10:28:09.396Z────────────
69532025-01-13T10:28:09.396Z Summary [2659.323s] 1767 tests run: 1767 passed (24 slow, 1 leaky), 4 skipped
69542025-01-13T10:28:09.484Z
69552025-01-13T10:28:09.484Zreal 44:49.275090202
69562025-01-13T10:28:09.490Zuser 4:04:40.169407357
69572025-01-13T10:28:09.491Zsys 42:51.237225330
69582025-01-13T10:28:09.491Ztrap 3:24.046910527
69592025-01-13T10:28:09.491Ztflt 47.708684502
69602025-01-13T10:28:09.491Zdflt 2:23.334471013
69612025-01-13T10:28:09.491Zkflt 0.653341878
69622025-01-13T10:28:09.491Zlock 1380:06:18.367009704
69632025-01-13T10:28:09.491Zslp 115:24:11.458924698
69642025-01-13T10:28:09.491Zlat 5:10:47.837484648
69652025-01-13T10:28:09.491Zstop 1:06:41.913813137
69662025-01-13T10:28:09.491Z+ banner doctest
69672025-01-13T10:28:09.491Z
69682025-01-13T10:28:09.491Z ##### #### #### ##### ###### #### #####
69692025-01-13T10:28:09.491Z # # # # # # # # # #
69702025-01-13T10:28:09.491Z # # # # # # ##### #### #
69712025-01-13T10:28:09.491Z # # # # # # # # #
69722025-01-13T10:28:09.491Z # # # # # # # # # # #
69732025-01-13T10:28:09.491Z ##### #### #### # ###### #### #
69742025-01-13T10:28:09.491Z
69752025-01-13T10:28:09.491Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
69762025-01-13T10:28:12.904Z Fresh unicode-ident v1.0.14
69772025-01-13T10:28:12.909Z Fresh cfg-if v1.0.0
69782025-01-13T10:28:12.909Z Fresh autocfg v1.4.0
69792025-01-13T10:28:12.909Z Fresh memchr v2.7.4
69802025-01-13T10:28:12.909Z Fresh version_check v0.9.5
69812025-01-13T10:28:12.909Z Fresh value-bag v1.10.0
69822025-01-13T10:28:12.909Z Fresh log v0.4.22
69832025-01-13T10:28:12.909Z Fresh scopeguard v1.2.0
69842025-01-13T10:28:12.909Z Fresh smallvec v1.13.2
69852025-01-13T10:28:12.909Z Fresh itoa v1.0.14
69862025-01-13T10:28:12.909Z Fresh proc-macro2 v1.0.93
69872025-01-13T10:28:12.909Z Fresh libc v0.2.169
69882025-01-13T10:28:12.909Z Fresh once_cell v1.20.2
69892025-01-13T10:28:12.909Z Fresh byteorder v1.5.0
69902025-01-13T10:28:12.909Z Fresh pin-project-lite v0.2.16
69912025-01-13T10:28:12.909Z Fresh subtle v2.6.1
69922025-01-13T10:28:12.909Z Fresh shlex v1.3.0
69932025-01-13T10:28:12.909Z Fresh quote v1.0.38
69942025-01-13T10:28:12.909Z Fresh getrandom v0.2.15
69952025-01-13T10:28:12.909Z Fresh lock_api v0.4.12
69962025-01-13T10:28:12.909Z Fresh regex-syntax v0.8.5
69972025-01-13T10:28:12.909Z Fresh jobserver v0.1.32
69982025-01-13T10:28:12.909Z Fresh aho-corasick v1.1.3
69992025-01-13T10:28:12.909Z Fresh syn v2.0.96
70002025-01-13T10:28:12.909Z Fresh rand_core v0.6.4
70012025-01-13T10:28:12.910Z Fresh cc v1.2.9
70022025-01-13T10:28:12.910Z Fresh regex-automata v0.4.9
70032025-01-13T10:28:12.910Z Fresh serde_derive v1.0.217
70042025-01-13T10:28:12.910Z Fresh zeroize_derive v1.4.2
70052025-01-13T10:28:12.910Z Fresh typenum v1.17.0
70062025-01-13T10:28:12.910Z Fresh thiserror-impl v1.0.69
70072025-01-13T10:28:12.910Z Fresh ryu v1.0.18
70082025-01-13T10:28:12.910Z Fresh serde v1.0.217
70092025-01-13T10:28:12.910Z Fresh zeroize v1.8.1
70102025-01-13T10:28:12.910Z Fresh parking_lot_core v0.9.10
70112025-01-13T10:28:12.910Z Fresh thiserror v1.0.69
70122025-01-13T10:28:12.910Z Fresh allocator-api2 v0.2.21
70132025-01-13T10:28:12.910Z Fresh futures-core v0.3.31
70142025-01-13T10:28:12.910Z Fresh bitflags v2.7.0
70152025-01-13T10:28:12.910Z Fresh bytes v1.9.0
70162025-01-13T10:28:12.910Z Fresh generic-array v0.14.7
70172025-01-13T10:28:12.910Z Fresh parking_lot v0.12.3
70182025-01-13T10:28:12.910Z Fresh libm v0.2.11
70192025-01-13T10:28:12.910Z Fresh signal-hook-registry v1.4.2
70202025-01-13T10:28:12.910Z Fresh fnv v1.0.7
70212025-01-13T10:28:12.910Z Fresh crypto-common v0.1.6
70222025-01-13T10:28:12.910Z Fresh num-traits v0.2.19
70232025-01-13T10:28:12.910Z Fresh regex v1.11.1
70242025-01-13T10:28:12.910Z Fresh errno v0.3.10
70252025-01-13T10:28:12.910Z Fresh either v1.13.0
70262025-01-13T10:28:12.910Z Fresh foldhash v0.1.4
70272025-01-13T10:28:12.910Z Fresh equivalent v1.0.1
70282025-01-13T10:28:12.910Z Fresh spin v0.9.8
70292025-01-13T10:28:12.910Z Fresh mio v1.0.3
70302025-01-13T10:28:12.910Z Fresh zerocopy-derive v0.7.35
70312025-01-13T10:28:12.910Z Fresh tokio-macros v2.5.0
70322025-01-13T10:28:12.910Z Fresh socket2 v0.5.8
70332025-01-13T10:28:12.910Z Fresh rustix v0.38.43
70342025-01-13T10:28:12.910Z Fresh hashbrown v0.15.2
70352025-01-13T10:28:12.910Z Fresh serde_json v1.0.135
70362025-01-13T10:28:12.910Z Fresh zerocopy v0.7.35
70372025-01-13T10:28:12.911Z Fresh const-oid v0.9.6
70382025-01-13T10:28:12.911Z Fresh tokio v1.43.0
70392025-01-13T10:28:12.911Z Fresh block-buffer v0.10.4
70402025-01-13T10:28:12.911Z Fresh indexmap v2.7.0
70412025-01-13T10:28:12.911Z Fresh futures-io v0.3.31
70422025-01-13T10:28:12.911Z Fresh digest v0.10.7
70432025-01-13T10:28:12.911Z Fresh lazy_static v1.5.0
70442025-01-13T10:28:12.911Z Fresh cpufeatures v0.2.16
70452025-01-13T10:28:12.911Z Fresh futures-sink v0.3.31
70462025-01-13T10:28:12.911Z Fresh pkg-config v0.3.31
70472025-01-13T10:28:12.911Z Fresh slab v0.4.9
70482025-01-13T10:28:12.911Z Fresh stable_deref_trait v1.2.0
70492025-01-13T10:28:12.911Z Fresh pin-utils v0.1.0
70502025-01-13T10:28:12.911Z Fresh heck v0.5.0
70512025-01-13T10:28:12.911Z Fresh futures-channel v0.3.31
70522025-01-13T10:28:12.911Z Fresh futures-macro v0.3.31
70532025-01-13T10:28:12.911Z Fresh futures-task v0.3.31
70542025-01-13T10:28:12.911Z Fresh futures-util v0.3.31
70552025-01-13T10:28:12.911Z Fresh iana-time-zone v0.1.61
70562025-01-13T10:28:12.911Z Fresh ppv-lite86 v0.2.20
70572025-01-13T10:28:12.911Z Fresh synstructure v0.13.1
70582025-01-13T10:28:12.911Z Fresh uuid v1.11.1
70592025-01-13T10:28:12.911Z Fresh tracing-attributes v0.1.28
70602025-01-13T10:28:12.911Z Fresh chrono v0.4.39
70612025-01-13T10:28:12.911Z Fresh semver v1.0.24
70622025-01-13T10:28:12.911Z Fresh rand_chacha v0.3.1
70632025-01-13T10:28:12.911Z Fresh zerofrom-derive v0.1.5
70642025-01-13T10:28:12.911Z Fresh yoke-derive v0.7.5
70652025-01-13T10:28:12.911Z Fresh tracing-core v0.1.33
70662025-01-13T10:28:12.911Z Fresh displaydoc v0.2.5
70672025-01-13T10:28:12.911Z Fresh rand v0.8.5
70682025-01-13T10:28:12.911Z Fresh syn v1.0.109
70692025-01-13T10:28:12.911Z Fresh zerofrom v0.1.5
70702025-01-13T10:28:12.911Z Fresh tracing v0.1.41
70712025-01-13T10:28:12.911Z Fresh zerovec-derive v0.10.3
70722025-01-13T10:28:12.911Z Fresh glob v0.3.2
70732025-01-13T10:28:12.911Z Fresh home v0.5.11
70742025-01-13T10:28:12.911Z Fresh serde_derive_internals v0.29.1
70752025-01-13T10:28:12.911Z Fresh yoke v0.7.5
70762025-01-13T10:28:12.912Z Fresh litemap v0.7.4
70772025-01-13T10:28:12.916Z Fresh writeable v0.5.5
70782025-01-13T10:28:12.916Z Fresh minimal-lexical v0.2.1
70792025-01-13T10:28:12.916Z Fresh dyn-clone v1.0.17
70802025-01-13T10:28:12.916Z Fresh schemars_derive v0.8.21
70812025-01-13T10:28:12.916Z Fresh http v1.2.0
70822025-01-13T10:28:12.916Z Fresh zerovec v0.10.4
70832025-01-13T10:28:12.916Z Fresh nom v7.1.3
70842025-01-13T10:28:12.916Z Fresh icu_provider_macros v1.5.0
70852025-01-13T10:28:12.916Z Fresh percent-encoding v2.3.1
70862025-01-13T10:28:12.916Z Fresh strsim v0.11.1
70872025-01-13T10:28:12.916Z Fresh tinystr v0.7.6
70882025-01-13T10:28:12.916Z Fresh schemars v0.8.21
70892025-01-13T10:28:12.916Z Fresh vcpkg v0.2.15
70902025-01-13T10:28:12.916Z Fresh icu_locid_transform_data v1.5.0
70912025-01-13T10:28:12.916Z Fresh icu_collections v1.5.0
70922025-01-13T10:28:12.916Z Fresh icu_locid v1.5.0
70932025-01-13T10:28:12.916Z Fresh icu_properties_data v1.5.0
70942025-01-13T10:28:12.916Z Fresh form_urlencoded v1.2.1
70952025-01-13T10:28:12.916Z Fresh itertools v0.12.1
70962025-01-13T10:28:12.916Z Fresh libloading v0.8.6
70972025-01-13T10:28:12.916Z Fresh write16 v1.0.0
70982025-01-13T10:28:12.916Z Fresh utf16_iter v1.0.5
70992025-01-13T10:28:12.916Z Fresh icu_provider v1.5.0
71002025-01-13T10:28:12.916Z Fresh icu_normalizer_data v1.5.0
71012025-01-13T10:28:12.916Z Fresh utf8_iter v1.0.4
71022025-01-13T10:28:12.916Z Fresh crossbeam-utils v0.8.21
71032025-01-13T10:28:12.916Z Fresh clang-sys v1.8.1
71042025-01-13T10:28:12.916Z Fresh prettyplease v0.2.29
71052025-01-13T10:28:12.916Z Fresh cexpr v0.6.0
71062025-01-13T10:28:12.916Z Fresh icu_locid_transform v1.5.0
71072025-01-13T10:28:12.916Z Fresh which v4.4.2
71082025-01-13T10:28:12.916Z Fresh adler2 v2.0.0
71092025-01-13T10:28:12.917Z Fresh rustc-hash v1.1.0
71102025-01-13T10:28:12.917Z Fresh lazycell v1.3.0
71112025-01-13T10:28:12.917Z Fresh block-padding v0.3.3
71122025-01-13T10:28:12.917Z Fresh icu_properties v1.5.1
71132025-01-13T10:28:12.917Z Fresh miniz_oxide v0.8.2
71142025-01-13T10:28:12.917Z Fresh bindgen v0.69.5
71152025-01-13T10:28:12.917Z Fresh inout v0.1.3
71162025-01-13T10:28:12.917Z Fresh atomic-waker v1.1.2
71172025-01-13T10:28:12.917Z Fresh icu_normalizer v1.5.0
71182025-01-13T10:28:12.917Z Fresh cipher v0.4.4
71192025-01-13T10:28:12.917Z Fresh time-core v0.1.2
71202025-01-13T10:28:12.917Z Fresh num-conv v0.1.0
71212025-01-13T10:28:12.917Z Fresh powerfmt v0.2.0
71222025-01-13T10:28:12.917Z Fresh tokio-util v0.7.13
71232025-01-13T10:28:12.917Z Fresh idna_adapter v1.2.0
71242025-01-13T10:28:12.917Z Fresh paste v1.0.15
71252025-01-13T10:28:12.917Z Fresh httparse v1.9.5
71262025-01-13T10:28:12.917Z Fresh time-macros v0.2.19
71272025-01-13T10:28:12.917Z Fresh deranged v0.3.11
71282025-01-13T10:28:12.917Z Fresh sha2 v0.10.8
71292025-01-13T10:28:12.917Z Fresh cmake v0.1.52
71302025-01-13T10:28:12.917Z Fresh fs_extra v1.3.0
71312025-01-13T10:28:12.917Z Fresh idna v1.0.3
71322025-01-13T10:28:12.917Z Fresh num_threads v0.1.7
71332025-01-13T10:28:12.917Z Fresh dunce v1.0.5
71342025-01-13T10:28:12.917Z Fresh untrusted v0.9.0
71352025-01-13T10:28:12.917Z Fresh toml_datetime v0.6.8
71362025-01-13T10:28:12.917Z Fresh serde_spanned v0.6.8
71372025-01-13T10:28:12.917Z Fresh base64ct v1.6.0
71382025-01-13T10:28:12.917Z Fresh hmac v0.12.1
71392025-01-13T10:28:12.917Z Fresh url v2.5.4
71402025-01-13T10:28:12.917Z Fresh ring v0.17.8
71412025-01-13T10:28:12.917Z Fresh time v0.3.37
71422025-01-13T10:28:12.917Z Fresh rustls-pki-types v1.10.1
71432025-01-13T10:28:12.917Z Fresh gimli v0.31.1
71442025-01-13T10:28:12.917Z Fresh addr2line v0.24.2
71452025-01-13T10:28:12.917Z Fresh rustc-demangle v0.1.24
71462025-01-13T10:28:12.917Z Fresh http-body v1.0.1
71472025-01-13T10:28:12.917Z Fresh try-lock v0.2.5
71482025-01-13T10:28:12.918Z Fresh base64 v0.22.1
71492025-01-13T10:28:12.918Z Fresh object v0.36.7
71502025-01-13T10:28:12.918Z Fresh aws-lc-sys v0.24.1
71512025-01-13T10:28:12.918Z Fresh httpdate v1.0.3
71522025-01-13T10:28:12.918Z Fresh untrusted v0.7.1
71532025-01-13T10:28:12.918Z Fresh want v0.3.1
71542025-01-13T10:28:12.918Z Fresh pem-rfc7468 v0.7.0
71552025-01-13T10:28:12.918Z Fresh backtrace v0.3.74
71562025-01-13T10:28:12.918Z Fresh aws-lc-rs v1.12.0
71572025-01-13T10:28:12.918Z Fresh h2 v0.4.7
71582025-01-13T10:28:12.918Z Fresh serde_tokenstream v0.2.2
71592025-01-13T10:28:12.918Z Fresh async-trait v0.1.85
71602025-01-13T10:28:12.918Z Fresh tower-service v0.3.3
71612025-01-13T10:28:12.918Z Fresh anyhow v1.0.95
71622025-01-13T10:28:12.918Z Fresh rustls-webpki v0.102.8
71632025-01-13T10:28:12.918Z Fresh hyper v1.5.2
71642025-01-13T10:28:12.918Z Fresh der_derive v0.7.3
71652025-01-13T10:28:12.918Z Fresh flagset v0.4.6
71662025-01-13T10:28:12.918Z Fresh pbkdf2 v0.12.2
71672025-01-13T10:28:12.918Z Fresh slog v2.7.0
71682025-01-13T10:28:12.918Z Fresh hyper-util v0.1.10
71692025-01-13T10:28:12.918Z Fresh der v0.7.9
71702025-01-13T10:28:12.918Z Fresh aes v0.8.4
71712025-01-13T10:28:12.918Z Fresh rustc_version v0.4.1
71722025-01-13T10:28:12.918Z Fresh mime v0.3.17
71732025-01-13T10:28:12.918Z Fresh salsa20 v0.10.2
71742025-01-13T10:28:12.918Z Fresh cbc v0.1.2
71752025-01-13T10:28:12.918Z Fresh spki v0.7.3
71762025-01-13T10:28:12.918Z Fresh scrypt v0.11.0
71772025-01-13T10:28:12.922Z Fresh http-body-util v0.1.2
71782025-01-13T10:28:12.922Z Fresh futures-executor v0.3.31
71792025-01-13T10:28:12.922Z Fresh ipnet v2.10.1
71802025-01-13T10:28:12.922Z Fresh pkcs5 v0.7.1
71812025-01-13T10:28:12.922Z Fresh futures v0.3.31
71822025-01-13T10:28:12.922Z Fresh rustls-pemfile v2.2.0
71832025-01-13T10:28:12.922Z Fresh thiserror-impl v2.0.11
71842025-01-13T10:28:12.922Z Fresh rustversion v1.0.19
71852025-01-13T10:28:12.922Z Fresh foreign-types-shared v0.1.1
71862025-01-13T10:28:12.922Z Fresh openssl-probe v0.1.5
71872025-01-13T10:28:12.922Z Fresh thiserror v2.0.11
71882025-01-13T10:28:12.922Z Fresh pkcs8 v0.10.2
71892025-01-13T10:28:12.922Z Fresh camino v1.1.9
71902025-01-13T10:28:12.922Z Fresh openssl-sys v0.9.104
71912025-01-13T10:28:12.922Z Fresh foreign-types v0.3.2
71922025-01-13T10:28:12.922Z Fresh serde_urlencoded v0.7.1
71932025-01-13T10:28:12.922Z Fresh openssl-macros v0.1.1
71942025-01-13T10:28:12.922Z Fresh encoding_rs v0.8.35
71952025-01-13T10:28:12.922Z Fresh data-encoding v2.6.0
71962025-01-13T10:28:12.922Z Fresh is-terminal v0.4.13
71972025-01-13T10:28:12.922Z Fresh utf8parse v0.2.2
71982025-01-13T10:28:12.922Z Fresh openssl v0.10.68
71992025-01-13T10:28:12.922Z Fresh winnow v0.6.24
72002025-01-13T10:28:12.923Z Fresh winnow v0.5.40
72012025-01-13T10:28:12.923Z Fresh openapiv3 v2.0.0
72022025-01-13T10:28:12.923Z Fresh sha1 v0.10.6
72032025-01-13T10:28:12.923Z Fresh rustls v0.23.21
72042025-01-13T10:28:12.923Z Fresh toml_edit v0.19.15
72052025-01-13T10:28:12.923Z Fresh dirs-sys-next v0.1.2
72062025-01-13T10:28:12.923Z Fresh anstyle v1.0.10
72072025-01-13T10:28:12.923Z Fresh litrs v0.4.1
72082025-01-13T10:28:12.923Z Fresh ucd-trie v0.1.7
72092025-01-13T10:28:12.923Z Fresh tokio-rustls v0.26.1
72102025-01-13T10:28:12.923Z Fresh native-tls v0.2.12
72112025-01-13T10:28:12.923Z Fresh psl-types v2.0.11
72122025-01-13T10:28:12.923Z Fresh pest v2.7.15
72132025-01-13T10:28:12.923Z Fresh dirs-next v2.0.0
72142025-01-13T10:28:12.923Z Fresh document-features v0.2.10
72152025-01-13T10:28:12.923Z Fresh cookie v0.18.1
72162025-01-13T10:28:12.923Z Fresh webpki-roots v0.26.7
72172025-01-13T10:28:12.923Z Fresh tokio-native-tls v0.3.1
72182025-01-13T10:28:12.923Z Fresh publicsuffix v2.3.0
72192025-01-13T10:28:12.923Z Fresh sync_wrapper v1.0.2
72202025-01-13T10:28:12.923Z Fresh tinyvec_macros v0.1.1
72212025-01-13T10:28:12.923Z Fresh tower-layer v0.3.3
72222025-01-13T10:28:12.923Z Fresh pest_meta v2.7.15
72232025-01-13T10:28:12.923Z Fresh hyper-rustls v0.27.5
72242025-01-13T10:28:12.923Z Fresh term v0.7.0
72252025-01-13T10:28:12.923Z Fresh tinyvec v1.8.1
72262025-01-13T10:28:12.923Z Fresh tower v0.5.2
72272025-01-13T10:28:12.923Z Fresh hyper-tls v0.6.0
72282025-01-13T10:28:12.923Z Fresh cookie_store v0.21.1
72292025-01-13T10:28:12.923Z Fresh signature v2.2.0
72302025-01-13T10:28:12.923Z Fresh scroll_derive v0.12.0
72312025-01-13T10:28:12.923Z Fresh pest_generator v2.7.15
72322025-01-13T10:28:12.923Z Fresh toml_edit v0.22.22
72332025-01-13T10:28:12.923Z Fresh scroll v0.12.0
72342025-01-13T10:28:12.923Z Fresh reqwest v0.12.12
72352025-01-13T10:28:12.923Z Fresh anstyle-parse v0.2.6
72362025-01-13T10:28:12.923Z Fresh colorchoice v1.0.3
72372025-01-13T10:28:12.923Z Fresh plain v0.2.3
72382025-01-13T10:28:12.923Z Fresh anstyle-query v1.1.2
72392025-01-13T10:28:12.924Z Fresh unicode-segmentation v1.12.0
72402025-01-13T10:28:12.924Z Fresh is_terminal_polyfill v1.70.1
72412025-01-13T10:28:12.924Z Fresh goblin v0.8.2
72422025-01-13T10:28:12.924Z Fresh anstream v0.6.18
72432025-01-13T10:28:12.924Z Fresh pest_derive v2.7.15
72442025-01-13T10:28:12.924Z Fresh terminal_size v0.4.1
72452025-01-13T10:28:12.924Z Fresh itertools v0.10.5
72462025-01-13T10:28:12.924Z Fresh crc32fast v1.4.2
72472025-01-13T10:28:12.924Z Fresh clap_lex v0.7.4
72482025-01-13T10:28:12.924Z Fresh base16ct v0.2.0
72492025-01-13T10:28:12.924Z Fresh heck v0.4.1
72502025-01-13T10:28:12.924Z Fresh pretty-hex v0.4.1
72512025-01-13T10:28:12.924Z Fresh dtrace-parser v0.2.0
72522025-01-13T10:28:12.924Z Fresh clap_builder v4.5.26
72532025-01-13T10:28:12.924Z Fresh clap_derive v4.5.24
72542025-01-13T10:28:12.924Z Fresh num-integer v0.1.46
72552025-01-13T10:28:12.924Z Fresh dof v0.3.0
72562025-01-13T10:28:12.924Z Fresh sec1 v0.7.3
72572025-01-13T10:28:12.924Z Fresh ff v0.13.0
72582025-01-13T10:28:12.924Z Fresh thread-id v4.2.2
72592025-01-13T10:28:12.924Z Fresh clap v4.5.26
72602025-01-13T10:28:12.924Z Fresh hkdf v0.12.4
72612025-01-13T10:28:12.924Z Fresh crossbeam-epoch v0.9.18
72622025-01-13T10:28:12.924Z Fresh group v0.13.0
72632025-01-13T10:28:12.924Z Fresh usdt-impl v0.5.0
72642025-01-13T10:28:12.924Z Fresh crypto-bigint v0.5.5
72652025-01-13T10:28:12.924Z Fresh static_assertions v1.1.0
72662025-01-13T10:28:12.924Z Fresh bitflags v1.3.2
72672025-01-13T10:28:12.924Z Fresh utf-8 v0.7.6
72682025-01-13T10:28:12.924Z Fresh elliptic-curve v0.13.8
72692025-01-13T10:28:12.924Z Fresh ahash v0.8.11
72702025-01-13T10:28:12.924Z Fresh toml v0.8.19
72712025-01-13T10:28:12.924Z Fresh crossbeam-channel v0.5.14
72722025-01-13T10:28:12.924Z Fresh hex v0.4.3
72732025-01-13T10:28:12.924Z Fresh thread_local v1.1.8
72742025-01-13T10:28:12.924Z Fresh unicode-width v0.2.0
72752025-01-13T10:28:12.924Z Fresh usdt-attr-macro v0.5.0
72762025-01-13T10:28:12.924Z Fresh usdt-macro v0.5.0
72772025-01-13T10:28:12.928Z Fresh crossbeam-deque v0.8.6
72782025-01-13T10:28:12.928Z Fresh num-iter v0.1.45
72792025-01-13T10:28:12.928Z Fresh flate2 v1.0.35
72802025-01-13T10:28:12.928Z Fresh unicode-normalization v0.1.24
72812025-01-13T10:28:12.928Z Fresh memmap v0.7.0
72822025-01-13T10:28:12.928Z Fresh match_cfg v0.1.0
72832025-01-13T10:28:12.928Z Fresh take_mut v0.2.2
72842025-01-13T10:28:12.928Z Fresh siphasher v1.0.1
72852025-01-13T10:28:12.928Z Fresh rayon-core v1.12.1
72862025-01-13T10:28:12.928Z Fresh usdt v0.5.0
72872025-01-13T10:28:12.928Z Fresh hostname v0.3.1
72882025-01-13T10:28:12.928Z Fresh phf_shared v0.11.3
72892025-01-13T10:28:12.928Z Fresh slog-async v2.8.0
72902025-01-13T10:28:12.928Z Fresh slog-term v2.9.1
72912025-01-13T10:28:12.928Z Fresh toml v0.7.8
72922025-01-13T10:28:12.928Z Fresh rfc6979 v0.4.0
72932025-01-13T10:28:12.928Z Fresh bstr v1.11.3
72942025-01-13T10:28:12.928Z Fresh zerocopy-derive v0.6.6
72952025-01-13T10:28:12.928Z Fresh curve25519-dalek-derive v0.1.1
72962025-01-13T10:28:12.928Z Fresh fixedbitset v0.4.2
72972025-01-13T10:28:12.928Z Fresh siphasher v0.3.11
72982025-01-13T10:28:12.928Z Fresh managed v0.8.0
72992025-01-13T10:28:12.929Z Fresh phf_shared v0.10.0
73002025-01-13T10:28:12.929Z Fresh ecdsa v0.16.9
73012025-01-13T10:28:12.929Z Fresh curve25519-dalek v4.1.3
73022025-01-13T10:28:12.929Z Fresh petgraph v0.6.5
73032025-01-13T10:28:12.929Z Fresh zerocopy v0.6.6
73042025-01-13T10:28:12.929Z Fresh rustls v0.22.4
73052025-01-13T10:28:12.929Z Fresh num-bigint-dig v0.8.4
73062025-01-13T10:28:12.929Z Fresh pkcs1 v0.7.5
73072025-01-13T10:28:12.929Z Fresh unicode-bidi v0.3.18
73082025-01-13T10:28:12.929Z Fresh precomputed-hash v0.1.1
73092025-01-13T10:28:12.929Z Fresh new_debug_unreachable v1.0.6
73102025-01-13T10:28:12.929Z Fresh unicode-xid v0.2.6
73112025-01-13T10:28:12.929Z Fresh rsa v0.9.7
73122025-01-13T10:28:12.929Z Fresh string_cache v0.8.7
73132025-01-13T10:28:12.929Z Fresh signal-hook v0.3.17
73142025-01-13T10:28:12.929Z Fresh tokio-rustls v0.25.0
73152025-01-13T10:28:12.929Z Fresh ed25519 v2.2.3
73162025-01-13T10:28:12.929Z Fresh slog-json v2.6.1
73172025-01-13T10:28:12.929Z Fresh hubpack_derive v0.1.1
73182025-01-13T10:28:12.929Z Fresh async-stream-impl v0.3.6
73192025-01-13T10:28:12.929Z Fresh debug-ignore v1.0.5
73202025-01-13T10:28:12.929Z Fresh quick-error v1.2.3
73212025-01-13T10:28:12.929Z Fresh slog-bunyan v2.5.0
73222025-01-13T10:28:12.929Z Fresh bzip2-sys v0.1.11+1.0.8
73232025-01-13T10:28:12.929Z Fresh ed25519-dalek v2.1.1
73242025-01-13T10:28:12.929Z Fresh multer v3.1.0
73252025-01-13T10:28:12.929Z Fresh hubpack v0.1.2
73262025-01-13T10:28:12.929Z Fresh async-stream v0.3.6
73272025-01-13T10:28:12.929Z Fresh x509-cert v0.2.5
73282025-01-13T10:28:12.929Z Fresh waitgroup v0.1.2
73292025-01-13T10:28:12.929Z Fresh enum-as-inner v0.6.1
73302025-01-13T10:28:12.929Z Fresh serde_path_to_error v0.1.16
73312025-01-13T10:28:12.929Z Fresh hostname v0.4.0
73322025-01-13T10:28:12.929Z Fresh bit-vec v0.8.0
73332025-01-13T10:28:12.929Z Fresh lalrpop-util v0.19.12
73342025-01-13T10:28:12.930Z Fresh hickory-proto v0.24.2
73352025-01-13T10:28:12.930Z Fresh bzip2 v0.4.4
73362025-01-13T10:28:12.930Z Fresh signal-hook-mio v0.2.4
73372025-01-13T10:28:12.930Z Fresh bit-set v0.8.0
73382025-01-13T10:28:12.930Z Fresh console v0.15.10
73392025-01-13T10:28:12.930Z Fresh dropshot_endpoint v0.12.0
73402025-01-13T10:28:12.930Z Fresh hash32 v0.2.1
73412025-01-13T10:28:12.930Z Fresh unicode-properties v0.1.3
73422025-01-13T10:28:12.930Z Fresh linked-hash-map v0.5.6
73432025-01-13T10:28:12.930Z Fresh predicates-core v1.0.9
73442025-01-13T10:28:12.930Z Fresh heapless v0.7.17
73452025-01-13T10:28:12.930Z Fresh newtype-uuid v1.1.3
73462025-01-13T10:28:12.930Z Fresh dropshot v0.12.0
73472025-01-13T10:28:12.930Z Fresh stringprep v0.1.5
73482025-01-13T10:28:12.930Z Fresh lru-cache v0.1.2
73492025-01-13T10:28:12.930Z Fresh crossterm v0.28.1
73502025-01-13T10:28:12.930Z Fresh similar v2.6.0
73512025-01-13T10:28:12.930Z Fresh rayon v1.10.0
73522025-01-13T10:28:12.930Z Fresh tokio-stream v0.1.17
73532025-01-13T10:28:12.930Z Fresh md-5 v0.10.6
73542025-01-13T10:28:12.930Z Fresh float-cmp v0.10.0
73552025-01-13T10:28:12.930Z Fresh difflib v0.4.0
73562025-01-13T10:28:12.930Z Fresh fallible-iterator v0.2.0
73572025-01-13T10:28:12.930Z Fresh normalize-line-endings v0.3.0
73582025-01-13T10:28:12.930Z Fresh portable-atomic v1.10.0
73592025-01-13T10:28:12.930Z Fresh smoltcp v0.9.1
73602025-01-13T10:28:12.930Z Fresh zip v0.6.6
73612025-01-13T10:28:12.930Z Fresh resolv-conf v0.7.0
73622025-01-13T10:28:12.930Z Fresh phf v0.11.3
73632025-01-13T10:28:12.930Z Fresh postgres-protocol v0.6.7
73642025-01-13T10:28:12.930Z Fresh predicates v3.1.3
73652025-01-13T10:28:12.930Z Fresh tungstenite v0.24.0
73662025-01-13T10:28:12.930Z Fresh strum_macros v0.25.3
73672025-01-13T10:28:12.930Z Fresh serde-big-array v0.5.1
73682025-01-13T10:28:12.930Z Fresh serde_repr v0.1.19
73692025-01-13T10:28:12.930Z Fresh peg-runtime v0.8.3
73702025-01-13T10:28:12.930Z Fresh number_prefix v0.4.0
73712025-01-13T10:28:12.930Z Fresh tokio-tungstenite v0.24.0
73722025-01-13T10:28:12.931Z Fresh postgres-types v0.2.8
73732025-01-13T10:28:12.931Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
73742025-01-13T10:28:12.931Z Fresh hickory-resolver v0.24.2
73752025-01-13T10:28:12.931Z Fresh derive-where v1.2.7
73762025-01-13T10:28:12.931Z Fresh whoami v1.5.2
73772025-01-13T10:28:12.934Z Fresh indicatif v0.17.9
73782025-01-13T10:28:12.934Z Fresh tokio-postgres v0.7.12
73792025-01-13T10:28:12.934Z Fresh fs-err v2.11.0
73802025-01-13T10:28:12.934Z Fresh qorb v0.2.1
73812025-01-13T10:28:12.934Z Fresh ident_case v1.0.1
73822025-01-13T10:28:12.934Z Fresh regress v0.10.2
73832025-01-13T10:28:12.934Z Fresh unsafe-libyaml v0.2.11
73842025-01-13T10:28:12.934Z Fresh progenitor-client v0.8.0
73852025-01-13T10:28:12.934Z Fresh darling_core v0.20.10
73862025-01-13T10:28:12.934Z Fresh typify-impl v0.2.0
73872025-01-13T10:28:12.934Z Fresh serde_yaml v0.9.34+deprecated
73882025-01-13T10:28:12.934Z Fresh fastrand v2.3.0
73892025-01-13T10:28:12.934Z Fresh ipnetwork v0.20.0
73902025-01-13T10:28:12.934Z Fresh hashbrown v0.14.5
73912025-01-13T10:28:12.934Z Fresh strum_macros v0.26.4
73922025-01-13T10:28:12.934Z Fresh darling_macro v0.20.10
73932025-01-13T10:28:12.935Z Fresh typify-macro v0.2.0
73942025-01-13T10:28:12.935Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
73952025-01-13T10:28:12.935Z Fresh tempfile v3.15.0
73962025-01-13T10:28:12.935Z Fresh strum v0.26.3
73972025-01-13T10:28:12.935Z Fresh macaddr v1.0.1
73982025-01-13T10:28:12.935Z Fresh diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c)
73992025-01-13T10:28:12.935Z Fresh darling v0.20.10
74002025-01-13T10:28:12.935Z Fresh typify v0.2.0
74012025-01-13T10:28:12.935Z Fresh instant v0.1.13
74022025-01-13T10:28:12.935Z Fresh diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c)
74032025-01-13T10:28:12.935Z Fresh regress v0.9.1
74042025-01-13T10:28:12.935Z Fresh structmeta-derive v0.3.0
74052025-01-13T10:28:12.935Z Fresh progenitor-impl v0.8.0
74062025-01-13T10:28:12.935Z Fresh serde_with_macros v3.12.0
74072025-01-13T10:28:12.935Z Fresh structmeta v0.3.0
74082025-01-13T10:28:12.935Z Fresh dropshot_endpoint v0.13.0
74092025-01-13T10:28:12.936Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
74102025-01-13T10:28:12.936Z Fresh progenitor-macro v0.8.0
74112025-01-13T10:28:12.936Z Fresh serde_with v3.12.0
74122025-01-13T10:28:12.936Z Fresh parse-display-derive v0.10.0
74132025-01-13T10:28:12.936Z Fresh dropshot v0.13.0
74142025-01-13T10:28:12.936Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
74152025-01-13T10:28:12.936Z Fresh backoff v0.4.0
74162025-01-13T10:28:12.936Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
74172025-01-13T10:28:12.936Z Fresh wait-timeout v0.2.0
74182025-01-13T10:28:12.936Z Fresh progenitor v0.8.0
74192025-01-13T10:28:12.936Z Fresh parse-display v0.10.0
74202025-01-13T10:28:12.936Z Fresh rusty-fork v0.3.0
74212025-01-13T10:28:12.936Z Fresh rand_xorshift v0.3.0
74222025-01-13T10:28:12.936Z Fresh unarray v0.1.4
74232025-01-13T10:28:12.936Z Fresh structmeta-derive v0.2.0
74242025-01-13T10:28:12.936Z Fresh camino-tempfile v1.1.1
74252025-01-13T10:28:12.936Z Fresh itertools v0.13.0
74262025-01-13T10:28:12.936Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
74272025-01-13T10:28:12.936Z Fresh proptest v1.6.0
74282025-01-13T10:28:12.936Z Fresh structmeta v0.2.0
74292025-01-13T10:28:12.936Z Fresh proc-macro-crate v1.3.1
74302025-01-13T10:28:12.936Z Fresh test-strategy v0.3.1
74312025-01-13T10:28:12.936Z Fresh num_enum_derive v0.5.11
74322025-01-13T10:28:12.936Z Fresh foreign-types-macros v0.2.3
74332025-01-13T10:28:12.936Z Fresh foreign-types-shared v0.3.1
74342025-01-13T10:28:12.936Z Fresh proc-macro-error-attr v1.0.4
74352025-01-13T10:28:12.936Z Fresh num_enum v0.5.11
74362025-01-13T10:28:12.936Z Fresh foreign-types v0.5.0
74372025-01-13T10:28:12.936Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
74382025-01-13T10:28:12.936Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
74392025-01-13T10:28:12.936Z Fresh tabwriter v1.4.1
74402025-01-13T10:28:12.936Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
74412025-01-13T10:28:12.936Z Fresh proc-macro-error v1.0.4
74422025-01-13T10:28:12.936Z Fresh cstr-argument v0.1.2
74432025-01-13T10:28:12.936Z Fresh pretty-hex v0.2.1
74442025-01-13T10:28:12.936Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
74452025-01-13T10:28:12.937Z Fresh colored v2.2.0
74462025-01-13T10:28:12.937Z Fresh smf v0.2.3
74472025-01-13T10:28:12.937Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
74482025-01-13T10:28:12.937Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
74492025-01-13T10:28:12.937Z Fresh zerocopy-derive v0.8.14
74502025-01-13T10:28:12.937Z Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
74512025-01-13T10:28:12.937Z Fresh hash32 v0.3.1
74522025-01-13T10:28:12.937Z Fresh crucible-workspace-hack v0.1.0
74532025-01-13T10:28:12.937Z Fresh zerocopy v0.8.14
74542025-01-13T10:28:12.937Z Fresh cobs v0.2.3
74552025-01-13T10:28:12.937Z Fresh termtree v0.5.1
74562025-01-13T10:28:12.937Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74572025-01-13T10:28:12.937Z Fresh heapless v0.8.0
74582025-01-13T10:28:12.937Z Fresh ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
74592025-01-13T10:28:12.937Z Fresh postcard v1.1.1
74602025-01-13T10:28:12.937Z Fresh predicates-tree v1.0.12
74612025-01-13T10:28:12.937Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74622025-01-13T10:28:12.937Z Fresh smoltcp v0.11.0
74632025-01-13T10:28:12.937Z Fresh ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
74642025-01-13T10:28:12.937Z Fresh sigpipe v0.1.3
74652025-01-13T10:28:12.937Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
74662025-01-13T10:28:12.937Z Fresh zone_cfg_derive v0.3.0
74672025-01-13T10:28:12.937Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
74682025-01-13T10:28:12.937Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74692025-01-13T10:28:12.937Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
74702025-01-13T10:28:12.937Z Fresh num-derive v0.4.2
74712025-01-13T10:28:12.937Z Fresh downcast v0.11.0
74722025-01-13T10:28:12.937Z Fresh fragile v2.0.0
74732025-01-13T10:28:12.937Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74742025-01-13T10:28:12.937Z Fresh mockall_derive v0.13.1
74752025-01-13T10:28:12.937Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
74762025-01-13T10:28:12.937Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
74772025-01-13T10:28:12.940Z Fresh zone v0.3.0
74782025-01-13T10:28:12.940Z Fresh convert_case v0.4.0
74792025-01-13T10:28:12.940Z Fresh base64 v0.21.7
74802025-01-13T10:28:12.940Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74812025-01-13T10:28:12.940Z Fresh mockall v0.13.1
74822025-01-13T10:28:12.941Z Fresh derive_more v0.99.18
74832025-01-13T10:28:12.941Z Fresh unicode-width v0.1.14
74842025-01-13T10:28:12.941Z Fresh atomicwrites v0.4.4
74852025-01-13T10:28:12.941Z Fresh newline-converter v0.3.0
74862025-01-13T10:28:12.941Z Fresh same-file v1.0.6
74872025-01-13T10:28:12.941Z Fresh tungstenite v0.21.0
74882025-01-13T10:28:12.941Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74892025-01-13T10:28:12.941Z Fresh expectorate v1.1.0
74902025-01-13T10:28:12.941Z Fresh walkdir v2.5.0
74912025-01-13T10:28:12.941Z Fresh tokio-tungstenite v0.21.0
74922025-01-13T10:28:12.941Z Fresh xattr v1.4.0
74932025-01-13T10:28:12.941Z Fresh filetime v0.2.25
74942025-01-13T10:28:12.941Z Fresh indent_write v2.2.0
74952025-01-13T10:28:12.941Z Fresh tar v0.4.43
74962025-01-13T10:28:12.941Z Fresh password-hash v0.5.0
74972025-01-13T10:28:12.941Z Fresh blake2 v0.10.6
74982025-01-13T10:28:12.941Z Fresh libsw-core v0.3.1
74992025-01-13T10:28:12.941Z Fresh num-rational v0.4.2
75002025-01-13T10:28:12.941Z Fresh libsw v3.4.0
75012025-01-13T10:28:12.941Z Fresh argon2 v0.5.3
75022025-01-13T10:28:12.941Z Fresh owo-colors v4.1.0
75032025-01-13T10:28:12.941Z Fresh num-complex v0.4.6
75042025-01-13T10:28:12.941Z Fresh swrite v0.1.0
75052025-01-13T10:28:12.941Z Fresh linear-map v1.2.0
75062025-01-13T10:28:12.941Z Fresh cancel-safe-futures v0.1.5
75072025-01-13T10:28:12.941Z Fresh num v0.4.3
75082025-01-13T10:28:12.941Z Fresh float-ord v0.3.2
75092025-01-13T10:28:12.941Z Fresh highway v1.3.0
75102025-01-13T10:28:12.941Z Fresh humantime v2.1.0
75112025-01-13T10:28:12.941Z Fresh semver v0.1.20
75122025-01-13T10:28:12.941Z Fresh arc-swap v1.7.1
75132025-01-13T10:28:12.941Z Fresh rustc_version v0.1.7
75142025-01-13T10:28:12.941Z Fresh slog-scope v4.4.0
75152025-01-13T10:28:12.941Z Fresh pem v3.0.4
75162025-01-13T10:28:12.941Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
75172025-01-13T10:28:12.941Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
75182025-01-13T10:28:12.942Z Fresh slog-stdlog v4.1.1
75192025-01-13T10:28:12.942Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
75202025-01-13T10:28:12.942Z Fresh heck v0.3.3
75212025-01-13T10:28:12.942Z Fresh headers-core v0.3.0
75222025-01-13T10:28:12.942Z Fresh slog-envlogger v2.2.0
75232025-01-13T10:28:12.942Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
75242025-01-13T10:28:12.942Z Fresh lzma-sys v0.1.20
75252025-01-13T10:28:12.942Z Fresh headers v0.4.0
75262025-01-13T10:28:12.942Z Fresh zone_cfg_derive v0.1.2
75272025-01-13T10:28:12.942Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
75282025-01-13T10:28:12.942Z Fresh newtype_derive v0.1.6
75292025-01-13T10:28:12.942Z Fresh half v2.4.1
75302025-01-13T10:28:12.942Z Fresh base64 v0.13.1
75312025-01-13T10:28:12.942Z Fresh ciborium-io v0.2.2
75322025-01-13T10:28:12.942Z Fresh zone v0.1.8
75332025-01-13T10:28:12.942Z Fresh xz2 v0.1.7
75342025-01-13T10:28:12.942Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
75352025-01-13T10:28:12.942Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
75362025-01-13T10:28:12.942Z Fresh steno v0.4.1
75372025-01-13T10:28:12.942Z Fresh ron v0.7.1
75382025-01-13T10:28:12.942Z Fresh ciborium-ll v0.2.2
75392025-01-13T10:28:12.942Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
75402025-01-13T10:28:12.942Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
75412025-01-13T10:28:12.942Z Fresh yasna v0.5.2
75422025-01-13T10:28:12.942Z Fresh subprocess v0.2.9
75432025-01-13T10:28:12.942Z Fresh ciborium v0.2.2
75442025-01-13T10:28:12.942Z Fresh rcgen v0.12.1
75452025-01-13T10:28:12.942Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
75462025-01-13T10:28:12.942Z Fresh display-error-chain v0.2.2
75472025-01-13T10:28:12.942Z Fresh keccak v0.1.5
75482025-01-13T10:28:12.942Z Fresh universal-hash v0.5.1
75492025-01-13T10:28:12.942Z Fresh opaque-debug v0.3.1
75502025-01-13T10:28:12.942Z Fresh constant_time_eq v0.3.1
75512025-01-13T10:28:12.942Z Fresh arrayvec v0.7.6
75522025-01-13T10:28:12.942Z Fresh sha3 v0.10.8
75532025-01-13T10:28:12.942Z Fresh arrayref v0.3.9
75542025-01-13T10:28:12.942Z Fresh secrecy v0.8.0
75552025-01-13T10:28:12.942Z Fresh aead v0.5.2
75562025-01-13T10:28:12.943Z Fresh slog-dtrace v0.3.0
75572025-01-13T10:28:12.943Z Fresh poly1305 v0.8.0
75582025-01-13T10:28:12.943Z Fresh chacha20 v0.9.1
75592025-01-13T10:28:12.943Z Fresh memmap2 v0.9.5
75602025-01-13T10:28:12.943Z Fresh topological-sort v0.2.2
75612025-01-13T10:28:12.943Z Fresh blake3 v1.5.5
75622025-01-13T10:28:12.943Z Fresh toolchain_find v0.4.0
75632025-01-13T10:28:12.943Z Fresh thiserror-impl-no-std v2.0.2
75642025-01-13T10:28:12.943Z Fresh maplit v1.0.2
75652025-01-13T10:28:12.943Z Fresh gethostname v0.5.0
75662025-01-13T10:28:12.943Z Fresh chacha20poly1305 v0.10.1
75672025-01-13T10:28:12.943Z Fresh omicron-zone-package v0.12.0
75682025-01-13T10:28:12.943Z Fresh rustfmt-wrapper v0.2.1
75692025-01-13T10:28:12.943Z Fresh thiserror-no-std v2.0.2
75702025-01-13T10:28:12.943Z Fresh tap v1.0.1
75712025-01-13T10:28:12.943Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
75722025-01-13T10:28:12.943Z Fresh vsss-rs v3.3.4
75732025-01-13T10:28:12.943Z Fresh wyz v0.5.1
75742025-01-13T10:28:12.943Z Fresh nibble_vec v0.1.0
75752025-01-13T10:28:12.943Z Fresh termcolor v1.4.1
75762025-01-13T10:28:12.943Z Fresh radium v0.7.0
75772025-01-13T10:28:12.946Z Fresh endian-type v0.1.2
75782025-01-13T10:28:12.946Z Fresh funty v2.0.0
75792025-01-13T10:28:12.946Z Fresh crc-catalog v2.4.0
75802025-01-13T10:28:12.946Z Fresh crc v3.2.1
75812025-01-13T10:28:12.946Z Fresh bitvec v1.0.1
75822025-01-13T10:28:12.946Z Fresh maybe-uninit v2.0.0
75832025-01-13T10:28:12.946Z Fresh radix_trie v0.2.1
75842025-01-13T10:28:12.946Z Fresh packed_struct_codegen v0.10.1
75852025-01-13T10:28:12.946Z Fresh nodrop v0.1.14
75862025-01-13T10:28:12.947Z Fresh packed_struct v0.10.1
75872025-01-13T10:28:12.947Z Fresh smallvec v0.6.14
75882025-01-13T10:28:12.947Z Fresh async-recursion v1.1.1
75892025-01-13T10:28:12.947Z Fresh bitfield v0.14.0
75902025-01-13T10:28:12.947Z Fresh lockfree-object-pool v0.1.6
75912025-01-13T10:28:12.947Z Fresh array-init v0.0.4
75922025-01-13T10:28:12.947Z Fresh hashbrown v0.12.3
75932025-01-13T10:28:12.947Z Fresh simd-adler32 v0.3.7
75942025-01-13T10:28:12.947Z Fresh bumpalo v3.16.0
75952025-01-13T10:28:12.947Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
75962025-01-13T10:28:12.947Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
75972025-01-13T10:28:12.947Z Fresh zopfli v0.8.1
75982025-01-13T10:28:12.947Z Fresh serde-hex v0.1.0
75992025-01-13T10:28:12.947Z Fresh indexmap v1.9.3
76002025-01-13T10:28:12.947Z Fresh env_logger v0.10.2
76012025-01-13T10:28:12.947Z Fresh ron v0.8.1
76022025-01-13T10:28:12.947Z Fresh dsl_auto_type v0.1.2
76032025-01-13T10:28:12.947Z Fresh hashbrown v0.13.2
76042025-01-13T10:28:12.947Z Fresh scheduled-thread-pool v0.2.7
76052025-01-13T10:28:12.947Z Fresh diesel_table_macro_syntax v0.2.0
76062025-01-13T10:28:12.947Z Fresh crc-any v2.5.0
76072025-01-13T10:28:12.947Z Fresh object v0.30.4
76082025-01-13T10:28:12.947Z Fresh zip v2.1.3
76092025-01-13T10:28:12.947Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
76102025-01-13T10:28:12.947Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
76112025-01-13T10:28:12.947Z Fresh r2d2 v0.8.10
76122025-01-13T10:28:12.947Z Fresh diesel_derives v2.2.3
76132025-01-13T10:28:12.947Z Fresh const_format_proc_macros v0.2.34
76142025-01-13T10:28:12.947Z Fresh bitfield-struct v0.6.2
76152025-01-13T10:28:12.947Z Fresh path-slash v0.1.5
76162025-01-13T10:28:12.947Z Fresh diff v0.1.13
76172025-01-13T10:28:12.947Z Fresh diesel v2.2.6
76182025-01-13T10:28:12.947Z Fresh crunchy v0.2.2
76192025-01-13T10:28:12.947Z Fresh libefi-sys v0.1.0
76202025-01-13T10:28:12.947Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
76212025-01-13T10:28:12.947Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
76222025-01-13T10:28:12.947Z Fresh const_format v0.2.34
76232025-01-13T10:28:12.947Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
76242025-01-13T10:28:12.948Z Fresh fxhash v0.2.1
76252025-01-13T10:28:12.948Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
76262025-01-13T10:28:12.948Z Fresh bit-vec v0.6.3
76272025-01-13T10:28:12.948Z Fresh tiny-keccak v2.0.2
76282025-01-13T10:28:12.948Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
76292025-01-13T10:28:12.948Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
76302025-01-13T10:28:12.948Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
76312025-01-13T10:28:12.948Z Fresh bit-set v0.5.3
76322025-01-13T10:28:12.948Z Fresh ascii-canvas v3.0.0
76332025-01-13T10:28:12.948Z Fresh ref-cast-impl v1.0.23
76342025-01-13T10:28:12.948Z Fresh ena v0.14.3
76352025-01-13T10:28:12.948Z Fresh regex-syntax v0.6.29
76362025-01-13T10:28:12.948Z Fresh lalrpop v0.19.12
76372025-01-13T10:28:12.948Z Fresh ref-cast v1.0.23
76382025-01-13T10:28:12.948Z Fresh kstat-rs v0.2.4
76392025-01-13T10:28:12.948Z Fresh derive_builder_core v0.20.2
76402025-01-13T10:28:12.948Z Fresh phf_generator v0.11.3
76412025-01-13T10:28:12.948Z Fresh primeorder v0.13.6
76422025-01-13T10:28:12.948Z Fresh vte_generate_state_changes v0.1.2
76432025-01-13T10:28:12.948Z Fresh vte v0.11.1
76442025-01-13T10:28:12.948Z Fresh derive_builder_macro v0.20.2
76452025-01-13T10:28:12.948Z Fresh phf_codegen v0.11.3
76462025-01-13T10:28:12.948Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
76472025-01-13T10:28:12.948Z Fresh strum_macros v0.24.3
76482025-01-13T10:28:12.948Z Fresh fd-lock v4.0.2
76492025-01-13T10:28:12.948Z Fresh parse-zoneinfo v0.3.1
76502025-01-13T10:28:12.948Z Fresh cfg_aliases v0.1.1
76512025-01-13T10:28:12.948Z Fresh indoc v1.0.9
76522025-01-13T10:28:12.948Z Fresh chrono-tz-build v0.4.0
76532025-01-13T10:28:12.948Z Fresh parking_lot_core v0.8.6
76542025-01-13T10:28:12.948Z Fresh libxml v0.3.3
76552025-01-13T10:28:12.948Z Fresh derive_builder v0.20.2
76562025-01-13T10:28:12.948Z Fresh polar-core v0.27.3
76572025-01-13T10:28:12.948Z Fresh strip-ansi-escapes v0.2.0
76582025-01-13T10:28:12.948Z Fresh oso-derive v0.27.3
76592025-01-13T10:28:12.948Z Fresh quick-xml v0.33.0
76602025-01-13T10:28:12.948Z Fresh impl-trait-for-tuples v0.2.3
76612025-01-13T10:28:12.948Z Fresh nu-ansi-term v0.50.1
76622025-01-13T10:28:12.948Z Fresh oso v0.27.3
76632025-01-13T10:28:12.949Z Fresh samael v0.0.17
76642025-01-13T10:28:12.949Z Fresh reedline v0.35.0
76652025-01-13T10:28:12.949Z Fresh parking_lot v0.11.2
76662025-01-13T10:28:12.949Z Fresh p384 v0.13.0
76672025-01-13T10:28:12.949Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
76682025-01-13T10:28:12.949Z Fresh bytecount v0.6.8
76692025-01-13T10:28:12.949Z Fresh unicase v2.8.1
76702025-01-13T10:28:12.949Z Fresh salty v0.3.0
76712025-01-13T10:28:12.949Z Fresh sled v0.34.7
76722025-01-13T10:28:12.949Z Fresh papergrid v0.11.0
76732025-01-13T10:28:12.949Z Fresh buf-list v1.0.3
76742025-01-13T10:28:12.949Z Fresh nix v0.28.0
76752025-01-13T10:28:12.949Z Fresh hickory-client v0.24.2
76762025-01-13T10:28:12.949Z Fresh tabled_derive v0.7.0
76772025-01-13T10:28:12.952Z Fresh peg-macros v0.8.4
76782025-01-13T10:28:12.952Z Fresh hickory-server v0.24.2
76792025-01-13T10:28:12.952Z Fresh bb8 v0.8.6
76802025-01-13T10:28:12.952Z Fresh sqlparser_derive v0.2.2
76812025-01-13T10:28:12.952Z Fresh nanorand v0.7.0
76822025-01-13T10:28:12.952Z Fresh atty v0.2.14
76832025-01-13T10:28:12.952Z Fresh env_filter v0.1.3
76842025-01-13T10:28:12.952Z Fresh http-range v0.1.5
76852025-01-13T10:28:12.952Z Fresh unicode_categories v0.1.1
76862025-01-13T10:28:12.952Z Fresh sqlparser v0.45.0
76872025-01-13T10:28:12.952Z Fresh env_logger v0.11.6
76882025-01-13T10:28:12.952Z Fresh sqlformat v0.2.6
76892025-01-13T10:28:12.952Z Fresh flume v0.11.1
76902025-01-13T10:28:12.952Z Fresh async-bb8-diesel v0.2.1
76912025-01-13T10:28:12.952Z Fresh peg v0.8.4
76922025-01-13T10:28:12.952Z Fresh tabled v0.15.0
76932025-01-13T10:28:12.952Z Fresh diesel-dtrace v0.4.2
76942025-01-13T10:28:12.952Z Fresh rustyline v14.0.0
76952025-01-13T10:28:12.952Z Fresh chrono-tz v0.10.0
76962025-01-13T10:28:12.952Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
76972025-01-13T10:28:12.952Z Fresh bcs v0.1.6
76982025-01-13T10:28:12.952Z Fresh pin-project-internal v1.1.8
76992025-01-13T10:28:12.952Z Fresh mime_guess v2.0.5
77002025-01-13T10:28:12.952Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
77012025-01-13T10:28:12.952Z Fresh memoffset v0.9.1
77022025-01-13T10:28:12.952Z Fresh pin-project v1.1.8
77032025-01-13T10:28:12.953Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
77042025-01-13T10:28:12.953Z Fresh nix v0.27.1
77052025-01-13T10:28:12.953Z Fresh hyper-staticfile v0.10.1
77062025-01-13T10:28:12.953Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
77072025-01-13T10:28:12.953Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
77082025-01-13T10:28:12.953Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
77092025-01-13T10:28:12.953Z Fresh tungstenite v0.23.0
77102025-01-13T10:28:12.953Z Fresh concurrent-queue v2.5.0
77112025-01-13T10:28:12.953Z Fresh snafu-derive v0.8.5
77122025-01-13T10:28:12.953Z Fresh cargo-platform v0.1.9
77132025-01-13T10:28:12.953Z Fresh parking v2.2.1
77142025-01-13T10:28:12.953Z Fresh snafu v0.8.5
77152025-01-13T10:28:12.953Z Fresh tokio-tungstenite v0.23.1
77162025-01-13T10:28:12.953Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
77172025-01-13T10:28:12.953Z Fresh signal-hook-tokio v0.3.1
77182025-01-13T10:28:12.953Z Fresh globset v0.4.15
77192025-01-13T10:28:12.953Z Fresh olpc-cjson v0.1.4
77202025-01-13T10:28:12.953Z Fresh serde_plain v1.0.2
77212025-01-13T10:28:12.953Z Fresh typed-path v0.9.3
77222025-01-13T10:28:12.953Z Fresh tough v0.19.0
77232025-01-13T10:28:12.953Z Fresh rand_seeder v0.3.0
77242025-01-13T10:28:12.953Z Fresh parse-size v1.1.0
77252025-01-13T10:28:12.953Z Fresh event-listener v5.4.0
77262025-01-13T10:28:12.953Z Fresh cargo_metadata v0.18.1
77272025-01-13T10:28:12.953Z Fresh event-listener-strategy v0.5.3
77282025-01-13T10:28:12.953Z Fresh indoc v2.0.5
77292025-01-13T10:28:12.953Z Fresh futures-lite v2.6.0
77302025-01-13T10:28:12.953Z Fresh castaway v0.2.3
77312025-01-13T10:28:12.953Z Fresh instability v0.3.7
77322025-01-13T10:28:12.953Z Fresh libz-sys v1.1.21
77332025-01-13T10:28:12.953Z Fresh unicode-truncate v1.1.0
77342025-01-13T10:28:12.953Z Fresh lru v0.12.5
77352025-01-13T10:28:12.953Z Fresh compact_str v0.8.1
77362025-01-13T10:28:12.953Z Fresh csv-core v0.1.11
77372025-01-13T10:28:12.953Z Fresh is_ci v1.2.0
77382025-01-13T10:28:12.953Z Fresh cassowary v0.3.0
77392025-01-13T10:28:12.953Z Fresh async-lock v3.4.0
77402025-01-13T10:28:12.953Z Fresh polyval v0.6.2
77412025-01-13T10:28:12.953Z Fresh ratatui v0.28.1
77422025-01-13T10:28:12.954Z Fresh supports-color v3.0.2
77432025-01-13T10:28:12.954Z Fresh libgit2-sys v0.17.0+1.8.1
77442025-01-13T10:28:12.954Z Fresh csv v1.3.1
77452025-01-13T10:28:12.954Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#750714d4)
77462025-01-13T10:28:12.954Z Fresh polling v3.7.4
77472025-01-13T10:28:12.954Z Fresh git2 v0.19.0
77482025-01-13T10:28:12.954Z Fresh async-io v2.4.0
77492025-01-13T10:28:12.954Z Fresh ghash v0.5.1
77502025-01-13T10:28:12.954Z Fresh ctr v0.9.2
77512025-01-13T10:28:12.954Z Fresh assert_matches v1.5.0
77522025-01-13T10:28:12.954Z Fresh plotters-backend v0.3.7
77532025-01-13T10:28:12.954Z Fresh cfg_aliases v0.2.1
77542025-01-13T10:28:12.954Z Fresh async-task v4.7.1
77552025-01-13T10:28:12.954Z Fresh shell-words v1.1.0
77562025-01-13T10:28:12.954Z Fresh vergen v8.3.2
77572025-01-13T10:28:12.954Z Fresh plotters-svg v0.3.7
77582025-01-13T10:28:12.954Z Fresh aes-gcm v0.10.3
77592025-01-13T10:28:12.954Z Fresh async-channel v2.3.1
77602025-01-13T10:28:12.954Z Fresh piper v0.2.4
77612025-01-13T10:28:12.954Z Fresh ssh-encoding v0.2.0
77622025-01-13T10:28:12.954Z Fresh rustls-webpki v0.101.7
77632025-01-13T10:28:12.954Z Fresh sct v0.7.1
77642025-01-13T10:28:12.954Z Fresh blowfish v0.9.1
77652025-01-13T10:28:12.954Z Fresh rtoolbox v0.0.2
77662025-01-13T10:28:12.954Z Fresh unicode-linebreak v0.1.5
77672025-01-13T10:28:12.954Z Fresh smawk v0.3.2
77682025-01-13T10:28:12.954Z Fresh cast v0.3.0
77692025-01-13T10:28:12.954Z Fresh blocking v1.6.1
77702025-01-13T10:28:12.954Z Fresh bcrypt-pbkdf v0.10.0
77712025-01-13T10:28:12.954Z Fresh rustls v0.21.12
77722025-01-13T10:28:12.954Z Fresh rpassword v7.3.1
77732025-01-13T10:28:12.954Z Fresh criterion-plot v0.5.0
77742025-01-13T10:28:12.954Z Fresh textwrap v0.16.1
77752025-01-13T10:28:12.954Z Fresh ssh-cipher v0.2.0
77762025-01-13T10:28:12.954Z Fresh plotters v0.3.7
77772025-01-13T10:28:12.958Z Fresh libsqlite3-sys v0.30.1
77782025-01-13T10:28:12.958Z Fresh async-executor v1.13.1
77792025-01-13T10:28:12.958Z Fresh async-signal v0.2.10
77802025-01-13T10:28:12.958Z Fresh tui-tree-widget v0.22.0
77812025-01-13T10:28:12.958Z Fresh hashlink v0.9.1
77822025-01-13T10:28:12.958Z Fresh password-hash v0.4.2
77832025-01-13T10:28:12.958Z Fresh tinytemplate v1.2.1
77842025-01-13T10:28:12.958Z Fresh fallible-streaming-iterator v0.1.9
77852025-01-13T10:28:12.958Z Fresh oorandom v11.1.4
77862025-01-13T10:28:12.958Z Fresh anes v0.1.6
77872025-01-13T10:28:12.958Z Fresh matches v0.1.10
77882025-01-13T10:28:12.958Z Fresh fallible-iterator v0.3.0
77892025-01-13T10:28:12.958Z Fresh hex-literal v0.4.1
77902025-01-13T10:28:12.958Z Fresh event-listener v2.5.3
77912025-01-13T10:28:12.958Z Fresh yansi v1.0.1
77922025-01-13T10:28:12.958Z Fresh criterion v0.5.1
77932025-01-13T10:28:12.958Z Fresh rusqlite v0.32.1
77942025-01-13T10:28:12.958Z Fresh idna v0.2.3
77952025-01-13T10:28:12.958Z Fresh pretty_assertions v1.4.1
77962025-01-13T10:28:12.958Z Fresh async-channel v1.9.0
77972025-01-13T10:28:12.958Z Fresh pbkdf2 v0.11.0
77982025-01-13T10:28:12.958Z Fresh async-process v2.3.0
77992025-01-13T10:28:12.958Z Fresh async-global-executor v2.4.1
78002025-01-13T10:28:12.958Z Fresh nix v0.29.0
78012025-01-13T10:28:12.958Z Fresh target-lexicon v0.12.16
78022025-01-13T10:28:12.958Z Fresh ssh-key v0.6.7
78032025-01-13T10:28:12.958Z Fresh tokio-rustls v0.24.1
78042025-01-13T10:28:12.958Z Fresh p521 v0.13.3
78052025-01-13T10:28:12.958Z Fresh p256 v0.13.2
78062025-01-13T10:28:12.958Z Fresh rustls-pemfile v1.0.4
78072025-01-13T10:28:12.958Z Fresh twox-hash v1.6.3
78082025-01-13T10:28:12.959Z Fresh enum-as-inner v0.5.1
78092025-01-13T10:28:12.959Z Fresh async-attributes v1.1.2
78102025-01-13T10:28:12.959Z Fresh russh-cryptovec v0.7.3
78112025-01-13T10:28:12.959Z Fresh kv-log-macro v1.0.7
78122025-01-13T10:28:12.959Z Fresh md5 v0.7.0
78132025-01-13T10:28:12.959Z Fresh futures-timer v3.0.3
78142025-01-13T10:28:12.959Z Fresh trust-dns-proto v0.22.0
78152025-01-13T10:28:12.959Z Fresh russh-keys v0.45.0
78162025-01-13T10:28:12.959Z Fresh async-std v1.13.0
78172025-01-13T10:28:12.959Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
78182025-01-13T10:28:12.959Z Fresh cfg-expr v0.17.2
78192025-01-13T10:28:12.959Z Fresh doc-comment v0.3.3
78202025-01-13T10:28:12.959Z Fresh guppy-workspace-hack v0.1.0
78212025-01-13T10:28:12.959Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
78222025-01-13T10:28:12.959Z Fresh httptest v0.16.1
78232025-01-13T10:28:12.959Z Fresh fatfs v0.3.6
78242025-01-13T10:28:12.959Z Fresh num-bigint v0.4.6
78252025-01-13T10:28:12.959Z Fresh proc-macro-crate v3.2.0
78262025-01-13T10:28:12.959Z Fresh rustls-native-certs v0.7.3
78272025-01-13T10:28:12.959Z Fresh des v0.8.1
78282025-01-13T10:28:12.959Z Fresh itertools v0.14.0
78292025-01-13T10:28:12.959Z Fresh dhcproto-macros v0.1.0
78302025-01-13T10:28:12.960Z Fresh relative-path v1.9.3
78312025-01-13T10:28:12.960Z Fresh escape8259 v0.5.3
78322025-01-13T10:28:12.960Z Fresh target-spec v3.3.1
78332025-01-13T10:28:12.960Z Fresh dhcproto v0.12.0
78342025-01-13T10:28:12.960Z Fresh hyper-rustls v0.26.0
78352025-01-13T10:28:12.960Z Fresh rstest_macros v0.23.0
78362025-01-13T10:28:12.960Z Fresh petname v2.0.2
78372025-01-13T10:28:12.960Z Fresh libtest-mimic v0.8.1
78382025-01-13T10:28:12.960Z Fresh russh v0.45.0
78392025-01-13T10:28:12.960Z Fresh async-object-pool v0.1.5
78402025-01-13T10:28:12.960Z Fresh assert_cmd v2.0.16
78412025-01-13T10:28:12.960Z Fresh target-triple v0.1.3
78422025-01-13T10:28:12.960Z Fresh cargo_metadata v0.19.1
78432025-01-13T10:28:12.960Z Fresh blake2b_simd v1.0.2
78442025-01-13T10:28:12.960Z Fresh fancy-regex v0.14.0
78452025-01-13T10:28:12.960Z Fresh pathdiff v0.2.3
78462025-01-13T10:28:12.960Z Fresh assert-json-diff v2.0.2
78472025-01-13T10:28:12.960Z Fresh serde_regex v1.1.0
78482025-01-13T10:28:12.960Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
78492025-01-13T10:28:12.960Z Fresh uzers v0.12.1
78502025-01-13T10:28:12.960Z Fresh path-tree v0.8.1
78512025-01-13T10:28:12.960Z Fresh nested v0.1.1
78522025-01-13T10:28:12.960Z Fresh stringmetrics v2.2.2
78532025-01-13T10:28:12.960Z Fresh sync-ptr v0.1.1
78542025-01-13T10:28:12.960Z Fresh internet-checksum v0.2.1
78552025-01-13T10:28:12.960Z Fresh guppy v0.17.12
78562025-01-13T10:28:12.960Z Fresh httpmock v0.8.0-alpha.1
78572025-01-13T10:28:12.960Z Fresh datatest-stable v0.2.10
78582025-01-13T10:28:12.960Z Fresh trybuild v1.0.101
78592025-01-13T10:28:12.960Z Fresh rust-argon2 v2.1.0
78602025-01-13T10:28:12.960Z Fresh rstest v0.23.0
78612025-01-13T10:28:12.960Z Fresh partial-io v0.5.4
78622025-01-13T10:28:12.960Z Fresh similar-asserts v1.6.0
78632025-01-13T10:28:12.960Z Fresh rand_distr v0.4.3
78642025-01-13T10:28:12.960Z Fresh approx v0.5.1
78652025-01-13T10:28:12.960Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
78662025-01-13T10:28:12.960Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
78672025-01-13T10:28:12.960Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
78682025-01-13T10:28:12.960Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
78692025-01-13T10:28:12.960Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
78702025-01-13T10:28:12.961Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
78712025-01-13T10:28:12.961Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
78722025-01-13T10:28:12.961Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
78732025-01-13T10:28:12.961Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
78742025-01-13T10:28:12.961Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
78752025-01-13T10:28:12.961Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
78762025-01-13T10:28:12.961Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
78772025-01-13T10:28:12.964Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
78782025-01-13T10:28:12.964Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
78792025-01-13T10:28:12.964Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
78802025-01-13T10:28:12.964Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
78812025-01-13T10:28:12.964Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
78822025-01-13T10:28:12.964Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
78832025-01-13T10:28:12.964Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
78842025-01-13T10:28:12.964Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
78852025-01-13T10:28:12.964Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
78862025-01-13T10:28:12.964Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
78872025-01-13T10:28:12.964Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
78882025-01-13T10:28:12.964Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
78892025-01-13T10:28:12.964Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
78902025-01-13T10:28:12.964Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
78912025-01-13T10:28:12.964Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
78922025-01-13T10:28:12.964Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
78932025-01-13T10:28:12.964Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
78942025-01-13T10:28:12.964Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
78952025-01-13T10:28:12.964Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
78962025-01-13T10:28:12.964Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
78972025-01-13T10:28:12.964Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
78982025-01-13T10:28:12.964Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
78992025-01-13T10:28:12.964Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
79002025-01-13T10:28:12.964Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
79012025-01-13T10:28:12.965Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
79022025-01-13T10:28:12.965Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
79032025-01-13T10:28:12.965Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
79042025-01-13T10:28:12.965Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
79052025-01-13T10:28:12.965Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
79062025-01-13T10:28:12.965Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
79072025-01-13T10:28:12.965Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
79082025-01-13T10:28:12.965Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
79092025-01-13T10:28:12.965Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
79102025-01-13T10:28:12.965Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
79112025-01-13T10:28:12.965Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
79122025-01-13T10:28:12.965Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
79132025-01-13T10:28:12.965Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
79142025-01-13T10:28:12.965Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
79152025-01-13T10:28:12.965Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
79162025-01-13T10:28:12.965Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
79172025-01-13T10:28:12.965Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
79182025-01-13T10:28:12.965Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
79192025-01-13T10:28:12.965Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
79202025-01-13T10:28:12.965Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
79212025-01-13T10:28:12.965Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
79222025-01-13T10:28:12.965Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
79232025-01-13T10:28:12.965Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
79242025-01-13T10:28:12.965Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
79252025-01-13T10:28:12.965Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
79262025-01-13T10:28:12.965Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
79272025-01-13T10:28:12.966Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
79282025-01-13T10:28:12.966Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
79292025-01-13T10:28:12.966Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
79302025-01-13T10:28:12.966Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
79312025-01-13T10:28:12.966Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
79322025-01-13T10:28:12.966Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
79332025-01-13T10:28:12.966Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
79342025-01-13T10:28:12.966Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
79352025-01-13T10:28:12.966Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
79362025-01-13T10:28:12.966Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
79372025-01-13T10:28:12.966Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
79382025-01-13T10:28:12.966Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
79392025-01-13T10:28:12.966Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
79402025-01-13T10:28:12.966Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
79412025-01-13T10:28:12.966Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
79422025-01-13T10:28:12.966Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
79432025-01-13T10:28:12.966Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
79442025-01-13T10:28:12.966Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
79452025-01-13T10:28:12.966Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
79462025-01-13T10:28:12.966Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
79472025-01-13T10:28:12.966Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
79482025-01-13T10:28:12.966Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
79492025-01-13T10:28:12.966Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
79502025-01-13T10:28:12.966Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
79512025-01-13T10:28:12.966Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
79522025-01-13T10:28:12.966Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
79532025-01-13T10:28:12.966Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
79542025-01-13T10:28:12.966Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
79552025-01-13T10:28:12.966Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
79562025-01-13T10:28:12.966Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
79572025-01-13T10:28:12.966Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
79582025-01-13T10:28:12.966Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
79592025-01-13T10:28:12.966Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
79602025-01-13T10:28:12.966Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
79612025-01-13T10:28:12.967Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
79622025-01-13T10:28:12.967Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
79632025-01-13T10:28:12.967Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
79642025-01-13T10:28:12.967Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
79652025-01-13T10:28:12.967Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
79662025-01-13T10:28:12.967Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
79672025-01-13T10:28:12.967Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
79682025-01-13T10:28:12.967Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
79692025-01-13T10:28:12.967Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
79702025-01-13T10:28:12.967Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
79712025-01-13T10:28:12.967Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
79722025-01-13T10:28:12.967Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
79732025-01-13T10:28:12.967Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
79742025-01-13T10:28:12.967Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
79752025-01-13T10:28:12.967Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
79762025-01-13T10:28:12.967Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
79772025-01-13T10:28:12.970Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
79782025-01-13T10:28:12.970Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
79792025-01-13T10:28:12.970Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
79802025-01-13T10:28:12.970Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
79812025-01-13T10:28:12.970Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3.36s
79822025-01-13T10:28:13.024Z Doc-tests api_identity
79832025-01-13T10:28:13.027Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-a1c2fee7ec8e0276.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.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`
79842025-01-13T10:28:13.330Z
79852025-01-13T10:28:13.330Zrunning 0 tests
79862025-01-13T10:28:13.330Z
79872025-01-13T10:28:13.333Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79882025-01-13T10:28:13.333Z
79892025-01-13T10:28:13.339Z Doc-tests authz_macros
79902025-01-13T10:28:13.343Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-2ac6c2d87b26b826.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-be6114050564d59b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7d3eec42e78bcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-45f64382ca0b755d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.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`
79912025-01-13T10:28:13.483Z
79922025-01-13T10:28:13.483Zrunning 7 tests
79932025-01-13T10:28:13.486Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
79942025-01-13T10:28:13.486Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
79952025-01-13T10:28:13.486Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
79962025-01-13T10:28:13.486Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
79972025-01-13T10:28:13.486Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
79982025-01-13T10:28:13.486Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
79992025-01-13T10:28:13.486Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
80002025-01-13T10:28:13.486Z
80012025-01-13T10:28:13.486Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
80022025-01-13T10:28:13.486Z
80032025-01-13T10:28:13.494Z Doc-tests bootstore
80042025-01-13T10:28:13.499Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-19e5985bb94b6ed1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c7da635c20d62cb2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-525ad334db9e31d3.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9069aa533aa0b3bb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef1df45d2ff0149c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-8a706871ccd67ca7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fd579c224f736b5b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.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`
80052025-01-13T10:28:14.480Z
80062025-01-13T10:28:14.480Zrunning 0 tests
80072025-01-13T10:28:14.480Z
80082025-01-13T10:28:14.480Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80092025-01-13T10:28:14.480Z
80102025-01-13T10:28:14.511Z Doc-tests bootstrap_agent_api
80112025-01-13T10:28:14.514Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-04476be4680d08d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80122025-01-13T10:28:14.935Z
80132025-01-13T10:28:14.935Zrunning 2 tests
80142025-01-13T10:28:14.938Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
80152025-01-13T10:28:14.938Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
80162025-01-13T10:28:14.938Z
80172025-01-13T10:28:14.938Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
80182025-01-13T10:28:14.938Z
80192025-01-13T10:28:14.960Z Doc-tests bootstrap_agent_client
80202025-01-13T10:28:14.963Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-e491e777f054de16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80212025-01-13T10:28:15.809Z
80222025-01-13T10:28:15.809Zrunning 0 tests
80232025-01-13T10:28:15.809Z
80242025-01-13T10:28:15.809Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80252025-01-13T10:28:15.809Z
80262025-01-13T10:28:15.840Z Doc-tests clickana
80272025-01-13T10:28:15.843Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-1a4812baa882a0ef.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07b61973e638f3f6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-1c3ccbbe3a2fa039.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80282025-01-13T10:28:16.264Z
80292025-01-13T10:28:16.264Zrunning 0 tests
80302025-01-13T10:28:16.264Z
80312025-01-13T10:28:16.264Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80322025-01-13T10:28:16.264Z
80332025-01-13T10:28:16.286Z Doc-tests clickhouse_admin_api
80342025-01-13T10:28:16.289Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-2211a66367210dd1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80352025-01-13T10:28:16.576Z
80362025-01-13T10:28:16.576Zrunning 6 tests
80372025-01-13T10:28:16.578Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 36) ... ignored
80382025-01-13T10:28:16.579Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 42) ... ignored
80392025-01-13T10:28:16.579Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 105) ... ignored
80402025-01-13T10:28:16.579Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 111) ... ignored
80412025-01-13T10:28:16.579Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 152) ... ignored
80422025-01-13T10:28:16.579Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 158) ... ignored
80432025-01-13T10:28:16.579Z
80442025-01-13T10:28:16.579Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
80452025-01-13T10:28:16.579Z
80462025-01-13T10:28:16.599Z Doc-tests clickhouse_admin_keeper_client
80472025-01-13T10:28:16.602Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-84bf70da5cf4a105.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d06b8b32d93c86b8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80482025-01-13T10:28:17.128Z
80492025-01-13T10:28:17.128Zrunning 0 tests
80502025-01-13T10:28:17.128Z
80512025-01-13T10:28:17.128Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80522025-01-13T10:28:17.128Z
80532025-01-13T10:28:17.153Z Doc-tests clickhouse_admin_server_client
80542025-01-13T10:28:17.156Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-84bf70da5cf4a105.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07b61973e638f3f6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80552025-01-13T10:28:17.634Z
80562025-01-13T10:28:17.634Zrunning 0 tests
80572025-01-13T10:28:17.634Z
80582025-01-13T10:28:17.634Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80592025-01-13T10:28:17.634Z
80602025-01-13T10:28:17.658Z Doc-tests clickhouse_admin_single_client
80612025-01-13T10:28:17.661Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-84bf70da5cf4a105.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-23d51a61639ada81.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80622025-01-13T10:28:17.901Z
80632025-01-13T10:28:17.901Zrunning 0 tests
80642025-01-13T10:28:17.901Z
80652025-01-13T10:28:17.901Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80662025-01-13T10:28:17.901Z
80672025-01-13T10:28:17.917Z Doc-tests clickhouse_admin_test_utils
80682025-01-13T10:28:17.920Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-c1054a7dd92880e5.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a1c6ba081ed76b72.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c2ad4cd224083ba0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80692025-01-13T10:28:18.172Z
80702025-01-13T10:28:18.172Zrunning 0 tests
80712025-01-13T10:28:18.173Z
80722025-01-13T10:28:18.173Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80732025-01-13T10:28:18.173Z
80742025-01-13T10:28:18.191Z Doc-tests clickhouse_admin_types
80752025-01-13T10:28:18.194Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-1954f5ba78b884a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eada625916932c87.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80762025-01-13T10:28:18.787Z
80772025-01-13T10:28:18.788Zrunning 0 tests
80782025-01-13T10:28:18.788Z
80792025-01-13T10:28:18.788Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80802025-01-13T10:28:18.788Z
80812025-01-13T10:28:18.814Z Doc-tests cockroach_admin_api
80822025-01-13T10:28:18.817Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-c228b9e6192e0f0f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6950b2d9b0bc1548.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80832025-01-13T10:28:19.036Z
80842025-01-13T10:28:19.037Zrunning 2 tests
80852025-01-13T10:28:19.040Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
80862025-01-13T10:28:19.040Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
80872025-01-13T10:28:19.040Z
80882025-01-13T10:28:19.040Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
80892025-01-13T10:28:19.040Z
80902025-01-13T10:28:19.052Z Doc-tests cockroach_admin_client
80912025-01-13T10:28:19.054Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-84bf70da5cf4a105.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40896b47bca814a4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80922025-01-13T10:28:19.365Z
80932025-01-13T10:28:19.365Zrunning 0 tests
80942025-01-13T10:28:19.365Z
80952025-01-13T10:28:19.365Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80962025-01-13T10:28:19.365Z
80972025-01-13T10:28:19.368Z Doc-tests cockroach_admin_types
80982025-01-13T10:28:19.368Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-84bf70da5cf4a105.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6950b2d9b0bc1548.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5fc194087ba44899.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1c52c0782678a34b.so -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80992025-01-13T10:28:19.510Z
81002025-01-13T10:28:19.510Zrunning 0 tests
81012025-01-13T10:28:19.510Z
81022025-01-13T10:28:19.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81032025-01-13T10:28:19.510Z
81042025-01-13T10:28:19.521Z Doc-tests db_macros
81052025-01-13T10:28:19.524Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-1a28b32f4d99e9ff.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-be6114050564d59b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7d3eec42e78bcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-45f64382ca0b755d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.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`
81062025-01-13T10:28:19.769Z
81072025-01-13T10:28:19.769Zrunning 3 tests
81082025-01-13T10:28:19.771Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
81092025-01-13T10:28:19.771Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored
81102025-01-13T10:28:19.771Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored
81112025-01-13T10:28:19.772Z
81122025-01-13T10:28:19.772Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
81132025-01-13T10:28:19.772Z
81142025-01-13T10:28:19.784Z Doc-tests dns_server
81152025-01-13T10:28:19.787Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4716318ef81f8084.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-14b31dd5a18a159c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3eec84144857634b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8798ff2a57c56f71.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-1f202c984c0a59ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81162025-01-13T10:28:20.183Z
81172025-01-13T10:28:20.183Zrunning 0 tests
81182025-01-13T10:28:20.183Z
81192025-01-13T10:28:20.183Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81202025-01-13T10:28:20.183Z
81212025-01-13T10:28:20.205Z Doc-tests dns_server_api
81222025-01-13T10:28:20.208Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-84bf70da5cf4a105.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4716318ef81f8084.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81232025-01-13T10:28:20.460Z
81242025-01-13T10:28:20.460Zrunning 2 tests
81252025-01-13T10:28:20.462Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 104) ... ignored
81262025-01-13T10:28:20.462Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 110) ... ignored
81272025-01-13T10:28:20.462Z
81282025-01-13T10:28:20.462Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81292025-01-13T10:28:20.462Z
81302025-01-13T10:28:20.480Z Doc-tests dns_service_client
81312025-01-13T10:28:20.482Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-84bf70da5cf4a105.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81322025-01-13T10:28:20.791Z
81332025-01-13T10:28:20.791Zrunning 0 tests
81342025-01-13T10:28:20.791Z
81352025-01-13T10:28:20.791Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81362025-01-13T10:28:20.791Z
81372025-01-13T10:28:20.812Z Doc-tests dpd_client
81382025-01-13T10:28:20.815Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-84bf70da5cf4a105.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1869b5ab85bcdc50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81392025-01-13T10:28:22.026Z
81402025-01-13T10:28:22.026Zrunning 0 tests
81412025-01-13T10:28:22.026Z
81422025-01-13T10:28:22.026Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81432025-01-13T10:28:22.026Z
81442025-01-13T10:28:22.062Z Doc-tests end_to_end_tests
81452025-01-13T10:28:22.066Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-1a47e57081c3048c.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6e7c87f35c701649.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-f671d6f59bb4238d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-292cf117ef350254.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e299c438fdd8aefb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-cfcd2cd9a3442241.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-708c81df02588505.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-2dfc8c56d11c0cbc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81462025-01-13T10:28:22.582Z
81472025-01-13T10:28:22.582Zrunning 0 tests
81482025-01-13T10:28:22.582Z
81492025-01-13T10:28:22.582Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81502025-01-13T10:28:22.582Z
81512025-01-13T10:28:22.607Z Doc-tests gateway_api
81522025-01-13T10:28:22.610Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-11faee24f8e6d8f4.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3b10a87eb2de5ef8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c7c7ff021ef0dbab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81532025-01-13T10:28:23.018Z
81542025-01-13T10:28:23.018Zrunning 2 tests
81552025-01-13T10:28:23.021Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 41) ... ignored
81562025-01-13T10:28:23.021Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 47) ... ignored
81572025-01-13T10:28:23.021Z
81582025-01-13T10:28:23.021Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81592025-01-13T10:28:23.021Z
81602025-01-13T10:28:23.042Z Doc-tests gateway_client
81612025-01-13T10:28:23.045Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81622025-01-13T10:28:24.038Z
81632025-01-13T10:28:24.038Zrunning 0 tests
81642025-01-13T10:28:24.038Z
81652025-01-13T10:28:24.038Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81662025-01-13T10:28:24.039Z
81672025-01-13T10:28:24.067Z Doc-tests gateway_test_utils
81682025-01-13T10:28:24.069Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-c1054a7dd92880e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c7c7ff021ef0dbab.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8f124cb34c949778.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9048eff47a2a533b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81692025-01-13T10:28:24.840Z
81702025-01-13T10:28:24.840Zrunning 0 tests
81712025-01-13T10:28:24.840Z
81722025-01-13T10:28:24.840Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81732025-01-13T10:28:24.840Z
81742025-01-13T10:28:24.871Z Doc-tests gateway_types
81752025-01-13T10:28:24.874Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-a25c07752c4c37e7.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c7c7ff021ef0dbab.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d0866466d0783b95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81762025-01-13T10:28:25.508Z
81772025-01-13T10:28:25.508Zrunning 0 tests
81782025-01-13T10:28:25.508Z
81792025-01-13T10:28:25.508Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81802025-01-13T10:28:25.508Z
81812025-01-13T10:28:25.537Z Doc-tests illumos_utils
81822025-01-13T10:28:25.540Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7462f13eebcd00bd.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-075356b2e1f11602.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-94efe80165de9688.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-98fbd6355415c9da.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-85cde50a6dd00d63.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-2f519069efdabfdd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-47ecaef28f16fe59.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f844697b7d647f35.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-59555dceb73beb58.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`
81832025-01-13T10:28:27.242Z
81842025-01-13T10:28:27.242Zrunning 0 tests
81852025-01-13T10:28:27.242Z
81862025-01-13T10:28:27.242Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81872025-01-13T10:28:27.242Z
81882025-01-13T10:28:27.293Z Doc-tests installinator
81892025-01-13T10:28:27.297Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8fd9a13835fe51c6.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-81aeee6ed1d61c50.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d0866466d0783b95.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73e0e9970993e44a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-2b9f8fbf2871b98b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-af7b7e32d6a8bdb3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-08cc3b56399a97a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-47ecaef28f16fe59.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1c52c0782678a34b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
81902025-01-13T10:28:28.169Z
81912025-01-13T10:28:28.169Zrunning 0 tests
81922025-01-13T10:28:28.169Z
81932025-01-13T10:28:28.169Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81942025-01-13T10:28:28.169Z
81952025-01-13T10:28:28.198Z Doc-tests installinator_api
81962025-01-13T10:28:28.201Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6d5d6795f9a4b26e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81972025-01-13T10:28:28.524Z
81982025-01-13T10:28:28.524Zrunning 2 tests
81992025-01-13T10:28:28.526Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 39) ... ignored
82002025-01-13T10:28:28.526Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 45) ... ignored
82012025-01-13T10:28:28.526Z
82022025-01-13T10:28:28.526Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82032025-01-13T10:28:28.526Z
82042025-01-13T10:28:28.548Z Doc-tests installinator_client
82052025-01-13T10:28:28.550Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-81aeee6ed1d61c50.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82062025-01-13T10:28:29.409Z
82072025-01-13T10:28:29.409Zrunning 0 tests
82082025-01-13T10:28:29.409Z
82092025-01-13T10:28:29.409Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82102025-01-13T10:28:29.409Z
82112025-01-13T10:28:29.440Z Doc-tests installinator_common
82122025-01-13T10:28:29.442Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1c52c0782678a34b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82132025-01-13T10:28:29.864Z
82142025-01-13T10:28:29.864Zrunning 0 tests
82152025-01-13T10:28:29.864Z
82162025-01-13T10:28:29.864Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82172025-01-13T10:28:29.864Z
82182025-01-13T10:28:29.889Z Doc-tests internal_dns_resolver
82192025-01-13T10:28:29.892Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-1f202c984c0a59ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82202025-01-13T10:28:30.179Z
82212025-01-13T10:28:30.179Zrunning 0 tests
82222025-01-13T10:28:30.179Z
82232025-01-13T10:28:30.179Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82242025-01-13T10:28:30.179Z
82252025-01-13T10:28:30.200Z Doc-tests internal_dns_types
82262025-01-13T10:28:30.203Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82272025-01-13T10:28:30.538Z
82282025-01-13T10:28:30.538Zrunning 0 tests
82292025-01-13T10:28:30.538Z
82302025-01-13T10:28:30.538Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82312025-01-13T10:28:30.538Z
82322025-01-13T10:28:30.561Z Doc-tests ipcc
82332025-01-13T10:28:30.563Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-9069aa533aa0b3bb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d0866466d0783b95.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d88d71ee5bcccc11.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1c52c0782678a34b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82342025-01-13T10:28:30.839Z
82352025-01-13T10:28:30.839Zrunning 0 tests
82362025-01-13T10:28:30.839Z
82372025-01-13T10:28:30.839Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82382025-01-13T10:28:30.839Z
82392025-01-13T10:28:30.860Z Doc-tests key_manager
82402025-01-13T10:28:30.862Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-59a856ad6a6596dd.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef1df45d2ff0149c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-46def499157e5450.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-8a706871ccd67ca7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82412025-01-13T10:28:31.145Z
82422025-01-13T10:28:31.145Zrunning 0 tests
82432025-01-13T10:28:31.145Z
82442025-01-13T10:28:31.145Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82452025-01-13T10:28:31.145Z
82462025-01-13T10:28:31.166Z Doc-tests live_tests_macros
82472025-01-13T10:28:31.169Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-795d8758a3ce2b4d.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.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`
82482025-01-13T10:28:31.251Z
82492025-01-13T10:28:31.251Zrunning 1 test
82502025-01-13T10:28:31.255Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
82512025-01-13T10:28:31.255Z
82522025-01-13T10:28:31.255Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
82532025-01-13T10:28:31.255Z
82542025-01-13T10:28:31.262Z Doc-tests nexus_auth
82552025-01-13T10:28:31.265Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-2ac6c2d87b26b826.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-79e21d66beebb241.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5a30f5d239e58a3e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-63daef2e10efd03d.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2249a7f275553e3b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b40eb0548e84dd7f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b7053663210e72fc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-91ddf36888412c9e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-056d86ac929703bb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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`
82562025-01-13T10:28:32.733Z
82572025-01-13T10:28:32.733Zrunning 0 tests
82582025-01-13T10:28:32.733Z
82592025-01-13T10:28:32.733Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82602025-01-13T10:28:32.733Z
82612025-01-13T10:28:32.773Z Doc-tests nexus_client
82622025-01-13T10:28:32.776Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-84bf70da5cf4a105.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82632025-01-13T10:28:35.071Z
82642025-01-13T10:28:35.071Zrunning 0 tests
82652025-01-13T10:28:35.071Z
82662025-01-13T10:28:35.071Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82672025-01-13T10:28:35.071Z
82682025-01-13T10:28:35.134Z Doc-tests nexus_config
82692025-01-13T10:28:35.134Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82702025-01-13T10:28:35.785Z
82712025-01-13T10:28:35.785Zrunning 0 tests
82722025-01-13T10:28:35.785Z
82732025-01-13T10:28:35.785Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82742025-01-13T10:28:35.785Z
82752025-01-13T10:28:35.815Z Doc-tests nexus_db_fixed_data
82762025-01-13T10:28:35.818Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-2249a7f275553e3b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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`
82772025-01-13T10:28:36.458Z
82782025-01-13T10:28:36.458Zrunning 0 tests
82792025-01-13T10:28:36.458Z
82802025-01-13T10:28:36.458Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82812025-01-13T10:28:36.458Z
82822025-01-13T10:28:36.492Z Doc-tests nexus_db_model
82832025-01-13T10:28:36.494Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-1a28b32f4d99e9ff.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-03ebcd6b54132717.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9949acd55786c4dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-263edfe1e67e7a4e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2eb984a83d9991a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-d13d4b67a15af5ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c57817e1a619d695.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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`
82842025-01-13T10:28:49.969Z
82852025-01-13T10:28:49.969Zrunning 2 tests
82862025-01-13T10:28:52.718Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
82872025-01-13T10:29:28.809Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
82882025-01-13T10:29:28.809Z
82892025-01-13T10:29:28.811Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 38.84s
82902025-01-13T10:29:28.811Z
82912025-01-13T10:29:29.016Z Doc-tests nexus_db_queries
82922025-01-13T10:29:29.024Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-06323664500428c8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-694a0db1dc891d38.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-1a28b32f4d99e9ff.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9949acd55786c4dc.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-78f8307df877665a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7b2a195d252e1c08.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-63daef2e10efd03d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2249a7f275553e3b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ed1422b4723bd2ad.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b7053663210e72fc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-cf65ba10ed5b80f7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-d13d4b67a15af5ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-db8121a22c5a5151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c57817e1a619d695.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b4b5569457a1fc4f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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`
82932025-01-13T10:29:31.635Z
82942025-01-13T10:29:31.635Zrunning 1 test
82952025-01-13T10:29:35.342Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 222) ... ok
82962025-01-13T10:29:35.342Z
82972025-01-13T10:29:35.342Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.71s
82982025-01-13T10:29:35.342Z
82992025-01-13T10:29:35.417Z Doc-tests nexus_defaults
83002025-01-13T10:29:35.419Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-cce2a7c69e01b661.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-263edfe1e67e7a4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83012025-01-13T10:29:35.667Z
83022025-01-13T10:29:35.667Zrunning 0 tests
83032025-01-13T10:29:35.667Z
83042025-01-13T10:29:35.667Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83052025-01-13T10:29:35.667Z
83062025-01-13T10:29:35.686Z Doc-tests nexus_external_api
83072025-01-13T10:29:35.689Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-dd89aea8cf88bd9a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-8e1337cb800fe709.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-76980f57ba39a5d5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ba4058e536171364.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83082025-01-13T10:29:36.282Z
83092025-01-13T10:29:36.282Zrunning 2 tests
83102025-01-13T10:29:36.285Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 74) ... ignored
83112025-01-13T10:29:36.304Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 80) ... ignored
83122025-01-13T10:29:36.304Z
83132025-01-13T10:29:36.304Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
83142025-01-13T10:29:36.304Z
83152025-01-13T10:29:36.312Z Doc-tests nexus_internal_api
83162025-01-13T10:29:36.315Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-11faee24f8e6d8f4.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6b42a99525dc4fe9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83172025-01-13T10:29:36.779Z
83182025-01-13T10:29:36.779Zrunning 2 tests
83192025-01-13T10:29:36.782Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 59) ... ignored
83202025-01-13T10:29:36.782Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 65) ... ignored
83212025-01-13T10:29:36.782Z
83222025-01-13T10:29:36.782Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
83232025-01-13T10:29:36.782Z
83242025-01-13T10:29:36.807Z Doc-tests nexus_inventory
83252025-01-13T10:29:36.811Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d06b8b32d93c86b8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07b61973e638f3f6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a46435b05853fde1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83262025-01-13T10:29:37.241Z
83272025-01-13T10:29:37.241Zrunning 0 tests
83282025-01-13T10:29:37.241Z
83292025-01-13T10:29:37.241Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83302025-01-13T10:29:37.241Z
83312025-01-13T10:29:37.267Z Doc-tests nexus_macros_common
83322025-01-13T10:29:37.270Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-be6114050564d59b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83332025-01-13T10:29:37.348Z
83342025-01-13T10:29:37.348Zrunning 0 tests
83352025-01-13T10:29:37.348Z
83362025-01-13T10:29:37.348Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83372025-01-13T10:29:37.348Z
83382025-01-13T10:29:37.356Z Doc-tests nexus_metrics_producer_gc
83392025-01-13T10:29:37.358Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-06323664500428c8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9949acd55786c4dc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-70c063b10982e2df.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-65eff32fc201bb65.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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`
83402025-01-13T10:29:37.843Z
83412025-01-13T10:29:37.843Zrunning 0 tests
83422025-01-13T10:29:37.843Z
83432025-01-13T10:29:37.843Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83442025-01-13T10:29:37.843Z
83452025-01-13T10:29:37.875Z Doc-tests nexus_networking
83462025-01-13T10:29:37.877Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-a18cc25914e8d949.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-fb6077045e4d903f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83472025-01-13T10:29:38.383Z
83482025-01-13T10:29:38.384Zrunning 0 tests
83492025-01-13T10:29:38.384Z
83502025-01-13T10:29:38.384Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83512025-01-13T10:29:38.384Z
83522025-01-13T10:29:38.415Z Doc-tests nexus_reconfigurator_blippy
83532025-01-13T10:29:38.417Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-937845f2eb97d9eb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ed1422b4723bd2ad.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83542025-01-13T10:29:38.774Z
83552025-01-13T10:29:38.774Zrunning 0 tests
83562025-01-13T10:29:38.774Z
83572025-01-13T10:29:38.774Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83582025-01-13T10:29:38.774Z
83592025-01-13T10:29:38.799Z Doc-tests nexus_reconfigurator_execution
83602025-01-13T10:29:38.804Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-06323664500428c8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d06b8b32d93c86b8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07b61973e638f3f6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-23d51a61639ada81.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40896b47bca814a4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9949acd55786c4dc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-70c063b10982e2df.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-170b27cbfbd8e597.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-fb6077045e4d903f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-692a6af0af2de928.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ed1422b4723bd2ad.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6c1aa75b04686bf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7d73581e7ac6980.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c149434a1cbc2d7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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`
83612025-01-13T10:29:39.347Z
83622025-01-13T10:29:39.347Zrunning 0 tests
83632025-01-13T10:29:39.347Z
83642025-01-13T10:29:39.347Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83652025-01-13T10:29:39.347Z
83662025-01-13T10:29:39.380Z Doc-tests nexus_reconfigurator_planning
83672025-01-13T10:29:39.382Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eada625916932c87.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-937845f2eb97d9eb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ed1422b4723bd2ad.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1c52c0782678a34b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a46435b05853fde1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83682025-01-13T10:29:39.957Z
83692025-01-13T10:29:39.957Zrunning 0 tests
83702025-01-13T10:29:39.957Z
83712025-01-13T10:29:39.957Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83722025-01-13T10:29:39.957Z
83732025-01-13T10:29:39.986Z Doc-tests nexus_reconfigurator_preparation
83742025-01-13T10:29:39.989Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6c1aa75b04686bf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83752025-01-13T10:29:41.447Z
83762025-01-13T10:29:41.447Zrunning 0 tests
83772025-01-13T10:29:41.447Z
83782025-01-13T10:29:41.448Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83792025-01-13T10:29:41.448Z
83802025-01-13T10:29:41.455Z Doc-tests nexus_reconfigurator_simulation
83812025-01-13T10:29:41.455Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ed1422b4723bd2ad.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-15ec716c966ce710.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-b3183928c991a398.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-c4769adbca513052.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a46435b05853fde1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83822025-01-13T10:29:41.455Z
83832025-01-13T10:29:41.455Zrunning 0 tests
83842025-01-13T10:29:41.455Z
83852025-01-13T10:29:41.455Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83862025-01-13T10:29:41.455Z
83872025-01-13T10:29:41.456Z Doc-tests nexus_saga_recovery
83882025-01-13T10:29:41.456Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-84bf70da5cf4a105.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-63daef2e10efd03d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b4362f5161192ea9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7d73581e7ac6980.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c57817e1a619d695.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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`
83892025-01-13T10:29:41.456Z
83902025-01-13T10:29:41.456Zrunning 0 tests
83912025-01-13T10:29:41.456Z
83922025-01-13T10:29:41.456Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83932025-01-13T10:29:41.456Z
83942025-01-13T10:29:41.456Z Doc-tests nexus_sled_agent_shared
83952025-01-13T10:29:41.456Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-eada625916932c87.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83962025-01-13T10:29:41.838Z
83972025-01-13T10:29:41.838Zrunning 0 tests
83982025-01-13T10:29:41.838Z
83992025-01-13T10:29:41.838Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84002025-01-13T10:29:41.838Z
84012025-01-13T10:29:41.864Z Doc-tests nexus_test_interface
84022025-01-13T10:29:41.867Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-59a856ad6a6596dd.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8dfa98f3329d96be.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84032025-01-13T10:29:42.215Z
84042025-01-13T10:29:42.215Zrunning 0 tests
84052025-01-13T10:29:42.215Z
84062025-01-13T10:29:42.215Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84072025-01-13T10:29:42.215Z
84082025-01-13T10:29:42.239Z Doc-tests nexus_test_utils
84092025-01-13T10:29:42.242Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5a30f5d239e58a3e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8dfa98f3329d96be.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-49b70c7174cf93dc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-056d86ac929703bb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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`
84102025-01-13T10:29:43.393Z
84112025-01-13T10:29:43.393Zrunning 0 tests
84122025-01-13T10:29:43.393Z
84132025-01-13T10:29:43.393Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84142025-01-13T10:29:43.393Z
84152025-01-13T10:29:43.430Z Doc-tests nexus_test_utils_macros
84162025-01-13T10:29:43.434Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-c7d73581e7ac6980.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.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`
84172025-01-13T10:29:43.513Z
84182025-01-13T10:29:43.514Zrunning 1 test
84192025-01-13T10:29:43.517Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 43) ... ignored
84202025-01-13T10:29:43.517Z
84212025-01-13T10:29:43.517Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
84222025-01-13T10:29:43.517Z
84232025-01-13T10:29:43.522Z Doc-tests nexus_types
84242025-01-13T10:29:43.526Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a1c2fee7ec8e0276.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-79e21d66beebb241.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-03ebcd6b54132717.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eada625916932c87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-170b27cbfbd8e597.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b40eb0548e84dd7f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ba4058e536171364.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c57817e1a619d695.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1c52c0782678a34b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84252025-01-13T10:29:46.656Z
84262025-01-13T10:29:46.656Zrunning 0 tests
84272025-01-13T10:29:46.656Z
84282025-01-13T10:29:46.659Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84292025-01-13T10:29:46.659Z
84302025-01-13T10:29:46.731Z Doc-tests omicron_certificates
84312025-01-13T10:29:46.734Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-c934ff84d13620ad.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-65aad7686e050c4b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2eb984a83d9991a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b40eb0548e84dd7f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-80d44173ed56c668.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84322025-01-13T10:29:47.051Z
84332025-01-13T10:29:47.051Zrunning 0 tests
84342025-01-13T10:29:47.051Z
84352025-01-13T10:29:47.051Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84362025-01-13T10:29:47.051Z
84372025-01-13T10:29:47.071Z Doc-tests omicron_clickhouse_admin
84382025-01-13T10:29:47.074Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-2211a66367210dd1.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a1c6ba081ed76b72.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-14d217a345d6d3f6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c2ad4cd224083ba0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-2f45c5c919ea2f16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-bc91642ae0667c69.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84392025-01-13T10:29:47.541Z
84402025-01-13T10:29:47.541Zrunning 0 tests
84412025-01-13T10:29:47.541Z
84422025-01-13T10:29:47.541Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84432025-01-13T10:29:47.541Z
84442025-01-13T10:29:47.570Z Doc-tests omicron_cockroach_admin
84452025-01-13T10:29:47.573Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-c228b9e6192e0f0f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6950b2d9b0bc1548.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5fc194087ba44899.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-2b96e814a32c8591.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1c52c0782678a34b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.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`
84462025-01-13T10:29:47.918Z
84472025-01-13T10:29:47.918Zrunning 0 tests
84482025-01-13T10:29:47.918Z
84492025-01-13T10:29:47.918Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84502025-01-13T10:29:47.919Z
84512025-01-13T10:29:47.941Z Doc-tests omicron_common
84522025-01-13T10:29:47.944Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a1c2fee7ec8e0276.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d97aaa2f8f62935d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eada625916932c87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ee2d95c18df9fcfe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1869b5ab85bcdc50.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5c981e5073eee91e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-056d86ac929703bb.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1c52c0782678a34b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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`
84532025-01-13T10:29:50.084Z
84542025-01-13T10:29:50.084Zrunning 2 tests
84552025-01-13T10:29:50.087Ztest common/src/lib.rs - FileKv (line 40) ... ignored
84562025-01-13T10:29:55.318Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 612) ... ok
84572025-01-13T10:29:55.318Z
84582025-01-13T10:29:55.318Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.23s
84592025-01-13T10:29:55.318Z
84602025-01-13T10:29:55.373Z Doc-tests omicron_ddm_admin_client
84612025-01-13T10:29:55.376Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-dc153623d52d02a6.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73e0e9970993e44a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1869b5ab85bcdc50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84622025-01-13T10:29:55.690Z
84632025-01-13T10:29:55.690Zrunning 0 tests
84642025-01-13T10:29:55.690Z
84652025-01-13T10:29:55.690Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84662025-01-13T10:29:55.690Z
84672025-01-13T10:29:55.713Z Doc-tests omicron_dev_lib
84682025-01-13T10:29:55.715Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-98a964d32351fb3b.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-d529869cf139e3ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84692025-01-13T10:29:55.972Z
84702025-01-13T10:29:55.972Zrunning 0 tests
84712025-01-13T10:29:55.972Z
84722025-01-13T10:29:55.972Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84732025-01-13T10:29:55.972Z
84742025-01-13T10:29:55.992Z Doc-tests omicron_gateway
84752025-01-13T10:29:55.994Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3b10a87eb2de5ef8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-65dcaff9016636bb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c7c7ff021ef0dbab.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d0866466d0783b95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8f124cb34c949778.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5f42dbc2329a6250.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7850a2c8d7b4ad35.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9048eff47a2a533b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-74ee50fe19f65f34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84762025-01-13T10:29:56.766Z
84772025-01-13T10:29:56.766Zrunning 0 tests
84782025-01-13T10:29:56.766Z
84792025-01-13T10:29:56.769Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84802025-01-13T10:29:56.769Z
84812025-01-13T10:29:56.801Z Doc-tests omicron_ls_apis
84822025-01-13T10:29:56.804Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-303d4097adb5d5ec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-1945e9fb8bcccd27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84832025-01-13T10:29:57.017Z
84842025-01-13T10:29:57.017Zrunning 1 test
84852025-01-13T10:29:57.019Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
84862025-01-13T10:29:57.019Z
84872025-01-13T10:29:57.020Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
84882025-01-13T10:29:57.020Z
84892025-01-13T10:29:57.031Z Doc-tests omicron_nexus
84902025-01-13T10:29:57.038Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-06323664500428c8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d06b8b32d93c86b8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07b61973e638f3f6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-23d51a61639ada81.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40896b47bca814a4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-60cbcb41e8530ded.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-76d1083616e2e2cd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-af4ee77f4a52d30c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9949acd55786c4dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a60e34d3227fa2cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5a30f5d239e58a3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-70c063b10982e2df.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bd660af1030ccca2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7b2a195d252e1c08.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ee2d95c18df9fcfe.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-63daef2e10efd03d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-305bc909b490ca7f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-788468ececf8df24.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-263edfe1e67e7a4e.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-dd89aea8cf88bd9a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6b42a99525dc4fe9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b3609ee80134a5e8.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-65eff32fc201bb65.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-fb6077045e4d903f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-692a6af0af2de928.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ed1422b4723bd2ad.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6c1aa75b04686bf.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b4362f5161192ea9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8dfa98f3329d96be.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f3aa0c2bc8238c99.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7d73581e7ac6980.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d64c4121e224860.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c149434a1cbc2d7a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b40eb0548e84dd7f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e299c438fdd8aefb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-49b70c7174cf93dc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ba4058e536171364.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1869b5ab85bcdc50.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-d13d4b67a15af5ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9c7047525dce759e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-db8121a22c5a5151.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-fa0f12a15784a6d4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-91ddf36888412c9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-056d86ac929703bb.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-02cdbaf94a9ef743.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9048eff47a2a533b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c57817e1a619d695.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b4b5569457a1fc4f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5cb4cae100044d8b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a77d8dbdc4399995.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8dd2b0cd02b9c6cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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`
84912025-01-13T10:30:00.008Z
84922025-01-13T10:30:00.009Zrunning 5 tests
84932025-01-13T10:30:00.011Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 237) ... ignored
84942025-01-13T10:30:04.528Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 805) ... ok
84952025-01-13T10:30:04.531Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 899) ... ok
84962025-01-13T10:30:04.540Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 869) ... ok
84972025-01-13T10:30:04.540Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 827) ... ok
84982025-01-13T10:30:04.540Z
84992025-01-13T10:30:04.540Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.53s
85002025-01-13T10:30:04.540Z
85012025-01-13T10:30:04.616Z Doc-tests omicron_package
85022025-01-13T10:30:04.619Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-303d4097adb5d5ec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-103d4f37c590e4bc.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-b1e431bc6be76bfd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7d22dd5692873a88.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3b3ff62675486b83.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9c7047525dce759e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-af7b7e32d6a8bdb3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3d725f4900bcb527.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-47ecaef28f16fe59.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85032025-01-13T10:30:04.925Z
85042025-01-13T10:30:04.925Zrunning 0 tests
85052025-01-13T10:30:04.926Z
85062025-01-13T10:30:04.926Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85072025-01-13T10:30:04.926Z
85082025-01-13T10:30:04.942Z Doc-tests omicron_passwords
85092025-01-13T10:30:04.945Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-af91579a40ade2ab.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-60cbcb41e8530ded.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-b71e8232227ebb47.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85102025-01-13T10:30:05.071Z
85112025-01-13T10:30:05.071Zrunning 0 tests
85122025-01-13T10:30:05.071Z
85132025-01-13T10:30:05.071Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85142025-01-13T10:30:05.071Z
85152025-01-13T10:30:05.082Z Doc-tests omicron_rpaths
85162025-01-13T10:30:05.086Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-c707f5f65ac49295.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85172025-01-13T10:30:05.157Z
85182025-01-13T10:30:05.158Zrunning 0 tests
85192025-01-13T10:30:05.158Z
85202025-01-13T10:30:05.158Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85212025-01-13T10:30:05.158Z
85222025-01-13T10:30:05.165Z Doc-tests omicron_sled_agent
85232025-01-13T10:30:05.175Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c7da635c20d62cb2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-04476be4680d08d1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e491e777f054de16.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-95a49548d1478d2d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cfd3185a269cd4ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0cae7c41d0d175fc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-61dca7b8c294875a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b772a55e4bf8ad20.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2e0d2920a59dc503.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-cde3a83e005d9c95.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cce2a7c69e01b661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-46def499157e5450.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ee2d95c18df9fcfe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-937845f2eb97d9eb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73e0e9970993e44a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-98fbd6355415c9da.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8cd049ac22601b49.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c0558ff61381b596.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1dafd2d64a1b5f62.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b73c4139546e1835.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0495d69ab7d6cbd6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5c981e5073eee91e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5e9552f22c618403.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e352b1e253ce356c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-af7b7e32d6a8bdb3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-08cc3b56399a97a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-47ecaef28f16fe59.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-3ade3b417043103d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6aee88e98c133868.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3c59fe805a1640a5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-59555dceb73beb58.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`
85242025-01-13T10:30:07.494Z
85252025-01-13T10:30:07.494Zrunning 0 tests
85262025-01-13T10:30:07.494Z
85272025-01-13T10:30:07.494Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85282025-01-13T10:30:07.494Z
85292025-01-13T10:30:07.553Z Doc-tests omicron_test_utils
85302025-01-13T10:30:07.556Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-1954f5ba78b884a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1393438bb659407c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-43dfbc54f2ca751f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5a30f5d239e58a3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-09ec7895faf625e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-613e8828c0e68ede.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9c7047525dce759e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-db8121a22c5a5151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.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`
85312025-01-13T10:30:07.919Z
85322025-01-13T10:30:07.920Zrunning 0 tests
85332025-01-13T10:30:07.920Z
85342025-01-13T10:30:07.920Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85352025-01-13T10:30:07.920Z
85362025-01-13T10:30:07.943Z Doc-tests omicron_uuid_kinds
85372025-01-13T10:30:07.946Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-eada625916932c87.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-170b27cbfbd8e597.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.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", "schemars", "schemars08", "serde", "std", "uuid-v4"))' --document-private-items -D warnings --error-format human`
85382025-01-13T10:30:08.081Z
85392025-01-13T10:30:08.081Zrunning 0 tests
85402025-01-13T10:30:08.081Z
85412025-01-13T10:30:08.081Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85422025-01-13T10:30:08.081Z
85432025-01-13T10:30:08.091Z Doc-tests omicron_workspace_hack
85442025-01-13T10:30:08.094Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-b81c3e383f112ae7.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-0da0f4417492a9a4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d4ceda70e5ad4e7.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9b4f91fc56af4fa8.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2a65e2ab151e09a4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-d4bf7869d4ee9385.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-2f7eaa55ad9a2fa2.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-defd752054c41485.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1d917cedb4ccfee1.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e26c1fe285bd8a74.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-159122142200b690.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-268c0e59bfe91587.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-80b9d6a50996942e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-79e21d66beebb241.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-8fe57287649cc3b4.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-3e1736cef29238ca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-6391ee02843dae0d.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f3959575354082ec.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0f56e7a84b3c5e8f.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-4070eb0f065402a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6fe48b2be46857aa.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-fbb2e2fbcd36eb5d.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b7a194f76acda186.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f222aa399539a660.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-7e08ed70965fbb2a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4afc18856895b7c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c75a5e3dd70c852e.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-15b4e134ca77c3bb.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-9aad501e1a1b46eb.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2807c7b94f68b7a3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3eec84144857634b.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d4151f86f82bb628.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8617dde8dc1e74ea.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-739fc5b4c1d9cdaa.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-7e3a160036ba75e9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-103d4f37c590e4bc.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-cdd00a7f32322425.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ae1ce0c123c35ba1.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7e6106d991fb114a.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-697c099701b77ab0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-170b27cbfbd8e597.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-754f030a1b9e4d6c.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d64c4121e224860.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-f37f88dc39ff96fe.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21e7f19c9e013b13.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-cbcc7ea820ea17e6.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-f8d439578fd22f5f.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d58e7cfe737cf679.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-83d7206a36715125.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-cf65ba10ed5b80f7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fe8f1795e7f218ea.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-5cb48d502f5629fa.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-98b26dfb34f0a4d6.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5e006a45b156b332.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-74b8216e2876394b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4c63c92319785a22.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-74b7a9d8e0db0402.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ac89f9c8f501ddd3.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-270d250e41a0b308.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-6c7a4281988b0aa2.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c7d09c228537ed1e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cda4689e2807bfbb.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f77e959a4c4db399.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-aba4b6f11cfef0e9.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6de1ef65e03f2848.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-9813fb2838b716cf.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ccce1d41a281e6fd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-918304ddfd72c658.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-72132b7fe9e05f73.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1637289e9c500974.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85452025-01-13T10:30:08.163Z
85462025-01-13T10:30:08.163Zrunning 0 tests
85472025-01-13T10:30:08.163Z
85482025-01-13T10:30:08.163Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85492025-01-13T10:30:08.163Z
85502025-01-13T10:30:08.170Z Doc-tests openapi_manager
85512025-01-13T10:30:08.173Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-1954f5ba78b884a0.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-04476be4680d08d1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-2211a66367210dd1.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-c228b9e6192e0f0f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4716318ef81f8084.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3b10a87eb2de5ef8.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6d5d6795f9a4b26e.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-dd89aea8cf88bd9a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6b42a99525dc4fe9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-2a8e0e932485555d.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-8e1337cb800fe709.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ff4aeb32a860f78f.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b73c4139546e1835.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-74b7a9d8e0db0402.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5e9552f22c618403.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-577aa45386bba5fd.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-b342cd28d9fe726b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85522025-01-13T10:30:08.663Z
85532025-01-13T10:30:08.663Zrunning 0 tests
85542025-01-13T10:30:08.664Z
85552025-01-13T10:30:08.664Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85562025-01-13T10:30:08.664Z
85572025-01-13T10:30:08.691Z Doc-tests openapi_manager_types
85582025-01-13T10:30:08.693Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-8e1337cb800fe709.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85592025-01-13T10:30:08.768Z
85602025-01-13T10:30:08.768Zrunning 0 tests
85612025-01-13T10:30:08.768Z
85622025-01-13T10:30:08.768Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85632025-01-13T10:30:08.768Z
85642025-01-13T10:30:08.776Z Doc-tests oxide_client
85652025-01-13T10:30:08.779Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e299c438fdd8aefb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85662025-01-13T10:30:14.141Z
85672025-01-13T10:30:14.141Zrunning 218 tests
85682025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
85692025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
85702025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
85712025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
85722025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
85732025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
85742025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
85752025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
85762025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
85772025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
85782025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
85792025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
85802025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
85812025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
85822025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
85832025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
85842025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
85852025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
85862025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
85872025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
85882025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
85892025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
85902025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
85912025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
85922025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_create (line 22) ... ignored
85932025-01-13T10:30:14.145Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_delete (line 26) ... ignored
85942025-01-13T10:30:14.146Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download (line 24) ... ignored
85952025-01-13T10:30:14.146Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download_file (line 25) ... ignored
85962025-01-13T10:30:14.146Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head (line 24) ... ignored
85972025-01-13T10:30:14.146Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head_file (line 25) ... ignored
85982025-01-13T10:30:14.146Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_index (line 24) ... ignored
85992025-01-13T10:30:14.146Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_list (line 26) ... ignored
86002025-01-13T10:30:14.146Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_view (line 24) ... ignored
86012025-01-13T10:30:14.146Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::timeseries_query (line 27) ... ignored
86022025-01-13T10:30:14.146Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
86032025-01-13T10:30:14.146Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
86042025-01-13T10:30:14.146Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
86052025-01-13T10:30:14.146Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
86062025-01-13T10:30:14.146Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
86072025-01-13T10:30:14.146Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
86082025-01-13T10:30:14.146Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
86092025-01-13T10:30:14.146Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
86102025-01-13T10:30:14.146Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
86112025-01-13T10:30:14.146Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
86122025-01-13T10:30:14.150Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
86132025-01-13T10:30:14.150Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
86142025-01-13T10:30:14.150Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
86152025-01-13T10:30:14.150Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
86162025-01-13T10:30:14.150Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
86172025-01-13T10:30:14.150Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
86182025-01-13T10:30:14.150Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
86192025-01-13T10:30:14.150Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
86202025-01-13T10:30:14.150Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
86212025-01-13T10:30:14.150Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
86222025-01-13T10:30:14.150Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
86232025-01-13T10:30:14.150Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
86242025-01-13T10:30:14.150Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
86252025-01-13T10:30:14.150Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
86262025-01-13T10:30:14.150Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
86272025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
86282025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
86292025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
86302025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
86312025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
86322025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
86332025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
86342025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
86352025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
86362025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
86372025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
86382025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
86392025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
86402025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
86412025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
86422025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
86432025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
86442025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
86452025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
86462025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
86472025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
86482025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
86492025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
86502025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
86512025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
86522025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
86532025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
86542025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
86552025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
86562025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
86572025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
86582025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
86592025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
86602025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
86612025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
86622025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
86632025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
86642025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
86652025-01-13T10:30:14.151Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
86662025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
86672025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
86682025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
86692025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
86702025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
86712025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
86722025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
86732025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
86742025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
86752025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
86762025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
86772025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
86782025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
86792025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
86802025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
86812025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
86822025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
86832025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
86842025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
86852025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
86862025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
86872025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
86882025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
86892025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
86902025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
86912025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
86922025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
86932025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
86942025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
86952025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
86962025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
86972025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
86982025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
86992025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
87002025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
87012025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 24) ... ignored
87022025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 25) ... ignored
87032025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
87042025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
87052025-01-13T10:30:14.152Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
87062025-01-13T10:30:14.153Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
87072025-01-13T10:30:14.153Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
87082025-01-13T10:30:14.153Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
87092025-01-13T10:30:14.153Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
87102025-01-13T10:30:14.153Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
87112025-01-13T10:30:14.153Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
87122025-01-13T10:30:14.156Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
87132025-01-13T10:30:14.156Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
87142025-01-13T10:30:14.156Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
87152025-01-13T10:30:14.156Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
87162025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
87172025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
87182025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
87192025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
87202025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
87212025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
87222025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
87232025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
87242025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
87252025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
87262025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
87272025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
87282025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
87292025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
87302025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
87312025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
87322025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
87332025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
87342025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
87352025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
87362025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
87372025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
87382025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
87392025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
87402025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
87412025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
87422025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
87432025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
87442025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
87452025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
87462025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
87472025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
87482025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
87492025-01-13T10:30:14.157Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
87502025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
87512025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
87522025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
87532025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
87542025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
87552025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
87562025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
87572025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
87582025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
87592025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
87602025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
87612025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
87622025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
87632025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
87642025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
87652025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
87662025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
87672025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
87682025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
87692025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
87702025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
87712025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
87722025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
87732025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
87742025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
87752025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
87762025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
87772025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
87782025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
87792025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
87802025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
87812025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
87822025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
87832025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
87842025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
87852025-01-13T10:30:14.158Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
87862025-01-13T10:30:14.158Z
87872025-01-13T10:30:14.159Ztest result: ok. 0 passed; 0 failed; 218 ignored; 0 measured; 0 filtered out; finished in 0.01s
87882025-01-13T10:30:14.159Z
87892025-01-13T10:30:14.275Z Doc-tests oximeter
87902025-01-13T10:30:14.278Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f8c21d7cb806bb30.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-a7a35358cfb1a1c9.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-eb5e6a79b81c6313.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-76980f57ba39a5d5.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7d3eec42e78bcd4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87912025-01-13T10:30:14.614Z
87922025-01-13T10:30:14.615Zrunning 2 tests
87932025-01-13T10:30:14.617Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
87942025-01-13T10:30:15.961Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
87952025-01-13T10:30:15.961Z
87962025-01-13T10:30:15.961Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.35s
87972025-01-13T10:30:15.961Z
87982025-01-13T10:30:15.997Z Doc-tests oximeter_api
87992025-01-13T10:30:16.000Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-84bf70da5cf4a105.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ff4aeb32a860f78f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88002025-01-13T10:30:16.384Z
88012025-01-13T10:30:16.384Zrunning 2 tests
88022025-01-13T10:30:16.387Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
88032025-01-13T10:30:16.387Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
88042025-01-13T10:30:16.387Z
88052025-01-13T10:30:16.387Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
88062025-01-13T10:30:16.387Z
88072025-01-13T10:30:16.414Z Doc-tests oximeter_client
88082025-01-13T10:30:16.417Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-84bf70da5cf4a105.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88092025-01-13T10:30:16.877Z
88102025-01-13T10:30:16.877Zrunning 0 tests
88112025-01-13T10:30:16.877Z
88122025-01-13T10:30:16.877Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88132025-01-13T10:30:16.877Z
88142025-01-13T10:30:16.904Z Doc-tests oximeter_collector
88152025-01-13T10:30:16.907Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a7794894fe3e993d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-99758394a581ddba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ff4aeb32a860f78f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20a9f0b9beafb834.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-49b70c7174cf93dc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9c0026b9b845cb4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88162025-01-13T10:30:17.608Z
88172025-01-13T10:30:17.608Zrunning 0 tests
88182025-01-13T10:30:17.608Z
88192025-01-13T10:30:17.608Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88202025-01-13T10:30:17.608Z
88212025-01-13T10:30:17.647Z Doc-tests oximeter_db
88222025-01-13T10:30:17.650Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6052cce5d47cdfb5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-82f6485648332f00.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-89342abeaa2dfa87.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c2ad4cd224083ba0.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-694a0db1dc891d38.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-60cbcb41e8530ded.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-43dfbc54f2ca751f.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-7b0021f344ce3154.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7d8819e06eb11277.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-bc91642ae0667c69.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ba4058e536171364.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-99f4bdeed33688cb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9c1e088ff96b0c7a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2a46f760578b1caf.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b7e7fd59bfb7f4d5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6ffbaf0028cc591f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a5e8b2ea94dd3b8c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7fe403bac1ab5af8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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`
88232025-01-13T10:30:18.691Z
88242025-01-13T10:30:18.691Zrunning 1 test
88252025-01-13T10:30:18.694Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored
88262025-01-13T10:30:18.694Z
88272025-01-13T10:30:18.694Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
88282025-01-13T10:30:18.694Z
88292025-01-13T10:30:18.734Z Doc-tests oximeter_instruments
88302025-01-13T10:30:18.737Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a434ed43c3694a63.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc33410dc389b00.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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`
88312025-01-13T10:30:19.184Z
88322025-01-13T10:30:19.184Zrunning 0 tests
88332025-01-13T10:30:19.184Z
88342025-01-13T10:30:19.184Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88352025-01-13T10:30:19.185Z
88362025-01-13T10:30:19.214Z Doc-tests oximeter_macro_impl
88372025-01-13T10:30:19.218Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-7ae25364fab77a10.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f8c21d7cb806bb30.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.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`
88382025-01-13T10:30:19.309Z
88392025-01-13T10:30:19.309Zrunning 0 tests
88402025-01-13T10:30:19.309Z
88412025-01-13T10:30:19.309Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88422025-01-13T10:30:19.309Z
88432025-01-13T10:30:19.318Z Doc-tests oximeter_producer
88442025-01-13T10:30:19.320Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3c710657a41fcc5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03f17eb496ff9082.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-03251bf1363acb62.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88452025-01-13T10:30:19.756Z
88462025-01-13T10:30:19.756Zrunning 0 tests
88472025-01-13T10:30:19.756Z
88482025-01-13T10:30:19.756Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88492025-01-13T10:30:19.756Z
88502025-01-13T10:30:19.787Z Doc-tests oximeter_schema
88512025-01-13T10:30:19.789Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-a7a35358cfb1a1c9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-76980f57ba39a5d5.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-7d3eec42e78bcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88522025-01-13T10:30:20.129Z
88532025-01-13T10:30:20.129Zrunning 0 tests
88542025-01-13T10:30:20.129Z
88552025-01-13T10:30:20.129Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88562025-01-13T10:30:20.129Z
88572025-01-13T10:30:20.152Z Doc-tests oximeter_test_utils
88582025-01-13T10:30:20.155Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c2ad4cd224083ba0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9d6b82b093612200.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f8c21d7cb806bb30.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-bc91642ae0667c69.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-76980f57ba39a5d5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88592025-01-13T10:30:20.521Z
88602025-01-13T10:30:20.521Zrunning 0 tests
88612025-01-13T10:30:20.521Z
88622025-01-13T10:30:20.521Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88632025-01-13T10:30:20.521Z
88642025-01-13T10:30:20.548Z Doc-tests oximeter_timeseries_macro
88652025-01-13T10:30:20.550Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-7ae25364fab77a10.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-32b525ceea0e739c.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-eb5e6a79b81c6313.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fcddfc8fafb6e4f5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6fa5b52b4cd36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-4f99f13a279fad30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aa72e718d00894ca.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`
88662025-01-13T10:30:20.808Z
88672025-01-13T10:30:20.808Zrunning 0 tests
88682025-01-13T10:30:20.808Z
88692025-01-13T10:30:20.808Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88702025-01-13T10:30:20.809Z
88712025-01-13T10:30:20.828Z Doc-tests oximeter_types
88722025-01-13T10:30:20.831Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-a3cb9edf4ab418d4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-60cbcb41e8530ded.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7d8819e06eb11277.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f8c21d7cb806bb30.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-76980f57ba39a5d5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d12bda5446b1b2c2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-ff08d12afe377ff4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-955046774bdcf4aa.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-4bf56e477568713a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-3000c18da4686fcc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88732025-01-13T10:30:21.476Z
88742025-01-13T10:30:21.476Zrunning 11 tests
88752025-01-13T10:30:22.146Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
88762025-01-13T10:30:29.741Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
88772025-01-13T10:30:29.842Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
88782025-01-13T10:30:30.058Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
88792025-01-13T10:30:30.066Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
88802025-01-13T10:30:30.082Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok
88812025-01-13T10:30:30.205Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
88822025-01-13T10:30:30.411Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
88832025-01-13T10:30:30.439Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
88842025-01-13T10:30:33.705Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
88852025-01-13T10:30:35.300Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
88862025-01-13T10:30:35.300Z
88872025-01-13T10:30:35.301Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.82s
88882025-01-13T10:30:35.301Z
88892025-01-13T10:30:35.335Z Doc-tests oxlog
88902025-01-13T10:30:35.338Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-2f519069efdabfdd.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-8b3cad1b514b73d1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88912025-01-13T10:30:35.422Z
88922025-01-13T10:30:35.422Zrunning 0 tests
88932025-01-13T10:30:35.422Z
88942025-01-13T10:30:35.422Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88952025-01-13T10:30:35.422Z
88962025-01-13T10:30:35.431Z Doc-tests oxql_types
88972025-01-13T10:30:35.433Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-7b0021f344ce3154.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7d8819e06eb11277.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-76980f57ba39a5d5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ba4058e536171364.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88982025-01-13T10:30:35.810Z
88992025-01-13T10:30:35.810Zrunning 0 tests
89002025-01-13T10:30:35.810Z
89012025-01-13T10:30:35.810Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89022025-01-13T10:30:35.810Z
89032025-01-13T10:30:35.835Z Doc-tests range_requests
89042025-01-13T10:30:35.838Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-ce4a110ca38c9e9c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-0de7f9beb5e8e488.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1dafd2d64a1b5f62.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89052025-01-13T10:30:36.018Z
89062025-01-13T10:30:36.018Zrunning 0 tests
89072025-01-13T10:30:36.018Z
89082025-01-13T10:30:36.018Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89092025-01-13T10:30:36.018Z
89102025-01-13T10:30:36.032Z Doc-tests repo_depot_api
89112025-01-13T10:30:36.035Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-11faee24f8e6d8f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b73c4139546e1835.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89122025-01-13T10:30:36.302Z
89132025-01-13T10:30:36.302Zrunning 2 tests
89142025-01-13T10:30:36.305Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
89152025-01-13T10:30:36.305Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
89162025-01-13T10:30:36.305Z
89172025-01-13T10:30:36.305Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
89182025-01-13T10:30:36.305Z
89192025-01-13T10:30:36.324Z Doc-tests repo_depot_client
89202025-01-13T10:30:36.326Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-7ae25364fab77a10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0495d69ab7d6cbd6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89212025-01-13T10:30:36.535Z
89222025-01-13T10:30:36.535Zrunning 0 tests
89232025-01-13T10:30:36.535Z
89242025-01-13T10:30:36.535Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89252025-01-13T10:30:36.535Z
89262025-01-13T10:30:36.552Z Doc-tests sled_agent_api
89272025-01-13T10:30:36.555Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-c1054a7dd92880e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5e9552f22c618403.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e352b1e253ce356c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89282025-01-13T10:30:37.041Z
89292025-01-13T10:30:37.041Zrunning 2 tests
89302025-01-13T10:30:37.044Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 69) ... ignored
89312025-01-13T10:30:37.044Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 75) ... ignored
89322025-01-13T10:30:37.044Z
89332025-01-13T10:30:37.044Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
89342025-01-13T10:30:37.044Z
89352025-01-13T10:30:37.071Z Doc-tests sled_agent_client
89362025-01-13T10:30:37.073Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9de24f16236675f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89372025-01-13T10:30:38.913Z
89382025-01-13T10:30:38.913Zrunning 0 tests
89392025-01-13T10:30:38.913Z
89402025-01-13T10:30:38.913Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89412025-01-13T10:30:38.913Z
89422025-01-13T10:30:38.960Z Doc-tests sled_agent_types
89432025-01-13T10:30:38.962Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c7da635c20d62cb2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-16f6fe2fde71bcee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f5da1d30b29327f9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55673b606362a12.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5c981e5073eee91e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a00804678916ba09.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89442025-01-13T10:30:39.830Z
89452025-01-13T10:30:39.830Zrunning 0 tests
89462025-01-13T10:30:39.830Z
89472025-01-13T10:30:39.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89482025-01-13T10:30:39.830Z
89492025-01-13T10:30:39.865Z Doc-tests sled_diagnostics
89502025-01-13T10:30:39.867Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-83c04ded702a2c6e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e352b1e253ce356c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89512025-01-13T10:30:40.013Z
89522025-01-13T10:30:40.013Zrunning 0 tests
89532025-01-13T10:30:40.013Z
89542025-01-13T10:30:40.013Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89552025-01-13T10:30:40.013Z
89562025-01-13T10:30:40.025Z Doc-tests sled_hardware
89572025-01-13T10:30:40.027Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-43dfbc54f2ca751f.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-60b0d44c3d22665f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98a964d32351fb3b.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-bf18bbc8e3775674.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-e0b0ec0d944b40d3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-af7b7e32d6a8bdb3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e4ad0bb2c3279324.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6aee88e98c133868.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89582025-01-13T10:30:40.459Z
89592025-01-13T10:30:40.459Zrunning 0 tests
89602025-01-13T10:30:40.459Z
89612025-01-13T10:30:40.459Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89622025-01-13T10:30:40.459Z
89632025-01-13T10:30:40.486Z Doc-tests sled_hardware_types
89642025-01-13T10:30:40.489Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-8e0611c5c477ac62.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7feb6d4566b979d5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89652025-01-13T10:30:40.809Z
89662025-01-13T10:30:40.809Zrunning 0 tests
89672025-01-13T10:30:40.809Z
89682025-01-13T10:30:40.809Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89692025-01-13T10:30:40.810Z
89702025-01-13T10:30:40.834Z Doc-tests sled_storage
89712025-01-13T10:30:40.836Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-785a34afa584b59a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b772a55e4bf8ad20.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-46def499157e5450.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-af7b7e32d6a8bdb3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-08cc3b56399a97a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.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`
89722025-01-13T10:30:41.311Z
89732025-01-13T10:30:41.311Zrunning 0 tests
89742025-01-13T10:30:41.311Z
89752025-01-13T10:30:41.312Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89762025-01-13T10:30:41.312Z
89772025-01-13T10:30:41.340Z Doc-tests sp_sim
89782025-01-13T10:30:41.343Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-c7c7ff021ef0dbab.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9048eff47a2a533b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89792025-01-13T10:30:41.844Z
89802025-01-13T10:30:41.844Zrunning 0 tests
89812025-01-13T10:30:41.844Z
89822025-01-13T10:30:41.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89832025-01-13T10:30:41.844Z
89842025-01-13T10:30:41.871Z Doc-tests tufaceous
89852025-01-13T10:30:41.873Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-c13eb06910eb031b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-80b9d6a50996942e.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-611efaf284d08ada.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-cf65ba10ed5b80f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a77d8dbdc4399995.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89862025-01-13T10:30:42.215Z
89872025-01-13T10:30:42.216Zrunning 0 tests
89882025-01-13T10:30:42.216Z
89892025-01-13T10:30:42.216Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89902025-01-13T10:30:42.216Z
89912025-01-13T10:30:42.239Z Doc-tests tufaceous_lib
89922025-01-13T10:30:42.241Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9b4f91fc56af4fa8.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bd660af1030ccca2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d778f7f778e5e60.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-cb8a8a2f2efa93e2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5cb4cae100044d8b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-490c5f0938fdbaa5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3c59fe805a1640a5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89932025-01-13T10:30:42.736Z
89942025-01-13T10:30:42.736Zrunning 0 tests
89952025-01-13T10:30:42.736Z
89962025-01-13T10:30:42.736Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89972025-01-13T10:30:42.736Z
89982025-01-13T10:30:42.762Z Doc-tests typed_rng
89992025-01-13T10:30:42.764Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-170b27cbfbd8e597.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9f9f8794b4ee08b0.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-97160f62cb309e5a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a46435b05853fde1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90002025-01-13T10:30:42.854Z
90012025-01-13T10:30:42.854Zrunning 0 tests
90022025-01-13T10:30:42.854Z
90032025-01-13T10:30:42.854Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90042025-01-13T10:30:42.854Z
90052025-01-13T10:30:42.863Z Doc-tests update_common
90062025-01-13T10:30:42.865Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bd660af1030ccca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5cb4cae100044d8b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a77d8dbdc4399995.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8dd2b0cd02b9c6cd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90072025-01-13T10:30:43.231Z
90082025-01-13T10:30:43.231Zrunning 0 tests
90092025-01-13T10:30:43.231Z
90102025-01-13T10:30:43.231Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90112025-01-13T10:30:43.231Z
90122025-01-13T10:30:43.255Z Doc-tests update_engine
90132025-01-13T10:30:43.258Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f10a10550e2dfa1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-84bf70da5cf4a105.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-03ebcd6b54132717.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-103d4f37c590e4bc.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-7d65c32a1e8d7443.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-6398d5b1a3804b0e.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-004b24f70abe6b23.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-44e5d43088bf6c74.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f7fa534073883376.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-577aa45386bba5fd.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90142025-01-13T10:30:43.726Z
90152025-01-13T10:30:43.726Zrunning 4 tests
90162025-01-13T10:30:43.733Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
90172025-01-13T10:30:43.733Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
90182025-01-13T10:30:43.733Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
90192025-01-13T10:30:44.500Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
90202025-01-13T10:30:44.501Z
90212025-01-13T10:30:44.501Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.77s
90222025-01-13T10:30:44.501Z
90232025-01-13T10:30:44.519Z Doc-tests wicket
90242025-01-13T10:30:44.522Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-c13eb06910eb031b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9069aa533aa0b3bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-da88da21f8f207b6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-103d4f37c590e4bc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d4c641e58201c03.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-1c3ccbbe3a2fa039.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fa0b75d024ac058a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-577aa45386bba5fd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ee0955abca1693e3.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6de1ef65e03f2848.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c01f9a885030a42d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f660a7db7c6978d9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7207de166bf8de60.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12a1f32ffc9546f4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6b82e9bc49a52fe9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90252025-01-13T10:30:45.555Z
90262025-01-13T10:30:45.555Zrunning 0 tests
90272025-01-13T10:30:45.555Z
90282025-01-13T10:30:45.555Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90292025-01-13T10:30:45.555Z
90302025-01-13T10:30:45.593Z Doc-tests wicket_common
90312025-01-13T10:30:45.596Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7207de166bf8de60.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90322025-01-13T10:30:46.215Z
90332025-01-13T10:30:46.215Zrunning 0 tests
90342025-01-13T10:30:46.215Z
90352025-01-13T10:30:46.215Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90362025-01-13T10:30:46.215Z
90372025-01-13T10:30:46.246Z Doc-tests wicket_dbg
90382025-01-13T10:30:46.249Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9069aa533aa0b3bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7893f4adf1bc69e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2a46f760578b1caf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-29c85ad1e72445e0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f660a7db7c6978d9.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-e2ae6a66022abe7f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90392025-01-13T10:30:46.709Z
90402025-01-13T10:30:46.710Zrunning 0 tests
90412025-01-13T10:30:46.710Z
90422025-01-13T10:30:46.710Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90432025-01-13T10:30:46.710Z
90442025-01-13T10:30:46.738Z Doc-tests wicketd
90452025-01-13T10:30:46.740Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-59a856ad6a6596dd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e491e777f054de16.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5fc0951bad6cf46b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ce4a110ca38c9e9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-94e893da2c7ea959.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f4fc022f74cfe7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5b00f87ea103a624.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-61dca7b8c294875a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13b721124a69e4a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a25c07752c4c37e7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5a6a5ee4406ee832.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e8f7cc753d9f22cc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24fae3263af7346d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-047927885b03896f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-5b34a56d00b815b8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bd660af1030ccca2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-17953bdd46db2f88.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8fd9a13835fe51c6.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6d5d6795f9a4b26e.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-81aeee6ed1d61c50.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-669e2e8385734134.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d2bf0a16b774f633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2eb984a83d9991a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-73e0e9970993e44a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0b0a94ac89f5b369.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235404ca8a776593.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-703e6009c07a9a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-5d5cdd74f8d806e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-43375ac742f67adb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-621fecadd3e755d0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-15b438e06aa62aef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1810a059613ba223.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17777a72e363ecd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3dd56f3353c7f07f.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5cb4cae100044d8b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a77d8dbdc4399995.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42f7af45681d7e93.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8dd2b0cd02b9c6cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f660a7db7c6978d9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7207de166bf8de60.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-fb091e32bb680c13.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-b342cd28d9fe726b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12a1f32ffc9546f4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90462025-01-13T10:30:47.457Z
90472025-01-13T10:30:47.457Zrunning 0 tests
90482025-01-13T10:30:47.457Z
90492025-01-13T10:30:47.457Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90502025-01-13T10:30:47.457Z
90512025-01-13T10:30:47.491Z Doc-tests wicketd_api
90522025-01-13T10:30:47.494Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-e491e777f054de16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a5a4994a3d906f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d490f8e2b47361ee.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7207de166bf8de60.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-b342cd28d9fe726b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90532025-01-13T10:30:47.968Z
90542025-01-13T10:30:47.968Zrunning 2 tests
90552025-01-13T10:30:47.970Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 51) ... ignored
90562025-01-13T10:30:47.970Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 57) ... ignored
90572025-01-13T10:30:47.970Z
90582025-01-13T10:30:47.970Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
90592025-01-13T10:30:47.970Z
90602025-01-13T10:30:47.996Z Doc-tests wicketd_client
90612025-01-13T10:30:47.999Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-84bf70da5cf4a105.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1a207f6440a9b033.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e10c9d959b71cf4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-56bda67303e3c50d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a67fd35309b10ec3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a5fb8ba773f23393.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a8c76d661c1be42b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0e70fb37f25af71f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7cf3767a7d945d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dcc6d6e2909f4572.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7207de166bf8de60.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12a1f32ffc9546f4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90622025-01-13T10:30:49.763Z
90632025-01-13T10:30:49.763Zrunning 0 tests
90642025-01-13T10:30:49.763Z
90652025-01-13T10:30:49.763Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90662025-01-13T10:30:49.763Z
90672025-01-13T10:30:49.806Z Doc-tests xtask_downloader
90682025-01-13T10:30:49.809Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-e3f6aa9509fcb0f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a18cc25914e8d949.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ddf6065814ed4896.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-566ef5aa46e73911.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d5150401c51a90fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a92dedbac74d16a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2dc0b65884335dac.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-5721e2aa20a1e61d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-08e25213e4c725d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90692025-01-13T10:30:50.006Z
90702025-01-13T10:30:50.006Zrunning 1 test
90712025-01-13T10:30:50.008Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
90722025-01-13T10:30:50.009Z
90732025-01-13T10:30:50.009Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
90742025-01-13T10:30:50.009Z
90752025-01-13T10:30:50.022Z Doc-tests zone_setup
90762025-01-13T10:30:50.024Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-4078a4a5da38ce52/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-65186a734c1d7682/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fcf9193f839db58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-964ebfacab27507f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-05629d722fcb4313/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-81456b94c54175f3/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-4d4ceda70e5ad4e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-c1054a7dd92880e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c5e3116f23884976.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11faee24f8e6d8f4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8e0611c5c477ac62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b2f2954d738f2d12.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4803533974b0b8df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7ae25364fab77a10.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9535306aa347944e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-23b24020f64382a0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0e3cd5b33d8bcad7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c09884cace61697f.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-a4c4298712184d3d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-59555dceb73beb58.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-97a7522c6abf7cbd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90772025-01-13T10:30:50.325Z
90782025-01-13T10:30:50.325Zrunning 0 tests
90792025-01-13T10:30:50.325Z
90802025-01-13T10:30:50.325Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90812025-01-13T10:30:50.325Z
90822025-01-13T10:30:50.427Z
90832025-01-13T10:30:50.427Zreal 2:40.927605884
90842025-01-13T10:30:50.427Zuser 2:38.887657011
90852025-01-13T10:30:50.427Zsys 57.422601684
90862025-01-13T10:30:50.427Ztrap 0.030949150
90872025-01-13T10:30:50.430Ztflt 1.147919352
90882025-01-13T10:30:50.430Zdflt 9.428869229
90892025-01-13T10:30:50.430Zkflt 0.025014415
90902025-01-13T10:30:50.430Zlock 3:19.991199794
90912025-01-13T10:30:50.431Zslp 17:52.501736095
90922025-01-13T10:30:50.431Zlat 4.169447368
90932025-01-13T10:30:50.431Zstop 8.020380325
90942025-01-13T10:30:50.431Z+ [[ illumos == \i\l\l\u\m\o\s ]]
90952025-01-13T10:30:50.431Z+ banner live-test
90962025-01-13T10:30:50.431Z
90972025-01-13T10:30:50.431Z # # # # ###### ##### ###### #### #####
90982025-01-13T10:30:50.431Z # # # # # # # # #
90992025-01-13T10:30:50.431Z # # # # ##### ##### # ##### #### #
91002025-01-13T10:30:50.431Z # # # # # # # # #
91012025-01-13T10:30:50.431Z # # # # # # # # # #
91022025-01-13T10:30:50.431Z ###### # ## ###### # ###### #### #
91032025-01-13T10:30:50.431Z
91042025-01-13T10:30:50.433Z+ ptime -m cargo xtask live-tests
91052025-01-13T10:30:51.231Z Compiling serde v1.0.217
91062025-01-13T10:30:51.233Z Compiling rustix v0.38.43
91072025-01-13T10:30:51.233Z Compiling libc v0.2.169
91082025-01-13T10:30:51.233Z Compiling syn v2.0.96
91092025-01-13T10:30:51.233Z Compiling serde_json v1.0.135
91102025-01-13T10:30:51.233Z Compiling bitflags v2.7.0
91112025-01-13T10:30:51.717Z Compiling usdt-impl v0.5.0
91122025-01-13T10:30:51.757Z Compiling syn v1.0.109
91132025-01-13T10:30:51.774Z Compiling log v0.4.22
91142025-01-13T10:30:52.031Z Compiling hashbrown v0.15.2
91152025-01-13T10:30:52.056Z Compiling getrandom v0.2.15
91162025-01-13T10:30:52.174Z Compiling fs-err v2.11.0
91172025-01-13T10:30:52.277Z Compiling anyhow v1.0.95
91182025-01-13T10:30:52.480Z Compiling once_cell v1.20.2
91192025-01-13T10:30:52.968Z Compiling thread-id v4.2.2
91202025-01-13T10:30:53.259Z Compiling indexmap v2.7.0
91212025-01-13T10:30:54.416Z Compiling terminal_size v0.4.1
91222025-01-13T10:30:54.419Z Compiling tempfile v3.15.0
91232025-01-13T10:30:54.522Z Compiling clap_builder v4.5.26
91242025-01-13T10:30:55.004Z Compiling proc-macro-error v1.0.4
91252025-01-13T10:30:56.679Z Compiling tabled_derive v0.7.0
91262025-01-13T10:30:58.363Z Compiling tabled v0.15.0
91272025-01-13T10:30:59.482Z Compiling serde_derive v1.0.217
91282025-01-13T10:30:59.484Z Compiling thiserror-impl v2.0.11
91292025-01-13T10:30:59.484Z Compiling thiserror-impl v1.0.69
91302025-01-13T10:30:59.613Z Compiling zerocopy-derive v0.7.35
91312025-01-13T10:30:59.627Z Compiling scroll_derive v0.12.0
91322025-01-13T10:30:59.796Z Compiling clap_derive v4.5.24
91332025-01-13T10:31:01.359Z Compiling scroll v0.12.0
91342025-01-13T10:31:01.936Z Compiling zerocopy v0.7.35
91352025-01-13T10:31:01.969Z Compiling goblin v0.8.2
91362025-01-13T10:31:02.766Z Compiling thiserror v1.0.69
91372025-01-13T10:31:03.034Z Compiling thiserror v2.0.11
91382025-01-13T10:31:03.224Z Compiling pest v2.7.15
91392025-01-13T10:31:04.577Z Compiling clap v4.5.26
91402025-01-13T10:31:05.455Z Compiling pest_meta v2.7.15
91412025-01-13T10:31:06.333Z Compiling pest_generator v2.7.15
91422025-01-13T10:31:08.406Z Compiling pest_derive v2.7.15
91432025-01-13T10:31:09.364Z Compiling dtrace-parser v0.2.0
91442025-01-13T10:31:10.506Z Compiling serde_tokenstream v0.2.2
91452025-01-13T10:31:10.707Z Compiling toml_datetime v0.6.8
91462025-01-13T10:31:10.707Z Compiling serde_spanned v0.6.8
91472025-01-13T10:31:10.710Z Compiling camino v1.1.9
91482025-01-13T10:31:10.785Z Compiling semver v1.0.24
91492025-01-13T10:31:10.960Z Compiling cargo-platform v0.1.9
91502025-01-13T10:31:11.081Z Compiling toml_edit v0.22.22
91512025-01-13T10:31:11.147Z Compiling macaddr v1.0.1
91522025-01-13T10:31:11.460Z Compiling camino-tempfile v1.1.1
91532025-01-13T10:31:12.038Z Compiling dof v0.3.0
91542025-01-13T10:31:12.257Z Compiling cargo_metadata v0.18.1
91552025-01-13T10:31:13.820Z Compiling usdt-attr-macro v0.5.0
91562025-01-13T10:31:13.820Z Compiling usdt-macro v0.5.0
91572025-01-13T10:31:14.069Z Compiling toml v0.8.19
91582025-01-13T10:31:15.013Z Compiling cargo_toml v0.20.5
91592025-01-13T10:31:15.405Z Compiling usdt v0.5.0
91602025-01-13T10:31:18.694Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
91612025-01-13T10:31:23.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.54s
91622025-01-13T10:31:23.106Z Running `target/debug/xtask live-tests`
91632025-01-13T10:31:23.144Zusing temporary directory: /var/tmp/omicron_tmp/.tmp0DlSoR
91642025-01-13T10:31:23.144Zwill create archive file: /var/tmp/omicron_tmp/.tmp0DlSoR/live-tests-archive/omicron-live-tests.tar.zst
91652025-01-13T10:31:23.144Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
91662025-01-13T10:31:23.144Z
91672025-01-13T10:31:23.147Zrunning: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmp0DlSoR/live-tests-archive/omicron-live-tests.tar.zst"
91682025-01-13T10:31:25.274Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
91692025-01-13T10:31:25.391Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
91702025-01-13T10:31:25.406Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
91712025-01-13T10:31:25.408Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
91722025-01-13T10:31:25.433Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
91732025-01-13T10:31:25.450Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
91742025-01-13T10:31:25.450Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
91752025-01-13T10:31:26.496Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
91762025-01-13T10:31:28.508Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
91772025-01-13T10:31:29.091Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
91782025-01-13T10:31:30.298Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
91792025-01-13T10:31:30.300Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
91802025-01-13T10:31:43.303Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
91812025-01-13T10:31:43.306Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
91822025-01-13T10:31:43.306Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
91832025-01-13T10:31:43.306Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
91842025-01-13T10:31:44.328Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
91852025-01-13T10:32:38.986Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
91862025-01-13T10:32:39.609Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
91872025-01-13T10:33:11.359Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
91882025-01-13T10:33:16.710Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
91892025-01-13T10:33:40.231Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 15s
91902025-01-13T10:33:40.439Zinfo: experimental features enabled: setup-scripts
91912025-01-13T10:33:40.446Z Archiving 1 binary, 1 build script output directory, 3 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmp0DlSoR/live-tests-archive/omicron-live-tests.tar.zst
91922025-01-13T10:33:40.893Z Archived 47 files to /var/tmp/omicron_tmp/.tmp0DlSoR/live-tests-archive/omicron-live-tests.tar.zst in 0.45s
91932025-01-13T10:33:40.942Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmp0DlSoR/live-tests-archive\""
91942025-01-13T10:33:40.955Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmp0DlSoR" "live-tests-archive"
91952025-01-13T10:33:41.031Zcreated:
91962025-01-13T10:33:41.031Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
91972025-01-13T10:33:41.031ZTo use this:
91982025-01-13T10:33:41.031Z
91992025-01-13T10:33:41.031Z1. Copy the tarball to the switch zone in a deployed Omicron system.
92002025-01-13T10:33:41.031Z
92012025-01-13T10:33:41.034Z e.g., scp \
92022025-01-13T10:33:41.034Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
92032025-01-13T10:33:41.034Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
92042025-01-13T10:33:41.034Z
92052025-01-13T10:33:41.034Z2. Copy the `cargo-nextest` binary to the same place.
92062025-01-13T10:33:41.034Z
92072025-01-13T10:33:41.034Z e.g., scp \
92082025-01-13T10:33:41.034Z $(which cargo-nextest) \
92092025-01-13T10:33:41.034Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
92102025-01-13T10:33:41.034Z
92112025-01-13T10:33:41.034Z3. From the switch zone on that system, unpack the tarball with:
92122025-01-13T10:33:41.034Z
92132025-01-13T10:33:41.034Z tar xzf live-tests-archive.tgz
92142025-01-13T10:33:41.034Z
92152025-01-13T10:33:41.035Z4. From the switch zone on that system, run tests with:
92162025-01-13T10:33:41.035Z
92172025-01-13T10:33:41.035Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
92182025-01-13T10:33:41.035Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
92192025-01-13T10:33:41.035Z --workspace-remap live-tests-archive
92202025-01-13T10:33:41.035Z
92212025-01-13T10:33:41.035Z
92222025-01-13T10:33:41.035Zreal 2:50.589444034
92232025-01-13T10:33:41.035Zuser 6:10.742958922
92242025-01-13T10:33:41.035Zsys 1:25.611185107
92252025-01-13T10:33:41.035Ztrap 0.115228577
92262025-01-13T10:33:41.035Ztflt 0.647969209
92272025-01-13T10:33:41.035Zdflt 3.546529223
92282025-01-13T10:33:41.035Zkflt 0.002214083
92292025-01-13T10:33:41.035Zlock 17:40.511055705
92302025-01-13T10:33:41.035Zslp 24:47.478767195
92312025-01-13T10:33:41.035Zlat 6.832417789
92322025-01-13T10:33:41.035Zstop 17.240011524
92332025-01-13T10:33:41.035Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
92342025-01-13T10:33:41.038Z+ unset TMPDIR
92352025-01-13T10:33:41.040Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
92362025-01-13T10:33:41.040Zfiles in /var/tmp/omicron_tmp (none expected on success):
92372025-01-13T10:33:41.040Z+ find /var/tmp/omicron_tmp -ls
92382025-01-13T10:33:41.043Z164700 18 drwxr-xr-x 2 build build 2 Jan 13 10:33 /var/tmp/omicron_tmp
92392025-01-13T10:33:41.046Z+ rmdir /var/tmp/omicron_tmp
92402025-01-13T10:33:41.121Zprocess exited: duration 6299808 ms, exit code 0
 
92412025-01-13T10:33:41.146Zfound 3 output files
92422025-01-13T10:33:41.146Zuploading: /work/crate-build-timings.json (599962 bytes)
92432025-01-13T10:33:42.182Zuploaded: /work/crate-build-timings.json
92442025-01-13T10:33:42.182Zuploading: /work/environment.json (108 bytes)
92452025-01-13T10:33:43.193Zuploaded: /work/environment.json
92462025-01-13T10:33:43.195Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (347464 bytes)
92472025-01-13T10:33:44.209Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml