01HHGNPT1MSSPC1MBSQZV1VPNY: build-and-test (helios)

BasicConfig {
    output_rules: [
        "/var/tmp/omicron_tmp/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HHGNQ6H52YA2AV6W1W915HED

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-13T04:08:35.156Zjob assigned to worker 01HHGNQGJ95AQXM88YV7DKKTH2 (queued for 1 m 12 s)
 
22023-12-13T04:08:35.974Zstarting task 0: "setup"
32023-12-13T04:08:36.036Z++ uname -s
42023-12-13T04:08:36.047Z+ kern=SunOS
52023-12-13T04:08:36.047Z+ case "$kern" in
62023-12-13T04:08:36.047Z+ groupadd -g 12345 build
72023-12-13T04:08:36.047Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-13T04:08:38.054Z+ zfs create -o mountpoint=/work rpool/work
92023-12-13T04:08:38.180Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-13T04:08:38.208Z+ home_fs=zfs
112023-12-13T04:08:38.208Z+ [[ zfs == autofs ]]
122023-12-13T04:08:38.208Z+ mkdir -p /home/build
132023-12-13T04:08:38.208Z+ chown build:build /home/build /work
142023-12-13T04:08:40.180Z+ chmod 0700 /home/build /work
152023-12-13T04:08:40.190Zprocess exited: duration 4209 ms, exit code 0
 
162023-12-13T04:08:40.632Zstarting task 1: "rust-toolchain"
172023-12-13T04:08:40.647Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-13T04:08:40.656Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-13T04:08:40.839Zinfo: downloading installer
202023-12-13T04:08:43.217Zwarning: it looks like you have an existing installation of Rust at:
212023-12-13T04:08:43.217Zwarning: /opt/ooce/bin
222023-12-13T04:08:43.217Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-13T04:08:43.217Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-13T04:08:43.217Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-13T04:08:43.217Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-13T04:08:43.217Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-13T04:08:43.217Zerror: cannot install while Rust is installed
282023-12-13T04:08:43.218Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-13T04:08:43.230Zinfo: profile set to 'default'
302023-12-13T04:08:43.230Zinfo: default host triple is x86_64-unknown-illumos
312023-12-13T04:08:43.230Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-13T04:08:43.230Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-13T04:08:43.230Zinfo: downloading component 'cargo'
342023-12-13T04:08:43.764Zinfo: downloading component 'clippy'
352023-12-13T04:08:44.158Zinfo: downloading component 'rust-docs'
362023-12-13T04:08:45.179Zinfo: downloading component 'rust-std'
372023-12-13T04:08:47.436Zinfo: downloading component 'rustc'
382023-12-13T04:08:51.502Zinfo: downloading component 'rustfmt'
392023-12-13T04:08:51.762Zinfo: installing component 'cargo'
402023-12-13T04:08:53.343Zinfo: installing component 'clippy'
412023-12-13T04:08:53.926Zinfo: installing component 'rust-docs'
422023-12-13T04:08:56.688Zinfo: installing component 'rust-std'
432023-12-13T04:08:59.826Zinfo: installing component 'rustc'
442023-12-13T04:09:10.808Zinfo: installing component 'rustfmt'
452023-12-13T04:09:11.946Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-13T04:09:11.946Z
472023-12-13T04:09:11.971Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-13T04:09:11.971Z
492023-12-13T04:09:11.971Z
502023-12-13T04:09:11.972ZRust is installed now. Great!
512023-12-13T04:09:11.972Z
522023-12-13T04:09:11.972ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-13T04:09:11.972Zenvironment variable. This has not been done automatically.
542023-12-13T04:09:11.972Z
552023-12-13T04:09:11.973ZTo configure your current shell, run:
562023-12-13T04:09:11.973Zsource "$HOME/.cargo/env"
572023-12-13T04:09:11.973Z+ rustc --version
582023-12-13T04:09:11.973Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-13T04:09:11.974Zprocess exited: duration 31217 ms, exit code 0
 
602023-12-13T04:09:12.018Zstarting task 2: "authentication"
612023-12-13T04:09:12.061ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
622023-12-13T04:09:33.572Zprocess exited: duration 21560 ms, exit code 0
 
632023-12-13T04:09:33.631Zstarting task 3: "clone repository"
642023-12-13T04:09:34.063Z+ mkdir -p /work/oxidecomputer/omicron
652023-12-13T04:09:34.063Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662023-12-13T04:09:34.076ZCloning into '/work/oxidecomputer/omicron'...
672023-12-13T04:09:40.713Z+ cd /work/oxidecomputer/omicron
682023-12-13T04:09:40.713Z+ [[ -n renovate/taiki-e-install-action-digest ]]
692023-12-13T04:09:40.722Z+ git fetch origin renovate/taiki-e-install-action-digest
702023-12-13T04:09:41.468ZFrom https://github.com/oxidecomputer/omicron
712023-12-13T04:09:41.469Z * branch renovate/taiki-e-install-action-digest -> FETCH_HEAD
722023-12-13T04:09:41.947Z+ git checkout -B renovate/taiki-e-install-action-digest remotes/origin/renovate/taiki-e-install-action-digest
732023-12-13T04:09:41.947ZSwitched to a new branch 'renovate/taiki-e-install-action-digest'
742023-12-13T04:09:41.947Zbranch 'renovate/taiki-e-install-action-digest' set up to track 'origin/renovate/taiki-e-install-action-digest'.
752023-12-13T04:09:41.947Z+ git reset --hard d75fe7aa18024ef17aca1b67f8c4cfcbe367da2f
762023-12-13T04:09:41.947ZHEAD is now at d75fe7aa Update taiki-e/install-action digest to 0f94aa2
772023-12-13T04:09:41.947Zprocess exited: duration 7627 ms, exit code 0
 
782023-12-13T04:09:41.992Zstarting task 4: "build"
792023-12-13T04:09:42.006Z+ NEXTEST_VERSION=0.9.64
802023-12-13T04:09:42.006Z+ cargo --version
812023-12-13T04:09:42.024Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
822023-12-13T04:09:42.226Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
832023-12-13T04:09:42.240Zinfo: downloading component 'cargo'
842023-12-13T04:09:43.129Zinfo: downloading component 'clippy'
852023-12-13T04:09:43.822Zinfo: downloading component 'rust-docs'
862023-12-13T04:09:44.518Zinfo: downloading component 'rust-std'
872023-12-13T04:09:46.425Zinfo: downloading component 'rustc'
882023-12-13T04:09:50.850Zinfo: downloading component 'rustfmt'
892023-12-13T04:09:51.100Zinfo: installing component 'cargo'
902023-12-13T04:09:52.533Zinfo: installing component 'clippy'
912023-12-13T04:09:53.029Zinfo: installing component 'rust-docs'
922023-12-13T04:09:55.835Zinfo: installing component 'rust-std'
932023-12-13T04:09:58.532Zinfo: installing component 'rustc'
942023-12-13T04:10:04.898Zinfo: installing component 'rustfmt'
952023-12-13T04:10:05.450Zcargo 1.74.0 (ecb9851af 2023-10-18)
962023-12-13T04:10:05.458Z+ rustc --version
972023-12-13T04:10:05.587Zrustc 1.74.0 (79e9716c9 2023-11-13)
982023-12-13T04:10:05.608Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.64/illumos
992023-12-13T04:10:05.609Z+ gunzip
1002023-12-13T04:10:05.609Z+ tar -xvf - -C /home/build/.cargo/bin
1012023-12-13T04:10:07.014Zx cargo-nextest, 10985408 bytes, 21456 tape blocks
1022023-12-13T04:10:07.037Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1032023-12-13T04:10:07.037Z+ echo 'tests will store output in /var/tmp/omicron_tmp'
1042023-12-13T04:10:07.037Ztests will store output in /var/tmp/omicron_tmp
1052023-12-13T04:10:07.037Z+ mkdir /var/tmp/omicron_tmp
1062023-12-13T04:10:07.037Z+ source ./env.sh
1072023-12-13T04:10:07.037Z++ set -o xtrace
1082023-12-13T04:10:07.037Z++++ dirname ./env.sh
1092023-12-13T04:10:07.048Z+++ cd .
1102023-12-13T04:10:07.048Z+++ echo /work/oxidecomputer/omicron
1112023-12-13T04:10:07.048Z++ OMICRON_WS=/work/oxidecomputer/omicron
1122023-12-13T04:10:07.048Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132023-12-13T04:10:07.048Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142023-12-13T04:10:07.048Z++ 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
1152023-12-13T04:10:07.048Z++ 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
1162023-12-13T04:10:07.048Z++ 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
1172023-12-13T04:10:07.049Z++ 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
1182023-12-13T04:10:07.049Z++ 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
1192023-12-13T04:10:07.049Z++ 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
1202023-12-13T04:10:07.049Z++ unset OMICRON_WS
1212023-12-13T04:10:07.049Z++ set +o xtrace
1222023-12-13T04:10:07.568Z
1232023-12-13T04:10:07.568Z ##### ##### ###### ##### ###### #### # # # #### #
1242023-12-13T04:10:07.568Z # # # # # # # # # # # # # # #
1252023-12-13T04:10:07.568Z # # # # ##### # # ##### # # # # # #### #
1262023-12-13T04:10:07.568Z ##### ##### # ##### # # # # # # # # #
1272023-12-13T04:10:07.568Z # # # # # # # # # # # # # # #
1282023-12-13T04:10:07.568Z # # # ###### # # ###### ### # #### # #### #
1292023-12-13T04:10:07.569Z
1302023-12-13T04:10:21.335Z Startup: Refreshing catalog 'helios-dev' ... Done
1312023-12-13T04:10:22.642Z Startup: Caching catalogs ... Done
1322023-12-13T04:10:29.677ZPlanning: Solver setup ... Done (6.630s)
1332023-12-13T04:10:29.874ZPlanning: Running solver ... Done (0.150s)
1342023-12-13T04:10:29.900ZPlanning: Finding local manifests ... Done (0.004s)
1352023-12-13T04:10:29.914ZPlanning: Fetching manifests: 0/6 0% complete
1362023-12-13T04:10:30.172ZPlanning: Fetching manifests: 6/6 100% complete
1372023-12-13T04:10:30.251ZPlanning: Package planning ... Done (0.089s)
1382023-12-13T04:10:30.340ZPlanning: Merging actions ... Done (0.087s)
1392023-12-13T04:10:31.365ZPlanning: Checking for conflicting actions ... Done (1.026s)
1402023-12-13T04:10:31.376ZPlanning: Consolidating action changes ... Done (0.018s)
1412023-12-13T04:10:38.946ZPlanning: Evaluating mediators ... Done (7.560s)
1422023-12-13T04:10:39.066ZPlanning: Planning completed in 16.35 seconds
1432023-12-13T04:10:39.084Z Packages to install: 4
1442023-12-13T04:10:39.084Z Packages to update: 2
1452023-12-13T04:10:39.084Z Mediators to change: 2
1462023-12-13T04:10:39.084Z Services to change: 1
1472023-12-13T04:10:39.084Z Estimated space available: 148.87 GB
1482023-12-13T04:10:39.084ZEstimated space to be consumed: 1.43 GB
1492023-12-13T04:10:39.084Z Create boot environment: No
1502023-12-13T04:10:39.085ZCreate backup boot environment: Yes
1512023-12-13T04:10:39.085Z Rebuild boot archive: No
1522023-12-13T04:10:39.085Z
1532023-12-13T04:10:39.085ZChanged mediators:
1542023-12-13T04:10:39.086Z mediator clang:
1552023-12-13T04:10:39.086Z version: None -> 15 (system default)
1562023-12-13T04:10:39.086Z
1572023-12-13T04:10:39.086Z mediator llvm:
1582023-12-13T04:10:39.086Z version: 14 (system default) -> 15 (system default)
1592023-12-13T04:10:39.086Z
1602023-12-13T04:10:39.104ZChanged packages:
1612023-12-13T04:10:39.104Zhelios-dev
1622023-12-13T04:10:39.105Z developer/build-essential
1632023-12-13T04:10:39.105Z None -> 11-2.0
1642023-12-13T04:10:39.105Z library/libxmlsec1
1652023-12-13T04:10:39.105Z None -> 1.2.35-2.0
1662023-12-13T04:10:39.105Z ooce/developer/clang-15
1672023-12-13T04:10:39.105Z None -> 15.0.7-2.0
1682023-12-13T04:10:39.105Z ooce/developer/llvm-15
1692023-12-13T04:10:39.105Z None -> 15.0.7-2.0
1702023-12-13T04:10:39.105Z system/library/g++-runtime
1712023-12-13T04:10:39.105Z 12-2.0 -> 13-2.0
1722023-12-13T04:10:39.105Z system/library/gcc-runtime
1732023-12-13T04:10:39.105Z 12-2.0 -> 13-2.0
1742023-12-13T04:10:39.105Z
1752023-12-13T04:10:39.106ZServices:
1762023-12-13T04:10:39.106Z restart_fmri:
1772023-12-13T04:10:39.106Z svc:/system/update-man-index:default
1782023-12-13T04:10:39.553Z
1792023-12-13T04:10:39.553ZDownload: 0/3330 items 0.0/221.1MB 0% complete
1802023-12-13T04:10:44.549ZDownload: 1377/3330 items 105.3/221.1MB 47% complete (21.1M/s)
1812023-12-13T04:10:49.563ZDownload: 3232/3330 items 161.6/221.1MB 73% complete (16.1M/s)
1822023-12-13T04:10:52.831ZDownload: Completed 221.11 MB in 13.28 seconds (16.6M/s)
1832023-12-13T04:10:55.354Z Actions: 1/3766 actions (Removing old actions)
1842023-12-13T04:10:55.354Z Actions: 5/3766 actions (Installing new actions)
1852023-12-13T04:11:00.352Z Actions: 2990/3766 actions (Installing new actions)
1862023-12-13T04:11:04.374Z Actions: 3729/3766 actions (Updating modified actions)
1872023-12-13T04:11:05.433Z Actions: Completed 3766 actions in 10.08 seconds.
1882023-12-13T04:11:05.549Z Done (0.114s)
1892023-12-13T04:11:05.554Z Done (0.001s)
1902023-12-13T04:11:05.836Z Done (0.278s)
1912023-12-13T04:11:14.364Z Done (8.407s)
1922023-12-13T04:11:14.807Z Done (0.342s)
1932023-12-13T04:11:15.293Z Done (0.000s)
1942023-12-13T04:11:15.293Z Done (0.000s)
1952023-12-13T04:11:15.799ZPlanning: Evaluating mediator changes ... Done
1962023-12-13T04:11:16.071ZPlanning: Checking for conflicting actions ... Done
1972023-12-13T04:11:16.075ZPlanning: Consolidating action changes ... Done
1982023-12-13T04:11:16.549ZPlanning: Evaluating mediators ... Done
1992023-12-13T04:11:16.553ZPlanning: Planning completed in 0.71 seconds
2002023-12-13T04:11:16.561Z Mediators to change: 2
2012023-12-13T04:11:16.561Z Create boot environment: No
2022023-12-13T04:11:16.565ZCreate backup boot environment: No
2032023-12-13T04:11:16.667Z Done
2042023-12-13T04:11:16.667Z Done
2052023-12-13T04:11:16.827Z Done
2062023-12-13T04:11:22.569Z Done
2072023-12-13T04:11:22.690Z Done
2082023-12-13T04:11:22.693Z Done
2092023-12-13T04:11:22.878Z Done
2102023-12-13T04:11:24.136ZPlanning: Evaluating mediator changes ... Done
2112023-12-13T04:11:24.181ZPlanning: Merging actions ... Done
2122023-12-13T04:11:24.621ZPlanning: Checking for conflicting actions ... Done
2132023-12-13T04:11:24.621ZPlanning: Consolidating action changes ... Done
2142023-12-13T04:11:24.657ZPlanning: Evaluating mediators ... Done
2152023-12-13T04:11:24.752ZPlanning: Planning completed in 1.31 seconds
2162023-12-13T04:11:24.820Z Packages to change: 1
2172023-12-13T04:11:24.820Z Mediators to change: 1
2182023-12-13T04:11:24.838Z Services to change: 1
2192023-12-13T04:11:24.838Z Create boot environment: No
2202023-12-13T04:11:24.839ZCreate backup boot environment: Yes
2212023-12-13T04:11:27.014Z Actions: 1/6 actions (Updating modified actions)
2222023-12-13T04:11:27.024Z Actions: Completed 6 actions in 0.00 seconds.
2232023-12-13T04:11:27.024Z Done
2242023-12-13T04:11:27.024Z Done
2252023-12-13T04:11:27.142Z Done
2262023-12-13T04:11:32.886Z Done
2272023-12-13T04:11:33.019Z Done
2282023-12-13T04:11:33.031Z Done
2292023-12-13T04:11:33.142Z Done
2302023-12-13T04:11:34.255ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312023-12-13T04:11:34.255Zclang system 15 system
2322023-12-13T04:11:34.255Zcsh system system illumos
2332023-12-13T04:11:34.256Zctags system system illumos
2342023-12-13T04:11:34.256Zgcc vendor 12 vendor
2352023-12-13T04:11:34.256Zgcc system 10 system
2362023-12-13T04:11:34.256Zgcc system 7 system
2372023-12-13T04:11:34.256Zgo system 1.20 system
2382023-12-13T04:11:34.256Zgo system 1.19 system
2392023-12-13T04:11:34.256Zllvm system 15 system
2402023-12-13T04:11:34.256Zllvm system 14 system
2412023-12-13T04:11:34.256Zmariadb system 10.6 system
2422023-12-13T04:11:34.256Zmta vendor vendor dma
2432023-12-13T04:11:34.257Zopenjdk system 17 system
2442023-12-13T04:11:34.257Zopenjdk system 11 system
2452023-12-13T04:11:34.257Zopenjdk system 1.8 system
2462023-12-13T04:11:34.257Zopenssl vendor 3 vendor
2472023-12-13T04:11:34.257Zperl system 5.36 system
2482023-12-13T04:11:34.257Zpostgresql system 15 system
2492023-12-13T04:11:34.258Zpostgresql system 13 system
2502023-12-13T04:11:34.258Zpython vendor 3 vendor
2512023-12-13T04:11:34.258Zpython system 2 system
2522023-12-13T04:11:34.258Zpython3 system 3.11 system
2532023-12-13T04:11:34.258Zruby system 3.0 system
2542023-12-13T04:11:34.258Zwords vendor vendor american-english
2552023-12-13T04:11:34.259Zwords system system australian-english
2562023-12-13T04:11:34.259Zwords system system british-english
2572023-12-13T04:11:34.259Zwords system system canadian-english
2582023-12-13T04:11:34.259Zwords system system french
2592023-12-13T04:11:34.259Zwords system system italian
2602023-12-13T04:11:34.259Zwords system system ngerman
2612023-12-13T04:11:34.259Zwords system system ogerman
2622023-12-13T04:11:34.259Zwords system system spanish
2632023-12-13T04:11:34.353ZFMRI IFO
2642023-12-13T04:11:34.354Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652023-12-13T04:11:34.354Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662023-12-13T04:11:34.354Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672023-12-13T04:11:34.354Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2682023-12-13T04:11:34.354Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692023-12-13T04:11:34.354Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2702023-12-13T04:11:34.355Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im-
2712023-12-13T04:11:34.355Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im-
2722023-12-13T04:11:34.434Z+ set -o errexit
2732023-12-13T04:11:34.454Z+++ dirname ./tools/ci_download_cockroachdb
2742023-12-13T04:11:34.454Z++ cd ./tools
2752023-12-13T04:11:34.454Z++ pwd
2762023-12-13T04:11:34.454Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2772023-12-13T04:11:34.454Z++ basename ./tools/ci_download_cockroachdb
2782023-12-13T04:11:34.454Z+ ARG0=ci_download_cockroachdb
2792023-12-13T04:11:34.454Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2802023-12-13T04:11:34.454Z+ CIDL_VERSION=v22.1.9
2812023-12-13T04:11:34.454Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2822023-12-13T04:11:34.454Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2832023-12-13T04:11:34.454Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2842023-12-13T04:11:34.454Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2852023-12-13T04:11:34.454Z+ TARGET_DIR=out
2862023-12-13T04:11:34.455Z+ DOWNLOAD_DIR=out/downloads
2872023-12-13T04:11:34.455Z+ DEST_DIR=./out/cockroachdb
2882023-12-13T04:11:34.455Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2892023-12-13T04:11:34.455Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2902023-12-13T04:11:34.455Z+ main
2912023-12-13T04:11:34.455Z+ [[ 0 != 0 ]]
2922023-12-13T04:11:34.455Z+ CIDL_OS=solaris2.11
2932023-12-13T04:11:34.455Z+ [[ 0 != 0 ]]
2942023-12-13T04:11:34.455Z+ configure_os solaris2.11
2952023-12-13T04:11:34.455Z+ echo 'current directory: /work/oxidecomputer/omicron'
2962023-12-13T04:11:34.455Zcurrent directory: /work/oxidecomputer/omicron
2972023-12-13T04:11:34.455Z+ echo 'configuring based on OS: "solaris2.11"'
2982023-12-13T04:11:34.455Z+ case "$1" in
2992023-12-13T04:11:34.455Zconfiguring based on OS: "solaris2.11"
3002023-12-13T04:11:34.455Z+ CIDL_BUILD=illumos
3012023-12-13T04:11:34.455Z+ CIDL_SUFFIX=tar.gz
3022023-12-13T04:11:34.455Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
3032023-12-13T04:11:34.455Z+ CIDL_MD5FUNC=do_md5sum
3042023-12-13T04:11:34.455Z+ CIDL_URL_BASE=https://illumos.org/downloads
3052023-12-13T04:11:34.455Z+ CIDL_ASSEMBLE=do_assemble_illumos
3062023-12-13T04:11:34.455Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3072023-12-13T04:11:34.456Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3082023-12-13T04:11:34.456Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3092023-12-13T04:11:34.456Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3102023-12-13T04:11:34.456Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3112023-12-13T04:11:34.456Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3122023-12-13T04:11:34.456ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3132023-12-13T04:11:34.456Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3142023-12-13T04:11:34.456Z+ mkdir -p out/downloads
3152023-12-13T04:11:34.456ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3162023-12-13T04:11:34.456Z+ mkdir -p ./out/cockroachdb
3172023-12-13T04:11:34.456Z+ local DO_DOWNLOAD=true
3182023-12-13T04:11:34.456Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3192023-12-13T04:11:34.456Z+ '[' true == true ']'
3202023-12-13T04:11:34.456Z+ echo Downloading...
3212023-12-13T04:11:34.456ZDownloading...
3222023-12-13T04:11:34.457Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3232023-12-13T04:11:34.457Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3242023-12-13T04:11:37.610Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3252023-12-13T04:11:37.626Z++ md5sum
3262023-12-13T04:11:37.626Z++ awk '{print $1}'
3272023-12-13T04:11:37.807Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3282023-12-13T04:11:37.807Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
3292023-12-13T04:11:37.807Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3302023-12-13T04:11:37.829Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3312023-12-13T04:11:41.135Z+ do_assemble_illumos
3322023-12-13T04:11:41.135Z+ rm -r ./out/cockroachdb
3332023-12-13T04:11:41.145Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3342023-12-13T04:11:41.788Z+ ./out/cockroachdb/bin/cockroach version
3352023-12-13T04:11:42.165ZBuild Tag: v22.1.9-dirty
3362023-12-13T04:11:42.165ZBuild Time: 2022/10/26 21:17:46
3372023-12-13T04:11:42.165ZDistribution: OSS
3382023-12-13T04:11:42.165ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3392023-12-13T04:11:42.165ZGo Version: go1.17.13
3402023-12-13T04:11:42.166ZC Compiler: gcc 10.3.0
3412023-12-13T04:11:42.166ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3422023-12-13T04:11:42.166ZBuild Type: release
3432023-12-13T04:11:42.192Z+ set -o errexit
3442023-12-13T04:11:42.192Z+++ dirname ./tools/ci_download_clickhouse
3452023-12-13T04:11:42.215Z++ cd ./tools
3462023-12-13T04:11:42.215Z++ pwd
3472023-12-13T04:11:42.215Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3482023-12-13T04:11:42.216Z++ basename ./tools/ci_download_clickhouse
3492023-12-13T04:11:42.216Z+ ARG0=ci_download_clickhouse
3502023-12-13T04:11:42.216Z+ TARGET_DIR=out
3512023-12-13T04:11:42.216Z+ DOWNLOAD_DIR=out/downloads
3522023-12-13T04:11:42.216Z+ DEST_DIR=./out/clickhouse
3532023-12-13T04:11:42.216Z+ CIDL_VERSION=v22.8.9.24
3542023-12-13T04:11:42.216Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3552023-12-13T04:11:42.216Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3562023-12-13T04:11:42.217Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3572023-12-13T04:11:42.217Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3582023-12-13T04:11:42.217Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3592023-12-13T04:11:42.217Z+ main
3602023-12-13T04:11:42.217Z+ [[ 0 != 0 ]]
3612023-12-13T04:11:42.217Z+ CIDL_OS=solaris2.11
3622023-12-13T04:11:42.217Z+ [[ 0 != 0 ]]
3632023-12-13T04:11:42.218Z+ configure_os solaris2.11
3642023-12-13T04:11:42.218Z+ echo 'current directory: /work/oxidecomputer/omicron'
3652023-12-13T04:11:42.219Zcurrent directory: /work/oxidecomputer/omicron
3662023-12-13T04:11:42.219Z+ echo 'configuring based on OS: "solaris2.11"'
3672023-12-13T04:11:42.219Z+ CIDL_DASHREV=
3682023-12-13T04:11:42.219Z+ case "$1" in
3692023-12-13T04:11:42.219Zconfiguring based on OS: "solaris2.11"
3702023-12-13T04:11:42.220Z+ CIDL_PLATFORM=illumos
3712023-12-13T04:11:42.220Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3722023-12-13T04:11:42.220Z+ CIDL_MD5FUNC=do_md5sum
3732023-12-13T04:11:42.220Z+ CIDL_DASHREV=-1
3742023-12-13T04:11:42.220Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3752023-12-13T04:11:42.221Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3762023-12-13T04:11:42.221Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3772023-12-13T04:11:42.221Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3782023-12-13T04:11:42.222Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3792023-12-13T04:11:42.222ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3802023-12-13T04:11:42.222Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3812023-12-13T04:11:42.222Z+ mkdir -p out/downloads
3822023-12-13T04:11:42.222ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3832023-12-13T04:11:42.222Z+ mkdir -p ./out/clickhouse
3842023-12-13T04:11:42.222Z+ local DO_DOWNLOAD=true
3852023-12-13T04:11:42.222Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3862023-12-13T04:11:42.223Z+ '[' true == true ']'
3872023-12-13T04:11:42.223Z+ echo Downloading...
3882023-12-13T04:11:42.223ZDownloading...
3892023-12-13T04:11:42.223Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3902023-12-13T04:11:42.223Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3912023-12-13T04:11:44.930Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3922023-12-13T04:11:44.953Z++ md5sum
3932023-12-13T04:11:44.954Z++ awk '{print $1}'
3942023-12-13T04:11:45.395Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3952023-12-13T04:11:45.395Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3962023-12-13T04:11:45.396Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3972023-12-13T04:11:45.396Z+ mkdir -p ./out/clickhouse
3982023-12-13T04:11:45.396Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3992023-12-13T04:11:49.973Z+ ./out/clickhouse/clickhouse server --version
4002023-12-13T04:11:50.024ZClickHouse server version 22.8.9.1.
4012023-12-13T04:11:50.046Z+ set -o errexit
4022023-12-13T04:11:50.060Z+++ dirname ./tools/ci_download_console
4032023-12-13T04:11:50.060Z++ cd ./tools
4042023-12-13T04:11:50.060Z++ pwd
4052023-12-13T04:11:50.061Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4062023-12-13T04:11:50.061Z++ basename ./tools/ci_download_console
4072023-12-13T04:11:50.061Z+ ARG0=ci_download_console
4082023-12-13T04:11:50.061Z+ TARGET_DIR=out
4092023-12-13T04:11:50.061Z+ DOWNLOAD_DIR=out/downloads
4102023-12-13T04:11:50.061Z+ DEST_DIR=./out/console-assets
4112023-12-13T04:11:50.062Z+ source /work/oxidecomputer/omicron/tools/console_version
4122023-12-13T04:11:50.062Z++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b
4132023-12-13T04:11:50.062Z++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
4142023-12-13T04:11:50.062Z+ URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4152023-12-13T04:11:50.062Z+ TARBALL_FILE=out/downloads/console.tar.gz
4162023-12-13T04:11:50.062Z+ main
4172023-12-13T04:11:50.063Z+ [[ 0 != 0 ]]
4182023-12-13T04:11:50.063Z+ echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz'
4192023-12-13T04:11:50.063ZURL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4202023-12-13T04:11:50.063Z+ echo 'Local file: out/downloads/console.tar.gz'
4212023-12-13T04:11:50.063ZLocal file: out/downloads/console.tar.gz
4222023-12-13T04:11:50.063Z+ local DO_DOWNLOAD=true
4232023-12-13T04:11:50.063Z+ [[ -f out/downloads/console.tar.gz ]]
4242023-12-13T04:11:50.064Z+ mkdir -p out/downloads
4252023-12-13T04:11:50.064Z+ '[' true == true ']'
4262023-12-13T04:11:50.064Z+ echo Downloading...
4272023-12-13T04:11:50.064ZDownloading...
4282023-12-13T04:11:50.064Z+ do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz
4292023-12-13T04:11:50.064Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4302023-12-13T04:11:50.919Z++ do_sha256sum out/downloads/console.tar.gz
4312023-12-13T04:11:50.932Z++ case "$OSTYPE" in
4322023-12-13T04:11:50.933Z++ SHA=sha256sum
4332023-12-13T04:11:50.933Z++ sha256sum
4342023-12-13T04:11:50.933Z++ awk '{print $1}'
4352023-12-13T04:11:50.947Z+ calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
4362023-12-13T04:11:50.948Z+ [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]]
4372023-12-13T04:11:50.948Z+ rm -rf ./out/console-assets
4382023-12-13T04:11:51.390Z+ mkdir -p ./out/console-assets
4392023-12-13T04:11:51.390Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4402023-12-13T04:11:51.390Z+ mkdir -p ./out/console-assets
4412023-12-13T04:11:51.391Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4422023-12-13T04:11:51.391Z+ set -o errexit
4432023-12-13T04:11:51.391Z+++ dirname ./tools/ci_download_maghemite_openapi
4442023-12-13T04:11:51.391Z++ cd ./tools
4452023-12-13T04:11:51.391Z++ pwd
4462023-12-13T04:11:51.391Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4472023-12-13T04:11:51.391Z++ basename ./tools/ci_download_maghemite_openapi
4482023-12-13T04:11:51.391Z+ ARG0=ci_download_maghemite_openapi
4492023-12-13T04:11:51.391Z+ TARGET_DIR=out
4502023-12-13T04:11:51.391Z+ DOWNLOAD_DIR=out/downloads
4512023-12-13T04:11:51.391Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4522023-12-13T04:11:51.391Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4532023-12-13T04:11:51.391Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4542023-12-13T04:11:51.391Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4552023-12-13T04:11:51.391Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4562023-12-13T04:11:51.391Z+ main
4572023-12-13T04:11:51.391Z+ [[ 0 != 0 ]]
4582023-12-13T04:11:51.391Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4592023-12-13T04:11:51.391ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4602023-12-13T04:11:51.391Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4612023-12-13T04:11:51.391ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4622023-12-13T04:11:51.391Z+ local DO_DOWNLOAD=true
4632023-12-13T04:11:51.392Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4642023-12-13T04:11:51.392Z+ mkdir -p out/downloads
4652023-12-13T04:11:51.392Z+ '[' true == true ']'
4662023-12-13T04:11:51.392Z+ echo Downloading...
4672023-12-13T04:11:51.392ZDownloading...
4682023-12-13T04:11:51.392Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4692023-12-13T04:11:51.392Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4702023-12-13T04:11:51.392Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4712023-12-13T04:11:51.392Z++ case "$OSTYPE" in
4722023-12-13T04:11:51.392Z++ SHA=sha256sum
4732023-12-13T04:11:51.392Z++ sha256sum
4742023-12-13T04:11:51.392Z++ awk '{print $1}'
4752023-12-13T04:11:51.392Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4762023-12-13T04:11:51.392Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4772023-12-13T04:11:51.392Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4782023-12-13T04:11:51.392Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4792023-12-13T04:11:51.392Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4802023-12-13T04:11:51.392Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4812023-12-13T04:11:51.392Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4822023-12-13T04:11:51.392Z+ main
4832023-12-13T04:11:51.392Z+ [[ 0 != 0 ]]
4842023-12-13T04:11:51.392Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4852023-12-13T04:11:51.392ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4862023-12-13T04:11:51.392Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4872023-12-13T04:11:51.393ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4882023-12-13T04:11:51.393Z+ local DO_DOWNLOAD=true
4892023-12-13T04:11:51.393Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4902023-12-13T04:11:51.393Z+ mkdir -p out/downloads
4912023-12-13T04:11:51.393Z+ '[' true == true ']'
4922023-12-13T04:11:51.393Z+ echo Downloading...
4932023-12-13T04:11:51.393ZDownloading...
4942023-12-13T04:11:51.393Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4952023-12-13T04:11:51.393Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4962023-12-13T04:11:51.530Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4972023-12-13T04:11:51.544Z++ case "$OSTYPE" in
4982023-12-13T04:11:51.544Z++ SHA=sha256sum
4992023-12-13T04:11:51.544Z++ sha256sum
5002023-12-13T04:11:51.544Z++ awk '{print $1}'
5012023-12-13T04:11:51.544Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
5022023-12-13T04:11:51.544Z+ [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]]
5032023-12-13T04:11:51.551Z+ set -o errexit
5042023-12-13T04:11:51.552Z+++ dirname ./tools/ci_download_dendrite_openapi
5052023-12-13T04:11:51.552Z++ cd ./tools
5062023-12-13T04:11:51.552Z++ pwd
5072023-12-13T04:11:51.552Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5082023-12-13T04:11:51.569Z++ basename ./tools/ci_download_dendrite_openapi
5092023-12-13T04:11:51.569Z+ ARG0=ci_download_dendrite_openapi
5102023-12-13T04:11:51.569Z+ TARGET_DIR=out
5112023-12-13T04:11:51.569Z+ DOWNLOAD_DIR=out/downloads
5122023-12-13T04:11:51.569Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5132023-12-13T04:11:51.569Z++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b
5142023-12-13T04:11:51.569Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5152023-12-13T04:11:51.569Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
5162023-12-13T04:11:51.570Z+ LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5172023-12-13T04:11:51.570Z+ main
5182023-12-13T04:11:51.570Z+ [[ 0 != 0 ]]
5192023-12-13T04:11:51.570ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
5202023-12-13T04:11:51.570Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json'
5212023-12-13T04:11:51.570Z+ echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json'
5222023-12-13T04:11:51.570ZLocal file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5232023-12-13T04:11:51.570Z+ local DO_DOWNLOAD=true
5242023-12-13T04:11:51.570Z+ [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]]
5252023-12-13T04:11:51.570Z+ mkdir -p out/downloads
5262023-12-13T04:11:51.570Z+ '[' true == true ']'
5272023-12-13T04:11:51.570Z+ echo Downloading...
5282023-12-13T04:11:51.571ZDownloading...
5292023-12-13T04:11:51.571Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5302023-12-13T04:11:51.571Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
5312023-12-13T04:11:51.849Z++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5322023-12-13T04:11:51.854Z++ case "$OSTYPE" in
5332023-12-13T04:11:51.854Z++ SHA=sha256sum
5342023-12-13T04:11:51.854Z++ sha256sum
5352023-12-13T04:11:51.855Z++ awk '{print $1}'
5362023-12-13T04:11:51.869Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5372023-12-13T04:11:51.869Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5382023-12-13T04:11:52.322Z+ set -o errexit
5392023-12-13T04:11:52.323Z+++ dirname ./tools/ci_download_dendrite_stub
5402023-12-13T04:11:52.323Z++ cd ./tools
5412023-12-13T04:11:52.323Z++ pwd
5422023-12-13T04:11:52.323Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5432023-12-13T04:11:52.324Z++ basename ./tools/ci_download_dendrite_stub
5442023-12-13T04:11:52.324Zcurrent directory: /work/oxidecomputer/omicron
5452023-12-13T04:11:52.324Zconfiguring based on OS: "solaris2.11"
5462023-12-13T04:11:52.324ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5472023-12-13T04:11:52.324ZLocal file: out/downloads/dendrite-stub.tar.gz
5482023-12-13T04:11:52.325Z+ ARG0=ci_download_dendrite_stub
5492023-12-13T04:11:52.325Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5502023-12-13T04:11:52.325Z++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5512023-12-13T04:11:52.325Z++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc
5522023-12-13T04:11:52.325Z++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38
5532023-12-13T04:11:52.325Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5542023-12-13T04:11:52.325Z++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b
5552023-12-13T04:11:52.326Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5562023-12-13T04:11:52.326Z+ TARGET_DIR=out
5572023-12-13T04:11:52.326Z+ DOWNLOAD_DIR=out/downloads
5582023-12-13T04:11:52.326Z+ DEST_DIR=./out/dendrite-stub
5592023-12-13T04:11:52.326Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5602023-12-13T04:11:52.327Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5612023-12-13T04:11:52.327Z+ REPO=oxidecomputer/dendrite
5622023-12-13T04:11:52.327Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b
5632023-12-13T04:11:52.327Z+ main
5642023-12-13T04:11:52.327Z+ [[ 0 != 0 ]]
5652023-12-13T04:11:52.328Z+ CIDL_OS=solaris2.11
5662023-12-13T04:11:52.328Z+ [[ 0 != 0 ]]
5672023-12-13T04:11:52.328Z+ configure_os solaris2.11
5682023-12-13T04:11:52.328Z+ echo 'current directory: /work/oxidecomputer/omicron'
5692023-12-13T04:11:52.328Z+ echo 'configuring based on OS: "solaris2.11"'
5702023-12-13T04:11:52.328Z+ case "$1" in
5712023-12-13T04:11:52.329Z+ SET_BINARIES=
5722023-12-13T04:11:52.329Z+ CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5732023-12-13T04:11:52.329Z+ CIDL_SHA256FUNC=do_sha256sum
5742023-12-13T04:11:52.329Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5752023-12-13T04:11:52.329Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5762023-12-13T04:11:52.329Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5772023-12-13T04:11:52.330Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz'
5782023-12-13T04:11:52.330Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5792023-12-13T04:11:52.330Z+ mkdir -p out/downloads
5802023-12-13T04:11:52.330Z+ mkdir -p ./out/dendrite-stub
5812023-12-13T04:11:52.330Z+ fetch_and_verify
5822023-12-13T04:11:52.331Z+ local DO_DOWNLOAD=true
5832023-12-13T04:11:52.331Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5842023-12-13T04:11:52.331Z+ '[' true == true ']'
5852023-12-13T04:11:52.331Z+ echo Downloading...
5862023-12-13T04:11:52.331ZDownloading...
5872023-12-13T04:11:52.332Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5882023-12-13T04:11:52.332Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5892023-12-13T04:12:10.120Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5902023-12-13T04:12:10.165Z++ sha256sum
5912023-12-13T04:12:10.166Z++ awk '{print $1}'
5922023-12-13T04:12:10.224Z+ calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5932023-12-13T04:12:10.224Z+ [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]]
5942023-12-13T04:12:10.238Z+ do_untar out/downloads/dendrite-stub.tar.gz
5952023-12-13T04:12:10.238Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5962023-12-13T04:12:11.332Z+ do_assemble
5972023-12-13T04:12:11.332Z+ rm -r ./out/dendrite-stub
5982023-12-13T04:12:11.350Z+ mkdir ./out/dendrite-stub
5992023-12-13T04:12:11.350Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6002023-12-13T04:12:11.508Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6012023-12-13T04:12:11.523Z+ set -o errexit
6022023-12-13T04:12:11.538Z+++ dirname ./tools/ci_download_maghemite_mgd
6032023-12-13T04:12:11.538Z++ cd ./tools
6042023-12-13T04:12:11.538Z++ pwd
6052023-12-13T04:12:11.538Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6062023-12-13T04:12:11.539Z++ basename ./tools/ci_download_maghemite_mgd
6072023-12-13T04:12:11.539Z+ ARG0=ci_download_maghemite_mgd
6082023-12-13T04:12:11.539Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6092023-12-13T04:12:11.539Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6102023-12-13T04:12:11.539Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
6112023-12-13T04:12:11.539Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6122023-12-13T04:12:11.540Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
6132023-12-13T04:12:11.540Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
6142023-12-13T04:12:11.540Z+ TARGET_DIR=out
6152023-12-13T04:12:11.540Z+ DOWNLOAD_DIR=out/downloads
6162023-12-13T04:12:11.540Z+ DEST_DIR=./out/mgd
6172023-12-13T04:12:11.541Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6182023-12-13T04:12:11.541Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6192023-12-13T04:12:11.541Z+ REPO=oxidecomputer/maghemite
6202023-12-13T04:12:11.541Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
6212023-12-13T04:12:11.541Z+ main
6222023-12-13T04:12:11.541Z+ [[ 0 != 0 ]]
6232023-12-13T04:12:11.542Z+ CIDL_OS=solaris2.11
6242023-12-13T04:12:11.542Z+ [[ 0 != 0 ]]
6252023-12-13T04:12:11.542Z+ configure_os solaris2.11
6262023-12-13T04:12:11.542Z+ echo 'current directory: /work/oxidecomputer/omicron'
6272023-12-13T04:12:11.542Zcurrent directory: /work/oxidecomputer/omicron
6282023-12-13T04:12:11.542Z+ echo 'configuring based on OS: "solaris2.11"'
6292023-12-13T04:12:11.542Z+ case "$1" in
6302023-12-13T04:12:11.543Z+ SET_BINARIES=
6312023-12-13T04:12:11.543Zconfiguring based on OS: "solaris2.11"
6322023-12-13T04:12:11.543Z+ CIDL_SHA256FUNC=do_sha256sum
6332023-12-13T04:12:11.543Z+ TARBALL_FILENAME=mgd.tar.gz
6342023-12-13T04:12:11.543Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6352023-12-13T04:12:11.543Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6362023-12-13T04:12:11.544ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6372023-12-13T04:12:11.544Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
6382023-12-13T04:12:11.544ZLocal file: out/downloads/mgd.tar.gz
6392023-12-13T04:12:11.544Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6402023-12-13T04:12:11.544Z+ mkdir -p out/downloads
6412023-12-13T04:12:11.544Z+ mkdir -p ./out/mgd
6422023-12-13T04:12:11.544Z+ fetch_and_verify
6432023-12-13T04:12:11.545Z+ local DO_DOWNLOAD=true
6442023-12-13T04:12:11.545Z+ [[ -f out/downloads/mgd.tar.gz ]]
6452023-12-13T04:12:11.545Z+ '[' true == true ']'
6462023-12-13T04:12:11.545Z+ echo Downloading...
6472023-12-13T04:12:11.545ZDownloading...
6482023-12-13T04:12:11.545Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6492023-12-13T04:12:11.545Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6502023-12-13T04:12:23.385Z++ do_sha256sum out/downloads/mgd.tar.gz
6512023-12-13T04:12:23.390Z++ sha256sum
6522023-12-13T04:12:23.390Z++ awk '{print $1}'
6532023-12-13T04:12:23.461Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6542023-12-13T04:12:23.473Z+ [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]]
6552023-12-13T04:12:23.474Z+ do_untar out/downloads/mgd.tar.gz
6562023-12-13T04:12:23.474Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6572023-12-13T04:12:24.115Z+ do_assemble
6582023-12-13T04:12:24.115Z+ rm -r ./out/mgd
6592023-12-13T04:12:24.130Z+ mkdir ./out/mgd
6602023-12-13T04:12:24.130Z+ cp -r out/downloads/root ./out/mgd/root
6612023-12-13T04:12:24.340Z+ set -o errexit
6622023-12-13T04:12:24.362Z+++ dirname ./tools/ci_download_transceiver_control
6632023-12-13T04:12:24.362Z++ cd ./tools
6642023-12-13T04:12:24.363Z++ pwd
6652023-12-13T04:12:24.363Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6662023-12-13T04:12:24.363Z++ basename ./tools/ci_download_transceiver_control
6672023-12-13T04:12:24.363Z+ ARG0=ci_download_transceiver_control
6682023-12-13T04:12:24.363Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6692023-12-13T04:12:24.363Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6702023-12-13T04:12:24.363Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6712023-12-13T04:12:24.363Z+ TARGET_DIR=out
6722023-12-13T04:12:24.363Z+ DOWNLOAD_DIR=out/downloads
6732023-12-13T04:12:24.363Z+ DEST_DIR=./out/transceiver-control
6742023-12-13T04:12:24.363Z+ BIN_DIR=/opt/oxide/bin
6752023-12-13T04:12:24.363Z+ BINARY=xcvradm
6762023-12-13T04:12:24.363Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6772023-12-13T04:12:24.363Z+ REPO=oxidecomputer/transceiver-control
6782023-12-13T04:12:24.364Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6792023-12-13T04:12:24.364Z+ main
6802023-12-13T04:12:24.364Z+ [[ 0 != 0 ]]
6812023-12-13T04:12:24.364Z+ CIDL_OS=solaris2.11
6822023-12-13T04:12:24.364Z+ [[ 0 != 0 ]]
6832023-12-13T04:12:24.364Z+ configure_os solaris2.11
6842023-12-13T04:12:24.364Z+ echo 'current directory: /work/oxidecomputer/omicron'
6852023-12-13T04:12:24.364Zcurrent directory: /work/oxidecomputer/omicron
6862023-12-13T04:12:24.364Z+ echo 'configuring based on OS: "solaris2.11"'
6872023-12-13T04:12:24.364Zconfiguring based on OS: "solaris2.11"
6882023-12-13T04:12:24.364Z+ case "$1" in
6892023-12-13T04:12:24.364Z+ SET_BINARIES=
6902023-12-13T04:12:24.364Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6912023-12-13T04:12:24.364Z+ CIDL_SHA256FUNC=do_sha256sum
6922023-12-13T04:12:24.364Z+ ARCHIVE_FILENAME=xcvradm.gz
6932023-12-13T04:12:24.364Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6942023-12-13T04:12:24.364Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6952023-12-13T04:12:24.364Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6962023-12-13T04:12:24.365ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6972023-12-13T04:12:24.365Z+ echo 'Local file: out/downloads/xcvradm.gz'
6982023-12-13T04:12:24.365Z+ mkdir -p out/downloads
6992023-12-13T04:12:24.365ZLocal file: out/downloads/xcvradm.gz
7002023-12-13T04:12:24.365Z+ mkdir -p ./out/transceiver-control
7012023-12-13T04:12:24.383Z+ fetch_and_verify
7022023-12-13T04:12:24.383Z+ local DO_DOWNLOAD=true
7032023-12-13T04:12:24.383Z+ [[ -f out/downloads/xcvradm.gz ]]
7042023-12-13T04:12:24.383Z+ '[' true == true ']'
7052023-12-13T04:12:24.383Z+ echo Downloading...
7062023-12-13T04:12:24.383ZDownloading...
7072023-12-13T04:12:24.383Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7082023-12-13T04:12:24.383Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7092023-12-13T04:12:28.023Z++ do_sha256sum out/downloads/xcvradm.gz
7102023-12-13T04:12:28.039Z++ sha256sum
7112023-12-13T04:12:28.040Z++ awk '{print $1}'
7122023-12-13T04:12:28.063Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7132023-12-13T04:12:28.064Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
7142023-12-13T04:12:28.064Z+ do_unpack out/downloads/xcvradm.gz
7152023-12-13T04:12:28.064Z+ mkdir -p out/downloads/root//opt/oxide/bin
7162023-12-13T04:12:28.064Z+ gzip -dc out/downloads/xcvradm.gz
7172023-12-13T04:12:28.225Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7182023-12-13T04:12:28.235Z+ do_assemble
7192023-12-13T04:12:28.236Z+ rm -r ./out/transceiver-control
7202023-12-13T04:12:28.236Z+ mkdir ./out/transceiver-control
7212023-12-13T04:12:28.236Z+ cp -r out/downloads/root ./out/transceiver-control/root
7222023-12-13T04:12:28.447ZAll builder prerequisites installed successfully, and PATH looks valid
7232023-12-13T04:12:28.457Z
7242023-12-13T04:12:28.457Zreal 2:21.284268476
7252023-12-13T04:12:28.457Zuser 55.265339323
7262023-12-13T04:12:28.457Zsys 10.245952550
7272023-12-13T04:12:28.457Ztrap 0.020852413
7282023-12-13T04:12:28.457Ztflt 0.540577173
7292023-12-13T04:12:28.457Zdflt 1.303223781
7302023-12-13T04:12:28.458Zkflt 0.279842205
7312023-12-13T04:12:28.458Zlock 2.279771003
7322023-12-13T04:12:28.458Zslp 4:38.004377335
7332023-12-13T04:12:28.458Zlat 3.477866079
7342023-12-13T04:12:28.458Zstop 0.066966196
7352023-12-13T04:12:28.458Z
7362023-12-13T04:12:28.459Z ##### # # # # #####
7372023-12-13T04:12:28.459Z # # # # # # # #
7382023-12-13T04:12:28.459Z ##### # # # # # #
7392023-12-13T04:12:28.459Z # # # # # # # #
7402023-12-13T04:12:28.459Z # # # # # # # #
7412023-12-13T04:12:28.459Z ##### #### # ###### #####
7422023-12-13T04:12:28.460Z
7432023-12-13T04:12:28.793Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7442023-12-13T04:12:29.153Z Updating crates.io index
7452023-12-13T04:12:29.160Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7462023-12-13T04:12:29.911Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7472023-12-13T04:12:31.491Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7482023-12-13T04:12:31.828Z Updating git repository `http://github.com/oxidecomputer/tofino`
7492023-12-13T04:12:32.170Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7502023-12-13T04:12:32.485Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7512023-12-13T04:12:32.811Z Updating git repository `https://github.com/oxidecomputer/propolis`
7522023-12-13T04:12:33.729Z Updating git repository `https://github.com/oxidecomputer/crucible`
7532023-12-13T04:12:35.563Z Updating git repository `https://github.com/oxidecomputer/opte`
7542023-12-13T04:12:36.499Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7552023-12-13T04:12:36.797Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7562023-12-13T04:12:37.506Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7572023-12-13T04:12:37.843Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7582023-12-13T04:12:38.182Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7592023-12-13T04:12:38.729Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7602023-12-13T04:12:38.969Z Updating git repository `https://github.com/njaremko/samael`
7612023-12-13T04:12:39.408Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7622023-12-13T04:12:40.059Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7632023-12-13T04:12:40.480Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7642023-12-13T04:12:42.027Z Updating git repository `https://github.com/jgallagher/nix`
7652023-12-13T04:12:42.887Z Updating git repository `https://github.com/cbiffle/hubpack`
7662023-12-13T04:12:42.905Z Updating git repository `https://github.com/oxidecomputer/typify`
7672023-12-13T04:12:45.558Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7682023-12-13T04:12:45.989Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7692023-12-13T04:12:46.309Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7702023-12-13T04:12:48.037Z Downloading crates ...
7712023-12-13T04:12:48.319Z Downloaded approx v0.5.1
7722023-12-13T04:12:48.324Z Downloaded async-stream v0.3.5
7732023-12-13T04:12:48.328Z Downloaded log v0.4.20
7742023-12-13T04:12:48.334Z Downloaded async-stream-impl v0.3.5
7752023-12-13T04:12:48.338Z Downloaded atomicwrites v0.4.2
7762023-12-13T04:12:48.342Z Downloaded base16ct v0.2.0
7772023-12-13T04:12:48.346Z Downloaded backoff v0.4.0
7782023-12-13T04:12:48.352Z Downloaded atty v0.2.14
7792023-12-13T04:12:48.357Z Downloaded clap v4.4.3
7802023-12-13T04:12:48.384Z Downloaded itoa v1.0.9
7812023-12-13T04:12:48.390Z Downloaded base64ct v1.6.0
7822023-12-13T04:12:48.402Z Downloaded argon2 v0.5.2
7832023-12-13T04:12:48.407Z Downloaded libefi-sys v0.1.0
7842023-12-13T04:12:48.413Z Downloaded macaddr v1.0.1
7852023-12-13T04:12:48.418Z Downloaded bytecount v0.6.3
7862023-12-13T04:12:48.429Z Downloaded maplit v1.0.2
7872023-12-13T04:12:48.429Z Downloaded ascii-canvas v3.0.0
7882023-12-13T04:12:48.435Z Downloaded miniz_oxide v0.7.1
7892023-12-13T04:12:48.435Z Downloaded md-5 v0.10.5
7902023-12-13T04:12:48.439Z Downloaded maybe-uninit v2.0.0
7912023-12-13T04:12:48.444Z Downloaded serde_with_macros v3.4.0
7922023-12-13T04:12:48.449Z Downloaded ansi_term v0.12.1
7932023-12-13T04:12:48.453Z Downloaded bitfield v0.14.0
7942023-12-13T04:12:48.458Z Downloaded anstyle-query v1.0.0
7952023-12-13T04:12:48.458Z Downloaded strum v0.25.0
7962023-12-13T04:12:48.464Z Downloaded http-range v0.1.5
7972023-12-13T04:12:48.464Z Downloaded instant v0.1.12
7982023-12-13T04:12:48.471Z Downloaded new_debug_unreachable v1.0.4
7992023-12-13T04:12:48.476Z Downloaded newline-converter v0.3.0
8002023-12-13T04:12:48.476Z Downloaded is_ci v1.1.1
8012023-12-13T04:12:48.485Z Downloaded ciborium-ll v0.2.1
8022023-12-13T04:12:48.485Z Downloaded hubpack v0.1.2
8032023-12-13T04:12:48.486Z Downloaded newtype_derive v0.1.6
8042023-12-13T04:12:48.497Z Downloaded mockall v0.12.0
8052023-12-13T04:12:48.497Z Downloaded anstyle-parse v0.2.1
8062023-12-13T04:12:48.517Z Downloaded swrite v0.1.0
8072023-12-13T04:12:48.518Z Downloaded libloading v0.7.4
8082023-12-13T04:12:48.518Z Downloaded endian-type v0.1.2
8092023-12-13T04:12:48.518Z Downloaded nodrop v0.1.14
8102023-12-13T04:12:48.535Z Downloaded slog-envlogger v2.2.0
8112023-12-13T04:12:48.535Z Downloaded inout v0.1.3
8122023-12-13T04:12:48.535Z Downloaded lazy_static v1.4.0
8132023-12-13T04:12:48.535Z Downloaded lazycell v1.3.0
8142023-12-13T04:12:48.535Z Downloaded httptest v0.15.5
8152023-12-13T04:12:48.535Z Downloaded crossbeam v0.8.2
8162023-12-13T04:12:48.555Z Downloaded num v0.4.1
8172023-12-13T04:12:48.555Z Downloaded crunchy v0.2.2
8182023-12-13T04:12:48.555Z Downloaded cancel-safe-futures v0.1.5
8192023-12-13T04:12:48.556Z Downloaded embedded-io v0.4.0
8202023-12-13T04:12:48.556Z Downloaded dirs-sys-next v0.1.2
8212023-12-13T04:12:48.556Z Downloaded crc v3.0.1
8222023-12-13T04:12:48.565Z Downloaded rustc_version v0.1.7
8232023-12-13T04:12:48.565Z Downloaded radium v0.7.0
8242023-12-13T04:12:48.566Z Downloaded plotters-svg v0.3.5
8252023-12-13T04:12:48.566Z Downloaded r2d2 v0.8.10
8262023-12-13T04:12:48.566Z Downloaded thiserror-no-std v2.0.2
8272023-12-13T04:12:48.578Z Downloaded ipnet v2.8.0
8282023-12-13T04:12:48.587Z Downloaded fnv v1.0.7
8292023-12-13T04:12:48.587Z Downloaded target-lexicon v0.12.12
8302023-12-13T04:12:48.587Z Downloaded equivalent v1.0.1
8312023-12-13T04:12:48.587Z Downloaded relative-path v1.9.0
8322023-12-13T04:12:48.593Z Downloaded crypto-common v0.1.6
8332023-12-13T04:12:48.593Z Downloaded synstructure v0.12.6
8342023-12-13T04:12:48.593Z Downloaded backtrace v0.3.69
8352023-12-13T04:12:48.600Z Downloaded subtle v2.5.0
8362023-12-13T04:12:48.605Z Downloaded crossbeam-queue v0.3.8
8372023-12-13T04:12:48.605Z Downloaded normalize-line-endings v0.3.0
8382023-12-13T04:12:48.611Z Downloaded deranged v0.3.8
8392023-12-13T04:12:48.612Z Downloaded serde-big-array v0.5.1
8402023-12-13T04:12:48.620Z Downloaded downcast v0.11.0
8412023-12-13T04:12:48.620Z Downloaded wyz v0.5.1
8422023-12-13T04:12:48.620Z Downloaded dirs-next v2.0.0
8432023-12-13T04:12:48.628Z Downloaded resolv-conf v0.7.0
8442023-12-13T04:12:48.628Z Downloaded nanorand v0.7.0
8452023-12-13T04:12:48.636Z Downloaded cc v1.0.83
8462023-12-13T04:12:48.636Z Downloaded threadpool v1.8.1
8472023-12-13T04:12:48.643Z Downloaded fastrand v2.0.0
8482023-12-13T04:12:48.643Z Downloaded headers v0.3.9
8492023-12-13T04:12:48.652Z Downloaded precomputed-hash v0.1.1
8502023-12-13T04:12:48.667Z Downloaded defmt-macros v0.3.6
8512023-12-13T04:12:48.668Z Downloaded fatfs v0.3.6
8522023-12-13T04:12:48.668Z Downloaded fxhash v0.2.1
8532023-12-13T04:12:48.668Z Downloaded base64 v0.21.5
8542023-12-13T04:12:48.688Z Downloaded tinyvec_macros v0.1.1
8552023-12-13T04:12:48.689Z Downloaded sha2 v0.10.8
8562023-12-13T04:12:48.689Z Downloaded parse-display v0.8.2
8572023-12-13T04:12:48.689Z Downloaded termtree v0.4.1
8582023-12-13T04:12:48.690Z Downloaded bytes v1.5.0
8592023-12-13T04:12:48.708Z Downloaded strum_macros v0.25.2
8602023-12-13T04:12:48.709Z Downloaded topological-sort v0.2.2
8612023-12-13T04:12:48.732Z Downloaded toml_datetime v0.6.5
8622023-12-13T04:12:48.732Z Downloaded platforms v3.0.2
8632023-12-13T04:12:48.732Z Downloaded chacha20poly1305 v0.10.1
8642023-12-13T04:12:48.733Z Downloaded pkcs8 v0.10.2
8652023-12-13T04:12:48.733Z Downloaded serde_path_to_error v0.1.14
8662023-12-13T04:12:48.733Z Downloaded typenum v1.16.0
8672023-12-13T04:12:48.755Z Downloaded futures-macro v0.3.29
8682023-12-13T04:12:48.755Z Downloaded signal-hook-tokio v0.3.1
8692023-12-13T04:12:48.755Z Downloaded elliptic-curve v0.13.8
8702023-12-13T04:12:48.755Z Downloaded usdt v0.3.5
8712023-12-13T04:12:48.755Z Downloaded impl-trait-for-tuples v0.2.2
8722023-12-13T04:12:48.756Z Downloaded tap v1.0.1
8732023-12-13T04:12:48.756Z Downloaded foreign-types v0.3.2
8742023-12-13T04:12:48.774Z Downloaded phf_shared v0.10.0
8752023-12-13T04:12:48.774Z Downloaded getopts v0.2.21
8762023-12-13T04:12:48.774Z Downloaded tokio-macros v2.2.0
8772023-12-13T04:12:48.774Z Downloaded fs-err v2.11.0
8782023-12-13T04:12:48.774Z Downloaded rand_core v0.6.4
8792023-12-13T04:12:48.774Z Downloaded parking_lot v0.11.2
8802023-12-13T04:12:48.775Z Downloaded zone v0.3.0
8812023-12-13T04:12:48.775Z Downloaded proc-macro-error-attr v1.0.4
8822023-12-13T04:12:49.195Z Downloaded num-integer v0.1.45
8832023-12-13T04:12:49.195Z Downloaded hash32 v0.2.1
8842023-12-13T04:12:49.195Z Downloaded serde_spanned v0.6.4
8852023-12-13T04:12:49.195Z Downloaded curve25519-dalek-derive v0.1.0
8862023-12-13T04:12:49.195Z Downloaded shell-words v1.1.0
8872023-12-13T04:12:49.195Z Downloaded crucible-workspace-hack v0.1.0
8882023-12-13T04:12:49.195Z Downloaded yansi v0.5.1
8892023-12-13T04:12:49.195Z Downloaded futures-task v0.3.29
8902023-12-13T04:12:49.195Z Downloaded serde-hex v0.1.0
8912023-12-13T04:12:49.206Z Downloaded num_threads v0.1.6
8922023-12-13T04:12:49.206Z Downloaded proc-macro2 v1.0.69
8932023-12-13T04:12:49.207Z Downloaded shlex v1.1.0
8942023-12-13T04:12:49.207Z Downloaded rand_xorshift v0.3.0
8952023-12-13T04:12:49.207Z Downloaded derive-where v1.2.6
8962023-12-13T04:12:49.207Z Downloaded serde-big-array v0.4.1
8972023-12-13T04:12:49.207Z Downloaded rpassword v7.3.1
8982023-12-13T04:12:49.207Z Downloaded foreign-types v0.5.0
8992023-12-13T04:12:49.207Z Downloaded rand v0.4.6
9002023-12-13T04:12:49.207Z Downloaded termios v0.3.3
9012023-12-13T04:12:49.207Z Downloaded proc-macro-crate v1.3.1
9022023-12-13T04:12:49.207Z Downloaded humantime v2.1.0
9032023-12-13T04:12:49.207Z Downloaded terminal_size v0.2.6
9042023-12-13T04:12:49.207Z Downloaded globset v0.4.13
9052023-12-13T04:12:49.207Z Downloaded num-bigint v0.4.4
9062023-12-13T04:12:49.207Z Downloaded doc-comment v0.3.3
9072023-12-13T04:12:49.207Z Downloaded phf_shared v0.11.2
9082023-12-13T04:12:49.207Z Downloaded phf v0.11.2
9092023-12-13T04:12:49.207Z Downloaded poly1305 v0.8.0
9102023-12-13T04:12:49.207Z Downloaded guppy-workspace-hack v0.1.0
9112023-12-13T04:12:49.207Z Downloaded rstest_macros v0.18.2
9122023-12-13T04:12:49.208Z Downloaded similar-asserts v1.5.0
9132023-12-13T04:12:49.208Z Downloaded libxml v0.3.3
9142023-12-13T04:12:49.208Z Downloaded foreign-types-macros v0.2.3
9152023-12-13T04:12:49.208Z Downloaded peeking_take_while v0.1.2
9162023-12-13T04:12:49.208Z Downloaded path-slash v0.1.5
9172023-12-13T04:12:49.208Z Downloaded darling_macro v0.14.4
9182023-12-13T04:12:49.208Z Downloaded opaque-debug v0.3.0
9192023-12-13T04:12:49.208Z Downloaded tar v0.4.40
9202023-12-13T04:12:49.208Z Downloaded whoami v1.4.1
9212023-12-13T04:12:49.208Z Downloaded either v1.9.0
9222023-12-13T04:12:49.208Z Downloaded structopt v0.3.26
9232023-12-13T04:12:49.208Z Downloaded usdt-macro v0.3.5
9242023-12-13T04:12:49.208Z Downloaded prettyplease v0.2.12
9252023-12-13T04:12:49.208Z Downloaded zeroize_derive v1.4.2
9262023-12-13T04:12:49.209Z Downloaded fd-lock v3.0.13
9272023-12-13T04:12:49.209Z Downloaded walkdir v2.4.0
9282023-12-13T04:12:49.209Z Downloaded hashbrown v0.14.2
9292023-12-13T04:12:49.209Z Downloaded olpc-cjson v0.1.3
9302023-12-13T04:12:49.209Z Downloaded fragile v2.0.0
9312023-12-13T04:12:49.209Z Downloaded wait-timeout v0.2.0
9322023-12-13T04:12:49.209Z Downloaded hyper-tls v0.5.0
9332023-12-13T04:12:49.209Z Downloaded darling_core v0.14.4
9342023-12-13T04:12:49.209Z Downloaded oorandom v11.1.3
9352023-12-13T04:12:49.209Z Downloaded ff v0.13.0
9362023-12-13T04:12:49.209Z Downloaded expectorate v1.1.0
9372023-12-13T04:12:49.209Z Downloaded itertools v0.11.0
9382023-12-13T04:12:49.209Z Downloaded rand_chacha v0.3.1
9392023-12-13T04:12:49.210Z Downloaded tower-service v0.3.2
9402023-12-13T04:12:49.210Z Downloaded structmeta-derive v0.2.0
9412023-12-13T04:12:49.210Z Downloaded darling_macro v0.20.3
9422023-12-13T04:12:49.210Z Downloaded slog-dtrace v0.2.3
9432023-12-13T04:12:49.210Z Downloaded thiserror v1.0.49
9442023-12-13T04:12:49.210Z Downloaded float-cmp v0.9.0
9452023-12-13T04:12:49.210Z Downloaded untrusted v0.7.1
9462023-12-13T04:12:49.210Z Downloaded which v4.4.0
9472023-12-13T04:12:49.210Z Downloaded unarray v0.1.4
9482023-12-13T04:12:49.210Z Downloaded ident_case v1.0.1
9492023-12-13T04:12:49.210Z Downloaded pest_derive v2.7.2
9502023-12-13T04:12:49.210Z Downloaded defmt-parser v0.3.3
9512023-12-13T04:12:49.210Z Downloaded env_logger v0.10.0
9522023-12-13T04:12:49.211Z Downloaded remove_dir_all v0.5.3
9532023-12-13T04:12:49.211Z Downloaded pkg-config v0.3.27
9542023-12-13T04:12:49.211Z Downloaded oso-derive v0.27.0
9552023-12-13T04:12:49.211Z Downloaded flagset v0.4.3
9562023-12-13T04:12:49.211Z Downloaded pathdiff v0.2.1
9572023-12-13T04:12:49.211Z Downloaded openssl-probe v0.1.5
9582023-12-13T04:12:49.211Z Downloaded darling v0.14.4
9592023-12-13T04:12:49.211Z Downloaded same-file v1.0.6
9602023-12-13T04:12:49.211Z Downloaded vec_map v0.8.2
9612023-12-13T04:12:49.211Z Downloaded dtrace-parser v0.1.14
9622023-12-13T04:12:49.211Z Downloaded zeroize v1.7.0
9632023-12-13T04:12:49.211Z Downloaded generic-array v0.14.7
9642023-12-13T04:12:49.211Z Downloaded rust-argon2 v1.0.1
9652023-12-13T04:12:49.211Z Downloaded debug-ignore v1.0.5
9662023-12-13T04:12:49.211Z Downloaded smallvec v0.6.14
9672023-12-13T04:12:49.211Z Downloaded futures-sink v0.3.29
9682023-12-13T04:12:49.211Z Downloaded getrandom v0.2.10
9692023-12-13T04:12:49.211Z Downloaded crossbeam-utils v0.8.16
9702023-12-13T04:12:49.211Z Downloaded tui-tree-widget v0.13.0
9712023-12-13T04:12:49.211Z Downloaded datatest-stable v0.2.3
9722023-12-13T04:12:49.211Z Downloaded filetime v0.2.23
9732023-12-13T04:12:49.211Z Downloaded serde_repr v0.1.16
9742023-12-13T04:12:49.212Z Downloaded derive_builder_core v0.12.0
9752023-12-13T04:12:49.212Z Downloaded unicase v2.7.0
9762023-12-13T04:12:49.212Z Downloaded universal-hash v0.5.1
9772023-12-13T04:12:49.212Z Downloaded sqlparser v0.36.1
9782023-12-13T04:12:49.212Z Downloaded paste v1.0.14
9792023-12-13T04:12:49.212Z Downloaded waitgroup v0.1.2
9802023-12-13T04:12:49.212Z Downloaded thiserror-impl v1.0.49
9812023-12-13T04:12:49.212Z Downloaded pem v3.0.2
9822023-12-13T04:12:49.212Z Downloaded data-encoding v2.4.0
9832023-12-13T04:12:49.212Z Downloaded termcolor v1.2.0
9842023-12-13T04:12:49.212Z Downloaded half v1.8.2
9852023-12-13T04:12:49.212Z Downloaded thread_local v1.1.7
9862023-12-13T04:12:49.212Z Downloaded tempfile v3.8.1
9872023-12-13T04:12:49.212Z Downloaded ena v0.14.2
9882023-12-13T04:12:49.212Z Downloaded pest_generator v2.7.2
9892023-12-13T04:12:49.212Z Downloaded tokio-native-tls v0.3.1
9902023-12-13T04:12:49.212Z Downloaded derive_builder v0.12.0
9912023-12-13T04:12:49.219Z Downloaded structmeta v0.2.0
9922023-12-13T04:12:49.219Z Downloaded dyn-clone v1.0.13
9932023-12-13T04:12:49.219Z Downloaded sec1 v0.7.3
9942023-12-13T04:12:49.219Z Downloaded rustc-hash v1.1.0
9952023-12-13T04:12:49.219Z Downloaded num-traits v0.2.16
9962023-12-13T04:12:49.220Z Downloaded num-rational v0.4.1
9972023-12-13T04:12:49.220Z Downloaded iana-time-zone v0.1.57
9982023-12-13T04:12:49.220Z Downloaded pest_meta v2.7.2
9992023-12-13T04:12:49.220Z Downloaded steno v0.4.0
10002023-12-13T04:12:49.220Z Downloaded tabled_derive v0.6.0
10012023-12-13T04:12:49.220Z Downloaded itertools v0.12.0
10022023-12-13T04:12:49.220Z Downloaded tiny-keccak v2.0.2
10032023-12-13T04:12:49.220Z Downloaded form_urlencoded v1.2.1
10042023-12-13T04:12:49.220Z Downloaded tinyvec v1.6.0
10052023-12-13T04:12:49.220Z Downloaded partial-io v0.5.4
10062023-12-13T04:12:49.220Z Downloaded flume v0.11.0
10072023-12-13T04:12:49.220Z Downloaded futures-channel v0.3.29
10082023-12-13T04:12:49.220Z Downloaded rcgen v0.11.3
10092023-12-13T04:12:49.225Z Downloaded tokio-postgres v0.7.10
10102023-12-13T04:12:49.234Z Downloaded oso v0.27.0
10112023-12-13T04:12:49.243Z Downloaded toml v0.5.11
10122023-12-13T04:12:49.243Z Downloaded trust-dns-server v0.22.1
10132023-12-13T04:12:49.254Z Downloaded flate2 v1.0.28
10142023-12-13T04:12:49.259Z Downloaded bitvec v1.0.1
10152023-12-13T04:12:49.300Z Downloaded similar v2.3.0
10162023-12-13T04:12:49.313Z Downloaded ucd-trie v0.1.6
10172023-12-13T04:12:49.314Z Downloaded guppy v0.17.4
10182023-12-13T04:12:49.327Z Downloaded tokio-util v0.7.10
10192023-12-13T04:12:49.327Z Downloaded toml_edit v0.21.0
10202023-12-13T04:12:49.361Z Downloaded reedline v0.22.0
10212023-12-13T04:12:49.373Z Downloaded time v0.3.27
10222023-12-13T04:12:49.796Z Downloaded reqwest v0.11.22
10232023-12-13T04:12:50.215Z Downloaded num-bigint-dig v0.8.4
10242023-12-13T04:12:50.215Z Downloaded tough v0.16.0
10252023-12-13T04:12:50.215Z Downloaded syn v2.0.32
10262023-12-13T04:12:50.216Z Downloaded crossterm v0.26.1
10272023-12-13T04:12:50.216Z Downloaded futures-util v0.3.29
10282023-12-13T04:12:50.216Z Downloaded h2 v0.3.21
10292023-12-13T04:12:50.216Z Downloaded regex-syntax v0.6.29
10302023-12-13T04:12:50.216Z Downloaded regress v0.7.1
10312023-12-13T04:12:50.216Z Downloaded curve25519-dalek v4.1.1
10322023-12-13T04:12:50.216Z Downloaded radix_trie v0.2.1
10332023-12-13T04:12:50.216Z Downloaded webpki-roots v0.25.2
10342023-12-13T04:12:50.216Z Downloaded idna v0.5.0
10352023-12-13T04:12:50.216Z Downloaded smoltcp v0.9.1
10362023-12-13T04:12:50.216Z Downloaded ratatui v0.23.0
10372023-12-13T04:12:50.216Z Downloaded diesel v2.1.4
10382023-12-13T04:12:50.216Z Downloaded regex-syntax v0.8.2
10392023-12-13T04:12:50.216Z Downloaded rustix v0.38.25
10402023-12-13T04:12:50.216Z Downloaded gimli v0.28.0
10412023-12-13T04:12:50.216Z Downloaded openapiv3 v2.0.0
10422023-12-13T04:12:50.216Z Downloaded zerocopy-derive v0.2.0
10432023-12-13T04:12:50.216Z Downloaded regex-automata v0.4.3
10442023-12-13T04:12:50.216Z Downloaded libc v0.2.151
10452023-12-13T04:12:50.216Z Downloaded zerocopy-derive v0.6.4
10462023-12-13T04:12:50.216Z Downloaded zerocopy-derive v0.7.26
10472023-12-13T04:12:50.216Z Downloaded sha3 v0.10.8
10482023-12-13T04:12:50.217Z Downloaded tokio v1.35.0
10492023-12-13T04:12:50.217Z Downloaded regex-automata v0.3.8
10502023-12-13T04:12:50.217Z Downloaded bzip2-sys v0.1.11+1.0.8
10512023-12-13T04:12:50.217Z Downloaded trust-dns-proto v0.22.0
10522023-12-13T04:12:50.217Z Downloaded sled v0.34.7
10532023-12-13T04:12:50.217Z Downloaded encoding_rs v0.8.33
10542023-12-13T04:12:50.217Z Downloaded bstr v1.6.0
10552023-12-13T04:12:50.217Z Downloaded smoltcp v0.10.0
10562023-12-13T04:12:50.217Z Downloaded object v0.32.1
10572023-12-13T04:12:50.217Z Downloaded rustls v0.21.9
10582023-12-13T04:12:50.217Z Downloaded openssl v0.10.60
10592023-12-13T04:12:50.217Z Downloaded bstr v0.2.17
10602023-12-13T04:12:50.217Z Downloaded polar-core v0.27.0
10612023-12-13T04:12:50.222Z Downloaded vcpkg v0.2.15
10622023-12-13T04:12:50.289Z Downloaded rustix v0.37.23
10632023-12-13T04:12:50.326Z Downloaded regex-syntax v0.7.5
10642023-12-13T04:12:50.338Z Downloaded idna v0.2.3
10652023-12-13T04:12:50.351Z Downloaded regex v1.10.2
10662023-12-13T04:12:50.375Z Downloaded object v0.30.4
10672023-12-13T04:12:50.392Z Downloaded nix v0.26.4
10682023-12-13T04:12:50.412Z Downloaded petgraph v0.6.4
10692023-12-13T04:12:50.436Z Downloaded tabled v0.14.0
10702023-12-13T04:12:50.463Z Downloaded quick-xml v0.23.1
10712023-12-13T04:12:50.476Z Downloaded rayon v1.8.0
10722023-12-13T04:12:50.492Z Downloaded chrono v0.4.31
10732023-12-13T04:12:50.506Z Downloaded syn v1.0.109
10742023-12-13T04:12:50.525Z Downloaded unicode-normalization v0.1.22
10752023-12-13T04:12:50.531Z Downloaded crossterm v0.27.0
10762023-12-13T04:12:50.544Z Downloaded winnow v0.5.15
10772023-12-13T04:12:50.562Z Downloaded rustls-webpki v0.101.7
10782023-12-13T04:12:50.590Z Downloaded lalrpop v0.19.12
10792023-12-13T04:12:50.605Z Downloaded trust-dns-resolver v0.22.0
10802023-12-13T04:12:50.625Z Downloaded x509-cert v0.2.4
10812023-12-13T04:12:50.652Z Downloaded rustyline v12.0.0
10822023-12-13T04:12:50.652Z Downloaded ring v0.17.7
10832023-12-13T04:12:50.763Z Downloaded clap v2.34.0
10842023-12-13T04:12:50.775Z Downloaded zerocopy v0.7.26
10852023-12-13T04:12:50.811Z Downloaded proptest v1.4.0
10862023-12-13T04:12:50.820Z Downloaded bindgen v0.65.1
10872023-12-13T04:12:50.834Z Downloaded yasna v0.5.2
10882023-12-13T04:12:50.837Z Downloaded ring v0.16.20
10892023-12-13T04:12:50.997Z Downloaded ron v0.8.1
10902023-12-13T04:12:51.015Z Downloaded portable-atomic v1.4.3
10912023-12-13T04:12:51.430Z Downloaded unsafe-libyaml v0.2.9
10922023-12-13T04:12:51.430Z Downloaded pest v2.7.2
10932023-12-13T04:12:51.438Z Downloaded hyper v0.14.27
10942023-12-13T04:12:51.438Z Downloaded tracing v0.1.37
10952023-12-13T04:12:51.438Z Downloaded unicode-bidi v0.3.13
10962023-12-13T04:12:51.438Z Downloaded toml v0.8.8
10972023-12-13T04:12:51.438Z Downloaded hkdf v0.12.3
10982023-12-13T04:12:51.438Z Downloaded tokio-stream v0.1.14
10992023-12-13T04:12:51.439Z Downloaded tokio-rustls v0.24.1
11002023-12-13T04:12:51.439Z Downloaded slog-term v2.9.0
11012023-12-13T04:12:51.439Z Downloaded indicatif v0.17.7
11022023-12-13T04:12:51.439Z Downloaded openssl-sys v0.9.96
11032023-12-13T04:12:51.439Z Downloaded plotters v0.3.5
11042023-12-13T04:12:51.439Z Downloaded clap_builder v4.4.2
11052023-12-13T04:12:51.439Z Downloaded unicode-segmentation v1.10.1
11062023-12-13T04:12:51.439Z Downloaded futures v0.3.29
11072023-12-13T04:12:51.439Z Downloaded rustls-pemfile v1.0.3
11082023-12-13T04:12:51.439Z Downloaded futures-io v0.3.29
11092023-12-13T04:12:51.439Z Downloaded xattr v1.0.1
11102023-12-13T04:12:51.439Z Downloaded darling_core v0.20.3
11112023-12-13T04:12:51.439Z Downloaded zip v0.6.6
11122023-12-13T04:12:51.439Z Downloaded postgres-types v0.2.6
11132023-12-13T04:12:51.439Z Downloaded salty v0.2.0
11142023-12-13T04:12:51.439Z Downloaded schemars_derive v0.8.13
11152023-12-13T04:12:51.439Z Downloaded serde_json v1.0.108
11162023-12-13T04:12:51.439Z Downloaded signature v2.1.0
11172023-12-13T04:12:51.439Z Downloaded signature v1.6.4
11182023-12-13T04:12:51.440Z Downloaded slog-scope v4.4.0
11192023-12-13T04:12:51.440Z Downloaded rustls-native-certs v0.6.3
11202023-12-13T04:12:51.440Z Downloaded aho-corasick v1.0.4
11212023-12-13T04:12:51.440Z Downloaded pkcs1 v0.7.5
11222023-12-13T04:12:51.440Z Downloaded unicode-ident v1.0.12
11232023-12-13T04:12:51.440Z Downloaded pretty_assertions v1.4.0
11242023-12-13T04:12:51.440Z Downloaded url v2.5.0
11252023-12-13T04:12:51.440Z Downloaded toml_edit v0.19.15
11262023-12-13T04:12:51.440Z Downloaded itertools v0.10.5
11272023-12-13T04:12:51.440Z Downloaded pem-rfc7468 v0.7.0
11282023-12-13T04:12:51.440Z Downloaded pin-project v1.1.3
11292023-12-13T04:12:51.440Z Downloaded time-core v0.1.1
11302023-12-13T04:12:51.440Z Downloaded fixedbitset v0.4.2
11312023-12-13T04:12:51.440Z Downloaded tungstenite v0.20.1
11322023-12-13T04:12:51.440Z Downloaded pin-utils v0.1.0
11332023-12-13T04:12:51.440Z Downloaded ryu v1.0.15
11342023-12-13T04:12:51.440Z Downloaded serde v1.0.193
11352023-12-13T04:12:51.440Z Downloaded hyper-staticfile v0.9.5
11362023-12-13T04:12:51.440Z Downloaded rstest v0.18.2
11372023-12-13T04:12:51.441Z Downloaded vte v0.10.1
11382023-12-13T04:12:51.441Z Downloaded term v0.7.0
11392023-12-13T04:12:51.441Z Downloaded derive_more v0.99.17
11402023-12-13T04:12:51.441Z Downloaded slog v2.7.0
11412023-12-13T04:12:51.441Z Downloaded serde_yaml v0.9.25
11422023-12-13T04:12:51.441Z Downloaded uuid v1.6.1
11432023-12-13T04:12:51.441Z Downloaded sct v0.7.0
11442023-12-13T04:12:51.441Z Downloaded darling v0.20.3
11452023-12-13T04:12:51.441Z Downloaded unicode_categories v0.1.1
11462023-12-13T04:12:51.441Z Downloaded rsa v0.9.2
11472023-12-13T04:12:51.441Z Downloaded slog-bunyan v2.4.0
11482023-12-13T04:12:51.441Z Downloaded ref-cast-impl v1.0.20
11492023-12-13T04:12:51.441Z Downloaded futures-timer v3.0.2
11502023-12-13T04:12:51.441Z Downloaded typed-path v0.7.0
11512023-12-13T04:12:51.441Z Downloaded semver v1.0.20
11522023-12-13T04:12:51.441Z Downloaded num-complex v0.4.4
11532023-12-13T04:12:51.441Z Downloaded pretty-hex v0.4.0
11542023-12-13T04:12:51.442Z Downloaded packed_struct v0.10.1
11552023-12-13T04:12:51.442Z Downloaded rustc-demangle v0.1.23
11562023-12-13T04:12:51.442Z Downloaded digest v0.10.7
11572023-12-13T04:12:51.442Z Downloaded difflib v0.4.0
11582023-12-13T04:12:51.442Z Downloaded vsss-rs v3.3.2
11592023-12-13T04:12:51.442Z Downloaded ref-cast v1.0.20
11602023-12-13T04:12:51.442Z Downloaded group v0.13.0
11612023-12-13T04:12:51.442Z Downloaded glob v0.3.1
11622023-12-13T04:12:51.442Z Downloaded rayon-core v1.12.0
11632023-12-13T04:12:51.442Z Downloaded parking_lot_core v0.9.8
11642023-12-13T04:12:51.442Z Downloaded hashbrown v0.12.3
11652023-12-13T04:12:51.446Z Downloaded postcard v1.0.8
11662023-12-13T04:12:51.446Z Downloaded scopeguard v1.2.0
11672023-12-13T04:12:51.450Z Downloaded http v0.2.11
11682023-12-13T04:12:51.454Z Downloaded nom v7.1.3
11692023-12-13T04:12:51.463Z Downloaded criterion v0.5.1
11702023-12-13T04:12:51.475Z Downloaded ed25519 v1.5.3
11712023-12-13T04:12:51.478Z Downloaded pretty-hex v0.2.1
11722023-12-13T04:12:51.481Z Downloaded vte_generate_state_changes v0.1.1
11732023-12-13T04:12:51.482Z Downloaded regex-automata v0.1.10
11742023-12-13T04:12:51.489Z Downloaded indoc v2.0.3
11752023-12-13T04:12:51.493Z Downloaded slog-async v2.8.0
11762023-12-13T04:12:51.496Z Downloaded siphasher v0.3.11
11772023-12-13T04:12:51.500Z Downloaded quick-error v1.2.3
11782023-12-13T04:12:51.500Z Downloaded num_enum_derive v0.5.11
11792023-12-13T04:12:51.503Z Downloaded num-derive v0.4.0
11802023-12-13T04:12:51.507Z Downloaded slog-stdlog v4.1.1
11812023-12-13T04:12:51.507Z Downloaded der v0.7.8
11822023-12-13T04:12:51.515Z Downloaded time-macros v0.2.13
11832023-12-13T04:12:51.519Z Downloaded rtoolbox v0.0.1
11842023-12-13T04:12:51.522Z Downloaded nibble_vec v0.1.0
11852023-12-13T04:12:51.523Z Downloaded omicron-zone-package v0.9.1
11862023-12-13T04:12:51.526Z Downloaded indexmap v1.9.3
11872023-12-13T04:12:51.532Z Downloaded rand v0.8.5
11882023-12-13T04:12:51.538Z Downloaded snafu v0.7.5
11892023-12-13T04:12:51.553Z Downloaded parking_lot v0.12.1
11902023-12-13T04:12:51.556Z Downloaded serde_with v3.4.0
11912023-12-13T04:12:51.563Z Downloaded mio v0.8.9
11922023-12-13T04:12:51.572Z Downloaded hashbrown v0.13.2
11932023-12-13T04:12:51.585Z Downloaded trust-dns-client v0.22.0
11942023-12-13T04:12:51.594Z Downloaded password-hash v0.5.0
11952023-12-13T04:12:51.598Z Downloaded rusty-fork v0.3.0
11962023-12-13T04:12:51.598Z Downloaded proc-macro-error v1.0.4
11972023-12-13T04:12:51.602Z Downloaded static_assertions v1.1.0
11982023-12-13T04:12:51.605Z Downloaded papergrid v0.10.0
11992023-12-13T04:12:51.612Z Downloaded toml v0.7.8
12002023-12-13T04:12:51.617Z Downloaded take_mut v0.2.2
12012023-12-13T04:12:51.622Z Downloaded futures-executor v0.3.29
12022023-12-13T04:12:51.622Z Downloaded spin v0.9.8
12032023-12-13T04:12:51.626Z Downloaded parking_lot_core v0.8.6
12042023-12-13T04:12:51.633Z Downloaded owo-colors v3.5.0
12052023-12-13T04:12:51.633Z Downloaded textwrap v0.16.0
12062023-12-13T04:12:51.637Z Downloaded serde_tokenstream v0.2.0
12072023-12-13T04:12:51.641Z Downloaded postgres-protocol v0.6.6
12082023-12-13T04:12:51.645Z Downloaded diesel_derives v2.1.2
12092023-12-13T04:12:51.648Z Downloaded sha1 v0.10.6
12102023-12-13T04:12:51.655Z Downloaded crypto-bigint v0.5.2
12112023-12-13T04:12:51.661Z Downloaded foreign-types-shared v0.3.1
12122023-12-13T04:12:51.666Z Downloaded foreign-types-shared v0.1.1
12132023-12-13T04:12:51.666Z Downloaded crossbeam-channel v0.5.8
12142023-12-13T04:12:51.670Z Downloaded serde_tokenstream v0.1.7
12152023-12-13T04:12:51.677Z Downloaded num-iter v0.1.43
12162023-12-13T04:12:51.684Z Downloaded parse-display-derive v0.8.2
12172023-12-13T04:12:51.684Z Downloaded socket2 v0.5.5
12182023-12-13T04:12:52.102Z Downloaded socket2 v0.4.9
12192023-12-13T04:12:52.102Z Downloaded percent-encoding v2.3.1
12202023-12-13T04:12:52.102Z Downloaded crossbeam-epoch v0.9.15
12212023-12-13T04:12:52.115Z Downloaded zerocopy v0.6.4
12222023-12-13T04:12:52.115Z Downloaded unicode-linebreak v0.1.5
12232023-12-13T04:12:52.115Z Downloaded diff v0.1.13
12242023-12-13T04:12:52.115Z Downloaded futures-core v0.3.29
12252023-12-13T04:12:52.115Z Downloaded funty v2.0.0
12262023-12-13T04:12:52.116Z Downloaded packed_struct_codegen v0.10.1
12272023-12-13T04:12:52.116Z Downloaded snafu-derive v0.7.5
12282023-12-13T04:12:52.116Z Downloaded der_derive v0.7.2
12292023-12-13T04:12:52.116Z Downloaded usdt-impl v0.3.5
12302023-12-13T04:12:52.116Z Downloaded subprocess v0.2.9
12312023-12-13T04:12:52.116Z Downloaded memchr v2.6.3
12322023-12-13T04:12:52.116Z Downloaded untrusted v0.9.0
12332023-12-13T04:12:52.116Z Downloaded predicates-core v1.0.6
12342023-12-13T04:12:52.116Z Downloaded predicates v3.0.4
12352023-12-13T04:12:52.116Z Downloaded ppv-lite86 v0.2.17
12362023-12-13T04:12:52.116Z Downloaded spki v0.7.2
12372023-12-13T04:12:52.116Z Downloaded pin-project-lite v0.2.13
12382023-12-13T04:12:52.116Z Downloaded pin-project-internal v1.1.3
12392023-12-13T04:12:52.116Z Downloaded zerocopy v0.3.0
12402023-12-13T04:12:52.116Z Downloaded heapless v0.7.16
12412023-12-13T04:12:52.117Z Downloaded semver-parser v0.10.2
12422023-12-13T04:12:52.117Z Downloaded crossbeam-deque v0.8.3
12432023-12-13T04:12:52.117Z Downloaded indexmap v2.1.0
12442023-12-13T04:12:52.117Z Downloaded cstr-argument v0.1.2
12452023-12-13T04:12:52.117Z Downloaded cookie v0.18.0
12462023-12-13T04:12:52.117Z Downloaded defmt v0.3.5
12472023-12-13T04:12:52.117Z Downloaded version_check v0.9.4
12482023-12-13T04:12:52.117Z Downloaded predicates-tree v1.0.9
12492023-12-13T04:12:52.117Z Downloaded strsim v0.10.0
12502023-12-13T04:12:52.117Z Downloaded strsim v0.8.0
12512023-12-13T04:12:52.118Z Downloaded tracing-core v0.1.31
12522023-12-13T04:12:52.118Z Downloaded minimal-lexical v0.2.1
12532023-12-13T04:12:52.118Z Downloaded openssl-macros v0.1.1
12542023-12-13T04:12:52.118Z Downloaded once_cell v1.19.0
12552023-12-13T04:12:52.118Z Downloaded thiserror-impl-no-std v2.0.2
12562023-12-13T04:12:52.118Z Downloaded stable_deref_trait v1.2.0
12572023-12-13T04:12:52.118Z Downloaded serde_plain v1.0.2
12582023-12-13T04:12:52.118Z Downloaded signal-hook v0.3.17
12592023-12-13T04:12:52.119Z Downloaded num_cpus v1.16.0
12602023-12-13T04:12:52.119Z Downloaded ciborium v0.2.1
12612023-12-13T04:12:52.119Z Downloaded smallvec v1.11.2
12622023-12-13T04:12:52.119Z Downloaded zone_cfg_derive v0.3.0
12632023-12-13T04:12:52.119Z Downloaded number_prefix v0.4.0
12642023-12-13T04:12:52.119Z Downloaded usdt-attr-macro v0.3.5
12652023-12-13T04:12:52.119Z Downloaded nu-ansi-term v0.49.0
12662023-12-13T04:12:52.119Z Downloaded mime_guess v2.0.4
12672023-12-13T04:12:52.120Z Downloaded plotters-backend v0.3.5
12682023-12-13T04:12:52.120Z Downloaded sqlparser_derive v0.1.1
12692023-12-13T04:12:52.120Z Downloaded thread-id v4.2.0
12702023-12-13T04:12:52.120Z Downloaded quote v1.0.33
12712023-12-13T04:12:52.120Z Downloaded test-strategy v0.3.1
12722023-12-13T04:12:52.121Z Downloaded crc-any v2.4.3
12732023-12-13T04:12:52.121Z Downloaded structopt-derive v0.4.18
12742023-12-13T04:12:52.121Z Downloaded arc-swap v1.6.0
12752023-12-13T04:12:52.121Z Downloaded supports-color v2.1.0
12762023-12-13T04:12:52.121Z Downloaded hmac v0.12.1
12772023-12-13T04:12:52.122Z Downloaded clang-sys v1.6.1
12782023-12-13T04:12:52.122Z Downloaded dof v0.1.5
12792023-12-13T04:12:52.122Z Downloaded display-error-chain v0.2.0
12802023-12-13T04:12:52.122Z Downloaded cfg-expr v0.15.5
12812023-12-13T04:12:52.122Z Downloaded fallible-iterator v0.2.0
12822023-12-13T04:12:52.123Z Downloaded tokio-tungstenite v0.20.1
12832023-12-13T04:12:52.123Z Downloaded mockall_derive v0.12.0
12842023-12-13T04:12:52.123Z Downloaded io-lifetimes v1.0.11
12852023-12-13T04:12:52.123Z Downloaded unicode-width v0.1.11
12862023-12-13T04:12:52.123Z Downloaded textwrap v0.11.0
12872023-12-13T04:12:52.123Z Downloaded chacha20 v0.9.1
12882023-12-13T04:12:52.124Z Downloaded trybuild v1.0.85
12892023-12-13T04:12:52.124Z Downloaded enum-as-inner v0.5.1
12902023-12-13T04:12:52.124Z Downloaded tracing-attributes v0.1.26
12912023-12-13T04:12:52.124Z Downloaded errno v0.3.2
12922023-12-13T04:12:52.124Z Downloaded spin v0.5.2
12932023-12-13T04:12:52.124Z Downloaded tempdir v0.3.7
12942023-12-13T04:12:52.124Z Downloaded constant_time_eq v0.2.6
12952023-12-13T04:12:52.125Z Downloaded num_enum v0.5.11
12962023-12-13T04:12:52.125Z Downloaded cpufeatures v0.2.9
12972023-12-13T04:12:52.125Z Downloaded diesel_table_macro_syntax v0.1.0
12982023-12-13T04:12:52.125Z Downloaded derive_builder_macro v0.12.0
12992023-12-13T04:12:52.125Z Downloaded httpdate v1.0.3
13002023-12-13T04:12:52.125Z Downloaded smf v0.2.2
13012023-12-13T04:12:52.125Z Downloaded serde_derive v1.0.193
13022023-12-13T04:12:52.125Z Downloaded arrayvec v0.7.4
13032023-12-13T04:12:52.126Z Downloaded arrayvec v0.5.2
13042023-12-13T04:12:52.126Z Downloaded managed v0.8.0
13052023-12-13T04:12:52.126Z Downloaded blake2 v0.10.6
13062023-12-13T04:12:52.126Z Downloaded tinytemplate v1.2.1
13072023-12-13T04:12:52.126Z Downloaded slog-json v2.6.1
13082023-12-13T04:12:52.126Z Downloaded slab v0.4.9
13092023-12-13T04:12:52.127Z Downloaded strip-ansi-escapes v0.1.1
13102023-12-13T04:12:52.127Z Downloaded httparse v1.8.0
13112023-12-13T04:12:52.127Z Downloaded bzip2 v0.4.4
13122023-12-13T04:12:52.127Z Downloaded native-tls v0.2.11
13132023-12-13T04:12:52.127Z Downloaded cexpr v0.6.0
13142023-12-13T04:12:52.127Z Downloaded bcs v0.1.6
13152023-12-13T04:12:52.127Z Downloaded stringprep v0.1.3
13162023-12-13T04:12:52.127Z Downloaded is-terminal v0.4.9
13172023-12-13T04:12:52.128Z Downloaded ipnetwork v0.20.0
13182023-12-13T04:12:52.128Z Downloaded utf8parse v0.2.1
13192023-12-13T04:12:52.128Z Downloaded constant_time_eq v0.3.0
13202023-12-13T04:12:52.128Z Downloaded clap_derive v4.4.2
13212023-12-13T04:12:52.565Z Downloaded camino v1.1.6
13222023-12-13T04:12:52.565Z Downloaded utf-8 v0.7.6
13232023-12-13T04:12:52.565Z Downloaded unicode-xid v0.2.4
13242023-12-13T04:12:52.565Z Downloaded target-spec v3.0.1
13252023-12-13T04:12:52.566Z Downloaded strum_macros v0.24.3
13262023-12-13T04:12:52.566Z Downloaded string_cache v0.8.7
13272023-12-13T04:12:52.566Z Downloaded sqlformat v0.2.3
13282023-12-13T04:12:52.566Z Downloaded signal-hook-registry v1.4.1
13292023-12-13T04:12:52.566Z Downloaded signal-hook-mio v0.2.3
13302023-12-13T04:12:52.567Z Downloaded secrecy v0.8.0
13312023-12-13T04:12:52.567Z Downloaded semver v0.1.20
13322023-12-13T04:12:52.567Z Downloaded keccak v0.1.4
13332023-12-13T04:12:52.567Z Downloaded criterion-plot v0.5.0
13342023-12-13T04:12:52.568Z Downloaded kstat-rs v0.2.3
13352023-12-13T04:12:52.568Z Downloaded corncobs v0.1.3
13362023-12-13T04:12:52.568Z Downloaded cassowary v0.3.0
13372023-12-13T04:12:52.568Z Downloaded toolchain_find v0.2.0
13382023-12-13T04:12:52.569Z Downloaded array-init v0.0.4
13392023-12-13T04:12:52.569Z Downloaded arrayref v0.3.7
13402023-12-13T04:12:52.569Z Downloaded memoffset v0.7.1
13412023-12-13T04:12:52.569Z Downloaded anes v0.1.6
13422023-12-13T04:12:52.570Z Downloaded lock_api v0.4.10
13432023-12-13T04:12:52.570Z Downloaded clap_lex v0.5.1
13442023-12-13T04:12:52.570Z Downloaded cobs v0.2.3
13452023-12-13T04:12:52.570Z Downloaded mime v0.3.17
13462023-12-13T04:12:52.570Z Downloaded want v0.3.1
13472023-12-13T04:12:52.570Z Downloaded http-body v0.4.5
13482023-12-13T04:12:52.571Z Downloaded cipher v0.4.4
13492023-12-13T04:12:52.571Z Downloaded hostname v0.3.1
13502023-12-13T04:12:52.571Z Downloaded heck v0.4.1
13512023-12-13T04:12:52.571Z Downloaded cargo_metadata v0.18.1
13522023-12-13T04:12:52.571Z Downloaded smawk v0.3.1
13532023-12-13T04:12:52.572Z Downloaded semver v0.11.0
13542023-12-13T04:12:52.572Z Downloaded cargo-platform v0.1.3
13552023-12-13T04:12:52.572Z Downloaded highway v1.1.0
13562023-12-13T04:12:52.572Z Downloaded try-lock v0.2.4
13572023-12-13T04:12:52.572Z Downloaded addr2line v0.21.0
13582023-12-13T04:12:52.573Z Downloaded home v0.5.5
13592023-12-13T04:12:52.573Z Downloaded heck v0.3.3
13602023-12-13T04:12:52.573Z Downloaded hex-literal v0.4.1
13612023-12-13T04:12:52.573Z Downloaded schemars v0.8.13
13622023-12-13T04:12:52.573Z Downloaded linked-hash-map v0.5.6
13632023-12-13T04:12:52.573Z Downloaded anstyle v1.0.2
13642023-12-13T04:12:52.573Z Downloaded libtest-mimic v0.6.1
13652023-12-13T04:12:52.574Z Downloaded cfg-if v1.0.0
13662023-12-13T04:12:52.574Z Downloaded blake2b_simd v1.0.1
13672023-12-13T04:12:52.574Z Downloaded bitflags v2.4.0
13682023-12-13T04:12:52.574Z Downloaded serde_urlencoded v0.7.1
13692023-12-13T04:12:52.574Z Downloaded adler v1.0.2
13702023-12-13T04:12:52.574Z Downloaded colorchoice v1.0.0
13712023-12-13T04:12:52.574Z Downloaded hex v0.4.3
13722023-12-13T04:12:52.575Z Downloaded camino-tempfile v1.1.1
13732023-12-13T04:12:52.575Z Downloaded anstream v0.5.0
13742023-12-13T04:12:52.575Z Downloaded linear-map v1.2.0
13752023-12-13T04:12:52.575Z Downloaded ciborium-io v0.2.1
13762023-12-13T04:12:52.575Z Downloaded buf-list v1.0.3
13772023-12-13T04:12:52.575Z Downloaded rustversion v1.0.14
13782023-12-13T04:12:52.575Z Downloaded match_cfg v0.1.0
13792023-12-13T04:12:52.576Z Downloaded lalrpop-util v0.19.12
13802023-12-13T04:12:52.576Z Downloaded hyper-rustls v0.24.2
13812023-12-13T04:12:52.576Z Downloaded colored v2.0.4
13822023-12-13T04:12:52.576Z Downloaded cast v0.3.0
13832023-12-13T04:12:52.576Z Downloaded crc-catalog v2.2.0
13842023-12-13T04:12:52.576Z Downloaded hubpack_derive v0.1.1
13852023-12-13T04:12:52.577Z Downloaded scheduled-thread-pool v0.2.7
13862023-12-13T04:12:52.577Z Downloaded matches v0.1.10
13872023-12-13T04:12:52.577Z Downloaded libm v0.2.7
13882023-12-13T04:12:52.577Z Downloaded const-oid v0.9.5
13892023-12-13T04:12:52.577Z Downloaded bytesize v1.3.0
13902023-12-13T04:12:52.577Z Downloaded nested v0.1.1
13912023-12-13T04:12:52.577Z Downloaded anyhow v1.0.75
13922023-12-13T04:12:52.578Z Downloaded ahash v0.8.6
13932023-12-13T04:12:52.578Z Downloaded indoc v1.0.9
13942023-12-13T04:12:52.578Z Downloaded crc32fast v1.3.2
13952023-12-13T04:12:52.578Z Downloaded convert_case v0.4.0
13962023-12-13T04:12:52.578Z Downloaded console v0.15.7
13972023-12-13T04:12:52.579Z Downloaded headers-core v0.2.0
13982023-12-13T04:12:52.579Z Downloaded byteorder v1.5.0
13992023-12-13T04:12:52.579Z Downloaded block-buffer v0.10.4
14002023-12-13T04:12:52.579Z Downloaded block-padding v0.3.3
14012023-12-13T04:12:52.579Z Downloaded aead v0.5.2
14022023-12-13T04:12:52.579Z Downloaded bitflags v1.3.2
14032023-12-13T04:12:52.580Z Downloaded bb8 v0.8.1
14042023-12-13T04:12:52.580Z Downloaded bit-vec v0.6.3
14052023-12-13T04:12:52.580Z Downloaded basic-toml v0.1.4
14062023-12-13T04:12:52.580Z Downloaded bit-set v0.5.3
14072023-12-13T04:12:52.580Z Downloaded autocfg v1.1.0
14082023-12-13T04:12:52.581Z Downloaded serde_derive_internals v0.26.0
14092023-12-13T04:12:52.581Z Downloaded rustfmt-wrapper v0.2.0
14102023-12-13T04:12:52.581Z Downloaded rustc_version v0.4.0
14112023-12-13T04:12:52.581Z Downloaded multer v2.1.0
14122023-12-13T04:12:52.581Z Downloaded memoffset v0.9.0
14132023-12-13T04:12:52.582Z Downloaded lru-cache v0.1.2
14142023-12-13T04:12:52.582Z Downloaded assert_cmd v2.0.12
14152023-12-13T04:12:52.582Z Downloaded atomic-waker v1.1.1
14162023-12-13T04:12:52.582Z Downloaded async-trait v0.1.74
14172023-12-13T04:12:52.582Z Downloaded async-recursion v1.0.5
14182023-12-13T04:12:52.583Z Downloaded assert_matches v1.5.0
14192023-12-13T04:12:52.583Z Downloaded libsw v3.3.0
14202023-12-13T04:12:53.042Z Compiling proc-macro2 v1.0.69
14212023-12-13T04:12:53.054Z Compiling unicode-ident v1.0.12
14222023-12-13T04:12:53.054Z Compiling libc v0.2.151
14232023-12-13T04:12:53.054Z Compiling cfg-if v1.0.0
14242023-12-13T04:12:53.067Z Compiling serde v1.0.193
14252023-12-13T04:12:53.075Z Compiling autocfg v1.1.0
14262023-12-13T04:12:53.075Z Compiling version_check v0.9.4
14272023-12-13T04:12:53.075Z Compiling syn v1.0.109
14282023-12-13T04:12:53.075Z Running `/home/build/.rustup/toolchains/1.74.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.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=eb1f525ce55dcca0 -C extra-filename=-eb1f525ce55dcca0 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-eb1f525ce55dcca0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14292023-12-13T04:12:53.075Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=d84da02132e91997 -C extra-filename=-d84da02132e91997 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14302023-12-13T04:12:53.075Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.151/build.rs --error-format=json --json=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"' -C metadata=67c05c2bf2908da8 -C extra-filename=-67c05c2bf2908da8 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-67c05c2bf2908da8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14312023-12-13T04:12:53.075Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=bc2c501506aafa82 -C extra-filename=-bc2c501506aafa82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14322023-12-13T04:12:53.075Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-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 -C metadata=c1e84996da593841 -C extra-filename=-c1e84996da593841 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14332023-12-13T04:12:53.075Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=f70da3b4ef23834d -C extra-filename=-f70da3b4ef23834d --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-f70da3b4ef23834d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14342023-12-13T04:12:53.075Z Running `/home/build/.rustup/toolchains/1.74.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.193/build.rs --error-format=json --json=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"' -C metadata=7865db9a15b49545 -C extra-filename=-7865db9a15b49545 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-7865db9a15b49545 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14352023-12-13T04:12:53.076Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.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 -C metadata=2c487f79507661dd -C extra-filename=-2c487f79507661dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14362023-12-13T04:12:53.340Z Compiling memchr v2.6.3
14372023-12-13T04:12:56.842Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=918fa9e671606ec5 -C extra-filename=-918fa9e671606ec5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14382023-12-13T04:12:57.082Z Compiling log v0.4.20
14392023-12-13T04:12:57.082Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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="std"' -C metadata=c5d2103652c0a8bc -C extra-filename=-c5d2103652c0a8bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14402023-12-13T04:12:57.082Z Compiling scopeguard v1.2.0
14412023-12-13T04:12:57.082Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /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 -C metadata=9ff0b066c30ae916 -C extra-filename=-9ff0b066c30ae916 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14422023-12-13T04:12:57.083Z Compiling once_cell v1.19.0
14432023-12-13T04:12:57.083Z Running `/home/build/.rustup/toolchains/1.74.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' -C metadata=230e44e7360903b6 -C extra-filename=-230e44e7360903b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14442023-12-13T04:12:57.083Z Compiling smallvec v1.11.2
14452023-12-13T04:12:57.083Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.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 -C metadata=0316017cde573a0f -C extra-filename=-0316017cde573a0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14462023-12-13T04:12:57.083Z Compiling lock_api v0.4.10
14472023-12-13T04:12:57.083Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=6ebba4f898318ce6 -C extra-filename=-6ebba4f898318ce6 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-6ebba4f898318ce6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
14482023-12-13T04:12:57.083Z Compiling itoa v1.0.9
14492023-12-13T04:12:57.083Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-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 -C metadata=7860ae71447b6389 -C extra-filename=-7860ae71447b6389 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14502023-12-13T04:12:57.083Z Compiling parking_lot_core v0.9.8
14512023-12-13T04:12:57.083Z Running `/home/build/.rustup/toolchains/1.74.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.9.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 -C metadata=cd16db7f1061154e -C extra-filename=-cd16db7f1061154e --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-cd16db7f1061154e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14522023-12-13T04:12:57.083Z Compiling libm v0.2.7
14532023-12-13T04:12:57.083Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e5475095bd848c83 -C extra-filename=-e5475095bd848c83 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-e5475095bd848c83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14542023-12-13T04:12:57.084Z Compiling num-traits v0.2.16
14552023-12-13T04:12:57.084Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=51a2c0ef3cfe76e2 -C extra-filename=-51a2c0ef3cfe76e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-51a2c0ef3cfe76e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
14562023-12-13T04:12:57.146Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-7865db9a15b49545/build-script-build`
14572023-12-13T04:12:57.147Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-eb1f525ce55dcca0/build-script-build`
14582023-12-13T04:12:57.147Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-cd16db7f1061154e/build-script-build`
14592023-12-13T04:12:57.147Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-67c05c2bf2908da8/build-script-build`
14602023-12-13T04:12:57.147Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-51a2c0ef3cfe76e2/build-script-build`
14612023-12-13T04:12:57.147Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-6ebba4f898318ce6/build-script-build`
14622023-12-13T04:12:57.147Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-e5475095bd848c83/build-script-build`
14632023-12-13T04:12:57.147Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-f70da3b4ef23834d/build-script-build`
14642023-12-13T04:12:57.147Z Compiling byteorder v1.5.0
14652023-12-13T04:12:57.147Z Compiling thiserror v1.0.49
14662023-12-13T04:12:57.148Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=1b4ad01209984ea0 -C extra-filename=-1b4ad01209984ea0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14672023-12-13T04:12:57.148Z Running `/home/build/.rustup/toolchains/1.74.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.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=537e95fdbea99744 -C extra-filename=-537e95fdbea99744 --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-d84da02132e91997.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro`
14682023-12-13T04:12:57.148Z Running `/home/build/.rustup/toolchains/1.74.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.49/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3dada0de3a176c94 -C extra-filename=-3dada0de3a176c94 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-3dada0de3a176c94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14692023-12-13T04:12:57.148Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.151/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=df62e9c1aba12dc6 -C extra-filename=-df62e9c1aba12dc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
14702023-12-13T04:12:57.148Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-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 --cfg 'feature="default"' -C metadata=b2de4a05ed778b08 -C extra-filename=-b2de4a05ed778b08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14712023-12-13T04:12:57.148Z Compiling spin v0.5.2
14722023-12-13T04:12:57.148Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-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 -C metadata=330d2d2ff14221bf -C extra-filename=-330d2d2ff14221bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14732023-12-13T04:12:57.181Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.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="atomic_usize"' --cfg 'feature="default"' -C metadata=c0d85aeeedd1db0a -C extra-filename=-c0d85aeeedd1db0a --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-9ff0b066c30ae916.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound`
14742023-12-13T04:12:57.421Z Compiling pin-project-lite v0.2.13
14752023-12-13T04:12:57.437Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=2c68fbf53c1efe19 -C extra-filename=-2c68fbf53c1efe19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14762023-12-13T04:12:57.603Z Compiling ryu v1.0.15
14772023-12-13T04:12:57.638Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.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 -C metadata=38d350ef85d2d309 -C extra-filename=-38d350ef85d2d309 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14782023-12-13T04:12:57.685Z Compiling futures-core v0.3.29
14792023-12-13T04:12:57.717Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cf834724fcf94c8c -C extra-filename=-cf834724fcf94c8c --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-core-cf834724fcf94c8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14802023-12-13T04:12:57.842Z Compiling serde_json v1.0.108
14812023-12-13T04:12:57.842Z Running `/home/build/.rustup/toolchains/1.74.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.108/build.rs --error-format=json --json=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"' -C metadata=e7288de3ab33cc66 -C extra-filename=-e7288de3ab33cc66 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-e7288de3ab33cc66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14822023-12-13T04:12:57.967Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-3dada0de3a176c94/build-script-build`
14832023-12-13T04:12:58.031Z Compiling heck v0.4.1
14842023-12-13T04:12:58.048Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=e8726b1e312bd2e5 -C extra-filename=-e8726b1e312bd2e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14852023-12-13T04:12:58.097Z Compiling fnv v1.0.7
14862023-12-13T04:12:58.120Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv /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"' -C metadata=5d2ad75ee5f58135 -C extra-filename=-5d2ad75ee5f58135 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14872023-12-13T04:12:58.130Z Compiling futures-sink v0.3.29
14882023-12-13T04:12:58.136Z Running `/home/build/.rustup/toolchains/1.74.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b95f9ca11c6cfc07 -C extra-filename=-b95f9ca11c6cfc07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14892023-12-13T04:12:58.274Z Compiling quote v1.0.33
14902023-12-13T04:12:58.284Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=b52270d439c9d728 -C extra-filename=-b52270d439c9d728 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --cap-lints allow -D warnings`
14912023-12-13T04:12:58.315Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-cf834724fcf94c8c/build-script-build`
14922023-12-13T04:12:58.334Z Compiling lazy_static v1.4.0
14932023-12-13T04:12:58.342Z Running `/home/build/.rustup/toolchains/1.74.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=85b0c1ea6a5e4905 -C extra-filename=-85b0c1ea6a5e4905 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14942023-12-13T04:12:58.342Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-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="spin"' --cfg 'feature="spin_no_std"' -C metadata=9c9c3756e3f392b3 -C extra-filename=-9c9c3756e3f392b3 --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-330d2d2ff14221bf.rmeta --cap-lints allow -D warnings`
14952023-12-13T04:12:58.479Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-e7288de3ab33cc66/build-script-build`
14962023-12-13T04:12:58.498Z Compiling slab v0.4.9
14972023-12-13T04:12:58.498Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=6b062511ba964ae2 -C extra-filename=-6b062511ba964ae2 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-6b062511ba964ae2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
14982023-12-13T04:12:58.511Z Compiling regex-syntax v0.8.2
14992023-12-13T04:12:58.566Z Running `/home/build/.rustup/toolchains/1.74.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=ac03edf4730b2374 -C extra-filename=-ac03edf4730b2374 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15002023-12-13T04:12:58.732Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-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 --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=66b98c12d6f7f3b4 -C extra-filename=-66b98c12d6f7f3b4 --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-b2de4a05ed778b08.rmeta --cap-lints allow -D warnings --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_copysign --cfg has_is_subnormal --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes`
15012023-12-13T04:12:58.768Z Compiling futures-task v0.3.29
15022023-12-13T04:12:58.785Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.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="alloc"' --cfg 'feature="std"' -C metadata=7f60fbf027555926 -C extra-filename=-7f60fbf027555926 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-task-7f60fbf027555926 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15032023-12-13T04:12:59.041Z Compiling syn v2.0.32
15042023-12-13T04:12:59.051Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=085545494ccbad1b -C extra-filename=-085545494ccbad1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings`
15052023-12-13T04:12:59.319Z Compiling getrandom v0.2.10
15062023-12-13T04:12:59.336Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 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"' -C metadata=396ddc32754bad29 -C extra-filename=-396ddc32754bad29 --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-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings`
15072023-12-13T04:12:59.352Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=48fabcfe082d99df -C extra-filename=-48fabcfe082d99df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests`
15082023-12-13T04:12:59.798Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=421044ce5fb58cc1 -C extra-filename=-421044ce5fb58cc1 --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-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0316017cde573a0f.rmeta --cap-lints allow -D warnings`
15092023-12-13T04:12:59.798Z Compiling cc v1.0.83
15102023-12-13T04:12:59.798Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc75a08f03143f16 -C extra-filename=-bc75a08f03143f16 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings`
15112023-12-13T04:12:59.798Z Compiling signal-hook-registry v1.4.1
15122023-12-13T04:12:59.798Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-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 -C metadata=bc7f29f84f44bfc2 -C extra-filename=-bc7f29f84f44bfc2 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings`
15132023-12-13T04:13:00.095Z Compiling parking_lot v0.12.1
15142023-12-13T04:13:00.125Z Running `/home/build/.rustup/toolchains/1.74.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.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"' -C metadata=b0890bfa533f5f63 -C extra-filename=-b0890bfa533f5f63 --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-c0d85aeeedd1db0a.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-421044ce5fb58cc1.rmeta --cap-lints allow -D warnings`
15152023-12-13T04:13:00.846Z Compiling rand_core v0.6.4
15162023-12-13T04:13:00.859Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=ba0b75ae94d53d36 -C extra-filename=-ba0b75ae94d53d36 --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-396ddc32754bad29.rmeta --cap-lints allow -D warnings`
15172023-12-13T04:13:01.023Z Compiling mio v0.8.9
15182023-12-13T04:13:01.035Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=6994c3643952f9a9 -C extra-filename=-6994c3643952f9a9 --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-df62e9c1aba12dc6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --cap-lints allow -D warnings`
15192023-12-13T04:13:01.243Z Compiling num_cpus v1.16.0
15202023-12-13T04:13:01.274Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c7d090992ac18a37 -C extra-filename=-c7d090992ac18a37 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings`
15212023-12-13T04:13:01.394Z Compiling socket2 v0.5.5
15222023-12-13T04:13:01.405Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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 --cfg 'feature="all"' -C metadata=0e3d4ba0f92cc048 -C extra-filename=-0e3d4ba0f92cc048 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings`
15232023-12-13T04:13:01.640Z Compiling errno v0.3.2
15242023-12-13T04:13:01.652Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-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 --cfg 'feature="std"' -C metadata=d19168b626fb49e9 -C extra-filename=-d19168b626fb49e9 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings`
15252023-12-13T04:13:02.048Z Compiling futures-channel v0.3.29
15262023-12-13T04:13:02.056Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.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="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=4a0738c1efc1c712 -C extra-filename=-4a0738c1efc1c712 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-channel-4a0738c1efc1c712 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15272023-12-13T04:13:02.074Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-7f60fbf027555926/build-script-build`
15282023-12-13T04:13:02.173Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-6b062511ba964ae2/build-script-build`
15292023-12-13T04:13:02.299Z Compiling pin-utils v0.1.0
15302023-12-13T04:13:02.318Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=494a3e00a892adf5 -C extra-filename=-494a3e00a892adf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15312023-12-13T04:13:02.732Z Compiling equivalent v1.0.1
15322023-12-13T04:13:02.732Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /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 -C metadata=94a74370476ed385 -C extra-filename=-94a74370476ed385 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15332023-12-13T04:13:02.732Z Compiling futures-util v0.3.29
15342023-12-13T04:13:02.732Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.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="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"' -C metadata=f4697aeb8a9596fb -C extra-filename=-f4697aeb8a9596fb --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-util-f4697aeb8a9596fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15352023-12-13T04:13:02.732Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-4a0738c1efc1c712/build-script-build`
15362023-12-13T04:13:02.732Z Compiling typenum v1.16.0
15372023-12-13T04:13:02.732Z Running `/home/build/.rustup/toolchains/1.74.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.16.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 -C metadata=7f4f9d2c38d1cf54 -C extra-filename=-7f4f9d2c38d1cf54 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-7f4f9d2c38d1cf54 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15382023-12-13T04:13:03.421Z Compiling hashbrown v0.14.2
15392023-12-13T04:13:03.435Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.2/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=6c8ddd4bb2d1b04a -C extra-filename=-6c8ddd4bb2d1b04a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15402023-12-13T04:13:03.436Z Running `/home/build/.rustup/toolchains/1.74.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=06412b5ccf50305b -C extra-filename=-06412b5ccf50305b --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-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --cap-lints allow -D warnings`
15412023-12-13T04:13:03.436Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-f4697aeb8a9596fb/build-script-build`
15422023-12-13T04:13:03.436Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=195b1228936a30c9 -C extra-filename=-195b1228936a30c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15432023-12-13T04:13:03.660Z Running `/home/build/.rustup/toolchains/1.74.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.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="alloc"' --cfg 'feature="std"' -C metadata=a51c9503c37b751e -C extra-filename=-a51c9503c37b751e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15442023-12-13T04:13:03.799Z Compiling aho-corasick v1.0.4
15452023-12-13T04:13:03.852Z Running `/home/build/.rustup/toolchains/1.74.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.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="perf-literal"' --cfg 'feature="std"' -C metadata=eca6581c4ec1a882 -C extra-filename=-eca6581c4ec1a882 --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-918fa9e671606ec5.rmeta --cap-lints allow -D warnings`
15462023-12-13T04:13:04.111Z Compiling generic-array v0.14.7
15472023-12-13T04:13:04.115Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=ed7b2ef4fa5b21b9 -C extra-filename=-ed7b2ef4fa5b21b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-ed7b2ef4fa5b21b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
15482023-12-13T04:13:04.481Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-7f4f9d2c38d1cf54/build-script-main`
15492023-12-13T04:13:04.649Z Compiling futures-io v0.3.29
15502023-12-13T04:13:04.650Z Running `/home/build/.rustup/toolchains/1.74.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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=4915a8c6c3fe3b6a -C extra-filename=-4915a8c6c3fe3b6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15512023-12-13T04:13:04.708Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-ed7b2ef4fa5b21b9/build-script-build`
15522023-12-13T04:13:04.812Z Compiling iana-time-zone v0.1.57
15532023-12-13T04:13:04.838Z Running `/home/build/.rustup/toolchains/1.74.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.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=85b44ad93d1da9c4 -C extra-filename=-85b44ad93d1da9c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15542023-12-13T04:13:04.839Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fa9cea36d31f4ee9 -C extra-filename=-fa9cea36d31f4ee9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15552023-12-13T04:13:04.988Z Compiling subtle v2.5.0
15562023-12-13T04:13:05.006Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-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 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"' -C metadata=e4d03c814ee1d591 -C extra-filename=-e4d03c814ee1d591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15572023-12-13T04:13:05.103Z Compiling pkg-config v0.3.27
15582023-12-13T04:13:05.117Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=676180268410563e -C extra-filename=-676180268410563e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15592023-12-13T04:13:05.453Z Compiling rustix v0.38.25
15602023-12-13T04:13:05.481Z Running `/home/build/.rustup/toolchains/1.74.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.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=eda37ffc0ed3c598 -C extra-filename=-eda37ffc0ed3c598 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-eda37ffc0ed3c598 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15612023-12-13T04:13:05.513Z Compiling tinyvec_macros v0.1.1
15622023-12-13T04:13:05.540Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=89b2b77651f9688d -C extra-filename=-89b2b77651f9688d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15632023-12-13T04:13:05.628Z Compiling tinyvec v1.6.0
15642023-12-13T04:13:05.645Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-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="default"' --cfg 'feature="tinyvec_macros"' -C metadata=beae685ade96ae94 -C extra-filename=-beae685ade96ae94 --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-89b2b77651f9688d.rmeta --cap-lints allow -D warnings`
15652023-12-13T04:13:06.672Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-eda37ffc0ed3c598/build-script-build`
15662023-12-13T04:13:06.863Z Compiling regex-automata v0.4.3
15672023-12-13T04:13:06.869Z Running `/home/build/.rustup/toolchains/1.74.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --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"' -C metadata=57572678d71e52ed -C extra-filename=-57572678d71e52ed --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-eca6581c4ec1a882.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --cap-lints allow -D warnings`
15682023-12-13T04:13:07.172Z Compiling spin v0.9.8
15692023-12-13T04:13:07.182Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /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"' -C metadata=4c240d9238dcc0df -C extra-filename=-4c240d9238dcc0df --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-c0d85aeeedd1db0a.rmeta --cap-lints allow -D warnings`
15702023-12-13T04:13:07.281Z Compiling tracing-core v0.1.31
15712023-12-13T04:13:07.290Z Running `/home/build/.rustup/toolchains/1.74.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.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=1a7eed2a6377ebf1 -C extra-filename=-1a7eed2a6377ebf1 --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-230e44e7360903b6.rmeta --cap-lints allow -D warnings`
15722023-12-13T04:13:07.736Z Compiling const-oid v0.9.5
15732023-12-13T04:13:07.754Z Running `/home/build/.rustup/toolchains/1.74.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.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="db"' --cfg 'feature="std"' -C metadata=8036eb2fb0734902 -C extra-filename=-8036eb2fb0734902 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15742023-12-13T04:13:08.246Z Compiling bitflags v1.3.2
15752023-12-13T04:13:08.258Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=b6f8a7d540d47813 -C extra-filename=-b6f8a7d540d47813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15762023-12-13T04:13:08.391Z Compiling unicode-normalization v0.1.22
15772023-12-13T04:13:08.418Z Running `/home/build/.rustup/toolchains/1.74.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.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="default"' --cfg 'feature="std"' -C metadata=7c2cf4bd1cb476cd -C extra-filename=-7c2cf4bd1cb476cd --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-beae685ade96ae94.rmeta --cap-lints allow -D warnings`
15782023-12-13T04:13:09.678Z Compiling semver v1.0.20
15792023-12-13T04:13:09.723Z Running `/home/build/.rustup/toolchains/1.74.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.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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=6817f87a6b1b14e4 -C extra-filename=-6817f87a6b1b14e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-6817f87a6b1b14e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15802023-12-13T04:13:10.151Z Compiling base64 v0.21.5
15812023-12-13T04:13:10.162Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.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="std"' -C metadata=efdef217e0fabd4e -C extra-filename=-efdef217e0fabd4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15822023-12-13T04:13:10.183Z Compiling unicode-bidi v0.3.13
15832023-12-13T04:13:10.202Z Running `/home/build/.rustup/toolchains/1.74.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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=9c36c215e5778119 -C extra-filename=-9c36c215e5778119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15842023-12-13T04:13:11.959Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-6817f87a6b1b14e4/build-script-build`
15852023-12-13T04:13:11.997Z Compiling schemars v0.8.13
15862023-12-13T04:13:11.998Z Running `/home/build/.rustup/toolchains/1.74.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.13/build.rs --error-format=json --json=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"' -C metadata=0feca7d8756f2fa7 -C extra-filename=-0feca7d8756f2fa7 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-0feca7d8756f2fa7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15872023-12-13T04:13:11.998Z Compiling serde_derive_internals v0.26.0
15882023-12-13T04:13:11.998Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.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 -C metadata=ff5090d4367af08e -C extra-filename=-ff5090d4367af08e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings`
15892023-12-13T04:13:11.998Z Compiling unicode-width v0.1.11
15902023-12-13T04:13:11.998Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-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"' -C metadata=d72b7a0cbab620b4 -C extra-filename=-d72b7a0cbab620b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15912023-12-13T04:13:11.998Z Compiling dyn-clone v1.0.13
15922023-12-13T04:13:11.998Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=b5627ba9c8616dae -C extra-filename=-b5627ba9c8616dae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15932023-12-13T04:13:11.998Z Compiling percent-encoding v2.3.1
15942023-12-13T04:13:11.998Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=912c31485e79e9fc -C extra-filename=-912c31485e79e9fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15952023-12-13T04:13:11.998Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-0feca7d8756f2fa7/build-script-build`
15962023-12-13T04:13:11.999Z Compiling ppv-lite86 v0.2.17
15972023-12-13T04:13:11.999Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=3ca074035a2e7100 -C extra-filename=-3ca074035a2e7100 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15982023-12-13T04:13:11.999Z Compiling indexmap v1.9.3
15992023-12-13T04:13:11.999Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=586b5fef6a1cf410 -C extra-filename=-586b5fef6a1cf410 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-586b5fef6a1cf410 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
16002023-12-13T04:13:12.038Z Compiling form_urlencoded v1.2.1
16012023-12-13T04:13:12.051Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=8797d3f240ac357c -C extra-filename=-8797d3f240ac357c --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-912c31485e79e9fc.rmeta --cap-lints allow -D warnings`
16022023-12-13T04:13:12.275Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-586b5fef6a1cf410/build-script-build`
16032023-12-13T04:13:12.319Z Compiling hashbrown v0.12.3
16042023-12-13T04:13:12.333Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=e264e3929dd770e0 -C extra-filename=-e264e3929dd770e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16052023-12-13T04:13:12.517Z Compiling either v1.9.0
16062023-12-13T04:13:12.549Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-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="use_std"' -C metadata=294f21b38637a1be -C extra-filename=-294f21b38637a1be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16072023-12-13T04:13:12.733Z Compiling vcpkg v0.2.15
16082023-12-13T04:13:12.748Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg /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 -C metadata=56cfc2712411fd04 -C extra-filename=-56cfc2712411fd04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16092023-12-13T04:13:12.882Z Compiling rand_chacha v0.3.1
16102023-12-13T04:13:12.899Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=6ca9c9b00462ef37 -C extra-filename=-6ca9c9b00462ef37 --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-3ca074035a2e7100.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba0b75ae94d53d36.rmeta --cap-lints allow -D warnings`
16112023-12-13T04:13:13.004Z Compiling httparse v1.8.0
16122023-12-13T04:13:13.025Z Running `/home/build/.rustup/toolchains/1.74.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.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"' --cfg 'feature="std"' -C metadata=349d83d4d0fe8905 -C extra-filename=-349d83d4d0fe8905 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-349d83d4d0fe8905 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16132023-12-13T04:13:13.744Z Compiling regex v1.10.2
16142023-12-13T04:13:13.760Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.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="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"' -C metadata=537384909654dd1b -C extra-filename=-537384909654dd1b --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-eca6581c4ec1a882.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57572678d71e52ed.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --cap-lints allow -D warnings`
16152023-12-13T04:13:14.135Z Compiling rand v0.8.5
16162023-12-13T04:13:14.147Z Running `/home/build/.rustup/toolchains/1.74.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="std"' --cfg 'feature="std_rng"' -C metadata=1fc20097d4bfc521 -C extra-filename=-1fc20097d4bfc521 --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-df62e9c1aba12dc6.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-6ca9c9b00462ef37.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba0b75ae94d53d36.rmeta --cap-lints allow -D warnings`
16172023-12-13T04:13:15.576Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=fa80c618b8065deb -C extra-filename=-fa80c618b8065deb --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-e264e3929dd770e0.rmeta --cap-lints allow -D warnings --cfg has_std`
16182023-12-13T04:13:15.618Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-349d83d4d0fe8905/build-script-build`
16192023-12-13T04:13:15.657Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c25a7f7496695df9 -C extra-filename=-c25a7f7496695df9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd`
16202023-12-13T04:13:15.737Z Compiling idna v0.5.0
16212023-12-13T04:13:15.778Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6558d1cbfbb2fcb3 -C extra-filename=-6558d1cbfbb2fcb3 --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-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings`
16222023-12-13T04:13:16.685Z Compiling openssl-sys v0.9.96
16232023-12-13T04:13:16.685Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.96/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 -C metadata=4da9240dc9ae90f1 -C extra-filename=-4da9240dc9ae90f1 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-4da9240dc9ae90f1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-bc75a08f03143f16.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-56cfc2712411fd04.rlib --cap-lints allow -D warnings`
16242023-12-13T04:13:16.825Z Compiling ahash v0.8.6
16252023-12-13T04:13:16.848Z Running `/home/build/.rustup/toolchains/1.74.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.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="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=93dbe9b02888f161 -C extra-filename=-93dbe9b02888f161 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-93dbe9b02888f161 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
16262023-12-13T04:13:17.389Z Compiling ucd-trie v0.1.6
16272023-12-13T04:13:17.389Z Running `/home/build/.rustup/toolchains/1.74.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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=581c47aa4fcf9374 -C extra-filename=-581c47aa4fcf9374 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16282023-12-13T04:13:17.853Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-93dbe9b02888f161/build-script-build`
16292023-12-13T04:13:17.874Z Compiling url v2.5.0
16302023-12-13T04:13:17.874Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-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"' -C metadata=4ee5ed5bde7ce18a -C extra-filename=-4ee5ed5bde7ce18a --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-8797d3f240ac357c.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-6558d1cbfbb2fcb3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --cap-lints allow -D warnings`
16312023-12-13T04:13:17.874Z Compiling ring v0.16.20
16322023-12-13T04:13:17.874Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=f1854e4453541365 -C extra-filename=-f1854e4453541365 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-f1854e4453541365 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-bc75a08f03143f16.rlib --cap-lints allow -D warnings`
16332023-12-13T04:13:18.018Z Compiling ring v0.17.7
16342023-12-13T04:13:18.469Z Running `/home/build/.rustup/toolchains/1.74.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=22b44809380232d0 -C extra-filename=-22b44809380232d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-22b44809380232d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-bc75a08f03143f16.rlib --cap-lints allow -D warnings`
16352023-12-13T04:13:18.489Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-4da9240dc9ae90f1/build-script-main`
16362023-12-13T04:13:18.489Z Compiling socket2 v0.4.9
16372023-12-13T04:13:18.489Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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="all"' -C metadata=51c7f84c03e3595b -C extra-filename=-51c7f84c03e3595b --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings`
16382023-12-13T04:13:19.686Z Compiling winnow v0.5.15
16392023-12-13T04:13:19.710Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b747da8a50a0933d -C extra-filename=-b747da8a50a0933d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16402023-12-13T04:13:19.741Z Compiling adler v1.0.2
16412023-12-13T04:13:19.741Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name adler /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-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 -C metadata=b64914fab9901ac1 -C extra-filename=-b64914fab9901ac1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16422023-12-13T04:13:19.941Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-22b44809380232d0/build-script-build`
16432023-12-13T04:13:20.003Z Compiling miniz_oxide v0.7.1
16442023-12-13T04:13:20.427Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-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="with-alloc"' -C metadata=eae4032ca8079f20 -C extra-filename=-eae4032ca8079f20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler=/work/oxidecomputer/omicron/target/debug/deps/libadler-b64914fab9901ac1.rmeta --cap-lints allow -D warnings`
16452023-12-13T04:13:20.459Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-f1854e4453541365/build-script-build`
16462023-12-13T04:13:22.137Z Compiling try-lock v0.2.4
16472023-12-13T04:13:22.152Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-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 -C metadata=a7be4507a63f0a69 -C extra-filename=-a7be4507a63f0a69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16482023-12-13T04:13:22.176Z Compiling serde_derive v1.0.193
16492023-12-13T04:13:22.176Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.193/src/lib.rs --error-format=json --json=diagnostic-rendered-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"' -C metadata=e0eb1ad5ee0e2206 -C extra-filename=-e0eb1ad5ee0e2206 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
16502023-12-13T04:13:22.299Z Compiling thiserror-impl v1.0.49
16512023-12-13T04:13:22.314Z Running `/home/build/.rustup/toolchains/1.74.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.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=56271d855a05ea1b -C extra-filename=-56271d855a05ea1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
16522023-12-13T04:13:22.370Z Compiling zeroize_derive v1.4.2
16532023-12-13T04:13:22.388Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=3347ed7177904ed4 -C extra-filename=-3347ed7177904ed4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
16542023-12-13T04:13:22.814Z Compiling tokio-macros v2.2.0
16552023-12-13T04:13:22.823Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=26a74a4f951ce6d6 -C extra-filename=-26a74a4f951ce6d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
16562023-12-13T04:13:23.030Z Compiling futures-macro v0.3.29
16572023-12-13T04:13:23.462Z Running `/home/build/.rustup/toolchains/1.74.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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bb9ed1180fbb61d5 -C extra-filename=-bb9ed1180fbb61d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
16582023-12-13T04:13:24.354Z Compiling tracing-attributes v0.1.26
16592023-12-13T04:13:24.375Z Running `/home/build/.rustup/toolchains/1.74.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.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66cea2a3af41ad65 -C extra-filename=-66cea2a3af41ad65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
16602023-12-13T04:13:25.256Z Compiling zeroize v1.7.0
16612023-12-13T04:13:25.284Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=d4ac8e2ff6ba4016 -C extra-filename=-d4ac8e2ff6ba4016 --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-3347ed7177904ed4.so --cap-lints allow -D warnings`
16622023-12-13T04:13:25.773Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /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"' -C metadata=f6df480a7c6817d8 -C extra-filename=-f6df480a7c6817d8 --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-fa9cea36d31f4ee9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
16632023-12-13T04:13:25.828Z Compiling schemars_derive v0.8.13
16642023-12-13T04:13:25.850Z Running `/home/build/.rustup/toolchains/1.74.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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42470dea69332415 -C extra-filename=-42470dea69332415 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-ff5090d4367af08e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
16652023-12-13T04:13:26.539Z Running `/home/build/.rustup/toolchains/1.74.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.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="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"' -C metadata=af647ea9423ed3ec -C extra-filename=-af647ea9423ed3ec --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-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-bb9ed1180fbb61d5.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-494a3e00a892adf5.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-195b1228936a30c9.rmeta --cap-lints allow -D warnings`
16662023-12-13T04:13:27.200Z Compiling zerocopy-derive v0.7.26
16672023-12-13T04:13:27.312Z Running `/home/build/.rustup/toolchains/1.74.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.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=64c1abfeeb24e158 -C extra-filename=-64c1abfeeb24e158 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
16682023-12-13T04:13:27.625Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=72e52f26c0ec0c7e -C extra-filename=-72e52f26c0ec0c7e --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-56271d855a05ea1b.so --cap-lints allow -D warnings`
16692023-12-13T04:13:28.100Z Compiling pest v2.7.2
16702023-12-13T04:13:28.101Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=44170135f2510804 -C extra-filename=-44170135f2510804 --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-72e52f26c0ec0c7e.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-581c47aa4fcf9374.rmeta --cap-lints allow -D warnings`
16712023-12-13T04:13:28.137Z Compiling crypto-common v0.1.6
16722023-12-13T04:13:28.155Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=acc2b0379f0b17cd -C extra-filename=-acc2b0379f0b17cd --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-f6df480a7c6817d8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba0b75ae94d53d36.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-fa9cea36d31f4ee9.rmeta --cap-lints allow -D warnings`
16732023-12-13T04:13:28.467Z Compiling block-buffer v0.10.4
16742023-12-13T04:13:28.476Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=cb664025e876bf64 -C extra-filename=-cb664025e876bf64 --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-f6df480a7c6817d8.rmeta --cap-lints allow -D warnings`
16752023-12-13T04:13:30.097Z Compiling digest v0.10.7
16762023-12-13T04:13:30.161Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=d72b47fd0525931c -C extra-filename=-d72b47fd0525931c --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-cb664025e876bf64.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-acc2b0379f0b17cd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings`
16772023-12-13T04:13:30.161Z Compiling strsim v0.10.0
16782023-12-13T04:13:30.161Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-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 -C metadata=24e28f3cc805bf1a -C extra-filename=-24e28f3cc805bf1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16792023-12-13T04:13:30.161Z Compiling httpdate v1.0.3
16802023-12-13T04:13:30.162Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=0c1307657e91e527 -C extra-filename=-0c1307657e91e527 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16812023-12-13T04:13:30.746Z Compiling async-trait v0.1.74
16822023-12-13T04:13:30.754Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.74/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cf8e9364e182c572 -C extra-filename=-cf8e9364e182c572 --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-cf8e9364e182c572 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16832023-12-13T04:13:30.754Z Compiling untrusted v0.7.1
16842023-12-13T04:13:30.754Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=a24220ed5be04632 -C extra-filename=-a24220ed5be04632 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16852023-12-13T04:13:31.082Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=a535b2745365b0c0 -C extra-filename=-a535b2745365b0c0 --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-230e44e7360903b6.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-330d2d2ff14221bf.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a24220ed5be04632.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -l static=ring-core -l static=ring-test`
16862023-12-13T04:13:31.108Z Compiling zerocopy v0.7.26
16872023-12-13T04:13:31.108Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.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 --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' -C metadata=cd00391a1de35258 -C extra-filename=-cd00391a1de35258 --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-1b4ad01209984ea0.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-64c1abfeeb24e158.so --cap-lints allow -D warnings`
16882023-12-13T04:13:31.645Z Compiling tracing v0.1.37
16892023-12-13T04:13:31.683Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=2ebf49bd2a2f8886 -C extra-filename=-2ebf49bd2a2f8886 --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-bc2c501506aafa82.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-66cea2a3af41ad65.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-1a7eed2a6377ebf1.rmeta --cap-lints allow -D warnings`
16902023-12-13T04:13:31.683Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-cf8e9364e182c572/build-script-build`
16912023-12-13T04:13:31.683Z Compiling want v0.3.1
16922023-12-13T04:13:31.684Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=071a5e6e1eac6ac9 -C extra-filename=-071a5e6e1eac6ac9 --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-a7be4507a63f0a69.rmeta --cap-lints allow -D warnings`
16932023-12-13T04:13:31.744Z Compiling openssl-probe v0.1.5
16942023-12-13T04:13:31.767Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /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 -C metadata=66d32c3547f15b53 -C extra-filename=-66d32c3547f15b53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16952023-12-13T04:13:31.848Z Compiling cpufeatures v0.2.9
16962023-12-13T04:13:31.871Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=688e8dc1d1448767 -C extra-filename=-688e8dc1d1448767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16972023-12-13T04:13:32.429Z Compiling openssl v0.10.60
16982023-12-13T04:13:32.444Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/build.rs --error-format=json --json=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"' -C metadata=a5a437a816e734eb -C extra-filename=-a5a437a816e734eb --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-a5a437a816e734eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16992023-12-13T04:13:32.444Z Compiling untrusted v0.9.0
17002023-12-13T04:13:32.445Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=51c844fb339406e8 -C extra-filename=-51c844fb339406e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17012023-12-13T04:13:32.445Z Compiling foreign-types-shared v0.1.1
17022023-12-13T04:13:32.445Z Compiling tower-service v0.3.2
17032023-12-13T04:13:32.445Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /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 -C metadata=98a776ebe496b644 -C extra-filename=-98a776ebe496b644 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17042023-12-13T04:13:32.445Z Running `/home/build/.rustup/toolchains/1.74.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=318184497ae75df2 -C extra-filename=-318184497ae75df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17052023-12-13T04:13:32.445Z Compiling foreign-types v0.3.2
17062023-12-13T04:13:32.487Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /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 -C metadata=eb280c5795426c7f -C extra-filename=-eb280c5795426c7f --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-98a776ebe496b644.rmeta --cap-lints allow -D warnings`
17072023-12-13T04:13:32.512Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=5148fe9b02653e6d -C extra-filename=-5148fe9b02653e6d --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-396ddc32754bad29.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-51c844fb339406e8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test`
17082023-12-13T04:13:32.588Z Running `/home/build/.rustup/toolchains/1.74.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.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=084832dceff4d290 -C extra-filename=-084832dceff4d290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
17092023-12-13T04:13:32.638Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.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 -C metadata=8eb3de30cd4fd472 -C extra-filename=-8eb3de30cd4fd472 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings -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`
17102023-12-13T04:13:32.714Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-a5a437a816e734eb/build-script-build`
17112023-12-13T04:13:32.756Z Compiling openssl-macros v0.1.1
17122023-12-13T04:13:32.779Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=aff19cdabe242b73 -C extra-filename=-aff19cdabe242b73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
17132023-12-13T04:13:33.549Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-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="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=0daae04b7eea3967 -C extra-filename=-0daae04b7eea3967 --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-bc2c501506aafa82.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-396ddc32754bad29.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cd00391a1de35258.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'`
17142023-12-13T04:13:34.199Z Compiling rustls v0.21.9
17152023-12-13T04:13:34.209Z Running `/home/build/.rustup/toolchains/1.74.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.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=4a4ac025b6c4148e -C extra-filename=-4a4ac025b6c4148e --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-4a4ac025b6c4148e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17162023-12-13T04:13:34.562Z Compiling hashbrown v0.13.2
17172023-12-13T04:13:34.584Z Running `/home/build/.rustup/toolchains/1.74.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"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=2f0f792d523adbff -C extra-filename=-2f0f792d523adbff --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-0daae04b7eea3967.rmeta --cap-lints allow -D warnings`
17182023-12-13T04:13:35.134Z Compiling mime v0.3.17
17192023-12-13T04:13:35.166Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mime /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 -C metadata=a6cf1a4a13963194 -C extra-filename=-a6cf1a4a13963194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17202023-12-13T04:13:35.166Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-4a4ac025b6c4148e/build-script-build`
17212023-12-13T04:13:35.166Z Compiling sct v0.7.0
17222023-12-13T04:13:35.166Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-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 -C metadata=bb8c05bef6e9c86b -C extra-filename=-bb8c05bef6e9c86b --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-a535b2745365b0c0.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a24220ed5be04632.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out`
17232023-12-13T04:13:35.492Z Compiling native-tls v0.2.11
17242023-12-13T04:13:35.503Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-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 -C metadata=dbb3784313065716 -C extra-filename=-dbb3784313065716 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-dbb3784313065716 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17252023-12-13T04:13:35.635Z Compiling ipnet v2.8.0
17262023-12-13T04:13:35.658Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=12ae00b3bd1f0594 -C extra-filename=-12ae00b3bd1f0594 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17272023-12-13T04:13:36.449Z Compiling rustls-webpki v0.101.7
17282023-12-13T04:13:36.449Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=4a805baf7045aa66 -C extra-filename=-4a805baf7045aa66 --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-5148fe9b02653e6d.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-51c844fb339406e8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out`
17292023-12-13T04:13:36.449Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.193/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=101c0c10b68ffd8b -C extra-filename=-101c0c10b68ffd8b --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-e0eb1ad5ee0e2206.so --cap-lints allow -D warnings`
17302023-12-13T04:13:36.886Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-dbb3784313065716/build-script-build`
17312023-12-13T04:13:36.903Z Compiling rustls-pemfile v1.0.3
17322023-12-13T04:13:36.904Z Running `/home/build/.rustup/toolchains/1.74.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d4874c9bffb6de6d -C extra-filename=-d4874c9bffb6de6d --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-efdef217e0fabd4e.rmeta --cap-lints allow -D warnings`
17332023-12-13T04:13:36.904Z Compiling backtrace v0.3.69
17342023-12-13T04:13:36.904Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=73722f8c11c63c5f -C extra-filename=-73722f8c11c63c5f --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-73722f8c11c63c5f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-bc75a08f03143f16.rlib --cap-lints allow -D warnings`
17352023-12-13T04:13:37.097Z Compiling unicode-xid v0.2.4
17362023-12-13T04:13:37.546Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-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"' -C metadata=8f50244e4f591a95 -C extra-filename=-8f50244e4f591a95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17372023-12-13T04:13:37.588Z Compiling crossbeam-utils v0.8.16
17382023-12-13T04:13:37.588Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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"' -C metadata=c76935f39f50000a -C extra-filename=-c76935f39f50000a --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c76935f39f50000a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17392023-12-13T04:13:37.589Z Compiling gimli v0.28.0
17402023-12-13T04:13:37.589Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-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="read"' --cfg 'feature="read-core"' -C metadata=1ab9a11901dc3db4 -C extra-filename=-1ab9a11901dc3db4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17412023-12-13T04:13:37.589Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=2c8b419309bfacae -C extra-filename=-2c8b419309bfacae --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-c5d2103652c0a8bc.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4a805baf7045aa66.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-bb8c05bef6e9c86b.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out`
17422023-12-13T04:13:37.688Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-73722f8c11c63c5f/build-script-build`
17432023-12-13T04:13:37.714Z Compiling object v0.32.1
17442023-12-13T04:13:37.715Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-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 --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=c982e9cdd75f2239 -C extra-filename=-c982e9cdd75f2239 --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-918fa9e671606ec5.rmeta --cap-lints allow -D warnings`
17452023-12-13T04:13:37.734Z Compiling encoding_rs v0.8.33
17462023-12-13T04:13:37.734Z Running `/home/build/.rustup/toolchains/1.74.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.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=af2729f3af85d5f2 -C extra-filename=-af2729f3af85d5f2 --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-bc2c501506aafa82.rmeta --cap-lints allow -D warnings`
17472023-12-13T04:13:37.983Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c76935f39f50000a/build-script-build`
17482023-12-13T04:13:38.006Z Compiling anyhow v1.0.75
17492023-12-13T04:13:38.039Z Running `/home/build/.rustup/toolchains/1.74.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.75/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=10af975f37e62d27 -C extra-filename=-10af975f37e62d27 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-10af975f37e62d27 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17502023-12-13T04:13:38.939Z Compiling rustc-demangle v0.1.23
17512023-12-13T04:13:38.962Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e74e0db405f79ada -C extra-filename=-e74e0db405f79ada --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17522023-12-13T04:13:38.990Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-10af975f37e62d27/build-script-build`
17532023-12-13T04:13:39.223Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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"' -C metadata=ecd3b02fa9b0bdac -C extra-filename=-ecd3b02fa9b0bdac --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-bc2c501506aafa82.rmeta --cap-lints allow -D warnings`
17542023-12-13T04:13:39.354Z Compiling rustls-native-certs v0.6.3
17552023-12-13T04:13:39.366Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=6c97518b15dbc26a -C extra-filename=-6c97518b15dbc26a --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-66d32c3547f15b53.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d4874c9bffb6de6d.rmeta --cap-lints allow -D warnings`
17562023-12-13T04:13:39.995Z Compiling utf8parse v0.2.1
17572023-12-13T04:13:40.485Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-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"' -C metadata=4593178b619af749 -C extra-filename=-4593178b619af749 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17582023-12-13T04:13:40.485Z Compiling crc32fast v1.3.2
17592023-12-13T04:13:40.485Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.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="default"' --cfg 'feature="std"' -C metadata=f356901160b6596c -C extra-filename=-f356901160b6596c --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-f356901160b6596c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17602023-12-13T04:13:40.528Z Compiling base64ct v1.6.0
17612023-12-13T04:13:40.553Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=4d3202f783ee952f -C extra-filename=-4d3202f783ee952f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17622023-12-13T04:13:41.079Z Compiling webpki-roots v0.25.2
17632023-12-13T04:13:41.084Z Running `/home/build/.rustup/toolchains/1.74.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.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=caf9de3e3e0ba9b0 -C extra-filename=-caf9de3e3e0ba9b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17642023-12-13T04:13:41.089Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-f356901160b6596c/build-script-build`
17652023-12-13T04:13:41.201Z Compiling slog v2.7.0
17662023-12-13T04:13:41.236Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=d14f0a24e13b3b90 -C extra-filename=-d14f0a24e13b3b90 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-d14f0a24e13b3b90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17672023-12-13T04:13:41.697Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-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"' --cfg 'feature="std"' -C metadata=2e6cb0fdfac0d5fc -C extra-filename=-2e6cb0fdfac0d5fc --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-bc2c501506aafa82.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86`
17682023-12-13T04:13:41.702Z Compiling io-lifetimes v1.0.11
17692023-12-13T04:13:41.702Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.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="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=b0f51f0961ace6fb -C extra-filename=-b0f51f0961ace6fb --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-b0f51f0961ace6fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17702023-12-13T04:13:41.921Z Compiling anstyle v1.0.2
17712023-12-13T04:13:41.935Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=de2619156f222cb2 -C extra-filename=-de2619156f222cb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17722023-12-13T04:13:42.155Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-d14f0a24e13b3b90/build-script-build`
17732023-12-13T04:13:42.246Z Compiling rustversion v1.0.14
17742023-12-13T04:13:42.271Z Running `/home/build/.rustup/toolchains/1.74.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.14/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 -C metadata=4f1c6522f19fc259 -C extra-filename=-4f1c6522f19fc259 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-4f1c6522f19fc259 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17752023-12-13T04:13:42.555Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog /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"' -C metadata=9c8f30a579f036e3 -C extra-filename=-9c8f30a579f036e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128`
17762023-12-13T04:13:42.567Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-b0f51f0961ace6fb/build-script-build`
17772023-12-13T04:13:42.987Z Compiling num-integer v0.1.45
17782023-12-13T04:13:43.017Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=bfe21c224e826a64 -C extra-filename=-bfe21c224e826a64 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-bfe21c224e826a64 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
17792023-12-13T04:13:43.373Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-4f1c6522f19fc259/build-script-build`
17802023-12-13T04:13:43.473Z Compiling time-core v0.1.1
17812023-12-13T04:13:43.483Z Running `/home/build/.rustup/toolchains/1.74.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f0dd9071974c592 -C extra-filename=-3f0dd9071974c592 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17822023-12-13T04:13:43.495Z Compiling rustix v0.37.23
17832023-12-13T04:13:43.495Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.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 --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=116534d5d0bd8b2b -C extra-filename=-116534d5d0bd8b2b --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-116534d5d0bd8b2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17842023-12-13T04:13:43.728Z Compiling time-macros v0.2.13
17852023-12-13T04:13:43.766Z Running `/home/build/.rustup/toolchains/1.74.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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-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="formatting"' --cfg 'feature="parsing"' -C metadata=dbc03062bd046473 -C extra-filename=-dbc03062bd046473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-3f0dd9071974c592.rlib --extern proc_macro --cap-lints allow -D warnings`
17862023-12-13T04:13:43.847Z Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-bfe21c224e826a64/build-script-build`
17872023-12-13T04:13:43.893Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.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 -C metadata=1857facc6a275161 -C extra-filename=-1857facc6a275161 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
17882023-12-13T04:13:44.577Z Compiling addr2line v0.21.0
17892023-12-13T04:13:45.007Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-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 -C metadata=0e4f6cacba3a2570 -C extra-filename=-0e4f6cacba3a2570 --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-1ab9a11901dc3db4.rmeta --cap-lints allow -D warnings`
17902023-12-13T04:13:45.588Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-116534d5d0bd8b2b/build-script-build`
17912023-12-13T04:13:45.626Z Compiling pem-rfc7468 v0.7.0
17922023-12-13T04:13:45.668Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=4650f06780401c26 -C extra-filename=-4650f06780401c26 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std`
17932023-12-13T04:13:45.669Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=c37157d808c21f6c -C extra-filename=-c37157d808c21f6c --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-4d3202f783ee952f.rmeta --cap-lints allow -D warnings`
17942023-12-13T04:13:45.721Z Compiling synstructure v0.12.6
17952023-12-13T04:13:45.752Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.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="proc-macro"' -C metadata=25e594cfc85bcc46 -C extra-filename=-25e594cfc85bcc46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-8f50244e4f591a95.rmeta --cap-lints allow -D warnings`
17962023-12-13T04:13:45.890Z Compiling bytes v1.5.0
17972023-12-13T04:13:45.893Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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="serde"' --cfg 'feature="std"' -C metadata=d06f2e98114e5873 -C extra-filename=-d06f2e98114e5873 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
17982023-12-13T04:13:46.287Z Compiling bitflags v2.4.0
17992023-12-13T04:13:46.293Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-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 --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=3b1b01c99c344b01 -C extra-filename=-3b1b01c99c344b01 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
18002023-12-13T04:13:46.572Z Running `/home/build/.rustup/toolchains/1.74.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.108/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=00a1a49ffaf00453 -C extra-filename=-00a1a49ffaf00453 --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-7860ae71447b6389.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-38d350ef85d2d309.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
18012023-12-13T04:13:46.931Z Compiling indexmap v2.1.0
18022023-12-13T04:13:46.939Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=fbca5c263b93fbbc -C extra-filename=-fbca5c263b93fbbc --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-94a74370476ed385.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6c8ddd4bb2d1b04a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
18032023-12-13T04:13:47.019Z Compiling chrono v0.4.31
18042023-12-13T04:13:47.063Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=7769037f643a5afe -C extra-filename=-7769037f643a5afe --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-85b44ad93d1da9c4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
18052023-12-13T04:13:47.990Z Compiling tokio v1.35.0
18062023-12-13T04:13:47.998Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.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 --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="num_cpus"' --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"' -C metadata=8eec2547812a1ee6 -C extra-filename=-8eec2547812a1ee6 --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-d06f2e98114e5873.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6994c3643952f9a9.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-c7d090992ac18a37.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b0890bfa533f5f63.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-bc7f29f84f44bfc2.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e3d4ba0f92cc048.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-26a74a4f951ce6d6.so --cap-lints allow -D warnings`
18072023-12-13T04:13:48.816Z Compiling uuid v1.6.1
18082023-12-13T04:13:48.858Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=9f6f03a9890abd7a -C extra-filename=-9f6f03a9890abd7a --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-396ddc32754bad29.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
18092023-12-13T04:13:48.883Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=7bb54c54e8b8c333 -C extra-filename=-7bb54c54e8b8c333 --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-3b1b01c99c344b01.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-d19168b626fb49e9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
18102023-12-13T04:13:48.992Z Compiling http v0.2.11
18112023-12-13T04:13:49.004Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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 -C metadata=29aa500270a39efe -C extra-filename=-29aa500270a39efe --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-d06f2e98114e5873.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --cap-lints allow -D warnings`
18122023-12-13T04:13:49.473Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=576b3fa3bb8259b8 -C extra-filename=-576b3fa3bb8259b8 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
18132023-12-13T04:13:50.636Z Compiling toml_datetime v0.6.5
18142023-12-13T04:13:50.658Z Running `/home/build/.rustup/toolchains/1.74.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.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="serde"' -C metadata=c57cf8ec5942097f -C extra-filename=-c57cf8ec5942097f --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
18152023-12-13T04:13:51.445Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=18ca3fa1034d3a4c -C extra-filename=-18ca3fa1034d3a4c --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-d06f2e98114e5873.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-b5627ba9c8616dae.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-42470dea69332415.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
18162023-12-13T04:13:51.446Z Compiling serde_spanned v0.6.4
18172023-12-13T04:13:51.446Z Running `/home/build/.rustup/toolchains/1.74.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.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="serde"' -C metadata=ec10199660a4aff7 -C extra-filename=-ec10199660a4aff7 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
18182023-12-13T04:13:51.580Z Compiling http-body v0.4.5
18192023-12-13T04:13:51.587Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec95f0840af22c3c -C extra-filename=-ec95f0840af22c3c --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-d06f2e98114e5873.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --cap-lints allow -D warnings`
18202023-12-13T04:13:51.721Z Compiling rustc_version v0.4.0
18212023-12-13T04:13:51.729Z Running `/home/build/.rustup/toolchains/1.74.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ffaecce5dc07dbe9 -C extra-filename=-ffaecce5dc07dbe9 --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-576b3fa3bb8259b8.rmeta --cap-lints allow -D warnings`
18222023-12-13T04:13:52.173Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1426f74f987e91be -C extra-filename=-1426f74f987e91be --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-3b1b01c99c344b01.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-aff19cdabe242b73.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8eb3de30cd4fd472.rmeta --cap-lints allow -D warnings -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 ossl300`
18232023-12-13T04:13:52.273Z Compiling toml_edit v0.19.15
18242023-12-13T04:13:52.324Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=bce299181fb55ea0 -C extra-filename=-bce299181fb55ea0 --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-fbca5c263b93fbbc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-ec10199660a4aff7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c57cf8ec5942097f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b747da8a50a0933d.rmeta --cap-lints allow -D warnings`
18252023-12-13T04:13:52.986Z Compiling serde_urlencoded v0.7.1
18262023-12-13T04:13:53.013Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=c24d1ac729287b3a -C extra-filename=-c24d1ac729287b3a --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-8797d3f240ac357c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-38d350ef85d2d309.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
18272023-12-13T04:13:53.189Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7ecc58086a7b2cc0 -C extra-filename=-7ecc58086a7b2cc0 --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-0e4f6cacba3a2570.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-eae4032ca8079f20.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-c982e9cdd75f2239.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-e74e0db405f79ada.rmeta --cap-lints allow -D warnings`
18282023-12-13T04:13:53.548Z Compiling openapiv3 v2.0.0
18292023-12-13T04:13:53.561Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=5e2d204b50b994be -C extra-filename=-5e2d204b50b994be --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-fbca5c263b93fbbc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --cap-lints allow -D warnings`
18302023-12-13T04:13:53.738Z Compiling hex v0.4.3
18312023-12-13T04:13:53.772Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=84b0ae4abbdcf067 -C extra-filename=-84b0ae4abbdcf067 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
18322023-12-13T04:13:53.775Z Compiling futures-executor v0.3.29
18332023-12-13T04:13:53.795Z Running `/home/build/.rustup/toolchains/1.74.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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e8030b61cb9ca4f2 -C extra-filename=-e8030b61cb9ca4f2 --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-85b0c1ea6a5e4905.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --cap-lints allow -D warnings`
18342023-12-13T04:13:54.709Z Compiling pest_meta v2.7.2
18352023-12-13T04:13:54.709Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=da1a4b5c259a3488 -C extra-filename=-da1a4b5c259a3488 --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-7ecc58086a7b2cc0.rmeta --cap-lints allow -D warnings`
18362023-12-13T04:13:54.725Z Running `/home/build/.rustup/toolchains/1.74.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=7de4633e8dfb0911 -C extra-filename=-7de4633e8dfb0911 --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-230e44e7360903b6.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-44170135f2510804.rmeta --cap-lints allow -D warnings`
18372023-12-13T04:13:56.307Z Compiling der_derive v0.7.2
18382023-12-13T04:13:56.320Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=468e6a46749aa333 -C extra-filename=-468e6a46749aa333 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
18392023-12-13T04:13:57.343Z Compiling deranged v0.3.8
18402023-12-13T04:13:57.346Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=598da518e72e5dfb -C extra-filename=-598da518e72e5dfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18412023-12-13T04:13:59.230Z Compiling num_threads v0.1.6
18422023-12-13T04:13:59.241Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-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 -C metadata=4c6d51928e99bf40 -C extra-filename=-4c6d51928e99bf40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18432023-12-13T04:13:59.404Z Compiling flagset v0.4.3
18442023-12-13T04:13:59.410Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-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 -C metadata=d65ca4e97fcddc6f -C extra-filename=-d65ca4e97fcddc6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18452023-12-13T04:13:59.714Z Compiling unicode-segmentation v1.10.1
18462023-12-13T04:13:59.726Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=a7b83919c0401bc3 -C extra-filename=-a7b83919c0401bc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18472023-12-13T04:14:00.257Z Compiling time v0.3.27
18482023-12-13T04:14:00.275Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=2d440d03e3b86ed7 -C extra-filename=-2d440d03e3b86ed7 --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-598da518e72e5dfb.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-4c6d51928e99bf40.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-3f0dd9071974c592.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-dbc03062bd046473.so --cap-lints allow -D warnings`
18492023-12-13T04:14:01.030Z Compiling tokio-util v0.7.10
18502023-12-13T04:14:01.042Z Running `/home/build/.rustup/toolchains/1.74.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.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="tracing"' -C metadata=3ebadf2e1594f539 -C extra-filename=-3ebadf2e1594f539 --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-d06f2e98114e5873.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --cap-lints allow -D warnings`
18512023-12-13T04:14:01.156Z Compiling tokio-rustls v0.24.1
18522023-12-13T04:14:01.178Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=8448d4ddef3016ff -C extra-filename=-8448d4ddef3016ff --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-2c8b419309bfacae.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out`
18532023-12-13T04:14:01.790Z Compiling der v0.7.8
18542023-12-13T04:14:01.821Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-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="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=cceb8e0e028647cd -C extra-filename=-cceb8e0e028647cd --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-8036eb2fb0734902.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-468e6a46749aa333.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-d65ca4e97fcddc6f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings`
18552023-12-13T04:14:01.883Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-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 -C metadata=3518bab6199b3e64 -C extra-filename=-3518bab6199b3e64 --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-c5d2103652c0a8bc.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-66d32c3547f15b53.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8eb3de30cd4fd472.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
18562023-12-13T04:14:02.825Z Compiling tokio-native-tls v0.3.1
18572023-12-13T04:14:02.849Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=a687548fc4138b0f -C extra-filename=-a687548fc4138b0f --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-3518bab6199b3e64.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
18582023-12-13T04:14:03.211Z Compiling h2 v0.3.21
18592023-12-13T04:14:03.221Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.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 -C metadata=15a5b9dd317e770d -C extra-filename=-15a5b9dd317e770d --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-d06f2e98114e5873.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fa80c618b8065deb.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-195b1228936a30c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --cap-lints allow -D warnings`
18602023-12-13T04:14:03.243Z Compiling pest_generator v2.7.2
18612023-12-13T04:14:03.271Z Running `/home/build/.rustup/toolchains/1.74.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.2/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=7330582f9ec4e8c4 -C extra-filename=-7330582f9ec4e8c4 --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-44170135f2510804.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-7de4633e8dfb0911.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings`
18622023-12-13T04:14:03.719Z Compiling zerocopy-derive v0.2.0
18632023-12-13T04:14:03.720Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=132b467ed93bdcda -C extra-filename=-132b467ed93bdcda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-25e594cfc85bcc46.rlib --extern proc_macro --cap-lints allow -D warnings`
18642023-12-13T04:14:05.628Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.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 --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=b852c916ad915170 -C extra-filename=-b852c916ad915170 --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-b6f8a7d540d47813.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-d19168b626fb49e9.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-4650f06780401c26.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
18652023-12-13T04:14:06.400Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-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="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=78c4e619da17149f -C extra-filename=-78c4e619da17149f --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-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings --cfg has_i128`
18662023-12-13T04:14:06.848Z Compiling flate2 v1.0.28
18672023-12-13T04:14:06.849Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=9c343eab58a7ea84 -C extra-filename=-9c343eab58a7ea84 --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-2e6cb0fdfac0d5fc.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-eae4032ca8079f20.rmeta --cap-lints allow -D warnings`
18682023-12-13T04:14:07.127Z Compiling anstyle-parse v0.2.1
18692023-12-13T04:14:07.142Z Running `/home/build/.rustup/toolchains/1.74.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=bbb859da10bbbc65 -C extra-filename=-bbb859da10bbbc65 --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-4593178b619af749.rmeta --cap-lints allow -D warnings`
18702023-12-13T04:14:07.305Z Compiling siphasher v0.3.11
18712023-12-13T04:14:07.309Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=cc130dcd8b93b422 -C extra-filename=-cc130dcd8b93b422 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18722023-12-13T04:14:07.653Z Compiling anstyle-query v1.0.0
18732023-12-13T04:14:07.666Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=90a2a36a46bba70f -C extra-filename=-90a2a36a46bba70f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18742023-12-13T04:14:07.704Z Compiling colorchoice v1.0.0
18752023-12-13T04:14:07.715Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-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 -C metadata=f3d013d7fa334b4b -C extra-filename=-f3d013d7fa334b4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18762023-12-13T04:14:07.830Z Compiling terminal_size v0.2.6
18772023-12-13T04:14:07.833Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-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 -C metadata=ff5329ec16406be3 -C extra-filename=-ff5329ec16406be3 --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-b852c916ad915170.rmeta --cap-lints allow -D warnings`
18782023-12-13T04:14:07.974Z Compiling anstream v0.5.0
18792023-12-13T04:14:07.980Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=0ddec8b0a8dad00f -C extra-filename=-0ddec8b0a8dad00f --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-de2619156f222cb2.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-bbb859da10bbbc65.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-90a2a36a46bba70f.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-f3d013d7fa334b4b.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-4593178b619af749.rmeta --cap-lints allow -D warnings`
18802023-12-13T04:14:07.980Z Compiling zerocopy v0.3.0
18812023-12-13T04:14:07.980Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-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 -C metadata=29aa7ee8fe9290cd -C extra-filename=-29aa7ee8fe9290cd --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-1b4ad01209984ea0.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-132b467ed93bdcda.so --cap-lints allow -D warnings`
18822023-12-13T04:14:07.981Z Compiling pest_derive v2.7.2
18832023-12-13T04:14:08.018Z Running `/home/build/.rustup/toolchains/1.74.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.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="default"' --cfg 'feature="std"' -C metadata=32be6c14c5b6c9cd -C extra-filename=-32be6c14c5b6c9cd --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-44170135f2510804.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-7330582f9ec4e8c4.rlib --extern proc_macro --cap-lints allow -D warnings`
18842023-12-13T04:14:08.084Z Compiling spki v0.7.2
18852023-12-13T04:14:08.108Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=050b5b1ec547420c -C extra-filename=-050b5b1ec547420c --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-cceb8e0e028647cd.rmeta --cap-lints allow -D warnings`
18862023-12-13T04:14:08.165Z Compiling futures v0.3.29
18872023-12-13T04:14:08.200Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.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="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=60db96e8e3fbb005 -C extra-filename=-60db96e8e3fbb005 --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-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e8030b61cb9ca4f2.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --cap-lints allow -D warnings`
18882023-12-13T04:14:08.338Z Compiling heapless v0.7.16
18892023-12-13T04:14:08.350Z Running `/home/build/.rustup/toolchains/1.74.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.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="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=8ad375a8b2f8796b -C extra-filename=-8ad375a8b2f8796b --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-8ad375a8b2f8796b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ffaecce5dc07dbe9.rlib --cap-lints allow -D warnings`
18902023-12-13T04:14:08.668Z Compiling memoffset v0.9.0
18912023-12-13T04:14:08.679Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=373fa88f2059b22f -C extra-filename=-373fa88f2059b22f --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-373fa88f2059b22f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
18922023-12-13T04:14:09.022Z Compiling usdt-impl v0.3.5
18932023-12-13T04:14:09.045Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.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="asm"' -C metadata=f72c6ed2b1b05ce6 -C extra-filename=-f72c6ed2b1b05ce6 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-f72c6ed2b1b05ce6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
18942023-12-13T04:14:09.093Z Compiling bit-vec v0.6.3
18952023-12-13T04:14:09.106Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=be2b16d8eb900e10 -C extra-filename=-be2b16d8eb900e10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18962023-12-13T04:14:09.233Z Compiling clap_lex v0.5.1
18972023-12-13T04:14:09.251Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=5077f1311841a9d7 -C extra-filename=-5077f1311841a9d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18982023-12-13T04:14:09.269Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-373fa88f2059b22f/build-script-build`
18992023-12-13T04:14:09.280Z Compiling dof v0.1.5
19002023-12-13T04:14:09.280Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-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 -C metadata=6b1cdfcb1750576b -C extra-filename=-6b1cdfcb1750576b --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-72e52f26c0ec0c7e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-29aa7ee8fe9290cd.rmeta --cap-lints allow -D warnings`
19012023-12-13T04:14:09.477Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-8ad375a8b2f8796b/build-script-build`
19022023-12-13T04:14:09.538Z Compiling toml v0.7.8
19032023-12-13T04:14:09.558Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=6ca08d933ea381d8 -C extra-filename=-6ca08d933ea381d8 --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-101c0c10b68ffd8b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-ec10199660a4aff7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c57cf8ec5942097f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bce299181fb55ea0.rmeta --cap-lints allow -D warnings`
19042023-12-13T04:14:09.567Z Compiling dtrace-parser v0.1.14
19052023-12-13T04:14:09.585Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-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 -C metadata=78c12a6c90b8bd87 -C extra-filename=-78c12a6c90b8bd87 --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-44170135f2510804.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-32be6c14c5b6c9cd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings`
19062023-12-13T04:14:09.607Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-f72c6ed2b1b05ce6/build-script-build`
19072023-12-13T04:14:09.758Z Compiling clap_builder v4.4.2
19082023-12-13T04:14:09.767Z Running `/home/build/.rustup/toolchains/1.74.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.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="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=a41585ecc45e6d20 -C extra-filename=-a41585ecc45e6d20 --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-0ddec8b0a8dad00f.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-de2619156f222cb2.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-5077f1311841a9d7.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-24e28f3cc805bf1a.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-ff5329ec16406be3.rmeta --cap-lints allow -D warnings`
19092023-12-13T04:14:09.833Z Compiling toml_edit v0.21.0
19102023-12-13T04:14:09.843Z Running `/home/build/.rustup/toolchains/1.74.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.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=f166fe2f4ac9c287 -C extra-filename=-f166fe2f4ac9c287 --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-fbca5c263b93fbbc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-ec10199660a4aff7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c57cf8ec5942097f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b747da8a50a0933d.rmeta --cap-lints allow -D warnings`
19112023-12-13T04:14:09.983Z Compiling clap_derive v4.4.2
19122023-12-13T04:14:09.990Z Running `/home/build/.rustup/toolchains/1.74.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.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 --cfg 'feature="default"' -C metadata=09f6461d2b951fca -C extra-filename=-09f6461d2b951fca --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-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
19132023-12-13T04:14:10.792Z Compiling itertools v0.10.5
19142023-12-13T04:14:11.838Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=5d2789e50494f686 -C extra-filename=-5d2789e50494f686 --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-294f21b38637a1be.rmeta --cap-lints allow -D warnings`
19152023-12-13T04:14:12.559Z Compiling thread-id v4.2.0
19162023-12-13T04:14:12.661Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.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 -C metadata=85b86ce42cf69641 -C extra-filename=-85b86ce42cf69641 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings`
19172023-12-13T04:14:12.672Z Compiling hash32 v0.2.1
19182023-12-13T04:14:12.673Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /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 -C metadata=cf9d20fada302159 -C extra-filename=-cf9d20fada302159 --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-1b4ad01209984ea0.rmeta --cap-lints allow -D warnings`
19192023-12-13T04:14:12.869Z Compiling crossbeam-epoch v0.9.15
19202023-12-13T04:14:12.877Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=65a45cdd2078d237 -C extra-filename=-65a45cdd2078d237 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-65a45cdd2078d237 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
19212023-12-13T04:14:13.030Z Compiling stable_deref_trait v1.2.0
19222023-12-13T04:14:13.048Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /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 -C metadata=9b9016c9969df329 -C extra-filename=-9b9016c9969df329 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19232023-12-13T04:14:13.164Z Compiling data-encoding v2.4.0
19242023-12-13T04:14:13.176Z Running `/home/build/.rustup/toolchains/1.74.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.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6b18b93accc321e4 -C extra-filename=-6b18b93accc321e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19252023-12-13T04:14:13.213Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=d357b0057254b049 -C extra-filename=-d357b0057254b049 --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-cf9d20fada302159.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9b9016c9969df329.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics`
19262023-12-13T04:14:13.763Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-65a45cdd2078d237/build-script-build`
19272023-12-13T04:14:13.846Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=05a62a25d0f15f48 -C extra-filename=-05a62a25d0f15f48 --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-1b4ad01209984ea0.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-6b1cdfcb1750576b.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-78c12a6c90b8bd87.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-85b86ce42cf69641.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
19282023-12-13T04:14:15.060Z Compiling hyper v0.14.27
19292023-12-13T04:14:15.075Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=84601802e30a6b60 -C extra-filename=-84601802e30a6b60 --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-d06f2e98114e5873.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-15a5b9dd317e770d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-ec95f0840af22c3c.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-c25a7f7496695df9.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-0c1307657e91e527.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-51c7f84c03e3595b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-318184497ae75df2.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-071a5e6e1eac6ac9.rmeta --cap-lints allow -D warnings`
19302023-12-13T04:14:15.467Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1ffa478a3c8874cc -C extra-filename=-1ffa478a3c8874cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const`
19312023-12-13T04:14:15.613Z Compiling pkcs8 v0.10.2
19322023-12-13T04:14:15.630Z Running `/home/build/.rustup/toolchains/1.74.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="pem"' --cfg 'feature="std"' -C metadata=83176ad9c8455734 -C extra-filename=-83176ad9c8455734 --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-cceb8e0e028647cd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-050b5b1ec547420c.rmeta --cap-lints allow -D warnings`
19332023-12-13T04:14:16.506Z Compiling strum_macros v0.25.2
19342023-12-13T04:14:16.962Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=51af52420240f790 -C extra-filename=-51af52420240f790 --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-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-1857facc6a275161.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
19352023-12-13T04:14:16.981Z Compiling serde_tokenstream v0.1.7
19362023-12-13T04:14:16.981Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=5dbeb14b03720a3d -C extra-filename=-5dbeb14b03720a3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings`
19372023-12-13T04:14:17.143Z Compiling zerocopy-derive v0.6.4
19382023-12-13T04:14:17.158Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=e6980bf4148d297e -C extra-filename=-e6980bf4148d297e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
19392023-12-13T04:14:17.582Z Compiling num-iter v0.1.43
19402023-12-13T04:14:17.588Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.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 --cfg 'feature="i128"' -C metadata=13e61c00b13f3451 -C extra-filename=-13e61c00b13f3451 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-13e61c00b13f3451 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
19412023-12-13T04:14:18.135Z Compiling managed v0.8.0
19422023-12-13T04:14:18.150Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name managed /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"' -C metadata=c4f0e08992bb4f35 -C extra-filename=-c4f0e08992bb4f35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19432023-12-13T04:14:18.920Z Compiling fixedbitset v0.4.2
19442023-12-13T04:14:18.939Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /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 -C metadata=1eca94f2b80e5845 -C extra-filename=-1eca94f2b80e5845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19452023-12-13T04:14:18.940Z Compiling clap v4.4.3
19462023-12-13T04:14:18.940Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.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="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"' -C metadata=071e5703096c5c4b -C extra-filename=-071e5703096c5c4b --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-a41585ecc45e6d20.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-09f6461d2b951fca.so --cap-lints allow -D warnings`
19472023-12-13T04:14:19.110Z Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-13e61c00b13f3451/build-script-build`
19482023-12-13T04:14:19.275Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2d9f0b9c67027185 -C extra-filename=-2d9f0b9c67027185 --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-bc2c501506aafa82.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1ffa478a3c8874cc.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9ff0b066c30ae916.rmeta --cap-lints allow -D warnings`
19492023-12-13T04:14:19.594Z Compiling petgraph v0.6.4
19502023-12-13T04:14:19.615Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-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 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"' -C metadata=3e2db2035a7a8d70 -C extra-filename=-3e2db2035a7a8d70 --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-1eca94f2b80e5845.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e0eb1ad5ee0e2206.so --cap-lints allow -D warnings`
19512023-12-13T04:14:20.982Z Compiling bit-set v0.5.3
19522023-12-13T04:14:21.417Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c87ee7a4a219efa1 -C extra-filename=-c87ee7a4a219efa1 --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-be2b16d8eb900e10.rmeta --cap-lints allow -D warnings`
19532023-12-13T04:14:21.417Z Compiling phf_shared v0.10.0
19542023-12-13T04:14:21.418Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=a184df2ed88559cb -C extra-filename=-a184df2ed88559cb --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-cc130dcd8b93b422.rmeta --cap-lints allow -D warnings`
19552023-12-13T04:14:21.418Z Compiling ipnetwork v0.20.0
19562023-12-13T04:14:21.418Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=3a274d64876baf35 -C extra-filename=-3a274d64876baf35 --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-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
19572023-12-13T04:14:21.444Z Compiling zerocopy v0.6.4
19582023-12-13T04:14:21.444Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3bf34b18ecf8b70 -C extra-filename=-c3bf34b18ecf8b70 --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-1b4ad01209984ea0.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-e6980bf4148d297e.so --cap-lints allow -D warnings`
19592023-12-13T04:14:21.921Z Compiling sha2 v0.10.8
19602023-12-13T04:14:21.921Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=09dd1c108d4ebb85 -C extra-filename=-09dd1c108d4ebb85 --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-bc2c501506aafa82.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d72b47fd0525931c.rmeta --cap-lints allow -D warnings`
19612023-12-13T04:14:22.410Z Compiling precomputed-hash v0.1.1
19622023-12-13T04:14:22.839Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /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 -C metadata=2664089f1d17b1fd -C extra-filename=-2664089f1d17b1fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19632023-12-13T04:14:22.853Z Compiling new_debug_unreachable v1.0.4
19642023-12-13T04:14:22.853Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-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 -C metadata=0def1793713052ad -C extra-filename=-0def1793713052ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19652023-12-13T04:14:22.853Z Compiling minimal-lexical v0.2.1
19662023-12-13T04:14:22.853Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=e6a09c60c1c2b55e -C extra-filename=-e6a09c60c1c2b55e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19672023-12-13T04:14:22.854Z Compiling string_cache v0.8.7
19682023-12-13T04:14:22.854Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=9aadf067d7321e79 -C extra-filename=-9aadf067d7321e79 --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-0def1793713052ad.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b0890bfa533f5f63.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a184df2ed88559cb.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-2664089f1d17b1fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
19692023-12-13T04:14:23.404Z Compiling nom v7.1.3
19702023-12-13T04:14:23.964Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=f7d1fc2969919b27 -C extra-filename=-f7d1fc2969919b27 --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-918fa9e671606ec5.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-e6a09c60c1c2b55e.rmeta --cap-lints allow -D warnings`
19712023-12-13T04:14:23.964Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.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="i128"' -C metadata=90ee7d264145cac8 -C extra-filename=-90ee7d264145cac8 --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-78c4e619da17149f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28`
19722023-12-13T04:14:23.974Z Compiling usdt-macro v0.3.5
19732023-12-13T04:14:23.974Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.3.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="asm"' -C metadata=946da8bbc21b62d2 -C extra-filename=-946da8bbc21b62d2 --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-78c12a6c90b8bd87.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5dbeb14b03720a3d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-05a62a25d0f15f48.rlib --extern proc_macro --cap-lints allow -D warnings`
19742023-12-13T04:14:23.974Z Compiling usdt-attr-macro v0.3.5
19752023-12-13T04:14:23.975Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.3.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="asm"' -C metadata=d7166ef777b6e2a4 -C extra-filename=-d7166ef777b6e2a4 --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-78c12a6c90b8bd87.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5dbeb14b03720a3d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-05a62a25d0f15f48.rlib --extern proc_macro --cap-lints allow -D warnings`
19762023-12-13T04:14:23.975Z Compiling hmac v0.12.1
19772023-12-13T04:14:23.975Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=4dabb019971872d6 -C extra-filename=-4dabb019971872d6 --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-d72b47fd0525931c.rmeta --cap-lints allow -D warnings`
19782023-12-13T04:14:24.258Z Compiling bzip2-sys v0.1.11+1.0.8
19792023-12-13T04:14:24.272Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=05621876b2c84291 -C extra-filename=-05621876b2c84291 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-05621876b2c84291 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-bc75a08f03143f16.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --cap-lints allow -D warnings`
19802023-12-13T04:14:25.099Z Compiling doc-comment v0.3.3
19812023-12-13T04:14:25.107Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=ec51527b80ba850c -C extra-filename=-ec51527b80ba850c --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-ec51527b80ba850c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19822023-12-13T04:14:25.953Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-05621876b2c84291/build-script-build`
19832023-12-13T04:14:25.974Z Compiling pin-project-internal v1.1.3
19842023-12-13T04:14:25.974Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=3196e1157de3c3f1 -C extra-filename=-3196e1157de3c3f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
19852023-12-13T04:14:26.395Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-ec51527b80ba850c/build-script-build`
19862023-12-13T04:14:26.395Z Compiling itertools v0.11.0
19872023-12-13T04:14:26.395Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-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="use_alloc"' --cfg 'feature="use_std"' -C metadata=b7536b5015ff5583 -C extra-filename=-b7536b5015ff5583 --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-294f21b38637a1be.rmeta --cap-lints allow -D warnings`
19882023-12-13T04:14:26.395Z Compiling hyper-tls v0.5.0
19892023-12-13T04:14:26.396Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=b45a3b339ba366be -C extra-filename=-b45a3b339ba366be --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-d06f2e98114e5873.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-3518bab6199b3e64.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-a687548fc4138b0f.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
19902023-12-13T04:14:26.396Z Compiling hyper-rustls v0.24.2
19912023-12-13T04:14:26.396Z Running `/home/build/.rustup/toolchains/1.74.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.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 --cfg 'feature="acceptor"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' -C metadata=f0e00c19c973089d -C extra-filename=-f0e00c19c973089d --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-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-6c97518b15dbc26a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-8448d4ddef3016ff.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out`
19922023-12-13T04:14:26.890Z Compiling usdt v0.3.5
19932023-12-13T04:14:26.905Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=ebbaec620d31c4c7 -C extra-filename=-ebbaec620d31c4c7 --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-78c12a6c90b8bd87.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-d7166ef777b6e2a4.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-05a62a25d0f15f48.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-946da8bbc21b62d2.so --cap-lints allow -D warnings`
19942023-12-13T04:14:27.086Z Compiling reqwest v0.11.22
19952023-12-13T04:14:27.104Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.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="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-pemfile"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=6aac2dcd380d9480 -C extra-filename=-6aac2dcd380d9480 --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-efdef217e0fabd4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-af2729f3af85d5f2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-15a5b9dd317e770d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-ec95f0840af22c3c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f0e00c19c973089d.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-b45a3b339ba366be.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-12ae00b3bd1f0594.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a6cf1a4a13963194.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-3518bab6199b3e64.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d4874c9bffb6de6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-a687548fc4138b0f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-8448d4ddef3016ff.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-318184497ae75df2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-caf9de3e3e0ba9b0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64`
19962023-12-13T04:14:27.270Z Compiling lalrpop-util v0.19.12
19972023-12-13T04:14:27.273Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=a2c79a7f288a2d69 -C extra-filename=-a2c79a7f288a2d69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19982023-12-13T04:14:27.322Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19992023-12-13T04:14:27.356Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=c1ef013ccae74676 -C extra-filename=-c1ef013ccae74676 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-c1ef013ccae74676 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20002023-12-13T04:14:27.811Z Compiling regex-automata v0.1.10
20012023-12-13T04:14:28.270Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-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 -C metadata=3cc09e81d5f271c0 -C extra-filename=-3cc09e81d5f271c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20022023-12-13T04:14:28.270Z Compiling matches v0.1.10
20032023-12-13T04:14:28.270Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name matches /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 -C metadata=94d6c321c924df6e -C extra-filename=-94d6c321c924df6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20042023-12-13T04:14:28.270Z Compiling idna v0.2.3
20052023-12-13T04:14:28.270Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=d80edfaf957fba38 -C extra-filename=-d80edfaf957fba38 --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-94d6c321c924df6e.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings`
20062023-12-13T04:14:28.653Z Compiling bstr v0.2.17
20072023-12-13T04:14:28.677Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=49019ba25fed05fd -C extra-filename=-49019ba25fed05fd --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-9c9c3756e3f392b3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-3cc09e81d5f271c0.rmeta --cap-lints allow -D warnings`
20082023-12-13T04:14:28.678Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-c1ef013ccae74676/build-script-build`
20092023-12-13T04:14:29.360Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys /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 -C metadata=3f02d83be6484b46 -C extra-filename=-3f02d83be6484b46 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -l static=bz2`
20102023-12-13T04:14:29.379Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /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 -C metadata=80c9eeeb148ee19b -C extra-filename=-80c9eeeb148ee19b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20112023-12-13T04:14:29.379Z Compiling block-padding v0.3.3
20122023-12-13T04:14:29.379Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=e589ae0d682b7d69 -C extra-filename=-e589ae0d682b7d69 --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-f6df480a7c6817d8.rmeta --cap-lints allow -D warnings`
20132023-12-13T04:14:29.513Z Compiling enum-as-inner v0.5.1
20142023-12-13T04:14:29.529Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=c877e58e27839d73 -C extra-filename=-c877e58e27839d73 --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-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
20152023-12-13T04:14:29.778Z Compiling diesel_table_macro_syntax v0.1.0
20162023-12-13T04:14:29.790Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=d144b3fa8e7da5b9 -C extra-filename=-d144b3fa8e7da5b9 --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-085545494ccbad1b.rmeta --cap-lints allow -D warnings`
20172023-12-13T04:14:30.294Z Compiling scheduled-thread-pool v0.2.7
20182023-12-13T04:14:30.310Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=43e1e715b66ca01b -C extra-filename=-43e1e715b66ca01b --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-b0890bfa533f5f63.rmeta --cap-lints allow -D warnings`
20192023-12-13T04:14:30.704Z Compiling num-bigint v0.4.4
20202023-12-13T04:14:30.734Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.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="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=15332bf2239b142c -C extra-filename=-15332bf2239b142c --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-15332bf2239b142c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
20212023-12-13T04:14:30.837Z Compiling static_assertions v1.1.0
20222023-12-13T04:14:30.861Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions /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 -C metadata=8396087cdeea73a3 -C extra-filename=-8396087cdeea73a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20232023-12-13T04:14:30.892Z Compiling predicates-core v1.0.6
20242023-12-13T04:14:30.893Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=a707c93b27fc17a9 -C extra-filename=-a707c93b27fc17a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20252023-12-13T04:14:31.407Z Compiling smoltcp v0.9.1
20262023-12-13T04:14:31.407Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=4936fa914ae02a62 -C extra-filename=-4936fa914ae02a62 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-4936fa914ae02a62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20272023-12-13T04:14:31.407Z Compiling regex-automata v0.3.8
20282023-12-13T04:14:31.408Z Running `/home/build/.rustup/toolchains/1.74.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.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dfa-search"' -C metadata=83cd0a0ebc06daa3 -C extra-filename=-83cd0a0ebc06daa3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20292023-12-13T04:14:31.887Z Compiling r2d2 v0.8.10
20302023-12-13T04:14:31.887Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=4eaacda7e2a13349 -C extra-filename=-4eaacda7e2a13349 --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-c5d2103652c0a8bc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b0890bfa533f5f63.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-43e1e715b66ca01b.rmeta --cap-lints allow -D warnings`
20312023-12-13T04:14:31.887Z Compiling trust-dns-proto v0.22.0
20322023-12-13T04:14:31.888Z Running `/home/build/.rustup/toolchains/1.74.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 --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=b4fdd92e41203020 -C extra-filename=-b4fdd92e41203020 --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-084832dceff4d290.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-c877e58e27839d73.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d80edfaf957fba38.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-12ae00b3bd1f0594.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0316017cde573a0f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-beae685ade96ae94.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --cap-lints allow -D warnings`
20332023-12-13T04:14:31.908Z Compiling pin-project v1.1.3
20342023-12-13T04:14:31.908Z Running `/home/build/.rustup/toolchains/1.74.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b3b9e2874c7400c7 -C extra-filename=-b3b9e2874c7400c7 --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-3196e1157de3c3f1.so --cap-lints allow -D warnings`
20352023-12-13T04:14:31.908Z Compiling diesel_derives v2.1.2
20362023-12-13T04:14:31.909Z Running `/home/build/.rustup/toolchains/1.74.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.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 --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=da4946441935c62d -C extra-filename=-da4946441935c62d --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-d144b3fa8e7da5b9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
20372023-12-13T04:14:31.909Z Compiling inout v0.1.3
20382023-12-13T04:14:31.910Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=8190e8f00691da95 -C extra-filename=-8190e8f00691da95 --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-e589ae0d682b7d69.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --cap-lints allow -D warnings`
20392023-12-13T04:14:32.023Z Compiling bzip2 v0.4.4
20402023-12-13T04:14:32.031Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 /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 -C metadata=0feb674fd2e2be84 -C extra-filename=-0feb674fd2e2be84 --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-3f02d83be6484b46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
20412023-12-13T04:14:32.149Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-15332bf2239b142c/build-script-build`
20422023-12-13T04:14:32.621Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys /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 -C metadata=7f4ec8f2135bf59e -C extra-filename=-7f4ec8f2135bf59e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
20432023-12-13T04:14:32.621Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-4936fa914ae02a62/build-script-build`
20442023-12-13T04:14:32.621Z Compiling md-5 v0.10.5
20452023-12-13T04:14:32.622Z Running `/home/build/.rustup/toolchains/1.74.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.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="default"' --cfg 'feature="std"' -C metadata=67fbee3654f8cda8 -C extra-filename=-67fbee3654f8cda8 --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-d72b47fd0525931c.rmeta --cap-lints allow -D warnings`
20462023-12-13T04:14:32.622Z Compiling hubpack_derive v0.1.1
20472023-12-13T04:14:32.622Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=4a471ede8111718f -C extra-filename=-4a471ede8111718f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
20482023-12-13T04:14:32.642Z Compiling snafu-derive v0.7.5
20492023-12-13T04:14:32.669Z Running `/home/build/.rustup/toolchains/1.74.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.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=a408964f14bfbe36 -C extra-filename=-a408964f14bfbe36 --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-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
20502023-12-13T04:14:32.677Z Compiling console v0.15.7
20512023-12-13T04:14:32.677Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.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="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=6e7ba986a3c22a1f -C extra-filename=-6e7ba986a3c22a1f --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-9c9c3756e3f392b3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
20522023-12-13T04:14:32.687Z Compiling stringprep v0.1.3
20532023-12-13T04:14:32.687Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-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 -C metadata=77fd75175a07d3af -C extra-filename=-77fd75175a07d3af --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-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings`
20542023-12-13T04:14:34.252Z Compiling bstr v1.6.0
20552023-12-13T04:14:34.270Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-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="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=f119340823f1aa08 -C extra-filename=-f119340823f1aa08 --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-918fa9e671606ec5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-83cd0a0ebc06daa3.rmeta --cap-lints allow -D warnings`
20562023-12-13T04:14:34.271Z Compiling ff v0.13.0
20572023-12-13T04:14:34.271Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=1dc7ffee0f7fc971 -C extra-filename=-1dc7ffee0f7fc971 --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-ba0b75ae94d53d36.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings`
20582023-12-13T04:14:34.615Z Compiling float-cmp v0.9.0
20592023-12-13T04:14:34.682Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=69d4a8c3409fe82d -C extra-filename=-69d4a8c3409fe82d --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-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings`
20602023-12-13T04:14:34.955Z Compiling difflib v0.4.0
20612023-12-13T04:14:34.982Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib /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 -C metadata=1eed2584789273b3 -C extra-filename=-1eed2584789273b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20622023-12-13T04:14:35.110Z Compiling base16ct v0.2.0
20632023-12-13T04:14:35.130Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=55296223c8905605 -C extra-filename=-55296223c8905605 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20642023-12-13T04:14:35.353Z Compiling normalize-line-endings v0.3.0
20652023-12-13T04:14:35.382Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /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 -C metadata=3c4947c0768711ac -C extra-filename=-3c4947c0768711ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20662023-12-13T04:14:35.525Z Compiling fallible-iterator v0.2.0
20672023-12-13T04:14:35.561Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=e4ac42d45e35c03c -C extra-filename=-e4ac42d45e35c03c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20682023-12-13T04:14:35.597Z Compiling predicates v3.0.4
20692023-12-13T04:14:35.613Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-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="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=765e2540c35635c8 -C extra-filename=-765e2540c35635c8 --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-de2619156f222cb2.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-1eed2584789273b3.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-69d4a8c3409fe82d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b7536b5015ff5583.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-3c4947c0768711ac.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-a707c93b27fc17a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings`
20702023-12-13T04:14:36.662Z Compiling postgres-protocol v0.6.6
20712023-12-13T04:14:37.261Z Running `/home/build/.rustup/toolchains/1.74.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.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"' -C metadata=070144b99e3cf679 -C extra-filename=-070144b99e3cf679 --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-efdef217e0fabd4e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-e4ac42d45e35c03c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-4dabb019971872d6.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-67fbee3654f8cda8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-77fd75175a07d3af.rmeta --cap-lints allow -D warnings`
20722023-12-13T04:14:37.692Z Compiling sec1 v0.7.3
20732023-12-13T04:14:37.692Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=c817e0434b5477f6 -C extra-filename=-c817e0434b5477f6 --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-55296223c8905605.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-83176ad9c8455734.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings`
20742023-12-13T04:14:37.703Z Compiling group v0.13.0
20752023-12-13T04:14:37.704Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=b102036e989b5275 -C extra-filename=-b102036e989b5275 --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-1dc7ffee0f7fc971.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba0b75ae94d53d36.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings`
20762023-12-13T04:14:37.704Z Compiling hubpack v0.1.2
20772023-12-13T04:14:37.704Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=bbc0fcd3d2a10910 -C extra-filename=-bbc0fcd3d2a10910 --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-4a471ede8111718f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
20782023-12-13T04:14:38.100Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-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="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=5a9f61ba3ae19bd7 -C extra-filename=-5a9f61ba3ae19bd7 --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-78c4e619da17149f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
20792023-12-13T04:14:38.332Z Compiling zip v0.6.6
20802023-12-13T04:14:38.378Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=f28df03945a552f5 -C extra-filename=-f28df03945a552f5 --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-1b4ad01209984ea0.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-0feb674fd2e2be84.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-2e6cb0fdfac0d5fc.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
20812023-12-13T04:14:38.406Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=605693e2aebd112b -C extra-filename=-605693e2aebd112b --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-b6f8a7d540d47813.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-d357b0057254b049.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rmeta --cap-lints allow -D warnings`
20822023-12-13T04:14:38.889Z Compiling cipher v0.4.4
20832023-12-13T04:14:38.912Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=382176a670c6b659 -C extra-filename=-382176a670c6b659 --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-acc2b0379f0b17cd.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8190e8f00691da95.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings`
20842023-12-13T04:14:39.678Z Compiling similar v2.3.0
20852023-12-13T04:14:39.694Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-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="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=452f8398af6fb89f -C extra-filename=-452f8398af6fb89f --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-49019ba25fed05fd.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --cap-lints allow -D warnings`
20862023-12-13T04:14:40.658Z Compiling hkdf v0.12.3
20872023-12-13T04:14:40.689Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=0722d3e783790955 -C extra-filename=-0722d3e783790955 --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-4dabb019971872d6.rmeta --cap-lints allow -D warnings`
20882023-12-13T04:14:41.047Z Compiling phf_shared v0.11.2
20892023-12-13T04:14:41.094Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f861812bc0bc68b5 -C extra-filename=-f861812bc0bc68b5 --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-cc130dcd8b93b422.rmeta --cap-lints allow -D warnings`
20902023-12-13T04:14:41.631Z Compiling crypto-bigint v0.5.2
20912023-12-13T04:14:41.638Z Running `/home/build/.rustup/toolchains/1.74.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.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="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=9d88d4db108cb9d8 -C extra-filename=-9d88d4db108cb9d8 --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-f6df480a7c6817d8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba0b75ae94d53d36.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings`
20922023-12-13T04:14:42.072Z Compiling serde_repr v0.1.16
20932023-12-13T04:14:42.078Z Running `/home/build/.rustup/toolchains/1.74.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.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53b79ef2209a3e5a -C extra-filename=-53b79ef2209a3e5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
20942023-12-13T04:14:42.602Z Compiling snafu v0.7.5
20952023-12-13T04:14:42.632Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=f45fb991151db88a -C extra-filename=-f45fb991151db88a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-80c9eeeb148ee19b.rmeta --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-b3b9e2874c7400c7.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-a408964f14bfbe36.so --cap-lints allow -D warnings`
20962023-12-13T04:14:43.842Z Compiling yasna v0.5.2
20972023-12-13T04:14:43.849Z Running `/home/build/.rustup/toolchains/1.74.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="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=ffe26fdf2c332fea -C extra-filename=-ffe26fdf2c332fea --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-be2b16d8eb900e10.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-5a9f61ba3ae19bd7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2d440d03e3b86ed7.rmeta --cap-lints allow -D warnings`
20982023-12-13T04:14:43.998Z Compiling phf v0.11.2
20992023-12-13T04:14:44.011Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=47b8476697169a82 -C extra-filename=-47b8476697169a82 --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-f861812bc0bc68b5.rmeta --cap-lints allow -D warnings`
21002023-12-13T04:14:44.219Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21012023-12-13T04:14:44.226Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/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"' -C metadata=fb16dcd5784e1974 -C extra-filename=-fb16dcd5784e1974 --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-b6f8a7d540d47813.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-bbc0fcd3d2a10910.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-53b79ef2209a3e5a.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-605693e2aebd112b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-51af52420240f790.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings`
21022023-12-13T04:14:44.448Z Compiling postgres-types v0.2.6
21032023-12-13T04:14:44.452Z Running `/home/build/.rustup/toolchains/1.74.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.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="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"' -C metadata=34fb84ef49a3676a -C extra-filename=-34fb84ef49a3676a --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-d06f2e98114e5873.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-e4ac42d45e35c03c.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-070144b99e3cf679.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --cap-lints allow -D warnings`
21042023-12-13T04:14:45.619Z Compiling elliptic-curve v0.13.8
21052023-12-13T04:14:45.623Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=2de10bc60dfd1a3c -C extra-filename=-2de10bc60dfd1a3c --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-55296223c8905605.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-9d88d4db108cb9d8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d72b47fd0525931c.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-1dc7ffee0f7fc971.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b102036e989b5275.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0722d3e783790955.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-83176ad9c8455734.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba0b75ae94d53d36.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-c817e0434b5477f6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings`
21062023-12-13T04:14:46.910Z Compiling whoami v1.4.1
21072023-12-13T04:14:46.914Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-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="wasm-bindgen"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=f211d5d0f0e3e245 -C extra-filename=-f211d5d0f0e3e245 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21082023-12-13T04:14:46.995Z Compiling tokio-stream v0.1.14
21092023-12-13T04:14:47.037Z Running `/home/build/.rustup/toolchains/1.74.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.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=8baf19a5c9b0c754 -C extra-filename=-8baf19a5c9b0c754 --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-85b0c1ea6a5e4905.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings`
21102023-12-13T04:14:47.279Z Compiling serde_tokenstream v0.2.0
21112023-12-13T04:14:50.610Z Running `/home/build/.rustup/toolchains/1.74.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0ee75eb956233696 -C extra-filename=-0ee75eb956233696 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings`
21122023-12-13T04:14:50.610Z Compiling tokio-postgres v0.7.10
21132023-12-13T04:14:50.610Z Running `/home/build/.rustup/toolchains/1.74.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.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="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=5a15c5c88b7f45bb -C extra-filename=-5a15c5c88b7f45bb --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-084832dceff4d290.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-e4ac42d45e35c03c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b0890bfa533f5f63.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-47b8476697169a82.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-070144b99e3cf679.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-34fb84ef49a3676a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e3d4ba0f92cc048.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f211d5d0f0e3e245.rmeta --cap-lints allow -D warnings`
21142023-12-13T04:14:50.611Z Compiling regress v0.7.1
21152023-12-13T04:14:50.611Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=43b94946f0134bda -C extra-filename=-43b94946f0134bda --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-2f0f792d523adbff.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings`
21162023-12-13T04:14:50.611Z Compiling getopts v0.2.21
21172023-12-13T04:14:50.611Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name getopts /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-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 -C metadata=0e62094522edc43d -C extra-filename=-0e62094522edc43d --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-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
21182023-12-13T04:14:50.611Z Compiling unsafe-libyaml v0.2.9
21192023-12-13T04:14:50.611Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=31e7c5b4b3dadabc -C extra-filename=-31e7c5b4b3dadabc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21202023-12-13T04:14:50.611Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
21212023-12-13T04:14:50.611Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor-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 -C metadata=34b68f92bd528ae8 -C extra-filename=-34b68f92bd528ae8 --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-d06f2e98114e5873.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64`
21222023-12-13T04:14:50.958Z Compiling fastrand v2.0.0
21232023-12-13T04:14:50.958Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0840ce99a6c85a78 -C extra-filename=-0840ce99a6c85a78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21242023-12-13T04:14:51.250Z Compiling serde_yaml v0.9.25
21252023-12-13T04:14:51.795Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=91a99ff742f7d99e -C extra-filename=-91a99ff742f7d99e --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-fbca5c263b93fbbc.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-38d350ef85d2d309.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-31e7c5b4b3dadabc.rmeta --cap-lints allow -D warnings`
21262023-12-13T04:14:51.795Z Compiling tempfile v3.8.1
21272023-12-13T04:14:51.795Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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 -C metadata=dbf731b8f6c14b25 -C extra-filename=-dbf731b8f6c14b25 --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-bc2c501506aafa82.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-0840ce99a6c85a78.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7bb54c54e8b8c333.rmeta --cap-lints allow -D warnings`
21282023-12-13T04:14:51.796Z Compiling dirs-sys-next v0.1.2
21292023-12-13T04:14:51.796Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=4e5c05cc4d18e5e7 -C extra-filename=-4e5c05cc4d18e5e7 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings`
21302023-12-13T04:14:52.701Z Compiling dirs-next v2.0.0
21312023-12-13T04:14:53.138Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=62dc155396aa0b5e -C extra-filename=-62dc155396aa0b5e --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-bc2c501506aafa82.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-4e5c05cc4d18e5e7.rmeta --cap-lints allow -D warnings`
21322023-12-13T04:14:54.376Z Compiling toml v0.8.8
21332023-12-13T04:14:54.377Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.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"' -C metadata=0e923d59cf74a24c -C extra-filename=-0e923d59cf74a24c --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-101c0c10b68ffd8b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-ec10199660a4aff7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c57cf8ec5942097f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f166fe2f4ac9c287.rmeta --cap-lints allow -D warnings`
21342023-12-13T04:14:54.377Z Compiling ident_case v1.0.1
21352023-12-13T04:14:54.377Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case /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 -C metadata=9c54d2122078b91b -C extra-filename=-9c54d2122078b91b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21362023-12-13T04:14:54.392Z Compiling term v0.7.0
21372023-12-13T04:14:54.392Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=6d85d92818838eed -C extra-filename=-6d85d92818838eed --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-62dc155396aa0b5e.rmeta --cap-lints allow -D warnings`
21382023-12-13T04:14:54.392Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
21392023-12-13T04:14:54.392Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=668a536527ddf915 -C extra-filename=-668a536527ddf915 --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-e8726b1e312bd2e5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings`
21402023-12-13T04:14:55.752Z Compiling match_cfg v0.1.0
21412023-12-13T04:14:55.762Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /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"' -C metadata=4d265072bd8787fb -C extra-filename=-4d265072bd8787fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21422023-12-13T04:14:55.784Z Compiling camino v1.1.6
21432023-12-13T04:14:55.844Z Compiling quick-error v1.2.3
21442023-12-13T04:14:55.844Z Running `/home/build/.rustup/toolchains/1.74.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.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="serde"' --cfg 'feature="serde1"' -C metadata=7ff1ded629d369d1 -C extra-filename=-7ff1ded629d369d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-7ff1ded629d369d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21452023-12-13T04:14:55.844Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error /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 -C metadata=0673ec99874d5ad1 -C extra-filename=-0673ec99874d5ad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21462023-12-13T04:14:55.893Z Compiling hostname v0.3.1
21472023-12-13T04:14:55.906Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname /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"' -C metadata=0ba3745aa0927d62 -C extra-filename=-0ba3745aa0927d62 --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-df62e9c1aba12dc6.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-4d265072bd8787fb.rmeta --cap-lints allow -D warnings`
21482023-12-13T04:14:55.957Z Compiling atty v0.2.14
21492023-12-13T04:14:55.995Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name atty /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 -C metadata=73cfe6692cc5ef7c -C extra-filename=-73cfe6692cc5ef7c --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings`
21502023-12-13T04:14:56.006Z Compiling paste v1.0.14
21512023-12-13T04:14:56.141Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=c1accb279ad2318a -C extra-filename=-c1accb279ad2318a --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-c1accb279ad2318a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21522023-12-13T04:14:56.170Z Compiling crossbeam-channel v0.5.8
21532023-12-13T04:14:56.171Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-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="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2aaaef3e6eb094ab -C extra-filename=-2aaaef3e6eb094ab --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-bc2c501506aafa82.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings`
21542023-12-13T04:14:56.209Z Compiling sha1 v0.10.6
21552023-12-13T04:14:56.224Z Running `/home/build/.rustup/toolchains/1.74.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="std"' -C metadata=c4ebfe0af0a51689 -C extra-filename=-c4ebfe0af0a51689 --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-bc2c501506aafa82.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d72b47fd0525931c.rmeta --cap-lints allow -D warnings`
21562023-12-13T04:14:56.887Z Compiling thread_local v1.1.7
21572023-12-13T04:14:56.912Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=f44040695b621ee4 -C extra-filename=-f44040695b621ee4 --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-bc2c501506aafa82.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --cap-lints allow -D warnings`
21582023-12-13T04:14:56.912Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-7ff1ded629d369d1/build-script-build`
21592023-12-13T04:14:56.936Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-c1accb279ad2318a/build-script-build`
21602023-12-13T04:14:57.002Z Compiling instant v0.1.12
21612023-12-13T04:14:57.020Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.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 -C metadata=30c7dc3283c535e9 -C extra-filename=-30c7dc3283c535e9 --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-bc2c501506aafa82.rmeta --cap-lints allow -D warnings`
21622023-12-13T04:14:57.020Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=7e6c307bf3e7aaf2 -C extra-filename=-7e6c307bf3e7aaf2 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
21632023-12-13T04:14:57.043Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.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 -C metadata=3b5a8e4899b9500f -C extra-filename=-3b5a8e4899b9500f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
21642023-12-13T04:14:57.228Z Compiling slog-async v2.8.0
21652023-12-13T04:14:57.241Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=28214851df9395b0 -C extra-filename=-28214851df9395b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-28214851df9395b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21662023-12-13T04:14:57.792Z Compiling multer v2.1.0
21672023-12-13T04:14:57.950Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.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"' -C metadata=35b96cc9c44adcff -C extra-filename=-35b96cc9c44adcff --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-35b96cc9c44adcff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
21682023-12-13T04:14:57.981Z Compiling debug-ignore v1.0.5
21692023-12-13T04:14:57.981Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /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 -C metadata=212a8b0dc002b8b7 -C extra-filename=-212a8b0dc002b8b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21702023-12-13T04:14:58.047Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-28214851df9395b0/build-script-build`
21712023-12-13T04:14:58.515Z Compiling take_mut v0.2.2
21722023-12-13T04:14:58.515Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /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 -C metadata=c71625649b3ae831 -C extra-filename=-c71625649b3ae831 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21732023-12-13T04:14:58.515Z Compiling slog-term v2.9.0
21742023-12-13T04:14:58.516Z Running `/home/build/.rustup/toolchains/1.74.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=055f6b02c9595a7f -C extra-filename=-055f6b02c9595a7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-73cfe6692cc5ef7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6d85d92818838eed.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-f44040695b621ee4.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2d440d03e3b86ed7.rmeta --cap-lints allow -D warnings`
21752023-12-13T04:14:58.516Z Compiling darling_core v0.20.3
21762023-12-13T04:14:58.516Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.3/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=0757e3b653339fd6 -C extra-filename=-0757e3b653339fd6 --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-5d2ad75ee5f58135.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-9c54d2122078b91b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-24e28f3cc805bf1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings`
21772023-12-13T04:14:58.516Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-35b96cc9c44adcff/build-script-build`
21782023-12-13T04:14:58.516Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /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"' -C metadata=f514002cc560d52b -C extra-filename=-f514002cc560d52b --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-2aaaef3e6eb094ab.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-c71625649b3ae831.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-f44040695b621ee4.rmeta --cap-lints allow -D warnings --cfg integer128`
21792023-12-13T04:14:58.516Z Compiling slog-json v2.6.1
21802023-12-13T04:14:58.516Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=4053cfa0e580806f -C extra-filename=-4053cfa0e580806f --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-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2d440d03e3b86ed7.rmeta --cap-lints allow -D warnings`
21812023-12-13T04:14:58.732Z Compiling async-stream-impl v0.3.5
21822023-12-13T04:14:58.778Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.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 -C metadata=e34850a7ea3e5fd2 -C extra-filename=-e34850a7ea3e5fd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
21832023-12-13T04:14:59.016Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
21842023-12-13T04:14:59.028Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=446ee876741e023c -C extra-filename=-446ee876741e023c --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-446ee876741e023c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
21852023-12-13T04:14:59.079Z Compiling diesel v2.1.4
21862023-12-13T04:14:59.083Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=09d97f8812952e0a -C extra-filename=-09d97f8812952e0a --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-3b1b01c99c344b01.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-da4946441935c62d.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-4eaacda7e2a13349.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
21872023-12-13T04:14:59.137Z Compiling atomic-waker v1.1.1
21882023-12-13T04:14:59.155Z Running `/home/build/.rustup/toolchains/1.74.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7463564f876868fa -C extra-filename=-7463564f876868fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21892023-12-13T04:14:59.403Z Compiling waitgroup v0.1.2
21902023-12-13T04:14:59.418Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=c07f2db12c20c762 -C extra-filename=-c07f2db12c20c762 --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-7463564f876868fa.rmeta --cap-lints allow -D warnings`
21912023-12-13T04:14:59.628Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-446ee876741e023c/build-script-build`
21922023-12-13T04:14:59.719Z Compiling slog-bunyan v2.4.0
21932023-12-13T04:14:59.751Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.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 -C metadata=0e9fdc93827c2021 -C extra-filename=-0e9fdc93827c2021 --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-0ba3745aa0927d62.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-4053cfa0e580806f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2d440d03e3b86ed7.rmeta --cap-lints allow -D warnings`
21942023-12-13T04:14:59.779Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-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 --cfg 'feature="default"' -C metadata=5e3e81806947d98a -C extra-filename=-5e3e81806947d98a --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-d06f2e98114e5873.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-af2729f3af85d5f2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-c25a7f7496695df9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a6cf1a4a13963194.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --cap-lints allow -D warnings`
21952023-12-13T04:15:00.004Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
21962023-12-13T04:15:00.012Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30f63ec1a8fc3550 -C extra-filename=-30f63ec1a8fc3550 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0ee75eb956233696.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
21972023-12-13T04:15:00.553Z Compiling serde_path_to_error v0.1.14
21982023-12-13T04:15:00.561Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=703e387a57be71d5 -C extra-filename=-703e387a57be71d5 --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-7860ae71447b6389.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
21992023-12-13T04:15:00.561Z Compiling strum v0.25.0
22002023-12-13T04:15:00.562Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-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="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=b260bcdad7d801cc -C extra-filename=-b260bcdad7d801cc --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-51af52420240f790.so --cap-lints allow -D warnings`
22012023-12-13T04:15:00.596Z Compiling structmeta-derive v0.2.0
22022023-12-13T04:15:00.617Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=b7539908e9b30a4b -C extra-filename=-b7539908e9b30a4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
22032023-12-13T04:15:01.245Z Compiling async-stream v0.3.5
22042023-12-13T04:15:01.263Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e63237218ad5274 -C extra-filename=-6e63237218ad5274 --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-e34850a7ea3e5fd2.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --cap-lints allow -D warnings`
22052023-12-13T04:15:01.456Z Compiling wait-timeout v0.2.0
22062023-12-13T04:15:01.467Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /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 -C metadata=abd69d8f0b0244d3 -C extra-filename=-abd69d8f0b0244d3 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings`
22072023-12-13T04:15:01.534Z Compiling rand_xorshift v0.3.0
22082023-12-13T04:15:01.550Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=55e7f3804e56a308 -C extra-filename=-55e7f3804e56a308 --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-ba0b75ae94d53d36.rmeta --cap-lints allow -D warnings`
22092023-12-13T04:15:01.744Z Compiling regex-syntax v0.7.5
22102023-12-13T04:15:01.744Z Running `/home/build/.rustup/toolchains/1.74.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.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --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"' -C metadata=f9af4c78b14a919e -C extra-filename=-f9af4c78b14a919e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22112023-12-13T04:15:02.065Z Compiling rusty-fork v0.3.0
22122023-12-13T04:15:02.078Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=2bfbb76a40e02a18 -C extra-filename=-2bfbb76a40e02a18 --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-5d2ad75ee5f58135.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-0673ec99874d5ad1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-abd69d8f0b0244d3.rmeta --cap-lints allow -D warnings`
22132023-12-13T04:15:02.429Z Compiling unarray v0.1.4
22142023-12-13T04:15:02.535Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=6e91d0d1ca68601a -C extra-filename=-6e91d0d1ca68601a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22152023-12-13T04:15:02.616Z Compiling proptest v1.4.0
22162023-12-13T04:15:02.635Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-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 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"' -C metadata=15c714f5ca543753 -C extra-filename=-15c714f5ca543753 --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-c87ee7a4a219efa1.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3b1b01c99c344b01.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-6ca9c9b00462ef37.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-55e7f3804e56a308.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-2bfbb76a40e02a18.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-6e91d0d1ca68601a.rmeta --cap-lints allow -D warnings`
22172023-12-13T04:15:03.277Z Compiling backoff v0.4.0
22182023-12-13T04:15:03.291Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=fa783b65b64a2ba1 -C extra-filename=-fa783b65b64a2ba1 --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-85b0c1ea6a5e4905.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-396ddc32754bad29.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-30c7dc3283c535e9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings`
22192023-12-13T04:15:04.190Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22202023-12-13T04:15:04.226Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=ab98b827dbfdb6ed -C extra-filename=-ab98b827dbfdb6ed --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-84b0ae4abbdcf067.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
22212023-12-13T04:15:04.226Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=9cce007c04a7d86d -C extra-filename=-9cce007c04a7d86d --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-6e63237218ad5274.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-30f63ec1a8fc3550.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8797d3f240ac357c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-0ba3745aa0927d62.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-5e3e81806947d98a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d4874c9bffb6de6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-703e387a57be71d5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c4ebfe0af0a51689.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-0e9fdc93827c2021.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-4053cfa0e580806f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-8448d4ddef3016ff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c07f2db12c20c762.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out`
22222023-12-13T04:15:04.226Z Compiling macaddr v1.0.1
22232023-12-13T04:15:04.226Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=fda2b703ed835513 -C extra-filename=-fda2b703ed835513 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
22242023-12-13T04:15:04.702Z Compiling camino-tempfile v1.1.1
22252023-12-13T04:15:04.727Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=1359cb464b58f9dd -C extra-filename=-1359cb464b58f9dd --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-7e6c307bf3e7aaf2.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rmeta --cap-lints allow -D warnings`
22262023-12-13T04:15:05.408Z Compiling is-terminal v0.4.9
22272023-12-13T04:15:05.428Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=76cdf190dc97ad34 -C extra-filename=-76cdf190dc97ad34 --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-7bb54c54e8b8c333.rmeta --cap-lints allow -D warnings`
22282023-12-13T04:15:05.576Z Compiling proc-macro-error-attr v1.0.4
22292023-12-13T04:15:05.582Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=986758c1354d228d -C extra-filename=-986758c1354d228d --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-986758c1354d228d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
22302023-12-13T04:15:05.991Z Compiling structmeta v0.2.0
22312023-12-13T04:15:06.018Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=a6a911b74384e2a0 -C extra-filename=-a6a911b74384e2a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-b7539908e9b30a4b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings`
22322023-12-13T04:15:06.124Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-986758c1354d228d/build-script-build`
22332023-12-13T04:15:06.627Z Compiling proc-macro-error v1.0.4
22342023-12-13T04:15:06.632Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=e447ec32eda35281 -C extra-filename=-e447ec32eda35281 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-e447ec32eda35281 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
22352023-12-13T04:15:06.632Z Compiling test-strategy v0.3.1
22362023-12-13T04:15:06.654Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=f6b05fbf7e100ea2 -C extra-filename=-f6b05fbf7e100ea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-a6a911b74384e2a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
22372023-12-13T04:15:06.810Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-e447ec32eda35281/build-script-build`
22382023-12-13T04:15:07.016Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=79d283e88cf8f16c -C extra-filename=-79d283e88cf8f16c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern proc_macro --cap-lints allow -D warnings`
22392023-12-13T04:15:08.417Z Compiling darling_macro v0.20.3
22402023-12-13T04:15:08.433Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.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 -C metadata=7035a8371e9c2850 -C extra-filename=-7035a8371e9c2850 --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-0757e3b653339fd6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
22412023-12-13T04:15:08.944Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=53597bc160bbd407 -C extra-filename=-53597bc160bbd407 --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-79d283e88cf8f16c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings --cfg use_fallback`
22422023-12-13T04:15:09.707Z Compiling termtree v0.4.1
22432023-12-13T04:15:09.714Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=292b6f402ec9eff4 -C extra-filename=-292b6f402ec9eff4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22442023-12-13T04:15:10.033Z Compiling predicates-tree v1.0.9
22452023-12-13T04:15:10.062Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=2b21937ee10d575a -C extra-filename=-2b21937ee10d575a --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-a707c93b27fc17a9.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-292b6f402ec9eff4.rmeta --cap-lints allow -D warnings`
22462023-12-13T04:15:10.449Z Compiling darling v0.20.3
22472023-12-13T04:15:10.872Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=6015ec470c6077be -C extra-filename=-6015ec470c6077be --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-0757e3b653339fd6.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-7035a8371e9c2850.so --cap-lints allow -D warnings`
22482023-12-13T04:15:10.873Z Compiling serde_with_macros v3.4.0
22492023-12-13T04:15:10.873Z Running `/home/build/.rustup/toolchains/1.74.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.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=19b72c4a9bb71482 -C extra-filename=-19b72c4a9bb71482 --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-6015ec470c6077be.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
22502023-12-13T04:15:10.889Z Compiling proc-macro-crate v1.3.1
22512023-12-13T04:15:10.889Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=7fc63651157807f8 -C extra-filename=-7fc63651157807f8 --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-230e44e7360903b6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bce299181fb55ea0.rmeta --cap-lints allow -D warnings`
22522023-12-13T04:15:12.697Z Compiling num_enum_derive v0.5.11
22532023-12-13T04:15:12.714Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=719c8aa7cdb22e57 -C extra-filename=-719c8aa7cdb22e57 --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-7fc63651157807f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
22542023-12-13T04:15:13.366Z Compiling parse-display-derive v0.8.2
22552023-12-13T04:15:13.380Z Running `/home/build/.rustup/toolchains/1.74.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.8.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 -C metadata=495923fad913fa0e -C extra-filename=-495923fad913fa0e --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-230e44e7360903b6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f9af4c78b14a919e.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-a6a911b74384e2a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
22562023-12-13T04:15:13.677Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22572023-12-13T04:15:13.699Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=321c5e5ab08e0729 -C extra-filename=-321c5e5ab08e0729 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-321c5e5ab08e0729 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22582023-12-13T04:15:14.324Z Compiling smoltcp v0.10.0
22592023-12-13T04:15:14.787Z Running `/home/build/.rustup/toolchains/1.74.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.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=0a364bbf898f7c55 -C extra-filename=-0a364bbf898f7c55 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-0a364bbf898f7c55 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22602023-12-13T04:15:15.436Z Compiling serde_with v3.4.0
22612023-12-13T04:15:15.445Z Running `/home/build/.rustup/toolchains/1.74.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.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=a080bef07cdada68 -C extra-filename=-a080bef07cdada68 --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-101c0c10b68ffd8b.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-19b72c4a9bb71482.so --cap-lints allow -D warnings`
22622023-12-13T04:15:15.581Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-0a364bbf898f7c55/build-script-build`
22632023-12-13T04:15:15.612Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-321c5e5ab08e0729/build-script-build`
22642023-12-13T04:15:15.649Z Compiling filetime v0.2.23
22652023-12-13T04:15:15.684Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.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 -C metadata=026e01bb0412a847 -C extra-filename=-026e01bb0412a847 --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-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings`
22662023-12-13T04:15:16.168Z Compiling xattr v1.0.1
22672023-12-13T04:15:16.180Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-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="unsupported"' -C metadata=ac9d9c00a160bb65 -C extra-filename=-ac9d9c00a160bb65 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings`
22682023-12-13T04:15:16.554Z Compiling embedded-io v0.4.0
22692023-12-13T04:15:16.619Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=092da7c9b03320a8 -C extra-filename=-092da7c9b03320a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22702023-12-13T04:15:16.923Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22712023-12-13T04:15:16.930Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=ad719539977b3e01 -C extra-filename=-ad719539977b3e01 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-ad719539977b3e01 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22722023-12-13T04:15:17.049Z Compiling cobs v0.2.3
22732023-12-13T04:15:17.088Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=9856be98226cfb50 -C extra-filename=-9856be98226cfb50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22742023-12-13T04:15:17.500Z Compiling crucible-workspace-hack v0.1.0
22752023-12-13T04:15:17.513Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=06767ab83fb00bd3 -C extra-filename=-06767ab83fb00bd3 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-06767ab83fb00bd3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22762023-12-13T04:15:17.545Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-ad719539977b3e01/build-script-build`
22772023-12-13T04:15:17.557Z Compiling postcard v1.0.8
22782023-12-13T04:15:17.562Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="embedded-io"' -C metadata=d02876f2be4ac01b -C extra-filename=-d02876f2be4ac01b --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-9856be98226cfb50.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-092da7c9b03320a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
22792023-12-13T04:15:17.625Z Compiling num_enum v0.5.11
22802023-12-13T04:15:17.636Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=0628e5923d0c963d -C extra-filename=-0628e5923d0c963d --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-719c8aa7cdb22e57.so --cap-lints allow -D warnings`
22812023-12-13T04:15:18.245Z Compiling tar v0.4.40
22822023-12-13T04:15:18.260Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.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="default"' --cfg 'feature="xattr"' -C metadata=519f96bc871b49fa -C extra-filename=-519f96bc871b49fa --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-026e01bb0412a847.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-ac9d9c00a160bb65.rmeta --cap-lints allow -D warnings`
22832023-12-13T04:15:18.260Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-06767ab83fb00bd3/build-script-build`
22842023-12-13T04:15:18.260Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-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="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=4c62ddac834e282b -C extra-filename=-4c62ddac834e282b --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-b6f8a7d540d47813.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-d357b0057254b049.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rmeta --cap-lints allow -D warnings`
22852023-12-13T04:15:18.993Z Compiling foreign-types-macros v0.2.3
22862023-12-13T04:15:19.002Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=8ad73231a2c28f0e -C extra-filename=-8ad73231a2c28f0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
22872023-12-13T04:15:21.329Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
22882023-12-13T04:15:21.344Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/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"' -C metadata=53f6c26c0f84a78e -C extra-filename=-53f6c26c0f84a78e --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-53f6c26c0f84a78e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
22892023-12-13T04:15:21.407Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22902023-12-13T04:15:21.426Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef5ec70e55da580e -C extra-filename=-ef5ec70e55da580e --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-ef5ec70e55da580e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22912023-12-13T04:15:21.500Z Compiling parse-display v0.8.2
22922023-12-13T04:15:21.512Z Running `/home/build/.rustup/toolchains/1.74.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.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=60c31164f1211692 -C extra-filename=-60c31164f1211692 --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-230e44e7360903b6.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-495923fad913fa0e.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings`
22932023-12-13T04:15:21.859Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
22942023-12-13T04:15:22.707Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/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"' -C metadata=7e6aee51fb78bfe7 -C extra-filename=-7e6aee51fb78bfe7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22952023-12-13T04:15:22.745Z Compiling foreign-types-shared v0.3.1
22962023-12-13T04:15:22.745Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=8d3a8e6e72a78c61 -C extra-filename=-8d3a8e6e72a78c61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22972023-12-13T04:15:22.745Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-ef5ec70e55da580e/build-script-build`
22982023-12-13T04:15:22.745Z Compiling foreign-types v0.5.0
22992023-12-13T04:15:22.746Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=dbf097337717218b -C extra-filename=-dbf097337717218b --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-8ad73231a2c28f0e.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-8d3a8e6e72a78c61.rmeta --cap-lints allow -D warnings`
23002023-12-13T04:15:22.746Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-53f6c26c0f84a78e/build-script-build`
23012023-12-13T04:15:22.746Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /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 -C metadata=4e1825748425f003 -C extra-filename=-4e1825748425f003 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23022023-12-13T04:15:22.746Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=b14e2177334d57aa -C extra-filename=-b14e2177334d57aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi`
23032023-12-13T04:15:22.747Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=ab56b0622ccd114e -C extra-filename=-ab56b0622ccd114e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l nvpair -l zfs`
23042023-12-13T04:15:22.747Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
23052023-12-13T04:15:22.747Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/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 -C metadata=4a4ce453b69720b2 -C extra-filename=-4a4ce453b69720b2 --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-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
23062023-12-13T04:15:22.747Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
23072023-12-13T04:15:22.747Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/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 -C metadata=81e7a91778abf54f -C extra-filename=-81e7a91778abf54f --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-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
23082023-12-13T04:15:22.747Z Compiling cstr-argument v0.1.2
23092023-12-13T04:15:22.747Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument /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 -C metadata=7b209ff284153718 -C extra-filename=-7b209ff284153718 --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-bc2c501506aafa82.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings`
23102023-12-13T04:15:22.747Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
23112023-12-13T04:15:22.747Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/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 -C metadata=140387ef96fbe19d -C extra-filename=-140387ef96fbe19d --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-140387ef96fbe19d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23122023-12-13T04:15:22.857Z Compiling pretty-hex v0.2.1
23132023-12-13T04:15:22.888Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /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"' -C metadata=261eb22442d2874a -C extra-filename=-261eb22442d2874a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23142023-12-13T04:15:23.041Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-140387ef96fbe19d/build-script-build`
23152023-12-13T04:15:23.068Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23162023-12-13T04:15:23.077Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=d23660ce78cb139d -C extra-filename=-d23660ce78cb139d --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-df62e9c1aba12dc6.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-b14e2177334d57aa.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-0628e5923d0c963d.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-261eb22442d2874a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings`
23172023-12-13T04:15:23.103Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23182023-12-13T04:15:23.118Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=5e4930586d9c16db -C extra-filename=-5e4930586d9c16db --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-7b209ff284153718.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dbf097337717218b.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ab56b0622ccd114e.rmeta --cap-lints allow -D warnings`
23192023-12-13T04:15:23.612Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
23202023-12-13T04:15:23.625Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/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"' -C metadata=117d6ce05e3ab890 -C extra-filename=-117d6ce05e3ab890 --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-7e6aee51fb78bfe7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-d02876f2be4ac01b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-4c62ddac834e282b.rmeta --cap-lints allow -D warnings`
23212023-12-13T04:15:24.050Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/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 -C metadata=af50ac6a2885adbb -C extra-filename=-af50ac6a2885adbb --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-df62e9c1aba12dc6.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-4a4ce453b69720b2.so --cap-lints allow -D warnings -l door`
23222023-12-13T04:15:24.051Z Compiling colored v2.0.4
23232023-12-13T04:15:24.051Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.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 -C metadata=f2010153d8e1d904 -C extra-filename=-f2010153d8e1d904 --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-76cdf190dc97ad34.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --cap-lints allow -D warnings`
23242023-12-13T04:15:24.051Z Compiling zone_cfg_derive v0.3.0
23252023-12-13T04:15:24.051Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=c8f1794d09607ec3 -C extra-filename=-c8f1794d09607ec3 --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-e8726b1e312bd2e5.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-53597bc160bbd407.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
23262023-12-13T04:15:24.097Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
23272023-12-13T04:15:24.108Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f1571ce/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 -C metadata=3aea5f807d27c6f1 -C extra-filename=-3aea5f807d27c6f1 --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-df62e9c1aba12dc6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --cap-lints allow -D warnings`
23282023-12-13T04:15:24.775Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/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 -C metadata=511a61f722d41f7d -C extra-filename=-511a61f722d41f7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f2010153d8e1d904.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-d23660ce78cb139d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-0628e5923d0c963d.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-5e4930586d9c16db.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ab56b0622ccd114e.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-af50ac6a2885adbb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-51c7f84c03e3595b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --cap-lints allow -D warnings -l kstat`
23292023-12-13T04:15:24.810Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23302023-12-13T04:15:24.837Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/typify-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 -C metadata=ad299eabe776c224 -C extra-filename=-ad299eabe776c224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0ee75eb956233696.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-668a536527ddf915.rlib --extern proc_macro --cap-lints allow -D warnings`
23312023-12-13T04:15:25.130Z Compiling num-derive v0.4.0
23322023-12-13T04:15:25.553Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=730bc376787eaa34 -C extra-filename=-730bc376787eaa34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
23332023-12-13T04:15:26.332Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/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"' -C metadata=60e789b502be5b4a -C extra-filename=-60e789b502be5b4a --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-bc2c501506aafa82.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-b5627ba9c8616dae.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-7e6aee51fb78bfe7.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-81e7a91778abf54f.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-117d6ce05e3ab890.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-d02876f2be4ac01b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-4c62ddac834e282b.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
23342023-12-13T04:15:26.637Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
23352023-12-13T04:15:26.648Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/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"' -C metadata=623880b9a2db11f7 -C extra-filename=-623880b9a2db11f7 --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-7e6aee51fb78bfe7.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-60e789b502be5b4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-4c62ddac834e282b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cd00391a1de35258.rmeta --cap-lints allow -D warnings`
23362023-12-13T04:15:26.785Z Compiling mockall_derive v0.12.0
23372023-12-13T04:15:27.213Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=ea807ab786a09a13 -C extra-filename=-ea807ab786a09a13 --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-bc2c501506aafa82.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
23382023-12-13T04:15:27.225Z Compiling fragile v2.0.0
23392023-12-13T04:15:27.225Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=e0897cf076b99a59 -C extra-filename=-e0897cf076b99a59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23402023-12-13T04:15:28.024Z Compiling downcast v0.11.0
23412023-12-13T04:15:28.029Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=e3b8e0a39507d7ce -C extra-filename=-e3b8e0a39507d7ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23422023-12-13T04:15:28.388Z Compiling zone v0.3.0
23432023-12-13T04:15:28.398Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=3e04c8c5dd9844aa -C extra-filename=-3e04c8c5dd9844aa --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-5d2789e50494f686.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-c8f1794d09607ec3.so --cap-lints allow -D warnings`
23442023-12-13T04:15:29.411Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
23452023-12-13T04:15:29.414Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/fab2799/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 -C metadata=ae3470898b5ca726 -C extra-filename=-ae3470898b5ca726 --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-4e1825748425f003.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-730bc376787eaa34.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings`
23462023-12-13T04:15:30.045Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
23472023-12-13T04:15:30.068Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/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 -C metadata=2e756afb4e9cc51c -C extra-filename=-2e756afb4e9cc51c --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-df62e9c1aba12dc6.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-511a61f722d41f7d.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-60e789b502be5b4a.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-623880b9a2db11f7.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-d02876f2be4ac01b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings`
23482023-12-13T04:15:30.915Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
23492023-12-13T04:15:30.933Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f1571ce/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 -C metadata=86119831ef0d8686 -C extra-filename=-86119831ef0d8686 --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-3aea5f807d27c6f1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --cap-lints allow -D warnings`
23502023-12-13T04:15:30.985Z Compiling smf v0.2.2
23512023-12-13T04:15:31.002Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-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 -C metadata=37221c7372c347f0 -C extra-filename=-37221c7372c347f0 --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-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings`
23522023-12-13T04:15:31.176Z Compiling pem v3.0.2
23532023-12-13T04:15:31.188Z Compiling headers-core v0.2.0
23542023-12-13T04:15:31.188Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b0f2d03dc9773fed -C extra-filename=-b0f2d03dc9773fed --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-efdef217e0fabd4e.rmeta --cap-lints allow -D warnings`
23552023-12-13T04:15:31.188Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-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 -C metadata=0de4788207462477 -C extra-filename=-0de4788207462477 --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-29aa500270a39efe.rmeta --cap-lints allow -D warnings`
23562023-12-13T04:15:31.408Z Compiling headers v0.3.9
23572023-12-13T04:15:31.414Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name headers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-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 -C metadata=299b25c0cb08498f -C extra-filename=-299b25c0cb08498f --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-efdef217e0fabd4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-0de4788207462477.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-0c1307657e91e527.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a6cf1a4a13963194.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c4ebfe0af0a51689.rmeta --cap-lints allow -D warnings`
23582023-12-13T04:15:31.565Z Compiling atomicwrites v0.4.2
23592023-12-13T04:15:32.018Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-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 -C metadata=675cdf5a1688d20e -C extra-filename=-675cdf5a1688d20e --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-7bb54c54e8b8c333.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rmeta --cap-lints allow -D warnings`
23602023-12-13T04:15:32.123Z Compiling rcgen v0.11.3
23612023-12-13T04:15:32.144Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-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="pem"' -C metadata=ac521b81302453af -C extra-filename=-ac521b81302453af --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-b0f2d03dc9773fed.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-a535b2745365b0c0.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2d440d03e3b86ed7.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-ffe26fdf2c332fea.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out`
23622023-12-13T04:15:32.464Z Compiling subprocess v0.2.9
23632023-12-13T04:15:32.491Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=ba9d7728e3f62303 -C extra-filename=-ba9d7728e3f62303 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings`
23642023-12-13T04:15:33.274Z Compiling linked-hash-map v0.5.6
23652023-12-13T04:15:33.291Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map /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 -C metadata=50fc4be4ff4fa5d3 -C extra-filename=-50fc4be4ff4fa5d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23662023-12-13T04:15:33.867Z Compiling lru-cache v0.1.2
23672023-12-13T04:15:33.873Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache /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 -C metadata=1aeaf1d60cc951d6 -C extra-filename=-1aeaf1d60cc951d6 --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-50fc4be4ff4fa5d3.rmeta --cap-lints allow -D warnings`
23682023-12-13T04:15:34.152Z Compiling same-file v1.0.6
23692023-12-13T04:15:34.178Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=d7abc45e158c5113 -C extra-filename=-d7abc45e158c5113 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23702023-12-13T04:15:34.206Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23712023-12-13T04:15:34.206Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=d2001a9573bd5149 -C extra-filename=-d2001a9573bd5149 --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-668a536527ddf915.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-ad299eabe776c224.so --cap-lints allow -D warnings`
23722023-12-13T04:15:34.367Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23732023-12-13T04:15:34.392Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c55e0541693ea3e2 -C extra-filename=-c55e0541693ea3e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-0e62094522edc43d.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-d2001a9573bd5149.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings`
23742023-12-13T04:15:34.540Z Compiling walkdir v2.4.0
23752023-12-13T04:15:34.566Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-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 -C metadata=f3795c7200a14d0e -C extra-filename=-f3795c7200a14d0e --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-d7abc45e158c5113.rmeta --cap-lints allow -D warnings`
23762023-12-13T04:15:34.833Z Compiling password-hash v0.5.0
23772023-12-13T04:15:34.850Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=4d4d2e7769faee14 -C extra-filename=-4d4d2e7769faee14 --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-4d3202f783ee952f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba0b75ae94d53d36.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings`
23782023-12-13T04:15:35.779Z Compiling blake2 v0.10.6
23792023-12-13T04:15:35.788Z Compiling heck v0.3.3
23802023-12-13T04:15:35.788Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=a04af22076245cd8 -C extra-filename=-a04af22076245cd8 --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-d72b47fd0525931c.rmeta --cap-lints allow -D warnings`
23812023-12-13T04:15:35.811Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=8e9436929c8fa349 -C extra-filename=-8e9436929c8fa349 --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-a7b83919c0401bc3.rmeta --cap-lints allow -D warnings`
23822023-12-13T04:15:36.390Z Compiling toml v0.5.11
23832023-12-13T04:15:36.402Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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"' -C metadata=5b86e4227db11325 -C extra-filename=-5b86e4227db11325 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
23842023-12-13T04:15:36.431Z Compiling itertools v0.12.0
23852023-12-13T04:15:36.453Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=938138eb45012d55 -C extra-filename=-938138eb45012d55 --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-294f21b38637a1be.rmeta --cap-lints allow -D warnings`
23862023-12-13T04:15:36.558Z Compiling argon2 v0.5.2
23872023-12-13T04:15:36.984Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-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="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=d9aa0d059bd049b5 -C extra-filename=-d9aa0d059bd049b5 --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-4d3202f783ee952f.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-a04af22076245cd8.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-4d4d2e7769faee14.rmeta --cap-lints allow -D warnings`
23882023-12-13T04:15:38.336Z Compiling textwrap v0.11.0
23892023-12-13T04:15:38.354Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-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 -C metadata=318f5bb0d7471778 -C extra-filename=-318f5bb0d7471778 --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-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
23902023-12-13T04:15:39.131Z Compiling vec_map v0.8.2
23912023-12-13T04:15:39.150Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vec_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-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 -C metadata=d47e502a24254615 -C extra-filename=-d47e502a24254615 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23922023-12-13T04:15:39.586Z Compiling strsim v0.8.0
23932023-12-13T04:15:39.596Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-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 -C metadata=e236f6b8c5dbd7ae -C extra-filename=-e236f6b8c5dbd7ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23942023-12-13T04:15:40.562Z Compiling libefi-sys v0.1.0
23952023-12-13T04:15:40.569Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=ab0e28b74949ac58 -C extra-filename=-ab0e28b74949ac58 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-ab0e28b74949ac58 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23962023-12-13T04:15:41.041Z Compiling mockall v0.12.0
23972023-12-13T04:15:41.053Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-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 -C metadata=4b7c7b82d1efc4c3 -C extra-filename=-4b7c7b82d1efc4c3 --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-bc2c501506aafa82.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-e3b8e0a39507d7ce.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-e0897cf076b99a59.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-ea807ab786a09a13.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-2b21937ee10d575a.rmeta --cap-lints allow -D warnings`
23982023-12-13T04:15:41.109Z Compiling ansi_term v0.12.1
23992023-12-13T04:15:41.114Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ansi_term /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-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 -C metadata=fd79a37a6dab7d7c -C extra-filename=-fd79a37a6dab7d7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24002023-12-13T04:15:41.506Z Compiling cancel-safe-futures v0.1.5
24012023-12-13T04:15:41.522Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=6d4c3afe80cf1c7e -C extra-filename=-6d4c3afe80cf1c7e --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-6d4c3afe80cf1c7e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24022023-12-13T04:15:41.527Z Compiling swrite v0.1.0
24032023-12-13T04:15:41.527Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite /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 -C metadata=70fd40af0a67716f -C extra-filename=-70fd40af0a67716f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24042023-12-13T04:15:41.696Z Compiling clap v2.34.0
24052023-12-13T04:15:41.706Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-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_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=7a5d6017e0a29e8b -C extra-filename=-7a5d6017e0a29e8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libansi_term-fd79a37a6dab7d7c.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-73cfe6692cc5ef7c.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-e236f6b8c5dbd7ae.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-318f5bb0d7471778.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-d47e502a24254615.rmeta --cap-lints allow -D warnings`
24062023-12-13T04:15:41.726Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-ab0e28b74949ac58/build-script-build`
24072023-12-13T04:15:41.771Z Compiling structopt-derive v0.4.18
24082023-12-13T04:15:41.775Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.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 -C metadata=8b1c38582f0356e7 -C extra-filename=-8b1c38582f0356e7 --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-8e9436929c8fa349.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-53597bc160bbd407.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
24092023-12-13T04:15:41.984Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
24102023-12-13T04:15:41.991Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=227700b37d975107 -C extra-filename=-227700b37d975107 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-227700b37d975107 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-bc75a08f03143f16.rlib --cap-lints allow -D warnings`
24112023-12-13T04:15:42.159Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-6d4c3afe80cf1c7e/build-script-build`
24122023-12-13T04:15:42.200Z Compiling half v1.8.2
24132023-12-13T04:15:42.210Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11d0aeaa1daf1c3f -C extra-filename=-11d0aeaa1daf1c3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24142023-12-13T04:15:42.685Z Compiling ciborium-io v0.2.1
24152023-12-13T04:15:42.693Z Running `/home/build/.rustup/toolchains/1.74.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=8459582e1882a84b -C extra-filename=-8459582e1882a84b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24162023-12-13T04:15:42.743Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-227700b37d975107/build-script-build`
24172023-12-13T04:15:42.856Z Compiling ciborium-ll v0.2.1
24182023-12-13T04:15:42.863Z Running `/home/build/.rustup/toolchains/1.74.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=13d857dfd44f4025 -C extra-filename=-13d857dfd44f4025 --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-8459582e1882a84b.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-11d0aeaa1daf1c3f.rmeta --cap-lints allow -D warnings`
24192023-12-13T04:15:42.911Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=8666310a26e47114 -C extra-filename=-8666310a26e47114 --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-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings`
24202023-12-13T04:15:43.209Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=0af6583503e1636a -C extra-filename=-0af6583503e1636a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi`
24212023-12-13T04:15:43.519Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24222023-12-13T04:15:43.522Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=5fbee8486911ec05 -C extra-filename=-5fbee8486911ec05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-0628e5923d0c963d.rmeta --cap-lints allow -D warnings`
24232023-12-13T04:15:43.806Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24242023-12-13T04:15:43.811Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=c0f99d4dd8fd9e9f -C extra-filename=-c0f99d4dd8fd9e9f --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-df62e9c1aba12dc6.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-0af6583503e1636a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --cap-lints allow -D warnings`
24252023-12-13T04:15:44.114Z Compiling ciborium v0.2.1
24262023-12-13T04:15:44.592Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-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="std"' -C metadata=a8135444ac120ce3 -C extra-filename=-a8135444ac120ce3 --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-8459582e1882a84b.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-13d857dfd44f4025.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
24272023-12-13T04:15:44.592Z Compiling arc-swap v1.6.0
24282023-12-13T04:15:44.592Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=7dc1f088f356a3f0 -C extra-filename=-7dc1f088f356a3f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24292023-12-13T04:15:44.630Z Compiling home v0.5.5
24302023-12-13T04:15:44.667Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-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 -C metadata=36989160e6b31e23 -C extra-filename=-36989160e6b31e23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24312023-12-13T04:15:44.971Z Compiling libsw v3.3.0
24322023-12-13T04:15:44.981Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=4a667776a18b8bd2 -C extra-filename=-4a667776a18b8bd2 --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-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings`
24332023-12-13T04:15:45.424Z Compiling slog-scope v4.4.0
24342023-12-13T04:15:45.432Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope /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 -C metadata=a0d7778226839f4c -C extra-filename=-a0d7778226839f4c --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-7dc1f088f356a3f0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --cap-lints allow -D warnings`
24352023-12-13T04:15:45.444Z Compiling derive-where v1.2.6
24362023-12-13T04:15:45.464Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=d5d148f8b0aeac01 -C extra-filename=-d5d148f8b0aeac01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
24372023-12-13T04:15:46.254Z Compiling slog-stdlog v4.1.1
24382023-12-13T04:15:46.265Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=b35d073ae930acd9 -C extra-filename=-b35d073ae930acd9 --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-c5d2103652c0a8bc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a0d7778226839f4c.rmeta --cap-lints allow -D warnings`
24392023-12-13T04:15:46.544Z Compiling owo-colors v3.5.0
24402023-12-13T04:15:46.576Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc81b9d222c0d737 -C extra-filename=-cc81b9d222c0d737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24412023-12-13T04:15:46.839Z Compiling linear-map v1.2.0
24422023-12-13T04:15:46.849Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map /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 -C metadata=9a24c9cb3f4a98ce -C extra-filename=-9a24c9cb3f4a98ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24432023-12-13T04:15:47.070Z Compiling slog-envlogger v2.2.0
24442023-12-13T04:15:47.096Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger /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"' -C metadata=d96df02d9b0c6f58 -C extra-filename=-d96df02d9b0c6f58 --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-c5d2103652c0a8bc.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a0d7778226839f4c.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-b35d073ae930acd9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --cap-lints allow -D warnings`
24452023-12-13T04:15:47.324Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
24462023-12-13T04:15:47.368Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor-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 -C metadata=c91cc9a2238c7181 -C extra-filename=-c91cc9a2238c7181 --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-5e2d204b50b994be.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c55e0541693ea3e2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0ee75eb956233696.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-91a99ff742f7d99e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
24472023-12-13T04:15:47.405Z Compiling structopt v0.3.26
24482023-12-13T04:15:47.405Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-0.3.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 --cfg 'feature="default"' -C metadata=aed60dc29302204d -C extra-filename=-aed60dc29302204d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7a5d6017e0a29e8b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-8b1c38582f0356e7.so --cap-lints allow -D warnings`
24492023-12-13T04:15:47.608Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/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 -C metadata=1a945f20f992a1d9 -C extra-filename=-1a945f20f992a1d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5fbee8486911ec05.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-aed60dc29302204d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -l static=pci`
24502023-12-13T04:15:48.222Z Compiling slog-dtrace v0.2.3
24512023-12-13T04:15:48.233Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.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 -C metadata=a30f6b8b7bca8ec0 -C extra-filename=-a30f6b8b7bca8ec0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-a30f6b8b7bca8ec0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
24522023-12-13T04:15:48.404Z Compiling signal-hook v0.3.17
24532023-12-13T04:15:48.417Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=cd0a85eeecb50ba2 -C extra-filename=-cd0a85eeecb50ba2 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-cd0a85eeecb50ba2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24542023-12-13T04:15:48.791Z Compiling convert_case v0.4.0
24552023-12-13T04:15:48.795Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=75f259e6c8d85f5c -C extra-filename=-75f259e6c8d85f5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24562023-12-13T04:15:48.938Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-cd0a85eeecb50ba2/build-script-build`
24572023-12-13T04:15:48.975Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-a30f6b8b7bca8ec0/build-script-build`
24582023-12-13T04:15:49.075Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-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 -C metadata=b5d15e705e0ed0c0 -C extra-filename=-b5d15e705e0ed0c0 --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-7769037f643a5afe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rmeta --cap-lints allow -D warnings`
24592023-12-13T04:15:49.935Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=a665996ce79c797d -C extra-filename=-a665996ce79c797d --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-df62e9c1aba12dc6.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-bc7f29f84f44bfc2.rmeta --cap-lints allow -D warnings`
24602023-12-13T04:15:49.957Z Compiling resolv-conf v0.7.0
24612023-12-13T04:15:49.978Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf /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"' -C metadata=1797537596e6f0f5 -C extra-filename=-1797537596e6f0f5 --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-0ba3745aa0927d62.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-0673ec99874d5ad1.rmeta --cap-lints allow -D warnings`
24622023-12-13T04:15:50.294Z Compiling derive_more v0.99.17
24632023-12-13T04:15:50.298Z Running `/home/build/.rustup/toolchains/1.74.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.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --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"' -C metadata=46eebefa6ecc0bc6 -C extra-filename=-46eebefa6ecc0bc6 --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-75f259e6c8d85f5c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
24642023-12-13T04:15:50.503Z Compiling fxhash v0.2.1
24652023-12-13T04:15:50.516Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash /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 -C metadata=a981ba183737ec33 -C extra-filename=-a981ba183737ec33 --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-1b4ad01209984ea0.rmeta --cap-lints allow -D warnings`
24662023-12-13T04:15:50.797Z Compiling trust-dns-resolver v0.22.0
24672023-12-13T04:15:50.803Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-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 --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=caf1f0c075e153f3 -C extra-filename=-caf1f0c075e153f3 --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-bc2c501506aafa82.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1aeaf1d60cc951d6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b0890bfa533f5f63.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-1797537596e6f0f5.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0316017cde573a0f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rmeta --cap-lints allow -D warnings`
24682023-12-13T04:15:51.272Z Compiling newline-converter v0.3.0
24692023-12-13T04:15:51.299Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=e4889edf4561401f -C extra-filename=-e4889edf4561401f --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-a7b83919c0401bc3.rmeta --cap-lints allow -D warnings`
24702023-12-13T04:15:51.525Z Compiling expectorate v1.1.0
24712023-12-13T04:15:51.542Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=ca99fe340da40657 -C extra-filename=-ca99fe340da40657 --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-6e7ba986a3c22a1f.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-e4889edf4561401f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-452f8398af6fb89f.rmeta --cap-lints allow -D warnings`
24722023-12-13T04:15:51.555Z Compiling nibble_vec v0.1.0
24732023-12-13T04:15:51.572Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=c804427d42d29034 -C extra-filename=-c804427d42d29034 --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-0316017cde573a0f.rmeta --cap-lints allow -D warnings`
24742023-12-13T04:15:51.791Z Compiling glob v0.3.1
24752023-12-13T04:15:51.803Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name glob /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=daf84fcebc6d5eca -C extra-filename=-daf84fcebc6d5eca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24762023-12-13T04:15:51.860Z Compiling endian-type v0.1.2
24772023-12-13T04:15:51.865Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type /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 -C metadata=7094093e52ffe519 -C extra-filename=-7094093e52ffe519 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24782023-12-13T04:15:51.907Z Compiling termcolor v1.2.0
24792023-12-13T04:15:51.944Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-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 -C metadata=37d60876ed20c975 -C extra-filename=-37d60876ed20c975 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24802023-12-13T04:15:52.217Z Compiling radix_trie v0.2.1
24812023-12-13T04:15:52.258Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=91dbcc61ce19bc9c -C extra-filename=-91dbcc61ce19bc9c --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-7094093e52ffe519.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-c804427d42d29034.rmeta --cap-lints allow -D warnings`
24822023-12-13T04:15:53.700Z Compiling omicron-zone-package v0.9.1
24832023-12-13T04:15:53.725Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-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 -C metadata=7455c9e2748ded37 -C extra-filename=-7455c9e2748ded37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-026e01bb0412a847.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-a535b2745365b0c0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e0eb1ad5ee0e2206.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6ca08d933ea381d8.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64`
24842023-12-13T04:15:53.725Z Compiling semver-parser v0.10.2
24852023-12-13T04:15:53.725Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-parser-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 -C metadata=1f7734b57f6be7bd -C extra-filename=-1f7734b57f6be7bd --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-44170135f2510804.rmeta --cap-lints allow -D warnings`
24862023-12-13T04:15:53.726Z Compiling radium v0.7.0
24872023-12-13T04:15:53.726Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=54f115d39e5efe8d -C extra-filename=-54f115d39e5efe8d --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-54f115d39e5efe8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24882023-12-13T04:15:54.177Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-54f115d39e5efe8d/build-script-build`
24892023-12-13T04:15:54.219Z Compiling maybe-uninit v2.0.0
24902023-12-13T04:15:54.239Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=f714a593871c4a56 -C extra-filename=-f714a593871c4a56 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-f714a593871c4a56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24912023-12-13T04:15:55.493Z Compiling semver v0.11.0
24922023-12-13T04:15:55.503Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-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"' -C metadata=3a0bb39fc94a1d3d -C extra-filename=-3a0bb39fc94a1d3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver_parser=/work/oxidecomputer/omicron/target/debug/deps/libsemver_parser-1f7734b57f6be7bd.rmeta --cap-lints allow -D warnings`
24932023-12-13T04:15:56.367Z Compiling toolchain_find v0.2.0
24942023-12-13T04:15:56.379Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-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 -C metadata=91e6363bcecd5c8c -C extra-filename=-91e6363bcecd5c8c --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-36989160e6b31e23.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3a0bb39fc94a1d3d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings`
24952023-12-13T04:15:56.659Z Compiling tap v1.0.1
24962023-12-13T04:15:56.686Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tap /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 -C metadata=30dddda8e7a4d974 -C extra-filename=-30dddda8e7a4d974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24972023-12-13T04:15:56.969Z Compiling wyz v0.5.1
24982023-12-13T04:15:56.984Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=f517a8beba484217 -C extra-filename=-f517a8beba484217 --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-30dddda8e7a4d974.rmeta --cap-lints allow -D warnings`
24992023-12-13T04:15:57.009Z Compiling rustfmt-wrapper v0.2.0
25002023-12-13T04:15:57.013Z Running `/home/build/.rustup/toolchains/1.74.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63b388be15ca66f0 -C extra-filename=-63b388be15ca66f0 --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-101c0c10b68ffd8b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5b86e4227db11325.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-91e6363bcecd5c8c.rmeta --cap-lints allow -D warnings`
25012023-12-13T04:15:57.356Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-f714a593871c4a56/build-script-build`
25022023-12-13T04:15:57.468Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=184136ec6747b782 -C extra-filename=-184136ec6747b782 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
25032023-12-13T04:15:57.676Z Compiling num-rational v0.4.1
25042023-12-13T04:15:57.691Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.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 -C metadata=35877ac485ca8490 -C extra-filename=-35877ac485ca8490 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-35877ac485ca8490 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
25052023-12-13T04:15:57.983Z Compiling num-bigint-dig v0.8.4
25062023-12-13T04:15:57.986Z Running `/home/build/.rustup/toolchains/1.74.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="zeroize"' -C metadata=990dde5a4a9cee6d -C extra-filename=-990dde5a4a9cee6d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-990dde5a4a9cee6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25072023-12-13T04:15:58.172Z Compiling funty v2.0.0
25082023-12-13T04:15:58.187Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=c845abd79b94a012 -C extra-filename=-c845abd79b94a012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25092023-12-13T04:15:58.259Z Compiling crc-catalog v2.2.0
25102023-12-13T04:15:58.299Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=e3d909bf79973734 -C extra-filename=-e3d909bf79973734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25112023-12-13T04:15:58.472Z Compiling keccak v0.1.4
25122023-12-13T04:15:58.501Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=42b0c13038d1f5b6 -C extra-filename=-42b0c13038d1f5b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25132023-12-13T04:15:58.529Z Compiling packed_struct v0.10.1
25142023-12-13T04:15:58.539Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=2601aea4b3a549db -C extra-filename=-2601aea4b3a549db --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-2601aea4b3a549db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25152023-12-13T04:15:59.279Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-2601aea4b3a549db/build-script-build`
25162023-12-13T04:15:59.313Z Compiling sha3 v0.10.8
25172023-12-13T04:15:59.334Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=3bfcfb92361e4177 -C extra-filename=-3bfcfb92361e4177 --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-d72b47fd0525931c.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-42b0c13038d1f5b6.rmeta --cap-lints allow -D warnings`
25182023-12-13T04:16:00.039Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-990dde5a4a9cee6d/build-script-build`
25192023-12-13T04:16:00.063Z Compiling bitvec v1.0.1
25202023-12-13T04:16:00.093Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=47435de1652fa9fb -C extra-filename=-47435de1652fa9fb --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-c845abd79b94a012.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-184136ec6747b782.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-30dddda8e7a4d974.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-f517a8beba484217.rmeta --cap-lints allow -D warnings`
25212023-12-13T04:16:01.933Z Compiling crc v3.0.1
25222023-12-13T04:16:01.933Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aba0ec4eb9ec4013 -C extra-filename=-aba0ec4eb9ec4013 --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-e3d909bf79973734.rmeta --cap-lints allow -D warnings`
25232023-12-13T04:16:02.015Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-35877ac485ca8490/build-script-build`
25242023-12-13T04:16:02.015Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit /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 -C metadata=fbc56d06ff64b9a7 -C extra-filename=-fbc56d06ff64b9a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
25252023-12-13T04:16:02.015Z Compiling secrecy v0.8.0
25262023-12-13T04:16:02.015Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=65adaff614060fb5 -C extra-filename=-65adaff614060fb5 --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-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings`
25272023-12-13T04:16:02.015Z Compiling packed_struct_codegen v0.10.1
25282023-12-13T04:16:02.016Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=9acaac233565381e -C extra-filename=-9acaac233565381e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
25292023-12-13T04:16:02.016Z Compiling nodrop v0.1.14
25302023-12-13T04:16:02.016Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop /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 -C metadata=45f19903373ec438 -C extra-filename=-45f19903373ec438 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25312023-12-13T04:16:02.016Z Compiling array-init v0.0.4
25322023-12-13T04:16:02.016Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init /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 -C metadata=1a3aaf1886ea04d5 -C extra-filename=-1a3aaf1886ea04d5 --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-45f19903373ec438.rmeta --cap-lints allow -D warnings`
25332023-12-13T04:16:02.017Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-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 -C metadata=57f435888b122c70 -C extra-filename=-57f435888b122c70 --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-78c4e619da17149f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt`
25342023-12-13T04:16:02.017Z Compiling smallvec v0.6.14
25352023-12-13T04:16:02.017Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec /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"' -C metadata=d6310ae9a5c0d8ed -C extra-filename=-d6310ae9a5c0d8ed --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-fbc56d06ff64b9a7.rmeta --cap-lints allow -D warnings`
25362023-12-13T04:16:02.086Z Running `/home/build/.rustup/toolchains/1.74.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="zeroize"' -C metadata=bc27f8b13b081bb6 -C extra-filename=-bc27f8b13b081bb6 --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-1b4ad01209984ea0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-b2de4a05ed778b08.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0316017cde573a0f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings --cfg has_i128`
25372023-12-13T04:16:03.296Z Compiling pkcs1 v0.7.5
25382023-12-13T04:16:03.415Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=ce8094695dd8f6ce -C extra-filename=-ce8094695dd8f6ce --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-cceb8e0e028647cd.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-83176ad9c8455734.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-050b5b1ec547420c.rmeta --cap-lints allow -D warnings`
25392023-12-13T04:16:04.284Z Compiling signature v2.1.0
25402023-12-13T04:16:04.290Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-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 --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=a16afa56f1e864ed -C extra-filename=-a16afa56f1e864ed --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-d72b47fd0525931c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba0b75ae94d53d36.rmeta --cap-lints allow -D warnings`
25412023-12-13T04:16:04.644Z Compiling num-complex v0.4.4
25422023-12-13T04:16:04.647Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-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 --cfg 'feature="libm"' -C metadata=03a3ee00558cc36e -C extra-filename=-03a3ee00558cc36e --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-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings`
25432023-12-13T04:16:04.851Z Compiling bitfield v0.14.0
25442023-12-13T04:16:04.878Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield /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 -C metadata=6672fc3e7cd21291 -C extra-filename=-6672fc3e7cd21291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25452023-12-13T04:16:05.135Z Compiling serde-hex v0.1.0
25462023-12-13T04:16:05.138Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /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 -C metadata=08f69341742ccafd -C extra-filename=-08f69341742ccafd --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-1a3aaf1886ea04d5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d6310ae9a5c0d8ed.rmeta --cap-lints allow -D warnings`
25472023-12-13T04:16:05.344Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
25482023-12-13T04:16:05.349Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=b66b648628aa5f74 -C extra-filename=-b66b648628aa5f74 --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-1b4ad01209984ea0.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-aba0ec4eb9ec4013.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings`
25492023-12-13T04:16:05.832Z Compiling env_logger v0.10.0
25502023-12-13T04:16:05.844Z Running `/home/build/.rustup/toolchains/1.74.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.0/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=27120d2c10ae6bb0 -C extra-filename=-27120d2c10ae6bb0 --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-76cdf190dc97ad34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-37d60876ed20c975.rmeta --cap-lints allow -D warnings`
25512023-12-13T04:16:06.208Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=e1e384848f6e05d9 -C extra-filename=-e1e384848f6e05d9 --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-47435de1652fa9fb.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-9acaac233565381e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
25522023-12-13T04:16:06.329Z Compiling num v0.4.1
25532023-12-13T04:16:06.359Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-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="libm"' -C metadata=bf5edac01f673ca3 -C extra-filename=-bf5edac01f673ca3 --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-03a3ee00558cc36e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-57f435888b122c70.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings`
25542023-12-13T04:16:06.359Z Compiling rsa v0.9.2
25552023-12-13T04:16:06.359Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=53d201f663bce697 -C extra-filename=-53d201f663bce697 --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-1b4ad01209984ea0.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d72b47fd0525931c.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-bc27f8b13b081bb6.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-ce8094695dd8f6ce.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-83176ad9c8455734.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba0b75ae94d53d36.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a16afa56f1e864ed.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-050b5b1ec547420c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings`
25562023-12-13T04:16:06.448Z Compiling x509-cert v0.2.4
25572023-12-13T04:16:06.451Z Running `/home/build/.rustup/toolchains/1.74.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.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="std"' -C metadata=b2b95ff7fe67ca3c -C extra-filename=-b2b95ff7fe67ca3c --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-8036eb2fb0734902.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-050b5b1ec547420c.rmeta --cap-lints allow -D warnings`
25582023-12-13T04:16:07.788Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25592023-12-13T04:16:07.794Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build 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 -C metadata=d0289c2a470eb0da -C extra-filename=-d0289c2a470eb0da --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-d0289c2a470eb0da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-0daae04b7eea3967.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-55296223c8905605.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c87ee7a4a219efa1.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3b1b01c99c344b01.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-49019ba25fed05fd.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-382176a670c6b659.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-a41585ecc45e6d20.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6e7ba986a3c22a1f.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-acc2b0379f0b17cd.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d72b47fd0525931c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2de10bc60dfd1a3c.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-d19168b626fb49e9.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-1dc7ffee0f7fc971.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-396ddc32754bad29.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b102036e989b5275.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f0f792d523adbff.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-4dabb019971872d6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f0e00c19c973089d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8190e8f00691da95.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6994c3643952f9a9.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f7d1fc2969919b27.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-5a9f61ba3ae19bd7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-34fb84ef49a3676a.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3ca074035a2e7100.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-6ca9c9b00462ef37.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57572678d71e52ed.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7bb54c54e8b8c333.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-452f8398af6fb89f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-9aadf067d7321e79.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2d440d03e3b86ed7.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-dbc03062bd046473.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6ca08d933ea381d8.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c57cf8ec5942097f.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bce299181fb55ea0.rlib --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f166fe2f4ac9c287.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-ffe26fdf2c332fea.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cd00391a1de35258.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f28df03945a552f5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
25602023-12-13T04:16:08.041Z Compiling ron v0.8.1
25612023-12-13T04:16:08.145Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=f0a27717e90706c7 -C extra-filename=-f0a27717e90706c7 --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-efdef217e0fabd4e.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3b1b01c99c344b01.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e0eb1ad5ee0e2206.so --cap-lints allow -D warnings`
25622023-12-13T04:16:08.324Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-d0289c2a470eb0da/build-script-build`
25632023-12-13T04:16:08.401Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack 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 -C metadata=51e830d44a46a8e5 -C extra-filename=-51e830d44a46a8e5 --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-0daae04b7eea3967.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-55296223c8905605.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c87ee7a4a219efa1.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3b1b01c99c344b01.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-49019ba25fed05fd.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-382176a670c6b659.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-a41585ecc45e6d20.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6e7ba986a3c22a1f.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-acc2b0379f0b17cd.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d72b47fd0525931c.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2de10bc60dfd1a3c.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-d19168b626fb49e9.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-1dc7ffee0f7fc971.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-396ddc32754bad29.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b102036e989b5275.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f0f792d523adbff.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-4dabb019971872d6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f0e00c19c973089d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8190e8f00691da95.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6994c3643952f9a9.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f7d1fc2969919b27.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-5a9f61ba3ae19bd7.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-34fb84ef49a3676a.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3ca074035a2e7100.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-6ca9c9b00462ef37.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57572678d71e52ed.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7bb54c54e8b8c333.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-452f8398af6fb89f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-9aadf067d7321e79.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2d440d03e3b86ed7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6ca08d933ea381d8.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c57cf8ec5942097f.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bce299181fb55ea0.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f166fe2f4ac9c287.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-ffe26fdf2c332fea.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cd00391a1de35258.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f28df03945a552f5.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
25642023-12-13T04:16:08.529Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25652023-12-13T04:16:08.547Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=17238ad50319e3ea -C extra-filename=-17238ad50319e3ea --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-51e830d44a46a8e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
25662023-12-13T04:16:10.009Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25672023-12-13T04:16:10.017Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=92dedbeb7b01892e -C extra-filename=-92dedbeb7b01892e --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-d9aa0d059bd049b5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
25682023-12-13T04:16:10.596Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25692023-12-13T04:16:10.600Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=6736bf3e319ac7cc -C extra-filename=-6736bf3e319ac7cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d5d148f8b0aeac01.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4a667776a18b8bd2.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
25702023-12-13T04:16:12.591Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25712023-12-13T04:16:12.609Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=e65b6b3569898ced -C extra-filename=-e65b6b3569898ced --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-51e830d44a46a8e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
25722023-12-13T04:16:13.013Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
25732023-12-13T04:16:13.047Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/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 -C metadata=21ab67453a2aa91d -C extra-filename=-21ab67453a2aa91d --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-6672fc3e7cd21291.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-e1e384848f6e05d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
25742023-12-13T04:16:13.179Z Compiling crc-any v2.4.3
25752023-12-13T04:16:13.188Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=243f4363216938b3 -C extra-filename=-243f4363216938b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25762023-12-13T04:16:14.050Z Compiling utf-8 v0.7.6
25772023-12-13T04:16:14.053Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /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 -C metadata=d127f35e1baf2f5e -C extra-filename=-d127f35e1baf2f5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25782023-12-13T04:16:14.553Z Compiling tungstenite v0.20.1
25792023-12-13T04:16:14.557Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=3440800ded2d76be -C extra-filename=-3440800ded2d76be --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-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-c25a7f7496695df9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c4ebfe0af0a51689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-d127f35e1baf2f5e.rmeta --cap-lints allow -D warnings`
25802023-12-13T04:16:14.730Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
25812023-12-13T04:16:14.750Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=059ab05082d718c9 -C extra-filename=-059ab05082d718c9 --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-f0a27717e90706c7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b66b648628aa5f74.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings`
25822023-12-13T04:16:14.983Z Compiling object v0.30.4
25832023-12-13T04:16:14.989Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=6322a17d7af0238b -C extra-filename=-6322a17d7af0238b --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-2e6cb0fdfac0d5fc.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f0f792d523adbff.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fa80c618b8065deb.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings`
25842023-12-13T04:16:15.884Z Compiling path-slash v0.1.5
25852023-12-13T04:16:15.891Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=870e60259411baa0 -C extra-filename=-870e60259411baa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25862023-12-13T04:16:16.189Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25872023-12-13T04:16:16.197Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=24e5821985b424dd -C extra-filename=-24e5821985b424dd --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-51e830d44a46a8e5.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
25882023-12-13T04:16:16.691Z Compiling tokio-tungstenite v0.20.1
25892023-12-13T04:16:16.694Z Running `/home/build/.rustup/toolchains/1.74.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.20.1/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=15a340151b799bce -C extra-filename=-15a340151b799bce --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-af647ea9423ed3ec.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-3440800ded2d76be.rmeta --cap-lints allow -D warnings`
25902023-12-13T04:16:17.425Z Compiling signal-hook-mio v0.2.3
25912023-12-13T04:16:17.478Z Running `/home/build/.rustup/toolchains/1.74.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.3/src/lib.rs --error-format=json --json=diagnostic-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-0_8"' --cfg 'feature="support-v0_8"' -C metadata=e51242e1ea1285d3 -C extra-filename=-e51242e1ea1285d3 --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-df62e9c1aba12dc6.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-6994c3643952f9a9.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rmeta --cap-lints allow -D warnings`
25922023-12-13T04:16:17.593Z Compiling buf-list v1.0.3
25932023-12-13T04:16:17.607Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=e819ecfedebe66cc -C extra-filename=-e819ecfedebe66cc --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-e819ecfedebe66cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25942023-12-13T04:16:17.647Z Compiling parking_lot_core v0.8.6
25952023-12-13T04:16:17.652Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=99d4ca97820188b4 -C extra-filename=-99d4ca97820188b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-99d4ca97820188b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25962023-12-13T04:16:17.990Z Compiling display-error-chain v0.2.0
25972023-12-13T04:16:18.013Z Running `/home/build/.rustup/toolchains/1.74.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c33ee704d422915a -C extra-filename=-c33ee704d422915a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25982023-12-13T04:16:18.220Z Compiling trust-dns-client v0.22.0
25992023-12-13T04:16:18.244Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-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 -C metadata=8b19c5547b1d0467 -C extra-filename=-8b19c5547b1d0467 --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-bc2c501506aafa82.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-91dbcc61ce19bc9c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2d440d03e3b86ed7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rmeta --cap-lints allow -D warnings`
26002023-12-13T04:16:18.244Z Compiling pretty-hex v0.4.0
26012023-12-13T04:16:18.244Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=bbeb7eb58c6ead42 -C extra-filename=-bbeb7eb58c6ead42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26022023-12-13T04:16:18.452Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-99d4ca97820188b4/build-script-build`
26032023-12-13T04:16:18.486Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=0a289540ca7c172e -C extra-filename=-0a289540ca7c172e --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-bc2c501506aafa82.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-30c7dc3283c535e9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0316017cde573a0f.rmeta --cap-lints allow -D warnings`
26042023-12-13T04:16:18.538Z Compiling semver v0.1.20
26052023-12-13T04:16:18.541Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /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 -C metadata=9167605ef855e737 -C extra-filename=-9167605ef855e737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26062023-12-13T04:16:18.612Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-e819ecfedebe66cc/build-script-build`
26072023-12-13T04:16:18.682Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=06289c5680bca19e -C extra-filename=-06289c5680bca19e --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-d06f2e98114e5873.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
26082023-12-13T04:16:19.603Z Compiling parking_lot v0.11.2
26092023-12-13T04:16:19.665Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=a4807bdcf345ace2 -C extra-filename=-a4807bdcf345ace2 --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-30c7dc3283c535e9.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-c0d85aeeedd1db0a.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-0a289540ca7c172e.rmeta --cap-lints allow -D warnings`
26102023-12-13T04:16:19.665Z Compiling rustc_version v0.1.7
26112023-12-13T04:16:19.665Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
26122023-12-13T04:16:19.665Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version /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 -C metadata=c204b087ee0a29ce -C extra-filename=-c204b087ee0a29ce --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-9167605ef855e737.rmeta --cap-lints allow -D warnings`
26132023-12-13T04:16:19.681Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63f298dc0a867e63 -C extra-filename=-63f298dc0a867e63 --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-e8726b1e312bd2e5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings`
26142023-12-13T04:16:20.086Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
26152023-12-13T04:16:20.090Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83211b8a2bf13b83 -C extra-filename=-83211b8a2bf13b83 --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-34b68f92bd528ae8.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c55e0541693ea3e2.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-c91cc9a2238c7181.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64`
26162023-12-13T04:16:20.379Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26172023-12-13T04:16:20.392Z Running `/home/build/.rustup/toolchains/1.74.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 --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=01672951b3e5ecec -C extra-filename=-01672951b3e5ecec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-17238ad50319e3ea.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-fa783b65b64a2ba1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
26182023-12-13T04:16:20.403Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26192023-12-13T04:16:20.403Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=5081ede802ccf07b -C extra-filename=-5081ede802ccf07b --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-7769037f643a5afe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
26202023-12-13T04:16:21.223Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26212023-12-13T04:16:21.244Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=e3c0b077b0dcbe9d -C extra-filename=-e3c0b077b0dcbe9d --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-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
26222023-12-13T04:16:22.685Z Compiling trust-dns-server v0.22.1
26232023-12-13T04:16:22.707Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-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 -C metadata=69c7bfbfa453cc41 -C extra-filename=-69c7bfbfa453cc41 --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-084832dceff4d290.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-c877e58e27839d73.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e8030b61cb9ca4f2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2d440d03e3b86ed7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5b86e4227db11325.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rmeta --cap-lints allow -D warnings`
26242023-12-13T04:16:22.719Z Compiling sled v0.34.7
26252023-12-13T04:16:22.719Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=51ed106404ae3e75 -C extra-filename=-51ed106404ae3e75 --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-2e6cb0fdfac0d5fc.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-a981ba183737ec33.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a4807bdcf345ace2.rmeta --cap-lints allow -D warnings`
26262023-12-13T04:16:23.304Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26272023-12-13T04:16:23.311Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/ddm-admin-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 -C metadata=59958b2f8b76b8eb -C extra-filename=-59958b2f8b76b8eb --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-59958b2f8b76b8eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7455c9e2748ded37.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-63b388be15ca66f0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64`
26282023-12-13T04:16:25.574Z Compiling newtype_derive v0.1.6
26292023-12-13T04:16:25.590Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=87ab273cfcac2f77 -C extra-filename=-87ab273cfcac2f77 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-87ab273cfcac2f77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c204b087ee0a29ce.rlib --cap-lints allow -D warnings`
26302023-12-13T04:16:26.089Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26312023-12-13T04:16:26.105Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=fc5411a5df7a6b2e -C extra-filename=-fc5411a5df7a6b2e --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-fc5411a5df7a6b2e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7455c9e2748ded37.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-63b388be15ca66f0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64`
26322023-12-13T04:16:30.849Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26332023-12-13T04:16:30.853Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=60029b38e94940bc -C extra-filename=-60029b38e94940bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
26342023-12-13T04:16:31.724Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-87ab273cfcac2f77/build-script-build`
26352023-12-13T04:16:31.829Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive /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"' -C metadata=90083c391ac2a709 -C extra-filename=-90083c391ac2a709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign`
26362023-12-13T04:16:31.997Z Compiling vte_generate_state_changes v0.1.1
26372023-12-13T04:16:32.001Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=e52875883792dcf6 -C extra-filename=-e52875883792dcf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern proc_macro --cap-lints allow -D warnings`
26382023-12-13T04:16:33.162Z Compiling memoffset v0.7.1
26392023-12-13T04:16:33.211Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.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"' -C metadata=8f380bafbc631838 -C extra-filename=-8f380bafbc631838 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-8f380bafbc631838 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
26402023-12-13T04:16:33.739Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
26412023-12-13T04:16:33.747Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/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 -C metadata=cf8615bb36c1cb47 -C extra-filename=-cf8615bb36c1cb47 --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-1b4ad01209984ea0.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-243f4363216938b3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-27120d2c10ae6bb0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-21ab67453a2aa91d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-e1e384848f6e05d9.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-53d201f663bce697.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-08f69341742ccafd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-b2b95ff7fe67ca3c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings`
26422023-12-13T04:16:34.401Z Compiling arrayvec v0.5.2
26432023-12-13T04:16:34.822Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-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 -C metadata=f8faf5b751c0647a -C extra-filename=-f8faf5b751c0647a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26442023-12-13T04:16:35.177Z Compiling platforms v3.0.2
26452023-12-13T04:16:35.201Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.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"' --cfg 'feature="std"' -C metadata=0cb7554db24782e0 -C extra-filename=-0cb7554db24782e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-0cb7554db24782e0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26462023-12-13T04:16:35.782Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-0cb7554db24782e0/build-script-build`
26472023-12-13T04:16:35.817Z Compiling vte v0.10.1
26482023-12-13T04:16:35.845Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-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="arrayvec"' --cfg 'feature="default"' --cfg 'feature="no_std"' -C metadata=bfa61c8f11ccf55b -C extra-filename=-bfa61c8f11ccf55b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-f8faf5b751c0647a.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-4593178b619af749.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-e52875883792dcf6.so --cap-lints allow -D warnings`
26492023-12-13T04:16:40.348Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26502023-12-13T04:16:40.798Z Running `/home/build/.rustup/toolchains/1.74.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 --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=bb326a14bc9e7426 -C extra-filename=-bb326a14bc9e7426 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-86119831ef0d8686.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-ae3470898b5ca726.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-4b7c7b82d1efc4c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-623880b9a2db11f7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
26512023-12-13T04:16:41.685Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26522023-12-13T04:16:41.698Z Running `/home/build/.rustup/toolchains/1.74.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 --cfg 'feature="seed-gen"' -C metadata=623a93b3645a6dbd -C extra-filename=-623a93b3645a6dbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-675cdf5a1688d20e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-026e01bb0412a847.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
26532023-12-13T04:16:41.893Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
26542023-12-13T04:16:41.909Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/73cd5a8/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 -C metadata=3613d422ae61369e -C extra-filename=-3613d422ae61369e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-21ab67453a2aa91d.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-cf8615bb36c1cb47.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-6322a17d7af0238b.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-870e60259411baa0.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-53d201f663bce697.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b66b648628aa5f74.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-059ab05082d718c9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6ca08d933ea381d8.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-b2b95ff7fe67ca3c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f28df03945a552f5.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
26552023-12-13T04:16:42.224Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26562023-12-13T04:16:42.244Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=035c30fa37189562 -C extra-filename=-035c30fa37189562 --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-d06f2e98114e5873.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e65b6b3569898ced.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
26572023-12-13T04:16:44.395Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26582023-12-13T04:16:44.417Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=99a4f5018e767a40 -C extra-filename=-99a4f5018e767a40 --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-084832dceff4d290.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0722d3e783790955.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
26592023-12-13T04:16:45.372Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26602023-12-13T04:16:45.389Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f72e673872765cc -C extra-filename=-1f72e673872765cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
26612023-12-13T04:16:45.582Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26622023-12-13T04:16:45.633Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=cebabb66f504f0ea -C extra-filename=-cebabb66f504f0ea --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-7769037f643a5afe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
26632023-12-13T04:16:47.142Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
26642023-12-13T04:16:47.615Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93f21655c6d108ae -C extra-filename=-93f21655c6d108ae --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-a8135444ac120ce3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
26652023-12-13T04:16:49.253Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-8f380bafbc631838/build-script-build`
26662023-12-13T04:16:49.390Z Compiling steno v0.4.0
26672023-12-13T04:16:49.390Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-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 -C metadata=e50a3842305ea3a8 -C extra-filename=-e50a3842305ea3a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --cap-lints allow -D warnings`
26682023-12-13T04:16:50.768Z Compiling fd-lock v3.0.13
26692023-12-13T04:16:50.803Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-3.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad6da60ce337ad21 -C extra-filename=-ad6da60ce337ad21 --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-bc2c501506aafa82.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7bb54c54e8b8c333.rmeta --cap-lints allow -D warnings`
26702023-12-13T04:16:51.077Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-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="default"' -C metadata=b09f3b757e13ec10 -C extra-filename=-b09f3b757e13ec10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros`
26712023-12-13T04:16:51.245Z Compiling strip-ansi-escapes v0.1.1
26722023-12-13T04:16:51.266Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-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 -C metadata=541157b89f746d61 -C extra-filename=-541157b89f746d61 --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-bfa61c8f11ccf55b.rmeta --cap-lints allow -D warnings`
26732023-12-13T04:16:51.426Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-59958b2f8b76b8eb/build-script-build`
26742023-12-13T04:16:51.459Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name platforms --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ea9b135a7169d8e5 -C extra-filename=-ea9b135a7169d8e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26752023-12-13T04:16:51.839Z Compiling crossterm v0.26.1
26762023-12-13T04:16:51.867Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-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="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=28730e190acd0829 -C extra-filename=-28730e190acd0829 --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-b6f8a7d540d47813.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6994c3643952f9a9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b0890bfa533f5f63.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-e51242e1ea1285d3.rmeta --cap-lints allow -D warnings`
26772023-12-13T04:16:52.490Z Compiling crossbeam-deque v0.8.3
26782023-12-13T04:16:52.499Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=de0c924a38105e0e -C extra-filename=-de0c924a38105e0e --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-bc2c501506aafa82.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings`
26792023-12-13T04:16:53.017Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26802023-12-13T04:16:53.027Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/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 -C metadata=fcf733c510251e73 -C extra-filename=-fcf733c510251e73 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-fcf733c510251e73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
26812023-12-13T04:16:53.604Z Compiling unicase v2.7.0
26822023-12-13T04:16:53.608Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e17b597ff6e6fea -C extra-filename=-4e17b597ff6e6fea --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-4e17b597ff6e6fea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
26832023-12-13T04:16:54.209Z Compiling nu-ansi-term v0.49.0
26842023-12-13T04:16:54.214Z Running `/home/build/.rustup/toolchains/1.74.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.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ee404f26ab5d2de -C extra-filename=-7ee404f26ab5d2de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26852023-12-13T04:16:54.475Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-fc5411a5df7a6b2e/build-script-build`
26862023-12-13T04:16:55.378Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=89eb3f13d21919d1 -C extra-filename=-89eb3f13d21919d1 --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-7769037f643a5afe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
26872023-12-13T04:16:55.381Z Compiling rayon-core v1.12.0
26882023-12-13T04:16:55.381Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=83d4042876c001bf -C extra-filename=-83d4042876c001bf --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-83d4042876c001bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26892023-12-13T04:16:55.671Z Compiling signature v1.6.4
26902023-12-13T04:16:55.696Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.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 -C metadata=63c1f06889acbd12 -C extra-filename=-63c1f06889acbd12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26912023-12-13T04:16:56.301Z Compiling salty v0.2.0
26922023-12-13T04:16:56.312Z Running `/home/build/.rustup/toolchains/1.74.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.2.0/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 -C metadata=be16da5b0a40bd70 -C extra-filename=-be16da5b0a40bd70 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-be16da5b0a40bd70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26932023-12-13T04:16:56.312Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-83d4042876c001bf/build-script-build`
26942023-12-13T04:16:56.312Z Compiling ed25519 v1.5.3
26952023-12-13T04:16:56.312Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.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 -C metadata=51d0566daf0fad5f -C extra-filename=-51d0566daf0fad5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-63c1f06889acbd12.rmeta --cap-lints allow -D warnings`
26962023-12-13T04:16:56.486Z Compiling reedline v0.22.0
26972023-12-13T04:16:56.508Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-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 -C metadata=678e71940ce89996 -C extra-filename=-678e71940ce89996 --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-7769037f643a5afe.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-28730e190acd0829.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-ad6da60ce337ad21.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-7ee404f26ab5d2de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-541157b89f746d61.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-51af52420240f790.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
26982023-12-13T04:16:56.562Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-4e17b597ff6e6fea/build-script-build`
26992023-12-13T04:16:56.844Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-be16da5b0a40bd70/build-script-build`
27002023-12-13T04:16:56.897Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27012023-12-13T04:16:56.908Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=d8ea03d289239ce8 -C extra-filename=-d8ea03d289239ce8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-17238ad50319e3ea.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
27022023-12-13T04:16:56.942Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-fcf733c510251e73/build-script-build`
27032023-12-13T04:16:57.044Z Compiling curve25519-dalek v4.1.1
27042023-12-13T04:16:57.066Z Running `/home/build/.rustup/toolchains/1.74.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.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=dad89d0dab7c9d9b -C extra-filename=-dad89d0dab7c9d9b --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-dad89d0dab7c9d9b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-ea9b135a7169d8e5.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ffaecce5dc07dbe9.rlib --cap-lints allow -D warnings`
27052023-12-13T04:16:58.060Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
27062023-12-13T04:16:58.067Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/git/checkouts/nix-a6715c5f5bedbb76/c1a3636/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=814a7f9c2156b0e4 -C extra-filename=-814a7f9c2156b0e4 --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-b6f8a7d540d47813.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-b09f3b757e13ec10.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-494a3e00a892adf5.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --cap-lints allow -D warnings`
27072023-12-13T04:17:03.317Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27082023-12-13T04:17:03.321Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=336bd9e4ec1bcba0 -C extra-filename=-336bd9e4ec1bcba0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5fbee8486911ec05.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-c0f99d4dd8fd9e9f.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
27092023-12-13T04:17:06.466Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27102023-12-13T04:17:06.469Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=51242dff9c560077 -C extra-filename=-51242dff9c560077 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
27112023-12-13T04:17:07.349Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27122023-12-13T04:17:07.359Z Running `/home/build/.rustup/toolchains/1.74.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 --cfg 'feature="testing"' -C metadata=101138a21a5c1855 -C extra-filename=-101138a21a5c1855 --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-084832dceff4d290.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
27132023-12-13T04:17:08.697Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name 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 -C metadata=e9cbf9f49bb23513 -C extra-filename=-e9cbf9f49bb23513 --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-294f21b38637a1be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
27142023-12-13T04:17:09.008Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27152023-12-13T04:17:09.012Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=118f6820456a65b3 -C extra-filename=-118f6820456a65b3 --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-1b4ad01209984ea0.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-aba0ec4eb9ec4013.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings`
27162023-12-13T04:17:09.513Z Compiling globset v0.4.13
27172023-12-13T04:17:09.517Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-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 --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=2d1cbf750e05e64c -C extra-filename=-2d1cbf750e05e64c --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-eca6581c4ec1a882.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings`
27182023-12-13T04:17:10.180Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27192023-12-13T04:17:10.185Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=359424361800b9c2 -C extra-filename=-359424361800b9c2 --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-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
27202023-12-13T04:17:11.973Z Compiling olpc-cjson v0.1.3
27212023-12-13T04:17:11.979Z Running `/home/build/.rustup/toolchains/1.74.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37fdbb76a04afe3e -C extra-filename=-37fdbb76a04afe3e --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-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings`
27222023-12-13T04:17:12.114Z Compiling serde_plain v1.0.2
27232023-12-13T04:17:12.146Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=ef0713df19712024 -C extra-filename=-ef0713df19712024 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
27242023-12-13T04:17:12.509Z Compiling serde-big-array v0.5.1
27252023-12-13T04:17:12.533Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=e39618e0fab3e0c2 -C extra-filename=-e39618e0fab3e0c2 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
27262023-12-13T04:17:12.621Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
27272023-12-13T04:17:12.625Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/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 -C metadata=d32ed444ec33b26f -C extra-filename=-d32ed444ec33b26f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
27282023-12-13T04:17:12.737Z Compiling async-recursion v1.0.5
27292023-12-13T04:17:12.767Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=f6bfcd26565b1af7 -C extra-filename=-f6bfcd26565b1af7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
27302023-12-13T04:17:12.837Z Compiling typed-path v0.7.0
27312023-12-13T04:17:12.840Z Running `/home/build/.rustup/toolchains/1.74.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.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="std"' -C metadata=fb9d79c8d8f9970a -C extra-filename=-fb9d79c8d8f9970a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27322023-12-13T04:17:14.322Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
27332023-12-13T04:17:14.326Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=127bc5185544fb6d -C extra-filename=-127bc5185544fb6d --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-d32ed444ec33b26f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
27342023-12-13T04:17:14.665Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/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 -C metadata=0fe7bb57406ce5fc -C extra-filename=-0fe7bb57406ce5fc --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-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-fa783b65b64a2ba1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-a981ba183737ec33.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-bbc0fcd3d2a10910.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1aeaf1d60cc951d6.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-814a7f9c2156b0e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-e39618e0fab3e0c2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e3d4ba0f92cc048.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-9aadf067d7321e79.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-118f6820456a65b3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f28df03945a552f5.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
27352023-12-13T04:17:15.061Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27362023-12-13T04:17:15.065Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=66715171ffc88e2c -C extra-filename=-66715171ffc88e2c --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-3a274d64876baf35.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
27372023-12-13T04:17:16.066Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-dad89d0dab7c9d9b/build-script-build`
27382023-12-13T04:17:16.223Z Compiling tough v0.16.0
27392023-12-13T04:17:16.644Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.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="http"' --cfg 'feature="reqwest"' -C metadata=dfbba71d739ffea6 -C extra-filename=-dfbba71d739ffea6 --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-f6bfcd26565b1af7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-b5627ba9c8616dae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-2d1cbf750e05e64c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-37fdbb76a04afe3e.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-ef0713df19712024.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-fb9d79c8d8f9970a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-51c844fb339406e8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64`
27402023-12-13T04:17:18.173Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=492ed662d5ae01f7 -C extra-filename=-492ed662d5ae01f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
27412023-12-13T04:17:18.766Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=4ac78139275a0bd6 -C extra-filename=-4ac78139275a0bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-51d0566daf0fad5f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings --cfg tweetnacl`
27422023-12-13T04:17:22.373Z Running `/home/build/.rustup/toolchains/1.74.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=190de7141266ef1a -C extra-filename=-190de7141266ef1a --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-de0c924a38105e0e.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings`
27432023-12-13T04:17:23.396Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
27442023-12-13T04:17:23.399Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/mg-admin-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 -C metadata=2024f5bdc9e11448 -C extra-filename=-2024f5bdc9e11448 --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-2024f5bdc9e11448 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7455c9e2748ded37.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-63b388be15ca66f0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64`
27452023-12-13T04:17:23.988Z Compiling signal-hook-tokio v0.3.1
27462023-12-13T04:17:23.995Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=e0a4c60b6ba1929b -C extra-filename=-e0a4c60b6ba1929b --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-85b0c1ea6a5e4905.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings`
27472023-12-13T04:17:24.256Z Compiling serde-big-array v0.4.1
27482023-12-13T04:17:24.263Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-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 -C metadata=169e891406c0be8f -C extra-filename=-169e891406c0be8f --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
27492023-12-13T04:17:24.537Z Compiling universal-hash v0.5.1
27502023-12-13T04:17:24.544Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=a7fc3d6f4e40546f -C extra-filename=-a7fc3d6f4e40546f --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-acc2b0379f0b17cd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings`
27512023-12-13T04:17:24.811Z Compiling thiserror-impl-no-std v2.0.2
27522023-12-13T04:17:24.815Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=6f5aabbc32661f8c -C extra-filename=-6f5aabbc32661f8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
27532023-12-13T04:17:25.376Z Compiling curve25519-dalek-derive v0.1.0
27542023-12-13T04:17:25.390Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=ab452b72d444a318 -C extra-filename=-ab452b72d444a318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
27552023-12-13T04:17:25.412Z Compiling opaque-debug v0.3.0
27562023-12-13T04:17:25.415Z Running `/home/build/.rustup/toolchains/1.74.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b10d27ff7ff6954 -C extra-filename=-2b10d27ff7ff6954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27572023-12-13T04:17:25.546Z Compiling poly1305 v0.8.0
27582023-12-13T04:17:25.551Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=0d08d210ae5131e4 -C extra-filename=-0d08d210ae5131e4 --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-688e8dc1d1448767.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-2b10d27ff7ff6954.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-a7fc3d6f4e40546f.rmeta --cap-lints allow -D warnings`
27592023-12-13T04:17:26.431Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
27602023-12-13T04:17:26.443Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/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 --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=9d6eb560ca1897bd -C extra-filename=-9d6eb560ca1897bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-127bc5185544fb6d.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-4ac78139275a0bd6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-169e891406c0be8f.rmeta --cap-lints allow -D warnings`
27612023-12-13T04:17:28.188Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27622023-12-13T04:17:28.227Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=36892fbc52855a85 -C extra-filename=-36892fbc52855a85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-0fe7bb57406ce5fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-93f21655c6d108ae.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e0a4c60b6ba1929b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15a340151b799bce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27632023-12-13T04:17:28.227Z Running `/home/build/.rustup/toolchains/1.74.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.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="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=0d6b4fb84125b873 -C extra-filename=-0d6b4fb84125b873 --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-bc2c501506aafa82.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-ab452b72d444a318.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d72b47fd0525931c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba0b75ae94d53d36.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
27642023-12-13T04:17:28.503Z Compiling rayon v1.8.0
27652023-12-13T04:17:28.523Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8bfab4357444caa6 -C extra-filename=-8bfab4357444caa6 --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-294f21b38637a1be.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-190de7141266ef1a.rmeta --cap-lints allow -D warnings`
27662023-12-13T04:17:29.781Z Compiling mime_guess v2.0.4
27672023-12-13T04:17:29.786Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.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="rev-mappings"' -C metadata=4e19c81f511d4ca8 -C extra-filename=-4e19c81f511d4ca8 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-4e19c81f511d4ca8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-492ed662d5ae01f7.rlib --cap-lints allow -D warnings`
27682023-12-13T04:17:30.586Z Compiling thiserror-no-std v2.0.2
27692023-12-13T04:17:30.590Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=f13c9997f7087a68 -C extra-filename=-f13c9997f7087a68 --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-6f5aabbc32661f8c.so --cap-lints allow -D warnings`
27702023-12-13T04:17:30.751Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27712023-12-13T04:17:30.766Z Running `/home/build/.rustup/toolchains/1.74.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 -C debug-assertions=on -C metadata=03ce1f54b8d1a884 -C extra-filename=-03ce1f54b8d1a884 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-03ce1f54b8d1a884 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-24e5821985b424dd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
27722023-12-13T04:17:31.325Z Compiling chacha20 v0.9.1
27732023-12-13T04:17:31.337Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=674c897322042eda -C extra-filename=-674c897322042eda --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-bc2c501506aafa82.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-382176a670c6b659.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --cap-lints allow -D warnings`
27742023-12-13T04:17:32.090Z Compiling aead v0.5.2
27752023-12-13T04:17:32.105Z Compiling kstat-rs v0.2.3
27762023-12-13T04:17:32.113Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=3082dead9e1c81ba -C extra-filename=-3082dead9e1c81ba --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-acc2b0379f0b17cd.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --cap-lints allow -D warnings`
27772023-12-13T04:17:32.117Z Running `/home/build/.rustup/toolchains/1.74.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c5d584e64e6fa84 -C extra-filename=-0c5d584e64e6fa84 --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-df62e9c1aba12dc6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings`
27782023-12-13T04:17:32.628Z Compiling corncobs v0.1.3
27792023-12-13T04:17:32.654Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-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"' -C metadata=0822af0aea738034 -C extra-filename=-0822af0aea738034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27802023-12-13T04:17:33.091Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
27812023-12-13T04:17:33.095Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=10a69f4990e13aae -C extra-filename=-10a69f4990e13aae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-0822af0aea738034.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-127bc5185544fb6d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-4ac78139275a0bd6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-9d6eb560ca1897bd.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-beae685ade96ae94.rmeta --cap-lints allow -D warnings`
27822023-12-13T04:17:33.199Z Compiling chacha20poly1305 v0.10.1
27832023-12-13T04:17:33.235Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=abbff89b9d45a3ff -C extra-filename=-abbff89b9d45a3ff --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-3082dead9e1c81ba.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-674c897322042eda.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-382176a670c6b659.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-0d08d210ae5131e4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings`
27842023-12-13T04:17:33.519Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-4e19c81f511d4ca8/build-script-build`
27852023-12-13T04:17:33.575Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-03ce1f54b8d1a884/build-script-build`
27862023-12-13T04:17:33.610Z Compiling vsss-rs v3.3.2
27872023-12-13T04:17:33.634Z Running `/home/build/.rustup/toolchains/1.74.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.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="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=1b182302f1462f0e -C extra-filename=-1b182302f1462f0e --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-0d6b4fb84125b873.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2de10bc60dfd1a3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-6ca9c9b00462ef37.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba0b75ae94d53d36.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-f13c9997f7087a68.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings`
27882023-12-13T04:17:33.778Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27892023-12-13T04:17:33.782Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=11453111aabfc661 -C extra-filename=-11453111aabfc661 --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-7769037f643a5afe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
27902023-12-13T04:17:34.473Z Compiling bytecount v0.6.3
27912023-12-13T04:17:34.480Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-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 -C metadata=5392151e45ac97f7 -C extra-filename=-5392151e45ac97f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27922023-12-13T04:17:34.779Z Compiling diff v0.1.13
27932023-12-13T04:17:34.783Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diff /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 -C metadata=b40759dfb27c6b8f -C extra-filename=-b40759dfb27c6b8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27942023-12-13T04:17:35.874Z Compiling papergrid v0.10.0
27952023-12-13T04:17:35.880Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-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="std"' -C metadata=299ef4ca9cbc319a -C extra-filename=-299ef4ca9cbc319a --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-5392151e45ac97f7.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
27962023-12-13T04:17:36.086Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.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="rev-mappings"' -C metadata=aa349d6acb1d14a1 -C extra-filename=-aa349d6acb1d14a1 --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-a6cf1a4a13963194.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-492ed662d5ae01f7.rmeta --cap-lints allow -D warnings`
27972023-12-13T04:17:37.677Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27982023-12-13T04:17:37.684Z Running `/home/build/.rustup/toolchains/1.74.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 --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=919c97f60e8f467f -C extra-filename=-919c97f60e8f467f --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-bc2c501506aafa82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-0c5d584e64e6fa84.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
27992023-12-13T04:17:41.665Z Compiling tabled_derive v0.6.0
28002023-12-13T04:17:41.681Z Running `/home/build/.rustup/toolchains/1.74.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.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7bf2457eb3bb813 -C extra-filename=-a7bf2457eb3bb813 --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-e8726b1e312bd2e5.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-53597bc160bbd407.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
28012023-12-13T04:17:42.714Z Compiling sqlparser_derive v0.1.1
28022023-12-13T04:17:42.734Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=a87ae22d6b38f886 -C extra-filename=-a87ae22d6b38f886 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
28032023-12-13T04:17:42.747Z Compiling nix v0.26.4
28042023-12-13T04:17:42.747Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=608c3af136b2cd92 -C extra-filename=-608c3af136b2cd92 --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-b6f8a7d540d47813.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings`
28052023-12-13T04:17:42.786Z Compiling unicode_categories v0.1.1
28062023-12-13T04:17:42.791Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories /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 -C metadata=55ce7702975c596d -C extra-filename=-55ce7702975c596d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28072023-12-13T04:17:43.319Z Compiling sqlformat v0.2.3
28082023-12-13T04:17:43.322Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-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 -C metadata=15a2cf4d8cef0518 -C extra-filename=-15a2cf4d8cef0518 --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-938138eb45012d55.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f7d1fc2969919b27.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-55ce7702975c596d.rmeta --cap-lints allow -D warnings`
28092023-12-13T04:17:44.807Z Compiling sqlparser v0.36.1
28102023-12-13T04:17:44.811Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.36.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=4f8f0d383a3d9c4e -C extra-filename=-4f8f0d383a3d9c4e --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-c5d2103652c0a8bc.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-a87ae22d6b38f886.so --cap-lints allow -D warnings`
28112023-12-13T04:17:46.147Z Compiling tabled v0.14.0
28122023-12-13T04:17:46.152Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-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="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=534709829fd0a93c -C extra-filename=-534709829fd0a93c --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-299ef4ca9cbc319a.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-a7bf2457eb3bb813.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
28132023-12-13T04:17:47.120Z Compiling rustyline v12.0.0
28142023-12-13T04:17:47.124Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-12.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"' -C metadata=42864ef4f87b08a6 -C extra-filename=-42864ef4f87b08a6 --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-3b1b01c99c344b01.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-ad6da60ce337ad21.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-36989160e6b31e23.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-608c3af136b2cd92.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-91dbcc61ce19bc9c.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-4593178b619af749.rmeta --cap-lints allow -D warnings`
28152023-12-13T04:17:47.576Z Running `/home/build/.rustup/toolchains/1.74.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 -C debug-assertions=on -C metadata=d6910ae06b21452b -C extra-filename=-d6910ae06b21452b --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-d06f2e98114e5873.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-abbff89b9d45a3ff.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0722d3e783790955.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-1b182302f1462f0e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
28162023-12-13T04:17:48.556Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28172023-12-13T04:17:48.560Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=45839d9b9f6b3147 -C extra-filename=-45839d9b9f6b3147 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36892fbc52855a85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-10a69f4990e13aae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
28182023-12-13T04:17:50.920Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
28192023-12-13T04:17:50.920Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/fab2799/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 -C metadata=9537a557da03b810 -C extra-filename=-9537a557da03b810 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-4e1825748425f003.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64`
28202023-12-13T04:17:51.451Z Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-2024f5bdc9e11448/build-script-build`
28212023-12-13T04:17:51.880Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/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 -C metadata=bea8419f15aeddbb -C extra-filename=-bea8419f15aeddbb --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-294f21b38637a1be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
28222023-12-13T04:17:53.452Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
28232023-12-13T04:17:53.473Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f1571ce/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"' -C metadata=192694b549e802f8 -C extra-filename=-192694b549e802f8 --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-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15a340151b799bce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64`
28242023-12-13T04:17:54.240Z Compiling bcs v0.1.6
28252023-12-13T04:17:54.244Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=7523c0413f22d510 -C extra-filename=-7523c0413f22d510 --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-101c0c10b68ffd8b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings`
28262023-12-13T04:17:55.339Z Compiling highway v1.1.0
28272023-12-13T04:17:55.343Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-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"' -C metadata=ac2bb27a4d43cdb1 -C extra-filename=-ac2bb27a4d43cdb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28282023-12-13T04:17:55.401Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28292023-12-13T04:17:55.412Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=78a13c5f7508de23 -C extra-filename=-78a13c5f7508de23 --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-c33ee704d422915a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8eb3de30cd4fd472.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
28302023-12-13T04:17:55.891Z Compiling assert_matches v1.5.0
28312023-12-13T04:17:55.895Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches /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 -C metadata=c31966c9f8a96595 -C extra-filename=-c31966c9f8a96595 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28322023-12-13T04:17:56.025Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
28332023-12-13T04:17:56.033Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f1571ce/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 -C metadata=2eb310d390469639 -C extra-filename=-2eb310d390469639 --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-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
28342023-12-13T04:17:56.464Z Compiling http-range v0.1.5
28352023-12-13T04:17:56.471Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=624d8bf4a474c564 -C extra-filename=-624d8bf4a474c564 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28362023-12-13T04:17:56.572Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
28372023-12-13T04:17:56.581Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28382023-12-13T04:17:56.581Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f1571ce/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 -C metadata=09874087af14e754 -C extra-filename=-09874087af14e754 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-73cfe6692cc5ef7c.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-2eb310d390469639.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-0e9fdc93827c2021.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15a340151b799bce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64`
28392023-12-13T04:17:56.581Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=69f4051e81fe236e -C extra-filename=-69f4051e81fe236e --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-7769037f643a5afe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
28402023-12-13T04:17:57.024Z Compiling hyper-staticfile v0.9.5
28412023-12-13T04:17:57.041Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=7b75596ac40fd538 -C extra-filename=-7b75596ac40fd538 --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-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-624d8bf4a474c564.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-0c1307657e91e527.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --cap-lints allow -D warnings`
28422023-12-13T04:17:57.270Z Compiling portable-atomic v1.4.3
28432023-12-13T04:17:57.273Z Running `/home/build/.rustup/toolchains/1.74.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.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=dbb387c2f0dcaf3a -C extra-filename=-dbb387c2f0dcaf3a --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-dbb387c2f0dcaf3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28442023-12-13T04:17:58.520Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28452023-12-13T04:17:58.524Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=63ffd0c58c2146d6 -C extra-filename=-63ffd0c58c2146d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-7523c0413f22d510.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-678e71940ce89996.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-42864ef4f87b08a6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-15a2cf4d8cef0518.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f8f0d383a3d9c4e.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
28462023-12-13T04:17:58.983Z Compiling crunchy v0.2.2
28472023-12-13T04:17:58.987Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=3376d3ae36664b65 -C extra-filename=-3376d3ae36664b65 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-3376d3ae36664b65 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28482023-12-13T04:17:59.856Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-3376d3ae36664b65/build-script-build`
28492023-12-13T04:17:59.895Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-dbb387c2f0dcaf3a/build-script-build`
28502023-12-13T04:17:59.944Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28512023-12-13T04:17:59.948Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=0a9ff21501efc3fa -C extra-filename=-0a9ff21501efc3fa --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-7e6c307bf3e7aaf2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36892fbc52855a85.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
28522023-12-13T04:17:59.994Z Compiling clang-sys v1.6.1
28532023-12-13T04:18:00.035Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.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"' -C metadata=159fd715a3d2ceb9 -C extra-filename=-159fd715a3d2ceb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-159fd715a3d2ceb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --cap-lints allow -D warnings`
28542023-12-13T04:18:01.196Z Compiling tiny-keccak v2.0.2
28552023-12-13T04:18:01.200Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=9873ee69bc200370 -C extra-filename=-9873ee69bc200370 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9873ee69bc200370 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28562023-12-13T04:18:01.791Z Compiling humantime v2.1.0
28572023-12-13T04:18:01.798Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=5ec1d71338dd5297 -C extra-filename=-5ec1d71338dd5297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28582023-12-13T04:18:02.634Z Compiling prettyplease v0.2.12
28592023-12-13T04:18:02.671Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=f5769255b7b8bdaf -C extra-filename=-f5769255b7b8bdaf --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-f5769255b7b8bdaf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28602023-12-13T04:18:03.181Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-f5769255b7b8bdaf/build-script-build`
28612023-12-13T04:18:03.221Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9873ee69bc200370/build-script-build`
28622023-12-13T04:18:03.290Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-159fd715a3d2ceb9/build-script-build`
28632023-12-13T04:18:03.293Z Running `/home/build/.rustup/toolchains/1.74.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.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=ea11d264558709fb -C extra-filename=-ea11d264558709fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg portable_atomic_llvm_16`
28642023-12-13T04:18:04.988Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28652023-12-13T04:18:05.016Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=35e13328ea1bc2a2 -C extra-filename=-35e13328ea1bc2a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
28662023-12-13T04:18:05.553Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy /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"' -C metadata=ef5bd9cae5ef00d5 -C extra-filename=-ef5bd9cae5ef00d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28672023-12-13T04:18:05.716Z Compiling darling_core v0.14.4
28682023-12-13T04:18:05.721Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=ed75269fea986458 -C extra-filename=-ed75269fea986458 --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-5d2ad75ee5f58135.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-9c54d2122078b91b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-24e28f3cc805bf1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings`
28692023-12-13T04:18:07.049Z Compiling number_prefix v0.4.0
28702023-12-13T04:18:07.053Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /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"' -C metadata=41ec9f0d84c73123 -C extra-filename=-41ec9f0d84c73123 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28712023-12-13T04:18:07.383Z Compiling indicatif v0.17.7
28722023-12-13T04:18:07.389Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.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="rayon"' --cfg 'feature="unicode-width"' -C metadata=761675d8cda6d1d8 -C extra-filename=-761675d8cda6d1d8 --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-6e7ba986a3c22a1f.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-41ec9f0d84c73123.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-ea11d264558709fb.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
28732023-12-13T04:18:09.881Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=9439a74d3356bcd6 -C extra-filename=-9439a74d3356bcd6 --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-ef5bd9cae5ef00d5.rmeta --cap-lints allow -D warnings`
28742023-12-13T04:18:10.908Z Compiling ascii-canvas v3.0.0
28752023-12-13T04:18:10.913Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=91ba77e253e4d233 -C extra-filename=-91ba77e253e4d233 --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-6d85d92818838eed.rmeta --cap-lints allow -D warnings`
28762023-12-13T04:18:11.044Z Compiling ena v0.14.2
28772023-12-13T04:18:11.047Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ena /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ff2821cd612a907 -C extra-filename=-1ff2821cd612a907 --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-c5d2103652c0a8bc.rmeta --cap-lints allow -D warnings`
28782023-12-13T04:18:11.669Z Compiling libloading v0.7.4
28792023-12-13T04:18:11.672Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-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 -C metadata=58f08b9a0f06fc51 -C extra-filename=-58f08b9a0f06fc51 --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-bc2c501506aafa82.rmeta --cap-lints allow -D warnings`
28802023-12-13T04:18:11.801Z Compiling bindgen v0.65.1
28812023-12-13T04:18:11.804Z Running `/home/build/.rustup/toolchains/1.74.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.65.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=2dc4fb3d69c16665 -C extra-filename=-2dc4fb3d69c16665 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-2dc4fb3d69c16665 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28822023-12-13T04:18:12.316Z Compiling ref-cast v1.0.20
28832023-12-13T04:18:12.321Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=94f12e0317de2d68 -C extra-filename=-94f12e0317de2d68 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-94f12e0317de2d68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28842023-12-13T04:18:12.986Z Compiling maplit v1.0.2
28852023-12-13T04:18:12.996Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit /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 -C metadata=2be96bd6b55b8b90 -C extra-filename=-2be96bd6b55b8b90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28862023-12-13T04:18:13.157Z Compiling regex-syntax v0.6.29
28872023-12-13T04:18:13.188Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=748dcee92cac8211 -C extra-filename=-748dcee92cac8211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28882023-12-13T04:18:13.204Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-94f12e0317de2d68/build-script-build`
28892023-12-13T04:18:13.269Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-2dc4fb3d69c16665/build-script-build`
28902023-12-13T04:18:13.307Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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"' -C metadata=46ee4c6e856108f4 -C extra-filename=-46ee4c6e856108f4 --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-daf84fcebc6d5eca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-58f08b9a0f06fc51.rmeta --cap-lints allow -D warnings`
28912023-12-13T04:18:15.783Z Compiling darling_macro v0.14.4
28922023-12-13T04:18:15.787Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.14.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 -C metadata=10c0a0d5b4aa0b51 -C extra-filename=-10c0a0d5b4aa0b51 --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-ed75269fea986458.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
28932023-12-13T04:18:17.701Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-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 -C metadata=4ae04745cafca00b -C extra-filename=-4ae04745cafca00b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings`
28942023-12-13T04:18:17.808Z Compiling darling v0.14.4
28952023-12-13T04:18:17.812Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=8d93138f60d7bd18 -C extra-filename=-8d93138f60d7bd18 --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-ed75269fea986458.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-10c0a0d5b4aa0b51.so --cap-lints allow -D warnings`
28962023-12-13T04:18:17.986Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28972023-12-13T04:18:18.026Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=9ddb4f905d460647 -C extra-filename=-9ddb4f905d460647 --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-3a274d64876baf35.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
28982023-12-13T04:18:18.419Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28992023-12-13T04:18:18.422Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=9cd15fbceb7a0cbc -C extra-filename=-9cd15fbceb7a0cbc --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-9cd15fbceb7a0cbc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-24e5821985b424dd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
29002023-12-13T04:18:19.008Z Compiling lalrpop v0.19.12
29012023-12-13T04:18:19.013Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop /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 -C metadata=37156ca1d8d4d6b7 -C extra-filename=-37156ca1d8d4d6b7 --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-91ba77e253e4d233.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c87ee7a4a219efa1.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-b40759dfb27c6b8f.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-1ff2821cd612a907.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-76cdf190dc97ad34.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-748dcee92cac8211.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-9aadf067d7321e79.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6d85d92818838eed.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-9439a74d3356bcd6.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-8f50244e4f591a95.rmeta --cap-lints allow -D warnings`
29022023-12-13T04:18:20.834Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29032023-12-13T04:18:20.838Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=cf3f09b6e0fefe2b -C extra-filename=-cf3f09b6e0fefe2b --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-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0ee75eb956233696.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
29042023-12-13T04:18:21.376Z Compiling cexpr v0.6.0
29052023-12-13T04:18:21.376Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=cf2478204a769c10 -C extra-filename=-cf2478204a769c10 --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-f7d1fc2969919b27.rmeta --cap-lints allow -D warnings`
29062023-12-13T04:18:21.382Z Compiling ref-cast-impl v1.0.20
29072023-12-13T04:18:21.382Z Running `/home/build/.rustup/toolchains/1.74.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.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52c0ec772ea27005 -C extra-filename=-52c0ec772ea27005 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
29082023-12-13T04:18:23.337Z Compiling which v4.4.0
29092023-12-13T04:18:23.341Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.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 -C metadata=8be728446ff9334e -C extra-filename=-8be728446ff9334e --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-294f21b38637a1be.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings`
29102023-12-13T04:18:23.410Z Compiling fs-err v2.11.0
29112023-12-13T04:18:23.442Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=0099cc6bb9418a56 -C extra-filename=-0099cc6bb9418a56 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-0099cc6bb9418a56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
29122023-12-13T04:18:23.840Z Compiling lazycell v1.3.0
29132023-12-13T04:18:23.846Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell /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 -C metadata=a6fd7d5884299277 -C extra-filename=-a6fd7d5884299277 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29142023-12-13T04:18:23.991Z Compiling shlex v1.1.0
29152023-12-13T04:18:23.994Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-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"' -C metadata=6a8a0f9a58c9fc10 -C extra-filename=-6a8a0f9a58c9fc10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29162023-12-13T04:18:24.050Z Compiling peeking_take_while v0.1.2
29172023-12-13T04:18:24.054Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name peeking_take_while /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peeking_take_while-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 -C metadata=06d3e9b429c43bd7 -C extra-filename=-06d3e9b429c43bd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29182023-12-13T04:18:24.240Z Compiling rustc-hash v1.1.0
29192023-12-13T04:18:24.245Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash /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"' -C metadata=7a98917ec901c0bd -C extra-filename=-7a98917ec901c0bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29202023-12-13T04:18:24.313Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-0099cc6bb9418a56/build-script-build`
29212023-12-13T04:18:24.419Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=c3b15ba3ed6774bf -C extra-filename=-c3b15ba3ed6774bf --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-b6f8a7d540d47813.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-cf2478204a769c10.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-46ee4c6e856108f4.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-a6fd7d5884299277.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-06d3e9b429c43bd7.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4ae04745cafca00b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-7a98917ec901c0bd.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6a8a0f9a58c9fc10.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-8be728446ff9334e.rmeta --cap-lints allow -D warnings`
29222023-12-13T04:18:24.483Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=650cbfdbbdfe8fde -C extra-filename=-650cbfdbbdfe8fde --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-52c0ec772ea27005.so --cap-lints allow -D warnings`
29232023-12-13T04:18:24.522Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-9cd15fbceb7a0cbc/build-script-build`
29242023-12-13T04:18:24.549Z Compiling derive_builder_core v0.12.0
29252023-12-13T04:18:24.553Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-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 -C metadata=1c12beefcdfc180a -C extra-filename=-1c12beefcdfc180a --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-8d93138f60d7bd18.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings`
29262023-12-13T04:18:24.636Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29272023-12-13T04:18:24.668Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=ceb261b2209b87b0 -C extra-filename=-ceb261b2209b87b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
29282023-12-13T04:18:25.138Z Compiling libxml v0.3.3
29292023-12-13T04:18:25.141Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=1c14b6e27c8d1703 -C extra-filename=-1c14b6e27c8d1703 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-1c14b6e27c8d1703 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --cap-lints allow -D warnings`
29302023-12-13T04:18:25.785Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-1c14b6e27c8d1703/build-script-build`
29312023-12-13T04:18:25.839Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=276ec3bce00d5f09 -C extra-filename=-276ec3bce00d5f09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg rustc_1_63`
29322023-12-13T04:18:26.541Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29332023-12-13T04:18:26.544Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=0122284c9cb00679 -C extra-filename=-0122284c9cb00679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
29342023-12-13T04:18:26.739Z Compiling strum_macros v0.24.3
29352023-12-13T04:18:26.745Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=de549791c812edf1 -C extra-filename=-de549791c812edf1 --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-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-1857facc6a275161.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
29362023-12-13T04:18:27.979Z Compiling bytesize v1.3.0
29372023-12-13T04:18:28.008Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bytesize /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytesize-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="serde"' -C metadata=35896dd42b140dec -C extra-filename=-35896dd42b140dec --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
29382023-12-13T04:18:28.630Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
29392023-12-13T04:18:28.633Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e8df28a2c4d490af -C extra-filename=-e8df28a2c4d490af --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-e8df28a2c4d490af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
29402023-12-13T04:18:28.678Z Compiling derive_builder_macro v0.12.0
29412023-12-13T04:18:28.682Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-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 -C metadata=26cbf5ffbafedd0c -C extra-filename=-26cbf5ffbafedd0c --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-1c12beefcdfc180a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
29422023-12-13T04:18:29.185Z Compiling cookie v0.18.0
29432023-12-13T04:18:29.189Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=a22a2ef6b5d380b1 -C extra-filename=-a22a2ef6b5d380b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-a22a2ef6b5d380b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
29442023-12-13T04:18:29.759Z Compiling indoc v1.0.9
29452023-12-13T04:18:29.764Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=a762f8d2daa77eb2 -C extra-filename=-a762f8d2daa77eb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
29462023-12-13T04:18:30.378Z Compiling derive_builder v0.12.0
29472023-12-13T04:18:30.381Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eb1a666d81f8694c -C extra-filename=-eb1a666d81f8694c --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-26cbf5ffbafedd0c.so --cap-lints allow -D warnings`
29482023-12-13T04:18:30.643Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-a22a2ef6b5d380b1/build-script-build`
29492023-12-13T04:18:31.726Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-e8df28a2c4d490af/build-script-build`
29502023-12-13T04:18:31.731Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=6f2bb97352c3937f -C extra-filename=-6f2bb97352c3937f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cf3f09b6e0fefe2b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-78a13c5f7508de23.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -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-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
29512023-12-13T04:18:31.731Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=1d5c6f7c7b6d7f2c -C extra-filename=-1d5c6f7c7b6d7f2c --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2`
29522023-12-13T04:18:33.623Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29532023-12-13T04:18:33.662Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=6e345c8b0985aae7 -C extra-filename=-6e345c8b0985aae7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-6e345c8b0985aae7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-24e5821985b424dd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
29542023-12-13T04:18:34.237Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29552023-12-13T04:18:34.258Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=99e6729aba3dc24d -C extra-filename=-99e6729aba3dc24d --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-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0ee75eb956233696.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
29562023-12-13T04:18:35.642Z Compiling bb8 v0.8.1
29572023-12-13T04:18:35.661Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-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="parking_lot"' -C metadata=e3313a8a0679b1be -C extra-filename=-e3313a8a0679b1be --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-084832dceff4d290.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b0890bfa533f5f63.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings`
29582023-12-13T04:18:36.449Z Compiling quick-xml v0.23.1
29592023-12-13T04:18:36.501Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=50ad2ea9bce2bac8 -C extra-filename=-50ad2ea9bce2bac8 --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-918fa9e671606ec5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
29602023-12-13T04:18:36.728Z Compiling impl-trait-for-tuples v0.2.2
29612023-12-13T04:18:36.728Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05e4534c61cf9ec3 -C extra-filename=-05e4534c61cf9ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
29622023-12-13T04:18:36.853Z Compiling oso-derive v0.27.0
29632023-12-13T04:18:36.857Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=cb3d098932c2b5ad -C extra-filename=-cb3d098932c2b5ad --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-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
29642023-12-13T04:18:38.904Z Compiling smawk v0.3.1
29652023-12-13T04:18:38.910Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-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 -C metadata=5597cffd9fb84645 -C extra-filename=-5597cffd9fb84645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29662023-12-13T04:18:39.209Z Compiling is_ci v1.1.1
29672023-12-13T04:18:39.212Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=a54a863ce1f57c8f -C extra-filename=-a54a863ce1f57c8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29682023-12-13T04:18:39.625Z Compiling unicode-linebreak v0.1.5
29692023-12-13T04:18:39.632Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=7d22bc351435492d -C extra-filename=-7d22bc351435492d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29702023-12-13T04:18:39.951Z Compiling supports-color v2.1.0
29712023-12-13T04:18:39.954Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=df85453bf78c2aec -C extra-filename=-df85453bf78c2aec --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-76cdf190dc97ad34.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-a54a863ce1f57c8f.rmeta --cap-lints allow -D warnings`
29722023-12-13T04:18:40.446Z Compiling textwrap v0.16.0
29732023-12-13T04:18:40.462Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.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"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=efbdc2c66f61b52d -C extra-filename=-efbdc2c66f61b52d --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-5597cffd9fb84645.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-7d22bc351435492d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
29742023-12-13T04:18:40.558Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29752023-12-13T04:18:40.561Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/ed7ab5e/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=2fc1e796c21a7b42 -C extra-filename=-2fc1e796c21a7b42 --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-084832dceff4d290.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-e3313a8a0679b1be.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
29762023-12-13T04:18:41.677Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-6e345c8b0985aae7/build-script-build`
29772023-12-13T04:18:41.716Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=acdccdb3c7878500 -C extra-filename=-acdccdb3c7878500 --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-09d97f8812952e0a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
29782023-12-13T04:18:42.308Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=40ac42bfe40d7cc4 -C extra-filename=-40ac42bfe40d7cc4 --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-2d440d03e3b86ed7.rmeta --cap-lints allow -D warnings`
29792023-12-13T04:18:42.602Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29802023-12-13T04:18:42.640Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=a4c22e32d3a40be5 -C extra-filename=-a4c22e32d3a40be5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-35896dd42b140dec.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-703e387a57be71d5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f28df03945a552f5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29812023-12-13T04:18:44.049Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29822023-12-13T04:18:44.053Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=0eef1eab962d7085 -C extra-filename=-0eef1eab962d7085 --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-7769037f643a5afe.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
29832023-12-13T04:18:55.533Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29842023-12-13T04:18:55.540Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=ec173e26b466db5f -C extra-filename=-ec173e26b466db5f --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-084832dceff4d290.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
29852023-12-13T04:18:56.162Z Compiling crossterm v0.27.0
29862023-12-13T04:18:56.167Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-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="windows"' -C metadata=25811ab130843975 -C extra-filename=-25811ab130843975 --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-3b1b01c99c344b01.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6994c3643952f9a9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b0890bfa533f5f63.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-e51242e1ea1285d3.rmeta --cap-lints allow -D warnings`
29872023-12-13T04:18:56.723Z Compiling cassowary v0.3.0
29882023-12-13T04:18:56.733Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /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 -C metadata=604bbb0567fc0a81 -C extra-filename=-604bbb0567fc0a81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29892023-12-13T04:18:58.903Z Compiling indoc v2.0.3
29902023-12-13T04:18:58.932Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.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 -C metadata=1da3176054db8acb -C extra-filename=-1da3176054db8acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
29912023-12-13T04:19:00.870Z Compiling ratatui v0.23.0
29922023-12-13T04:19:00.875Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-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="crossterm"' --cfg 'feature="default"' -C metadata=dd4be663f227f3ed -C extra-filename=-dd4be663f227f3ed --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-3b1b01c99c344b01.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-604bbb0567fc0a81.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-1da3176054db8acb.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b7536b5015ff5583.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
29932023-12-13T04:19:01.508Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29942023-12-13T04:19:01.540Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=ece101d456f5f75f -C extra-filename=-ece101d456f5f75f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
29952023-12-13T04:19:05.714Z Compiling rtoolbox v0.0.1
29962023-12-13T04:19:05.717Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.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 -C metadata=226466ea68894a39 -C extra-filename=-226466ea68894a39 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings`
29972023-12-13T04:19:06.517Z Compiling rpassword v7.3.1
29982023-12-13T04:19:06.517Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=57c917783a87b3ed -C extra-filename=-57c917783a87b3ed --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-df62e9c1aba12dc6.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-226466ea68894a39.rmeta --cap-lints allow -D warnings`
29992023-12-13T04:19:06.916Z Compiling tui-tree-widget v0.13.0
30002023-12-13T04:19:06.921Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=8993e2bd2ef35019 -C extra-filename=-8993e2bd2ef35019 --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-dd4be663f227f3ed.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
30012023-12-13T04:19:07.206Z Compiling shell-words v1.1.0
30022023-12-13T04:19:07.210Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /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"' -C metadata=c646a9162b042b75 -C extra-filename=-c646a9162b042b75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30032023-12-13T04:19:07.707Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30042023-12-13T04:19:07.711Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=bfcdc0061bf8f457 -C extra-filename=-bfcdc0061bf8f457 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-bfcdc0061bf8f457 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-24e5821985b424dd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
30052023-12-13T04:19:07.939Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30062023-12-13T04:19:07.943Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=30031f1d0d86aac6 -C extra-filename=-30031f1d0d86aac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-dd4be663f227f3ed.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-57c917783a87b3ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-df85453bf78c2aec.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f166fe2f4ac9c287.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8993e2bd2ef35019.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
30072023-12-13T04:19:08.256Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-bfcdc0061bf8f457/build-script-build`
30082023-12-13T04:19:08.295Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
30092023-12-13T04:19:08.298Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/fab2799/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 -C metadata=0bb65bb5b1954c37 -C extra-filename=-0bb65bb5b1954c37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-4e1825748425f003.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64`
30102023-12-13T04:19:08.770Z Compiling fatfs v0.3.6
30112023-12-13T04:19:08.776Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /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"' -C metadata=1ec5326d3a4fc1e8 -C extra-filename=-1ec5326d3a4fc1e8 --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-b6f8a7d540d47813.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --cap-lints allow -D warnings`
30122023-12-13T04:19:09.804Z Compiling yansi v0.5.1
30132023-12-13T04:19:09.807Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-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 -C metadata=71523450b988fa1f -C extra-filename=-71523450b988fa1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30142023-12-13T04:19:10.350Z Compiling pretty_assertions v1.4.0
30152023-12-13T04:19:10.354Z Running `/home/build/.rustup/toolchains/1.74.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=d9e65c209facc62c -C extra-filename=-d9e65c209facc62c --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-b40759dfb27c6b8f.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-71523450b988fa1f.rmeta --cap-lints allow -D warnings`
30162023-12-13T04:19:11.078Z Compiling target-lexicon v0.12.12
30172023-12-13T04:19:11.103Z Running `/home/build/.rustup/toolchains/1.74.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.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2297a3a36f9a9fa2 -C extra-filename=-2297a3a36f9a9fa2 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-2297a3a36f9a9fa2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30182023-12-13T04:19:11.666Z Compiling guppy-workspace-hack v0.1.0
30192023-12-13T04:19:11.670Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=e39e9e48c9b3b642 -C extra-filename=-e39e9e48c9b3b642 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-e39e9e48c9b3b642 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30202023-12-13T04:19:12.226Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-e39e9e48c9b3b642/build-script-build`
30212023-12-13T04:19:12.250Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30222023-12-13T04:19:12.250Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f747040037db8488 -C extra-filename=-f747040037db8488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
30232023-12-13T04:19:12.281Z Compiling rand v0.4.6
30242023-12-13T04:19:12.286Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rand /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-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="libc"' --cfg 'feature="std"' -C metadata=f9fcf121ed007d0b -C extra-filename=-f9fcf121ed007d0b --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings`
30252023-12-13T04:19:12.544Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-2297a3a36f9a9fa2/build-script-build`
30262023-12-13T04:19:12.640Z Running `/home/build/.rustup/toolchains/1.74.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.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"' -C metadata=3ece58cccb9b3c12 -C extra-filename=-3ece58cccb9b3c12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg 'feature="rust_1_40"'`
30272023-12-13T04:19:13.883Z Compiling remove_dir_all v0.5.3
30282023-12-13T04:19:13.887Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name remove_dir_all /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remove_dir_all-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 -C metadata=1d813a2aff1924d4 -C extra-filename=-1d813a2aff1924d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30292023-12-13T04:19:14.051Z Compiling plotters-backend v0.3.5
30302023-12-13T04:19:14.060Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=6316c9d891d6bc6a -C extra-filename=-6316c9d891d6bc6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30312023-12-13T04:19:14.947Z Compiling target-spec v3.0.1
30322023-12-13T04:19:14.954Z Running `/home/build/.rustup/toolchains/1.74.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.0.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 -C metadata=428c8aa285fe20b8 -C extra-filename=-428c8aa285fe20b8 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-428c8aa285fe20b8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30332023-12-13T04:19:15.873Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-428c8aa285fe20b8/build-script-build`
30342023-12-13T04:19:15.909Z Compiling plotters-svg v0.3.5
30352023-12-13T04:19:15.933Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=1944c1a49c5e64f1 -C extra-filename=-1944c1a49c5e64f1 --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-6316c9d891d6bc6a.rmeta --cap-lints allow -D warnings`
30362023-12-13T04:19:16.559Z Compiling tempdir v0.3.7
30372023-12-13T04:19:16.572Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tempdir /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempdir-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 -C metadata=d3060b015328cb05 -C extra-filename=-d3060b015328cb05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f9fcf121ed007d0b.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-1d813a2aff1924d4.rmeta --cap-lints allow -D warnings`
30382023-12-13T04:19:22.577Z Compiling cfg-expr v0.15.5
30392023-12-13T04:19:22.974Z Running `/home/build/.rustup/toolchains/1.74.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.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' -C metadata=4ef3a5495ee4197f -C extra-filename=-4ef3a5495ee4197f --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-0316017cde573a0f.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-3ece58cccb9b3c12.rmeta --cap-lints allow -D warnings`
30402023-12-13T04:19:22.975Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack /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 -C metadata=51f3349711f019c3 -C extra-filename=-51f3349711f019c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30412023-12-13T04:19:22.975Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30422023-12-13T04:19:22.975Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=307c7e7ea69f66b1 -C extra-filename=-307c7e7ea69f66b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6e7ba986a3c22a1f.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
30432023-12-13T04:19:22.975Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30442023-12-13T04:19:22.975Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-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 -C metadata=24603a09c71288aa -C extra-filename=-24603a09c71288aa --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-51242dff9c560077.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
30452023-12-13T04:19:22.975Z Compiling assert_cmd v2.0.12
30462023-12-13T04:19:22.975Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=47c774df8bf7b814 -C extra-filename=-47c774df8bf7b814 --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-de2619156f222cb2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-80c9eeeb148ee19b.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-a707c93b27fc17a9.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-2b21937ee10d575a.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-abd69d8f0b0244d3.rmeta --cap-lints allow -D warnings`
30472023-12-13T04:19:23.201Z Compiling cargo-platform v0.1.3
30482023-12-13T04:19:23.201Z Running `/home/build/.rustup/toolchains/1.74.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f79777b5ba3d2e61 -C extra-filename=-f79777b5ba3d2e61 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
30492023-12-13T04:19:23.796Z Compiling cast v0.3.0
30502023-12-13T04:19:23.817Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=b96c307ad73be188 -C extra-filename=-b96c307ad73be188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30512023-12-13T04:19:24.410Z Compiling criterion-plot v0.5.0
30522023-12-13T04:19:24.465Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=cc45f56475d8c694 -C extra-filename=-cc45f56475d8c694 --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-b96c307ad73be188.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --cap-lints allow -D warnings`
30532023-12-13T04:19:26.121Z Compiling cargo_metadata v0.18.1
30542023-12-13T04:19:26.140Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=1fd2f52353ca80db -C extra-filename=-1fd2f52353ca80db --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-7e6c307bf3e7aaf2.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-f79777b5ba3d2e61.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings`
30552023-12-13T04:19:29.918Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=aafdd457b3ea6438 -C extra-filename=-aafdd457b3ea6438 --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-4ef3a5495ee4197f.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-51f3349711f019c3.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-3ece58cccb9b3c12.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings`
30562023-12-13T04:19:31.602Z Compiling plotters v0.3.5
30572023-12-13T04:19:31.611Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' -C metadata=414cbdfc7cd282eb -C extra-filename=-414cbdfc7cd282eb --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-66b98c12d6f7f3b4.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-6316c9d891d6bc6a.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-1944c1a49c5e64f1.rmeta --cap-lints allow -D warnings`
30582023-12-13T04:19:32.775Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30592023-12-13T04:19:32.779Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=a70f6d5b6baca6e7 -C extra-filename=-a70f6d5b6baca6e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
30602023-12-13T04:19:35.597Z Compiling pathdiff v0.2.1
30612023-12-13T04:19:35.597Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-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="camino"' -C metadata=71aac0bfe9034491 -C extra-filename=-71aac0bfe9034491 --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-7e6c307bf3e7aaf2.rmeta --cap-lints allow -D warnings`
30622023-12-13T04:19:35.835Z Compiling tinytemplate v1.2.1
30632023-12-13T04:19:35.839Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate /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 -C metadata=cb6f18f839a93adc -C extra-filename=-cb6f18f839a93adc --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-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --cap-lints allow -D warnings`
30642023-12-13T04:19:37.650Z Compiling oorandom v11.1.3
30652023-12-13T04:19:37.653Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.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 -C metadata=a9a074737efed806 -C extra-filename=-a9a074737efed806 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30662023-12-13T04:19:37.951Z Compiling anes v0.1.6
30672023-12-13T04:19:37.957Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=5a8a8944eb83c142 -C extra-filename=-5a8a8944eb83c142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30682023-12-13T04:19:38.792Z Compiling nested v0.1.1
30692023-12-13T04:19:38.804Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nested /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 -C metadata=998bfdfa63e26b89 -C extra-filename=-998bfdfa63e26b89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30702023-12-13T04:19:39.263Z Compiling guppy v0.17.4
30712023-12-13T04:19:39.267Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.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 -C metadata=f47710d7a1fef02d -C extra-filename=-f47710d7a1fef02d --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-0daae04b7eea3967.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-1fd2f52353ca80db.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-1eca94f2b80e5845.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-51f3349711f019c3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-998bfdfa63e26b89.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-71aac0bfe9034491.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0316017cde573a0f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-aafdd457b3ea6438.rmeta --cap-lints allow -D warnings`
30722023-12-13T04:19:47.560Z Compiling criterion v0.5.1
30732023-12-13T04:19:47.568Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=111a1f78c17a8c9e -C extra-filename=-111a1f78c17a8c9e --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-5a8a8944eb83c142.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-b96c307ad73be188.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-cc45f56475d8c694.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-76cdf190dc97ad34.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-a9a074737efed806.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-414cbdfc7cd282eb.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e0eb1ad5ee0e2206.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-cb6f18f839a93adc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings`
30742023-12-13T04:19:54.970Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
30752023-12-13T04:19:55.015Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=1c51977aa26ba034 -C extra-filename=-1c51977aa26ba034 --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-51e830d44a46a8e5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
30762023-12-13T04:19:57.643Z Compiling threadpool v1.8.1
30772023-12-13T04:19:57.647Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e2745008b3d4d08 -C extra-filename=-6e2745008b3d4d08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-c7d090992ac18a37.rmeta --cap-lints allow -D warnings`
30782023-12-13T04:19:59.107Z Compiling nanorand v0.7.0
30792023-12-13T04:19:59.111Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=b0e78942dc3428e5 -C extra-filename=-b0e78942dc3428e5 --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-396ddc32754bad29.rmeta --cap-lints allow -D warnings`
30802023-12-13T04:20:00.060Z Compiling flume v0.11.0
30812023-12-13T04:20:00.064Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-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="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' -C metadata=af76fb0c5f38525e -C extra-filename=-af76fb0c5f38525e --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-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-b0e78942dc3428e5.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --cap-lints allow -D warnings`
30822023-12-13T04:20:01.185Z Compiling libtest-mimic v0.6.1
30832023-12-13T04:20:01.203Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=e5d0b5debaccc3b6 -C extra-filename=-e5d0b5debaccc3b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-37d60876ed20c975.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-6e2745008b3d4d08.rmeta --cap-lints allow -D warnings`
30842023-12-13T04:20:04.693Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30852023-12-13T04:20:04.711Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=446dd93e2795f46a -C extra-filename=-446dd93e2795f46a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-24603a09c71288aa.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-93f21655c6d108ae.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
30862023-12-13T04:20:11.360Z Compiling rstest_macros v0.18.2
30872023-12-13T04:20:11.519Z Running `/home/build/.rustup/toolchains/1.74.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.18.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="async-timeout"' -C metadata=8ac3b73d7b27c2b4 -C extra-filename=-8ac3b73d7b27c2b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-8ac3b73d7b27c2b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ffaecce5dc07dbe9.rlib --cap-lints allow -D warnings`
30882023-12-13T04:20:11.519Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-8ac3b73d7b27c2b4/build-script-build`
30892023-12-13T04:20:11.519Z Compiling datatest-stable v0.2.3
30902023-12-13T04:20:11.519Z Running `/home/build/.rustup/toolchains/1.74.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e99fa7a4f6706659 -C extra-filename=-e99fa7a4f6706659 --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-7e6c307bf3e7aaf2.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-e5d0b5debaccc3b6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings`
30912023-12-13T04:20:11.519Z Compiling httptest v0.15.5
30922023-12-13T04:20:11.520Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5fd14a35a3ccf419 -C extra-filename=-5fd14a35a3ccf419 --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-49019ba25fed05fd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-2aaaef3e6eb094ab.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8797d3f240ac357c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings`
30932023-12-13T04:20:11.520Z Compiling similar-asserts v1.5.0
30942023-12-13T04:20:11.520Z Running `/home/build/.rustup/toolchains/1.74.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.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="unicode"' -C metadata=2d30b90bbc73311d -C extra-filename=-2d30b90bbc73311d --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-6e7ba986a3c22a1f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-452f8398af6fb89f.rmeta --cap-lints allow -D warnings`
30952023-12-13T04:20:13.200Z Compiling trybuild v1.0.85
30962023-12-13T04:20:13.206Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c5a72d18df7e15e -C extra-filename=-2c5a72d18df7e15e --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-2c5a72d18df7e15e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30972023-12-13T04:20:13.936Z Compiling topological-sort v0.2.2
30982023-12-13T04:20:13.940Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=eb567069d3f60cfd -C extra-filename=-eb567069d3f60cfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30992023-12-13T04:20:14.266Z Compiling relative-path v1.9.0
31002023-12-13T04:20:14.270Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-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"' -C metadata=0cb9f34a783b6db6 -C extra-filename=-0cb9f34a783b6db6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31012023-12-13T04:20:15.533Z Running `/home/build/.rustup/toolchains/1.74.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.18.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="async-timeout"' -C metadata=b4a4bed340618423 -C extra-filename=-b4a4bed340618423 --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-bc2c501506aafa82.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-0cb9f34a783b6db6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rlib --extern proc_macro --cap-lints allow -D warnings`
31022023-12-13T04:20:16.568Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-2c5a72d18df7e15e/build-script-build`
31032023-12-13T04:20:16.578Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31042023-12-13T04:20:16.578Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=73d0d07c596158cb -C extra-filename=-73d0d07c596158cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-af76fb0c5f38525e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f747040037db8488.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-78a13c5f7508de23.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
31052023-12-13T04:20:22.296Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31062023-12-13T04:20:22.392Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=080d9ee9c133480c -C extra-filename=-080d9ee9c133480c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-080d9ee9c133480c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-24e5821985b424dd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
31072023-12-13T04:20:22.823Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31082023-12-13T04:20:22.828Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=6f795ec2541dac5d -C extra-filename=-6f795ec2541dac5d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-6f795ec2541dac5d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-24e5821985b424dd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
31092023-12-13T04:20:23.387Z Compiling basic-toml v0.1.4
31102023-12-13T04:20:23.419Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-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 -C metadata=85734d392e494f60 -C extra-filename=-85734d392e494f60 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings`
31112023-12-13T04:20:26.716Z Compiling constant_time_eq v0.2.6
31122023-12-13T04:20:26.721Z Running `/home/build/.rustup/toolchains/1.74.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.2.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 -C metadata=cda92da30c7fc137 -C extra-filename=-cda92da30c7fc137 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31132023-12-13T04:20:27.353Z Compiling futures-timer v3.0.2
31142023-12-13T04:20:27.507Z Running `/home/build/.rustup/toolchains/1.74.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c292dbb3a669c763 -C extra-filename=-c292dbb3a669c763 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31152023-12-13T04:20:28.409Z Compiling arrayref v0.3.7
31162023-12-13T04:20:28.420Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-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 -C metadata=e775d0f24cfa2fe5 -C extra-filename=-e775d0f24cfa2fe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31172023-12-13T04:20:28.557Z Compiling crossbeam-queue v0.3.8
31182023-12-13T04:20:28.563Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.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="std"' -C metadata=54a6890ae100e8c1 -C extra-filename=-54a6890ae100e8c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-54a6890ae100e8c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31192023-12-13T04:20:29.453Z Compiling arrayvec v0.7.4
31202023-12-13T04:20:29.458Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-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 -C metadata=c9b60ea25ec83303 -C extra-filename=-c9b60ea25ec83303 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31212023-12-13T04:20:30.141Z Compiling blake2b_simd v1.0.1
31222023-12-13T04:20:30.146Z Running `/home/build/.rustup/toolchains/1.74.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.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="std"' -C metadata=cce39a0e82a1286d -C extra-filename=-cce39a0e82a1286d --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-e775d0f24cfa2fe5.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-c9b60ea25ec83303.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-cda92da30c7fc137.rmeta --cap-lints allow -D warnings`
31232023-12-13T04:20:31.741Z Compiling rstest v0.18.2
31242023-12-13T04:20:31.744Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.18.2/src/lib.rs --error-format=json --json=diagnostic-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="default"' -C metadata=274f43d9a9abef49 -C extra-filename=-274f43d9a9abef49 --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-60db96e8e3fbb005.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-c292dbb3a669c763.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-b4a4bed340618423.so --cap-lints allow -D warnings`
31252023-12-13T04:20:32.093Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-54a6890ae100e8c1/build-script-build`
31262023-12-13T04:20:32.132Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ced1f7d13d97bfae -C extra-filename=-ced1f7d13d97bfae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern basic_toml=/work/oxidecomputer/omicron/target/debug/deps/libbasic_toml-85734d392e494f60.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e0eb1ad5ee0e2206.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-37d60876ed20c975.rmeta --cap-lints allow -D warnings`
31272023-12-13T04:20:38.019Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-6f795ec2541dac5d/build-script-build`
31282023-12-13T04:20:38.062Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-080d9ee9c133480c/build-script-build`
31292023-12-13T04:20:38.095Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31302023-12-13T04:20:38.100Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=65e5fc9ef83df511 -C extra-filename=-65e5fc9ef83df511 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7455c9e2748ded37.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
31312023-12-13T04:20:40.280Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31322023-12-13T04:20:40.286Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=97dd31fbf2b0cdd5 -C extra-filename=-97dd31fbf2b0cdd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-678e71940ce89996.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
31332023-12-13T04:20:42.356Z Compiling partial-io v0.5.4
31342023-12-13T04:20:42.360Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=a9ff6c578e5462e2 -C extra-filename=-a9ff6c578e5462e2 --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-60db96e8e3fbb005.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-b3b9e2874c7400c7.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings`
31352023-12-13T04:20:43.101Z Compiling approx v0.5.1
31362023-12-13T04:20:43.118Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name approx /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"' -C metadata=8cb86b6fdecad456 -C extra-filename=-8cb86b6fdecad456 --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-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings`
31372023-12-13T04:20:43.483Z Compiling constant_time_eq v0.3.0
31382023-12-13T04:20:43.493Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=d2fc0ba4c4ab8e14 -C extra-filename=-d2fc0ba4c4ab8e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31392023-12-13T04:20:43.908Z Compiling hex-literal v0.4.1
31402023-12-13T04:20:43.908Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=8e38b9b5434fe580 -C extra-filename=-8e38b9b5434fe580 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31412023-12-13T04:20:43.987Z Compiling rust-argon2 v1.0.1
31422023-12-13T04:20:43.995Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' -C metadata=78933f846eed4887 -C extra-filename=-78933f846eed4887 --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-efdef217e0fabd4e.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-cce39a0e82a1286d.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d2fc0ba4c4ab8e14.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings`
31432023-12-13T04:20:47.263Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=70b9f848c466bf80 -C extra-filename=-70b9f848c466bf80 --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-bc2c501506aafa82.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings`
31442023-12-13T04:20:47.676Z Compiling crossbeam v0.8.2
31452023-12-13T04:20:47.681Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-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="crossbeam-channel"' --cfg 'feature="crossbeam-deque"' --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-queue"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=abcda72a598022d6 -C extra-filename=-abcda72a598022d6 --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-bc2c501506aafa82.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-2aaaef3e6eb094ab.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-de0c924a38105e0e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-70b9f848c466bf80.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings`
31462023-12-13T04:20:47.838Z Compiling termios v0.3.3
31472023-12-13T04:20:47.926Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name termios /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 -C metadata=352c6673618acbd1 -C extra-filename=-352c6673618acbd1 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings`
31482023-12-13T04:20:47.994Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
31492023-12-13T04:20:48.002Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/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"' -C metadata=e1e3a9284ff5d84a -C extra-filename=-e1e3a9284ff5d84a --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-e1e3a9284ff5d84a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-c3b15ba3ed6774bf.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --cap-lints allow -D warnings`
31502023-12-13T04:20:48.217Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31512023-12-13T04:20:48.237Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=857d558d06331c3a -C extra-filename=-857d558d06331c3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-352c6673618acbd1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15a340151b799bce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
31522023-12-13T04:20:49.405Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=756bbbca02f807c0 -C extra-filename=-756bbbca02f807c0 --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-d9aa0d059bd049b5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-111a1f78c17a8c9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-78933f846eed4887.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
31532023-12-13T04:20:51.224Z Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
31542023-12-13T04:20:51.228Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thing_flinger --edition=2021 dev-tools/thing-flinger/src/bin/thing-flinger.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=76faf2cecde83ce3 -C extra-filename=-76faf2cecde83ce3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-abcda72a598022d6.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-65e5fc9ef83df511.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e0eb1ad5ee0e2206.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
31552023-12-13T04:20:51.618Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-e1e3a9284ff5d84a/build-script-bindings`
31562023-12-13T04:20:53.185Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=dde40538ea059c02 -C extra-filename=-dde40538ea059c02 --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-8cb86b6fdecad456.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e65b6b3569898ced.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-274f43d9a9abef49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ced1f7d13d97bfae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
31572023-12-13T04:20:55.988Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/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"' -C metadata=49fc5fd89247b25c -C extra-filename=-49fc5fd89247b25c --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-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-eb1a666d81f8694c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-1d5c6f7c7b6d7f2c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-66d32c3547f15b53.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8eb3de30cd4fd472.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-50ad2ea9bce2bac8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --cap-lints allow -D warnings -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`
31582023-12-13T04:21:00.844Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/oximeter/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 --test -C metadata=8fac8605ed292d17 -C extra-filename=-8fac8605ed292d17 --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-8cb86b6fdecad456.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e65b6b3569898ced.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-274f43d9a9abef49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ced1f7d13d97bfae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
31592023-12-13T04:21:01.582Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=b078ace1ab732b56 -C extra-filename=-b078ace1ab732b56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-678e71940ce89996.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-97dd31fbf2b0cdd5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
31602023-12-13T04:21:02.474Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=a44000b559dd2cb5 -C extra-filename=-a44000b559dd2cb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-678e71940ce89996.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-97dd31fbf2b0cdd5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
31612023-12-13T04:21:02.979Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=88ee520e03cf8b22 -C extra-filename=-88ee520e03cf8b22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-8e38b9b5434fe580.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-446dd93e2795f46a.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-24603a09c71288aa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-93f21655c6d108ae.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-a9ff6c578e5462e2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
31622023-12-13T04:21:04.503Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=1428d9285cb38b77 -C extra-filename=-1428d9285cb38b77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-8e38b9b5434fe580.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-24603a09c71288aa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-93f21655c6d108ae.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-a9ff6c578e5462e2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
31632023-12-13T04:21:05.155Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=3912e97d2b28c281 -C extra-filename=-3912e97d2b28c281 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-65e5fc9ef83df511.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7455c9e2748ded37.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
31642023-12-13T04:21:06.032Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=bf5c427858cd6a6e -C extra-filename=-bf5c427858cd6a6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-af76fb0c5f38525e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-446dd93e2795f46a.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-24603a09c71288aa.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f747040037db8488.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-78a13c5f7508de23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-307c7e7ea69f66b1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
31652023-12-13T04:21:09.189Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=fefe09238f91bde7 -C extra-filename=-fefe09238f91bde7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7455c9e2748ded37.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
31662023-12-13T04:21:13.960Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=4dbbeddd8e57f885 -C extra-filename=-4dbbeddd8e57f885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f47710d7a1fef02d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
31672023-12-13T04:21:17.922Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=8901153be1233850 -C extra-filename=-8901153be1233850 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
31682023-12-13T04:21:17.976Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=0773a960f309d88f -C extra-filename=-0773a960f309d88f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f47710d7a1fef02d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
31692023-12-13T04:21:18.541Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=04235a40561a5910 -C extra-filename=-04235a40561a5910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f47710d7a1fef02d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
31702023-12-13T04:21:20.288Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1a4de900446711e7 -C extra-filename=-1a4de900446711e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f47710d7a1fef02d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
31712023-12-13T04:21:22.143Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=8363b2f7fb34de93 -C extra-filename=-8363b2f7fb34de93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
31722023-12-13T04:21:23.844Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=b194e634e9219535 -C extra-filename=-b194e634e9219535 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f47710d7a1fef02d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
31732023-12-13T04:21:27.197Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=3758284e662c8484 -C extra-filename=-3758284e662c8484 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
31742023-12-13T04:21:46.219Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=d18e99b411e9e5b5 -C extra-filename=-d18e99b411e9e5b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-af76fb0c5f38525e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f747040037db8488.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-78a13c5f7508de23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-73d0d07c596158cb.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
31752023-12-13T04:21:47.258Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=689c616888406c35 -C extra-filename=-689c616888406c35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-af76fb0c5f38525e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-446dd93e2795f46a.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-24603a09c71288aa.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f747040037db8488.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-78a13c5f7508de23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-307c7e7ea69f66b1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-73d0d07c596158cb.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
31762023-12-13T04:21:50.982Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=bf0f7b87efacbdd4 -C extra-filename=-bf0f7b87efacbdd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-af76fb0c5f38525e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-446dd93e2795f46a.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-24603a09c71288aa.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f747040037db8488.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-78a13c5f7508de23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-307c7e7ea69f66b1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-73d0d07c596158cb.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
31772023-12-13T04:22:04.236Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7eb350106b18673f -C extra-filename=-7eb350106b18673f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
31782023-12-13T04:22:15.110Z Compiling polar-core v0.27.0
31792023-12-13T04:22:15.114Z Running `/home/build/.rustup/toolchains/1.74.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.0/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"' -C metadata=061a25806a37f218 -C extra-filename=-061a25806a37f218 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-061a25806a37f218 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-37156ca1d8d4d6b7.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e0eb1ad5ee0e2206.so --cap-lints allow -D warnings`
31802023-12-13T04:22:16.826Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=ac7d9d4c3266ec98 -C extra-filename=-ac7d9d4c3266ec98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-47c774df8bf7b814.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6e7ba986a3c22a1f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e99fa7a4f6706659.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
31812023-12-13T04:22:18.310Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-061a25806a37f218/build-script-build`
31822023-12-13T04:22:21.143Z Running `/home/build/.rustup/toolchains/1.74.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 --cfg test -C metadata=c7a706de17f67ac5 -C extra-filename=-c7a706de17f67ac5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-47c774df8bf7b814.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6e7ba986a3c22a1f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e99fa7a4f6706659.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-307c7e7ea69f66b1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
31832023-12-13T04:22:21.832Z Running `/home/build/.rustup/toolchains/1.74.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.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"' -C metadata=779a19843214e26a -C extra-filename=-779a19843214e26a --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-a762f8d2daa77eb2.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-de549791c812edf1.so --cap-lints allow -D warnings`
31842023-12-13T04:22:43.377Z Compiling oso v0.27.0
31852023-12-13T04:22:43.380Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=960ecf8519e285ac -C extra-filename=-960ecf8519e285ac --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-05e4534c61cf9ec3.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-cb3d098932c2b5ad.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-779a19843214e26a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --cap-lints allow -D warnings`
31862023-12-13T04:22:45.937Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=ffe2c485464e9e16 -C extra-filename=-ffe2c485464e9e16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-47c774df8bf7b814.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6e7ba986a3c22a1f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e99fa7a4f6706659.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-307c7e7ea69f66b1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
31872023-12-13T04:22:53.693Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=dc313706ff93e023 -C extra-filename=-dc313706ff93e023 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2fc1e796c21a7b42.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-99e6729aba3dc24d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-e3313a8a0679b1be.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-40ac42bfe40d7cc4.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cf3f09b6e0fefe2b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-acdccdb3c7878500.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-960ecf8519e285ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-49fc5fd89247b25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -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-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
31882023-12-13T04:22:55.627Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=1ea47cb0157888c9 -C extra-filename=-1ea47cb0157888c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-47c774df8bf7b814.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6e7ba986a3c22a1f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e99fa7a4f6706659.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-307c7e7ea69f66b1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
31892023-12-13T04:22:58.328Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=47a3c6dc8233e764 -C extra-filename=-47a3c6dc8233e764 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-dd4be663f227f3ed.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-57c917783a87b3ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-df85453bf78c2aec.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f166fe2f4ac9c287.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8993e2bd2ef35019.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
31902023-12-13T04:22:58.909Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=ef8169d836ae4e3b -C extra-filename=-ef8169d836ae4e3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-47c774df8bf7b814.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-dd4be663f227f3ed.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-57c917783a87b3ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-df85453bf78c2aec.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f166fe2f4ac9c287.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8993e2bd2ef35019.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
31912023-12-13T04:23:01.518Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=a382e7f696e5d82a -C extra-filename=-a382e7f696e5d82a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-47c774df8bf7b814.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-dd4be663f227f3ed.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-57c917783a87b3ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-df85453bf78c2aec.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f166fe2f4ac9c287.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8993e2bd2ef35019.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
31922023-12-13T04:23:03.843Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=56e433c45e1ae237 -C extra-filename=-56e433c45e1ae237 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-678e71940ce89996.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
31932023-12-13T04:23:07.617Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=baba3b699847317b -C extra-filename=-baba3b699847317b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f47710d7a1fef02d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
31942023-12-13T04:23:14.819Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d3698c5c9f63c76d -C extra-filename=-d3698c5c9f63c76d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f747040037db8488.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
31952023-12-13T04:23:18.199Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d1368e0091e26287 -C extra-filename=-d1368e0091e26287 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f747040037db8488.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
31962023-12-13T04:23:21.082Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 installinator-artifactd/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 --test -C metadata=44e38f49097435dd -C extra-filename=-44e38f49097435dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f747040037db8488.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
31972023-12-13T04:23:21.368Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=18591ace2cbc028c -C extra-filename=-18591ace2cbc028c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-47c774df8bf7b814.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-dd4be663f227f3ed.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-57c917783a87b3ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-df85453bf78c2aec.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f166fe2f4ac9c287.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8993e2bd2ef35019.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
31982023-12-13T04:23:27.066Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=cb2b3518aab11730 -C extra-filename=-cb2b3518aab11730 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6e7ba986a3c22a1f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-307c7e7ea69f66b1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
31992023-12-13T04:23:36.607Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_test --edition=2021 dns-server/tests/openapi_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 --test -C metadata=ba0ddf5bfeaa0bff -C extra-filename=-ba0ddf5bfeaa0bff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-d3060b015328cb05.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32002023-12-13T04:24:08.452Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32012023-12-13T04:24:08.452Z Running `/home/build/.rustup/toolchains/1.74.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 --cfg 'feature="omicron-dev"' -C metadata=753e746fa74d4902 -C extra-filename=-753e746fa74d4902 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0122284c9cb00679.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32022023-12-13T04:24:08.452Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=9f23e7c4af2cc8d6 -C extra-filename=-9f23e7c4af2cc8d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0bb65bb5b1954c37.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1ec5326d3a4fc1e8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ece101d456f5f75f.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-49fc5fd89247b25c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32032023-12-13T04:24:08.453Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=ac5ef56884fbe9a3 -C extra-filename=-ac5ef56884fbe9a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-d3060b015328cb05.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32042023-12-13T04:24:08.453Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b1c8eae5ede46bec -C extra-filename=-b1c8eae5ede46bec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-d3060b015328cb05.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32052023-12-13T04:24:08.455Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=3a3dfcd64d49f4d1 -C extra-filename=-3a3dfcd64d49f4d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-d3060b015328cb05.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32062023-12-13T04:24:08.455Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=82ce0ce3544d25e5 -C extra-filename=-82ce0ce3544d25e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-d3060b015328cb05.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32072023-12-13T04:24:08.455Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=bd2840f60f637a8e -C extra-filename=-bd2840f60f637a8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-d3060b015328cb05.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32082023-12-13T04:24:08.455Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=04d318f35e4e830d -C extra-filename=-04d318f35e4e830d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-d3060b015328cb05.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32092023-12-13T04:24:08.455Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=406c861267832a68 -C extra-filename=-406c861267832a68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-d3060b015328cb05.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32102023-12-13T04:24:08.455Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=6e88f000fa1b2a4f -C extra-filename=-6e88f000fa1b2a4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0122284c9cb00679.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32112023-12-13T04:24:15.097Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=013128cf5fb3093d -C extra-filename=-013128cf5fb3093d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0122284c9cb00679.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32122023-12-13T04:24:18.227Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=5bcf368bad8a4171 -C extra-filename=-5bcf368bad8a4171 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0122284c9cb00679.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32132023-12-13T04:24:20.994Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=21366e65e3b2bd5a -C extra-filename=-21366e65e3b2bd5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0122284c9cb00679.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32142023-12-13T04:24:26.510Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=6941590529281fc9 -C extra-filename=-6941590529281fc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0122284c9cb00679.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32152023-12-13T04:24:37.130Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=e248da9f1bff68c8 -C extra-filename=-e248da9f1bff68c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d5d148f8b0aeac01.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4a667776a18b8bd2.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-df85453bf78c2aec.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32162023-12-13T04:24:40.226Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine_basic --edition=2021 update-engine/examples/update-engine-basic/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 -C metadata=5ca9fe102dbfc2cd -C extra-filename=-5ca9fe102dbfc2cd --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d5d148f8b0aeac01.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4a667776a18b8bd2.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-df85453bf78c2aec.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32172023-12-13T04:24:42.590Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=d977e313eb2ccec0 -C extra-filename=-d977e313eb2ccec0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-35896dd42b140dec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-703e387a57be71d5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f28df03945a552f5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32182023-12-13T04:24:42.767Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=ab5714d3a3c92791 -C extra-filename=-ab5714d3a3c92791 --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-7769037f643a5afe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32192023-12-13T04:24:56.319Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=0a6cd810659b6ac5 -C extra-filename=-0a6cd810659b6ac5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cf3f09b6e0fefe2b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-78a13c5f7508de23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -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-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
32202023-12-13T04:25:09.205Z Running `/home/build/.rustup/toolchains/1.74.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 -C debug-assertions=on --test -C metadata=0a225fd0f45d8c91 -C extra-filename=-0a225fd0f45d8c91 --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-c31966c9f8a96595.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-abbff89b9d45a3ff.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0722d3e783790955.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-1b182302f1462f0e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
32212023-12-13T04:25:13.595Z Running `/home/build/.rustup/toolchains/1.74.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 -C debug-assertions=on --test -C metadata=e2fd2818cd931742 -C extra-filename=-e2fd2818cd931742 --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-c31966c9f8a96595.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-abbff89b9d45a3ff.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0722d3e783790955.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-1b182302f1462f0e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
32222023-12-13T04:25:14.678Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=b51f51c1b34e415a -C extra-filename=-b51f51c1b34e415a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32232023-12-13T04:25:17.869Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b75fc6c7a7c48b64 -C extra-filename=-b75fc6c7a7c48b64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-7523c0413f22d510.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-678e71940ce89996.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-42864ef4f87b08a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-15a2cf4d8cef0518.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f8f0d383a3d9c4e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32242023-12-13T04:25:21.319Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=6ff2923b017f144f -C extra-filename=-6ff2923b017f144f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36892fbc52855a85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-10a69f4990e13aae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32252023-12-13T04:25:24.274Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=5470034cfe72b726 -C extra-filename=-5470034cfe72b726 --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-7e6c307bf3e7aaf2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36892fbc52855a85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32262023-12-13T04:25:27.394Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=00a49c770ca3efbf -C extra-filename=-00a49c770ca3efbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36892fbc52855a85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-10a69f4990e13aae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32272023-12-13T04:25:29.511Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=afbe164642590b49 -C extra-filename=-afbe164642590b49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2fc1e796c21a7b42.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-99e6729aba3dc24d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-e3313a8a0679b1be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-40ac42bfe40d7cc4.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cf3f09b6e0fefe2b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-acdccdb3c7878500.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f0e00c19c973089d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ece101d456f5f75f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-960ecf8519e285ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-49fc5fd89247b25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6d85d92818838eed.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -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-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32282023-12-13T04:25:33.067Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=d149d891283cd122 -C extra-filename=-d149d891283cd122 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2fc1e796c21a7b42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -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-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32292023-12-13T04:25:52.549Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=93bc07e0a9f74fca -C extra-filename=-93bc07e0a9f74fca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2fc1e796c21a7b42.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-111a1f78c17a8c9e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0bb65bb5b1954c37.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1ec5326d3a4fc1e8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-5fd14a35a3ccf419.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f0e00c19c973089d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ece101d456f5f75f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c51977aa26ba034.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a70f6d5b6baca6e7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-49fc5fd89247b25c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2d30b90bbc73311d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6d85d92818838eed.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -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-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32302023-12-13T04:25:57.591Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=4e2e90affcf4877d -C extra-filename=-4e2e90affcf4877d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-0fe7bb57406ce5fc.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-93f21655c6d108ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e0a4c60b6ba1929b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15a340151b799bce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32312023-12-13T04:26:02.088Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=57e853c6f9831761 -C extra-filename=-57e853c6f9831761 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-0fe7bb57406ce5fc.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-93f21655c6d108ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36892fbc52855a85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e0a4c60b6ba1929b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15a340151b799bce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32322023-12-13T04:26:05.231Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=8d31f80375c341b7 -C extra-filename=-8d31f80375c341b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32332023-12-13T04:26:17.658Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=fc256004a6a76e90 -C extra-filename=-fc256004a6a76e90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-0fe7bb57406ce5fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-93f21655c6d108ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36892fbc52855a85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e0a4c60b6ba1929b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15a340151b799bce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32342023-12-13T04:26:23.723Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=225b2b48c868494c -C extra-filename=-225b2b48c868494c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-0fe7bb57406ce5fc.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-93f21655c6d108ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36892fbc52855a85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e0a4c60b6ba1929b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15a340151b799bce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32352023-12-13T04:26:28.993Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=507aed5745e19903 -C extra-filename=-507aed5745e19903 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-7523c0413f22d510.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-678e71940ce89996.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-42864ef4f87b08a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-15a2cf4d8cef0518.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f8f0d383a3d9c4e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32362023-12-13T04:26:48.415Z Running `/home/build/.rustup/toolchains/1.74.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 -C debug-assertions=on --test -C metadata=60c811b43d850cdb -C extra-filename=-60c811b43d850cdb --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-c31966c9f8a96595.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-abbff89b9d45a3ff.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0722d3e783790955.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-1b182302f1462f0e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
32372023-12-13T04:26:50.924Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=be474e9dbd7c9024 -C extra-filename=-be474e9dbd7c9024 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32382023-12-13T04:27:31.214Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-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 --test -C metadata=359c965a8f70eab5 -C extra-filename=-359c965a8f70eab5 --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-294f21b38637a1be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
32392023-12-13T04:27:31.547Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name producer --edition=2021 oximeter/producer/examples/producer.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ccd539b0c6966d6d -C extra-filename=-ccd539b0c6966d6d --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32402023-12-13T04:27:35.973Z Running `/home/build/.rustup/toolchains/1.74.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 --test --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=ecba3ceae19c41fa -C extra-filename=-ecba3ceae19c41fa --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-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-0c5d584e64e6fa84.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32412023-12-13T04:27:48.005Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7efe6a831ab17fce -C extra-filename=-7efe6a831ab17fce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32422023-12-13T04:27:51.194Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-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 --test -C metadata=4e5e8317b81fd00d -C extra-filename=-4e5e8317b81fd00d --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-51242dff9c560077.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32432023-12-13T04:27:51.259Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=34d2fc0b07ea4895 -C extra-filename=-34d2fc0b07ea4895 --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-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
32442023-12-13T04:27:58.957Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=8fb9ccf9ecc84c09 -C extra-filename=-8fb9ccf9ecc84c09 --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-3a274d64876baf35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
32452023-12-13T04:28:03.339Z Running `/home/build/.rustup/toolchains/1.74.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 --test --cfg 'feature="testing"' -C metadata=a5c943b7fc58864e -C extra-filename=-a5c943b7fc58864e --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-084832dceff4d290.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
32462023-12-13T04:28:04.938Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=9a89cbe57ad60e67 -C extra-filename=-9a89cbe57ad60e67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5fbee8486911ec05.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-c0f99d4dd8fd9e9f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
32472023-12-13T04:28:12.166Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name 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 --test -C metadata=7fff15a047dd28ef -C extra-filename=-7fff15a047dd28ef --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-294f21b38637a1be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out`
32482023-12-13T04:28:16.004Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=917e53efff20e180 -C extra-filename=-917e53efff20e180 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32492023-12-13T04:28:26.294Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=bf9d245b5d0fd65e -C extra-filename=-bf9d245b5d0fd65e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32502023-12-13T04:28:29.488Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
32512023-12-13T04:28:29.492Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name caboose_util --edition=2021 caboose-util/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 --test -C metadata=c069ea860c2f0ef9 -C extra-filename=-c069ea860c2f0ef9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64`
32522023-12-13T04:28:30.505Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=0dbf84791825ace4 -C extra-filename=-0dbf84791825ace4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-17238ad50319e3ea.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32532023-12-13T04:28:34.942Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=7ce598f5c765c20c -C extra-filename=-7ce598f5c765c20c --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-7769037f643a5afe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32542023-12-13T04:28:39.534Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32552023-12-13T04:28:39.542Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=fb6bf78e89712e1f -C extra-filename=-fb6bf78e89712e1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32562023-12-13T04:28:42.354Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=7ddefa1b8451423c -C extra-filename=-7ddefa1b8451423c --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-c33ee704d422915a.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8eb3de30cd4fd472.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32572023-12-13T04:28:50.623Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32582023-12-13T04:28:50.628Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=932b9ed7a450c8e7 -C extra-filename=-932b9ed7a450c8e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32592023-12-13T04:28:53.195Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff_print --edition=2021 common/examples/backoff-print.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=9e87af5e80755a68 -C extra-filename=-9e87af5e80755a68 --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-17238ad50319e3ea.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-fa783b65b64a2ba1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32602023-12-13T04:28:56.387Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=548d56129b7b9fa7 -C extra-filename=-548d56129b7b9fa7 --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-084832dceff4d290.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0722d3e783790955.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32612023-12-13T04:28:58.713Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=30bc39da5cdbc775 -C extra-filename=-30bc39da5cdbc775 --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-a8135444ac120ce3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32622023-12-13T04:29:03.867Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=08ba73dbed4fc107 -C extra-filename=-08ba73dbed4fc107 --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-3a274d64876baf35.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32632023-12-13T04:29:05.746Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=a036cc9a23f88d8f -C extra-filename=-a036cc9a23f88d8f --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-7769037f643a5afe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32642023-12-13T04:29:07.972Z Running `/home/build/.rustup/toolchains/1.74.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 --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=ca02a3e545a1d301 -C extra-filename=-ca02a3e545a1d301 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-86119831ef0d8686.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-ae3470898b5ca726.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-4b7c7b82d1efc4c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-623880b9a2db11f7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32652023-12-13T04:29:09.233Z Running `/home/build/.rustup/toolchains/1.74.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 --test --cfg 'feature="seed-gen"' -C metadata=8f2524b0d2626a8b -C extra-filename=-8f2524b0d2626a8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-675cdf5a1688d20e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-026e01bb0412a847.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32662023-12-13T04:29:14.045Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=286b7a04d71b12c6 -C extra-filename=-286b7a04d71b12c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32672023-12-13T04:29:15.973Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=50905c20eb36bd3e -C extra-filename=-50905c20eb36bd3e --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-7769037f643a5afe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32682023-12-13T04:29:17.805Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=939289a5fb9d718f -C extra-filename=-939289a5fb9d718f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32692023-12-13T04:29:32.572Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=3ee9d36edeea4422 -C extra-filename=-3ee9d36edeea4422 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32702023-12-13T04:29:32.868Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb6b028fc16db731 -C extra-filename=-eb6b028fc16db731 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32712023-12-13T04:29:35.258Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=7cee691148f2572e -C extra-filename=-7cee691148f2572e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32722023-12-13T04:29:36.503Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=2e8fd37ba354d230 -C extra-filename=-2e8fd37ba354d230 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32732023-12-13T04:29:52.212Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=28257715ccc36111 -C extra-filename=-28257715ccc36111 --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-7769037f643a5afe.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32742023-12-13T04:29:52.919Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=110b0e0c67668125 -C extra-filename=-110b0e0c67668125 --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-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32752023-12-13T04:29:54.142Z Running `/home/build/.rustup/toolchains/1.74.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 --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=248c4bb68d347796 -C extra-filename=-248c4bb68d347796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-17238ad50319e3ea.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-fa783b65b64a2ba1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32762023-12-13T04:29:54.168Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=484079b1b4dd68c7 -C extra-filename=-484079b1b4dd68c7 --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-51e830d44a46a8e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32772023-12-13T04:29:54.168Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=6e4a8e35c3becfd3 -C extra-filename=-6e4a8e35c3becfd3 --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-51e830d44a46a8e5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32782023-12-13T04:29:55.296Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=588ee015a55ffb1e -C extra-filename=-588ee015a55ffb1e --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-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-63b388be15ca66f0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0ee75eb956233696.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32792023-12-13T04:29:56.014Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=07780723c53adff1 -C extra-filename=-07780723c53adff1 --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-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0ee75eb956233696.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib`
32802023-12-13T04:32:19.607Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=6ac6324ba0fc4e07 -C extra-filename=-6ac6324ba0fc4e07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2fc1e796c21a7b42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c51977aa26ba034.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9f23e7c4af2cc8d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -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-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32812023-12-13T04:32:19.614Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=c23d3e985bc8931b -C extra-filename=-c23d3e985bc8931b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2fc1e796c21a7b42.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-111a1f78c17a8c9e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0bb65bb5b1954c37.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1ec5326d3a4fc1e8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-5fd14a35a3ccf419.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f0e00c19c973089d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ece101d456f5f75f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c51977aa26ba034.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9f23e7c4af2cc8d6.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a70f6d5b6baca6e7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-49fc5fd89247b25c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2d30b90bbc73311d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6d85d92818838eed.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -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-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32822023-12-13T04:32:19.633Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=c3f7e20494f61669 -C extra-filename=-c3f7e20494f61669 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0bb65bb5b1954c37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1ec5326d3a4fc1e8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ece101d456f5f75f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9f23e7c4af2cc8d6.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-49fc5fd89247b25c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32832023-12-13T04:32:19.659Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab69d04d4b13ec7d -C extra-filename=-ab69d04d4b13ec7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9f23e7c4af2cc8d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e0a4c60b6ba1929b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32842023-12-13T04:32:19.665Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=b1199ee3525192cc -C extra-filename=-b1199ee3525192cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0bb65bb5b1954c37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1ec5326d3a4fc1e8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ece101d456f5f75f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9f23e7c4af2cc8d6.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-49fc5fd89247b25c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32852023-12-13T04:32:58.346Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=cebfc968ae15b13a -C extra-filename=-cebfc968ae15b13a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9f23e7c4af2cc8d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a70f6d5b6baca6e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e0a4c60b6ba1929b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32862023-12-13T04:33:25.553Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=1cd7d54bc1744473 -C extra-filename=-1cd7d54bc1744473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2fc1e796c21a7b42.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-111a1f78c17a8c9e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0bb65bb5b1954c37.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1ec5326d3a4fc1e8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-5fd14a35a3ccf419.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f0e00c19c973089d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ece101d456f5f75f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c51977aa26ba034.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9f23e7c4af2cc8d6.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a70f6d5b6baca6e7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-49fc5fd89247b25c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2d30b90bbc73311d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6d85d92818838eed.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -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-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32872023-12-13T04:33:30.262Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=ac40a92be68e5dff -C extra-filename=-ac40a92be68e5dff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2fc1e796c21a7b42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c51977aa26ba034.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9f23e7c4af2cc8d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -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-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32882023-12-13T04:33:44.028Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/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 --test -C metadata=210a8f81ee76d24b -C extra-filename=-210a8f81ee76d24b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9f23e7c4af2cc8d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a70f6d5b6baca6e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e0a4c60b6ba1929b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32892023-12-13T04:33:47.535Z Running `/home/build/.rustup/toolchains/1.74.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 --test -C metadata=e77be7b1c9393fef -C extra-filename=-e77be7b1c9393fef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2fc1e796c21a7b42.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-111a1f78c17a8c9e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0bb65bb5b1954c37.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1ec5326d3a4fc1e8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-5fd14a35a3ccf419.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f0e00c19c973089d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ece101d456f5f75f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c51977aa26ba034.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9f23e7c4af2cc8d6.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a70f6d5b6baca6e7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-49fc5fd89247b25c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2d30b90bbc73311d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6d85d92818838eed.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -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-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32902023-12-13T04:44:06.997Z Finished test [unoptimized + debuginfo] target(s) in 31m 37s
32912023-12-13T04:44:07.329Z Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-07780723c53adff1`
32922023-12-13T04:44:07.329Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-60c811b43d850cdb`
32932023-12-13T04:44:07.329Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-e2fd2818cd931742`
32942023-12-13T04:44:07.329Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-0a225fd0f45d8c91`
32952023-12-13T04:44:07.329Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-8fb9ccf9ecc84c09`
32962023-12-13T04:44:07.329Z Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-c069ea860c2f0ef9`
32972023-12-13T04:44:07.329Z Executable `/work/oxidecomputer/omicron/target/debug/deps/crdb_seed-932b9ed7a450c8e7`
32982023-12-13T04:44:07.335Z Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-588ee015a55ffb1e`
32992023-12-13T04:44:07.335Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-7fff15a047dd28ef`
33002023-12-13T04:44:07.335Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-3a3dfcd64d49f4d1`
33012023-12-13T04:44:07.335Z Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-b1c8eae5ede46bec`
33022023-12-13T04:44:07.335Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-406c861267832a68`
33032023-12-13T04:44:07.335Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-bd2840f60f637a8e`
33042023-12-13T04:44:07.335Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-ac5ef56884fbe9a3`
33052023-12-13T04:44:07.335Z Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-82ce0ce3544d25e5`
33062023-12-13T04:44:07.335Z Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-04d318f35e4e830d`
33072023-12-13T04:44:07.335Z Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-ba0ddf5bfeaa0bff`
33082023-12-13T04:44:07.335Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-28257715ccc36111`
33092023-12-13T04:44:07.335Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-7ce598f5c765c20c`
33102023-12-13T04:44:07.335Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-857d558d06331c3a`
33112023-12-13T04:44:07.335Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-110b0e0c67668125`
33122023-12-13T04:44:07.335Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-5470034cfe72b726`
33132023-12-13T04:44:07.335Z Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-ca02a3e545a1d301`
33142023-12-13T04:44:07.335Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-1428d9285cb38b77`
33152023-12-13T04:44:07.335Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-88ee520e03cf8b22`
33162023-12-13T04:44:07.335Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-4e5e8317b81fd00d`
33172023-12-13T04:44:07.335Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-7efe6a831ab17fce`
33182023-12-13T04:44:07.335Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-d1368e0091e26287`
33192023-12-13T04:44:07.335Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-44e38f49097435dd`
33202023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-917e53efff20e180`
33212023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-be474e9dbd7c9024`
33222023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-fb6bf78e89712e1f`
33232023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-30bc39da5cdbc775`
33242023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-548d56129b7b9fa7`
33252023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mg_admin_client-359c965a8f70eab5`
33262023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-50905c20eb36bd3e`
33272023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-0a6cd810659b6ac5`
33282023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-afbe164642590b49`
33292023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-08ba73dbed4fc107`
33302023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_inventory-8d31f80375c341b7`
33312023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-0dbf84791825ace4`
33322023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-7ddefa1b8451423c`
33332023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-248c4bb68d347796`
33342023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-76faf2cecde83ce3`
33352023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-210a8f81ee76d24b`
33362023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-cebfc968ae15b13a`
33372023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-4e2e90affcf4877d`
33382023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-57e853c6f9831761`
33392023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-225b2b48c868494c`
33402023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-93bc07e0a9f74fca`
33412023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-e77be7b1c9393fef`
33422023-12-13T04:44:07.336Z Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-1cd7d54bc1744473`
33432023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-c23d3e985bc8931b`
33442023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-ac40a92be68e5dff`
33452023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-6ac6324ba0fc4e07`
33462023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-fefe09238f91bde7`
33472023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-3912e97d2b28c281`
33482023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-756bbbca02f807c0`
33492023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-6e4a8e35c3becfd3`
33502023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-baba3b699847317b`
33512023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/services_ledger_check_migrate-1a4de900446711e7`
33522023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-04235a40561a5910`
33532023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-b194e634e9219535`
33542023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-4dbbeddd8e57f885`
33552023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-0773a960f309d88f`
33562023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-8f2524b0d2626a8b`
33572023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-2e8fd37ba354d230`
33582023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-dde40538ea059c02`
33592023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-8fac8605ed292d17`
33602023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-a036cc9a23f88d8f`
33612023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-b51f51c1b34e415a`
33622023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/clickhouse_schema_updater-5bcf368bad8a4171`
33632023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-013128cf5fb3093d`
33642023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-6e88f000fa1b2a4f`
33652023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-507aed5745e19903`
33662023-12-13T04:44:07.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-b75fc6c7a7c48b64`
33672023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-ecba3ceae19c41fa`
33682023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-484079b1b4dd68c7`
33692023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-bf9d245b5d0fd65e`
33702023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-34d2fc0b07ea4895`
33712023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-9a89cbe57ad60e67`
33722023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_storage-a5c943b7fc58864e`
33732023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-00a49c770ca3efbf`
33742023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-6ff2923b017f144f`
33752023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-ac7d9d4c3266ec98`
33762023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-1ea47cb0157888c9`
33772023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-ffe2c485464e9e16`
33782023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-c7a706de17f67ac5`
33792023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-d977e313eb2ccec0`
33802023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-e248da9f1bff68c8`
33812023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-18591ace2cbc028c`
33822023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-ef8169d836ae4e3b`
33832023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-a382e7f696e5d82a`
33842023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-286b7a04d71b12c6`
33852023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-56e433c45e1ae237`
33862023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-b078ace1ab732b56`
33872023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-a44000b559dd2cb5`
33882023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-bf5c427858cd6a6e`
33892023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-689c616888406c35`
33902023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-bf0f7b87efacbdd4`
33912023-12-13T04:44:07.338Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-ab5714d3a3c92791`
33922023-12-13T04:44:08.005Z
33932023-12-13T04:44:08.013Zreal 31:38.992364889
33942023-12-13T04:44:08.014Zuser 3:01:52.709752888
33952023-12-13T04:44:08.014Zsys 18:45.782397975
33962023-12-13T04:44:08.014Ztrap 6.207544726
33972023-12-13T04:44:08.014Ztflt 9.680703647
33982023-12-13T04:44:08.014Zdflt 26.699284268
33992023-12-13T04:44:08.014Zkflt 0.032215957
34002023-12-13T04:44:08.014Zlock 5:57:12.945186674
34012023-12-13T04:44:08.015Zslp 11:28:10.968463028
34022023-12-13T04:44:08.015Zlat 5:30.861858577
34032023-12-13T04:44:08.015Zstop 4:54.643460106
34042023-12-13T04:44:09.997Z
34052023-12-13T04:44:09.998Z ##### ###### #### #####
34062023-12-13T04:44:09.998Z # # # #
34072023-12-13T04:44:09.998Z # ##### #### #
34082023-12-13T04:44:09.998Z # # # #
34092023-12-13T04:44:09.998Z # # # # #
34102023-12-13T04:44:09.998Z # ###### #### #
34112023-12-13T04:44:09.999Z
34122023-12-13T04:44:10.905Z Downloading crates ...
34132023-12-13T04:44:11.885Z Downloaded wasm-bindgen-shared v0.2.87
34142023-12-13T04:44:11.891Z Downloaded errno-dragonfly v0.1.2
34152023-12-13T04:44:11.891Z Downloaded dirs v5.0.1
34162023-12-13T04:44:11.899Z Downloaded fs2 v0.4.3
34172023-12-13T04:44:11.904Z Downloaded wasm-bindgen-macro-support v0.2.87
34182023-12-13T04:44:11.904Z Downloaded fuchsia-cprng v0.1.1
34192023-12-13T04:44:11.909Z Downloaded bcrypt-pbkdf v0.10.0
34202023-12-13T04:44:11.913Z Downloaded wasm-bindgen-futures v0.4.37
34212023-12-13T04:44:11.943Z Downloaded system-configuration-sys v0.5.0
34222023-12-13T04:44:11.943Z Downloaded rand_core v0.4.2
34232023-12-13T04:44:11.944Z Downloaded system-configuration v0.5.1
34242023-12-13T04:44:11.968Z Downloaded android_system_properties v0.1.5
34252023-12-13T04:44:11.969Z Downloaded wasi v0.9.0+wasi-snapshot-preview1
34262023-12-13T04:44:11.969Z Downloaded cargo_toml v0.17.0
34272023-12-13T04:44:11.969Z Downloaded anstyle-wincon v2.1.0
34282023-12-13T04:44:11.969Z Downloaded windows-targets v0.48.5
34292023-12-13T04:44:11.969Z Downloaded russh-cryptovec v0.7.0
34302023-12-13T04:44:11.970Z Downloaded option-ext v0.2.0
34312023-12-13T04:44:11.970Z Downloaded rdrand v0.4.0
34322023-12-13T04:44:11.970Z Downloaded md5 v0.7.0
34332023-12-13T04:44:11.976Z Downloaded windows-targets v0.52.0
34342023-12-13T04:44:11.976Z Downloaded str-buf v1.0.6
34352023-12-13T04:44:11.976Z Downloaded windows-targets v0.42.2
34362023-12-13T04:44:11.981Z Downloaded iana-time-zone-haiku v0.1.2
34372023-12-13T04:44:11.991Z Downloaded wasi v0.11.0+wasi-snapshot-preview1
34382023-12-13T04:44:11.998Z Downloaded error-code v2.3.1
34392023-12-13T04:44:12.002Z Downloaded pbkdf2 v0.12.2
34402023-12-13T04:44:12.006Z Downloaded atomic-polyfill v0.1.11
34412023-12-13T04:44:12.006Z Downloaded crossterm_winapi v0.9.1
34422023-12-13T04:44:12.012Z Downloaded dirs-sys v0.4.1
34432023-12-13T04:44:12.017Z Downloaded primeorder v0.13.6
34442023-12-13T04:44:12.017Z Downloaded redox_users v0.4.3
34452023-12-13T04:44:12.017Z Downloaded android-tzdata v0.1.1
34462023-12-13T04:44:12.021Z Downloaded redox_syscall v0.4.1
34472023-12-13T04:44:12.025Z Downloaded cbc v0.1.2
34482023-12-13T04:44:12.029Z Downloaded clipboard-win v4.5.0
34492023-12-13T04:44:12.030Z Downloaded ed25519 v2.2.2
34502023-12-13T04:44:12.033Z Downloaded rand_chacha v0.2.2
34512023-12-13T04:44:12.033Z Downloaded critical-section v1.1.2
34522023-12-13T04:44:12.038Z Downloaded aes v0.8.3
34532023-12-13T04:44:12.051Z Downloaded ghash v0.5.0
34542023-12-13T04:44:12.051Z Downloaded rand_core v0.5.1
34552023-12-13T04:44:12.052Z Downloaded blowfish v0.9.1
34562023-12-13T04:44:12.052Z Downloaded ctr v0.9.2
34572023-12-13T04:44:12.059Z Downloaded rfc6979 v0.4.0
34582023-12-13T04:44:12.059Z Downloaded polyval v0.6.1
34592023-12-13T04:44:12.059Z Downloaded rand_hc v0.2.0
34602023-12-13T04:44:12.064Z Downloaded pbkdf2 v0.11.0
34612023-12-13T04:44:12.070Z Downloaded rand_core v0.3.1
34622023-12-13T04:44:12.070Z Downloaded wasm-bindgen-macro v0.2.87
34632023-12-13T04:44:12.074Z Downloaded hermit-abi v0.1.19
34642023-12-13T04:44:12.074Z Downloaded core-foundation v0.9.3
34652023-12-13T04:44:12.079Z Downloaded core-foundation-sys v0.8.4
34662023-12-13T04:44:12.083Z Downloaded wasm-streams v0.3.0
34672023-12-13T04:44:12.088Z Downloaded hermit-abi v0.3.2
34682023-12-13T04:44:12.092Z Downloaded getrandom v0.1.16
34692023-12-13T04:44:12.097Z Downloaded windows_aarch64_gnullvm v0.48.5
34702023-12-13T04:44:12.113Z Downloaded russh-keys v0.40.0
34712023-12-13T04:44:12.129Z Downloaded password-hash v0.4.2
34722023-12-13T04:44:12.134Z Downloaded redox_syscall v0.3.5
34732023-12-13T04:44:12.134Z Downloaded ipconfig v0.3.2
34742023-12-13T04:44:12.134Z Downloaded wasm-bindgen-backend v0.2.87
34752023-12-13T04:44:12.134Z Downloaded winreg v0.50.0
34762023-12-13T04:44:12.138Z Downloaded encode_unicode v0.3.6
34772023-12-13T04:44:12.142Z Downloaded redox_syscall v0.2.16
34782023-12-13T04:44:12.146Z Downloaded ecdsa v0.16.9
34792023-12-13T04:44:12.150Z Downloaded security-framework-sys v2.9.1
34802023-12-13T04:44:12.151Z Downloaded winapi-util v0.1.5
34812023-12-13T04:44:12.154Z Downloaded ed25519-dalek v2.0.0
34822023-12-13T04:44:12.160Z Downloaded schannel v0.1.22
34832023-12-13T04:44:12.164Z Downloaded widestring v1.0.2
34842023-12-13T04:44:12.583Z Downloaded p256 v0.13.2
34852023-12-13T04:44:12.587Z Downloaded js-sys v0.3.64
34862023-12-13T04:44:12.587Z Downloaded web-sys v0.3.64
34872023-12-13T04:44:12.587Z Downloaded russh v0.40.0
34882023-12-13T04:44:12.587Z Downloaded security-framework v2.9.2
34892023-12-13T04:44:12.587Z Downloaded bumpalo v3.13.0
34902023-12-13T04:44:12.587Z Downloaded windows_x86_64_msvc v0.52.0
34912023-12-13T04:44:12.587Z Downloaded windows_i686_gnu v0.48.5
34922023-12-13T04:44:12.587Z Downloaded aes-gcm v0.10.3
34932023-12-13T04:44:12.587Z Downloaded rand v0.7.3
34942023-12-13T04:44:12.595Z Downloaded wasm-bindgen v0.2.87
34952023-12-13T04:44:12.847Z Downloaded winapi-i686-pc-windows-gnu v0.4.0
34962023-12-13T04:44:13.343Z Downloaded windows_x86_64_gnullvm v0.42.2
34972023-12-13T04:44:13.400Z Downloaded windows_aarch64_gnullvm v0.42.2
34982023-12-13T04:44:13.426Z Downloaded windows_x86_64_gnullvm v0.52.0
34992023-12-13T04:44:13.484Z Downloaded windows_aarch64_gnullvm v0.52.0
35002023-12-13T04:44:13.509Z Downloaded windows_x86_64_gnullvm v0.48.5
35012023-12-13T04:44:13.597Z Downloaded fiat-crypto v0.2.1
35022023-12-13T04:44:13.863Z Downloaded windows v0.48.0
35032023-12-13T04:44:14.641Z Downloaded windows_aarch64_msvc v0.42.2
35042023-12-13T04:44:14.667Z Downloaded windows_x86_64_gnu v0.42.2
35052023-12-13T04:44:14.707Z Downloaded windows_x86_64_msvc v0.42.2
35062023-12-13T04:44:14.858Z Downloaded windows_i686_msvc v0.42.2
35072023-12-13T04:44:14.910Z Downloaded windows_i686_gnu v0.42.2
35082023-12-13T04:44:14.911Z Downloaded windows_x86_64_gnu v0.52.0
35092023-12-13T04:44:14.915Z Downloaded windows_x86_64_gnu v0.48.5
35102023-12-13T04:44:14.964Z Downloaded windows_aarch64_msvc v0.48.5
35112023-12-13T04:44:14.979Z Downloaded windows_aarch64_msvc v0.52.0
35122023-12-13T04:44:15.008Z Downloaded windows_i686_msvc v0.52.0
35132023-12-13T04:44:15.054Z Downloaded windows_i686_gnu v0.52.0
35142023-12-13T04:44:15.098Z Downloaded windows_i686_msvc v0.48.5
35152023-12-13T04:44:15.506Z Downloaded windows_x86_64_msvc v0.48.5
35162023-12-13T04:44:15.507Z Downloaded linux-raw-sys v0.3.8
35172023-12-13T04:44:15.507Z Downloaded winapi v0.3.9
35182023-12-13T04:44:15.507Z Downloaded linux-raw-sys v0.4.11
35192023-12-13T04:44:15.856Z Downloaded windows-sys v0.45.0
35202023-12-13T04:44:16.011Z Downloaded windows-sys v0.48.0
35212023-12-13T04:44:16.173Z Downloaded windows-sys v0.52.0
35222023-12-13T04:44:16.313Z Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
35232023-12-13T04:44:16.926Zinfo: experimental features enabled: setup-scripts
35242023-12-13T04:44:18.314Z Finished test [unoptimized + debuginfo] target(s) in 1.36s
35252023-12-13T04:44:19.957Z Starting 994 tests across 101 binaries (3 skipped)
35262023-12-13T04:44:19.965Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
35272023-12-13T04:44:20.815Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35282023-12-13T04:44:32.484Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35292023-12-13T04:44:35.036Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35302023-12-13T04:44:47.274Z Finished test [unoptimized + debuginfo] target(s) in 27.23s
35312023-12-13T04:44:47.317Z Running `target/debug/crdb-seed`
35322023-12-13T04:44:47.351ZDec 13 04:44:47.353 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpilboOL
35332023-12-13T04:44:47.351ZDec 13 04:44:47.354 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpz8Hrgr,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpilboOL/listen-url
35342023-12-13T04:44:47.351ZDec 13 04:44:47.354 INFO cockroach environment: BUILDOMAT_JOB_ID=01HHGNQ6H52YA2AV6W1W915HED BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.74.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= CI=true GITHUB_BRANCH=renovate/taiki-e-install-action-digest GITHUB_REF=refs/heads/renovate/taiki-e-install-action-digest GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=d75fe7aa18024ef17aca1b67f8c4cfcbe367da2f 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/bzip2-sys-e9f306d18c435896/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out:/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out:/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out:/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envEsz6Cs NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out:/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out:/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=e2aa731d-09ff-4773-987f-33636c29c151 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 RUSTDOCFLAGS=-D warnings RUSTFLAGS=-D warnings RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.74.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
35352023-12-13T04:44:48.811ZDec 13 04:44:48.809 INFO cockroach pid: 3934
35362023-12-13T04:44:48.811ZDec 13 04:44:48.809 INFO cockroach listen URL: postgresql://root@[::1]:51465/omicron?sslmode=disable
35372023-12-13T04:44:48.812ZDec 13 04:44:48.809 INFO cockroach: populating
35382023-12-13T04:44:51.226ZDec 13 04:44:51.229 INFO cockroach: populated
35392023-12-13T04:44:53.761ZDec 13 04:44:53.764 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/7d96b0593b700e13d96dfffc4fd8b2832393445d26c410f88f8b1473939dd8ab.tar`
35402023-12-13T04:44:53.768Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
35412023-12-13T04:44:53.854Z PASS [ 0.047s] authz-macros test_authz_dump
35422023-12-13T04:44:53.855Z PASS [ 0.041s] bootstore schemes::tests::hello_roundtrip
35432023-12-13T04:44:53.855Z PASS [ 0.032s] bootstore trust_quorum::rack_secret::tests::create_and_verify
35442023-12-13T04:44:53.855Z PASS [ 0.038s] bootstore schemes::v0::share_pkg::tests::create_packages
35452023-12-13T04:44:53.855Z PASS [ 0.042s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
35462023-12-13T04:44:53.873Z PASS [ 0.033s] db-macros tests::test_derive_metadata_identity_fails_for_enums
35472023-12-13T04:44:53.881Z PASS [ 0.034s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
35482023-12-13T04:44:53.881Z PASS [ 0.027s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
35492023-12-13T04:44:53.886Z PASS [ 0.030s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
35502023-12-13T04:44:53.890Z PASS [ 0.026s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
35512023-12-13T04:44:53.911Z PASS [ 0.119s] bootstore schemes::v0::peer::tests::network_config
35522023-12-13T04:44:54.135Z PASS [ 0.259s] dns-server storage::test::test_update_in_progress
35532023-12-13T04:44:54.144Z PASS [ 0.265s] dns-server storage::test::test_update_interrupted
35542023-12-13T04:44:54.159Z PASS [ 0.291s] dns-server storage::test::test_update_basic
35552023-12-13T04:44:54.426Z PASS [ 0.531s] dns-server::basic_test a_crud
35562023-12-13T04:44:54.456Z PASS [ 0.545s] dns-server::basic_test aaaa_crud
35572023-12-13T04:44:54.607Z PASS [ 0.473s] dns-server::basic_test empty_record
35582023-12-13T04:44:54.621Z PASS [ 0.468s] dns-server::basic_test multi_record_crud
35592023-12-13T04:44:54.621Z PASS [ 0.455s] dns-server::basic_test name_contains_zone
35602023-12-13T04:44:54.782Z PASS [ 0.361s] dns-server::basic_test nxdomain
35612023-12-13T04:44:54.846Z PASS [ 0.208s] dns-server::openapi_test test_dns_server_openapi
35622023-12-13T04:44:54.932Z PASS [ 0.401s] dns-server::basic_test servfail
35632023-12-13T04:44:54.939Z PASS [ 0.084s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
35642023-12-13T04:44:54.939Z PASS [ 0.043s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
35652023-12-13T04:44:54.939Z PASS [ 0.039s] illumos-utils destructor::test::test_destructor_bad_close
35662023-12-13T04:44:54.940Z PASS [ 0.054s] illumos-utils destructor::test::test_delayed_delete
35672023-12-13T04:44:54.950Z PASS [ 0.034s] illumos-utils link::test::test_allocate
35682023-12-13T04:44:54.963Z PASS [ 0.033s] illumos-utils link::test::test_allocate_within_scopes
35692023-12-13T04:44:54.978Z PASS [ 0.028s] illumos-utils running_zone::tests::test_is_oxide_smf_log_file
35702023-12-13T04:44:55.472Z PASS [ 0.031s] illumos-utils running_zone::tests::test_is_oxide_smf_service
35712023-12-13T04:44:55.476Z PASS [ 1.204s] bootstore schemes::v0::peer::tests::basic_3_nodes
35722023-12-13T04:44:55.476Z PASS [ 0.030s] illumos-utils zone::tests::test_parse_ip_network
35732023-12-13T04:44:55.477Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_bad_zpool_names
35742023-12-13T04:44:55.477Z PASS [ 0.032s] illumos-utils zpool::test::test_parse_external_zpool_name
35752023-12-13T04:44:55.477Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_internal_zpool_name
35762023-12-13T04:44:55.477Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool
35772023-12-13T04:44:55.477Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_zpool_missing_column
35782023-12-13T04:44:55.477Z PASS [ 0.456s] dns-server::basic_test srv_crud
35792023-12-13T04:44:55.477Z PASS [ 0.037s] illumos-utils zpool::test::test_parse_zpool_name_json
35802023-12-13T04:44:55.477Z PASS [ 0.035s] illumos-utils zpool::test::test_zpool_name_regex
35812023-12-13T04:44:55.477Z PASS [ 0.166s] installinator-common block_size_writer::tests::proptest_block_writer
35822023-12-13T04:44:55.477Z PASS [ 0.035s] internal-dns config::test::display_hosts
35832023-12-13T04:44:55.477Z PASS [ 0.032s] internal-dns config::test::display_srv_service
35842023-12-13T04:44:55.477Z PASS [ 0.040s] internal-dns config::test::test_builder_errors
35852023-12-13T04:44:55.477Z PASS [ 0.324s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
35862023-12-13T04:44:55.477Z PASS [ 0.048s] internal-dns config::test::test_builder_output
35872023-12-13T04:44:55.478Z PASS [ 0.555s] illumos-utils destructor::test::test_delayed_delete_with_error
35882023-12-13T04:44:55.990Z PASS [ 0.514s] internal-dns resolver::test::lookup_nonexistent_record_fails
35892023-12-13T04:44:55.994Z PASS [ 0.577s] internal-dns resolver::test::insert_and_lookup_one_record
35902023-12-13T04:44:56.157Z PASS [ 0.762s] internal-dns resolver::test::insert_and_lookup_multiple_records
35912023-12-13T04:44:56.710Z PASS [ 0.730s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
35922023-12-13T04:44:56.828Z PASS [ 0.889s] internal-dns resolver::test::resolver_can_access_backup_dns_server
35932023-12-13T04:44:56.870Z PASS [ 0.039s] ipcc-key-value tests::deserialize_fixed_value
35942023-12-13T04:44:56.881Z PASS [ 0.714s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
35952023-12-13T04:44:56.933Z PASS [ 0.060s] ipcc-key-value tests::serialized_size
35962023-12-13T04:44:56.939Z PASS [ 0.077s] ipcc-key-value tests::installinator_image_id_round_trip
35972023-12-13T04:44:56.984Z PASS [ 0.046s] key-manager tests::different_ikm_produces_different_keys
35982023-12-13T04:44:57.049Z PASS [ 0.061s] key-manager tests::different_disks_produce_different_keys
35992023-12-13T04:44:57.053Z PASS [ 0.034s] key-manager tests::disk_encryption_key_epoch_0
36002023-12-13T04:44:57.053Z PASS [ 0.034s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
36012023-12-13T04:44:57.058Z PASS [ 0.036s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
36022023-12-13T04:44:57.063Z PASS [ 0.039s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
36032023-12-13T04:44:57.098Z PASS [ 0.032s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
36042023-12-13T04:44:57.145Z PASS [ 0.047s] nexus-db-model semver_version::test::test_to_from_sortable_string
36052023-12-13T04:44:57.152Z PASS [ 0.098s] nexus-db-model device_auth::test::test_generate_user_code
36062023-12-13T04:44:57.171Z PASS [ 0.028s] nexus-db-model tests::test_ip_subnet_check_requestable_address
36072023-12-13T04:44:57.182Z PASS [ 0.475s] internal-dns resolver::test::update_record
36082023-12-13T04:44:57.199Z PASS [ 0.037s] nexus-db-model tests::test_ipv6_net_random_subnet
36092023-12-13T04:44:57.215Z PASS [ 0.030s] nexus-db-model tests::test_roles_database_strings
36102023-12-13T04:44:57.235Z PASS [ 0.052s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
36112023-12-13T04:44:57.250Z PASS [ 0.059s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
36122023-12-13T04:44:57.256Z PASS [ 0.054s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
36132023-12-13T04:44:57.288Z PASS [ 0.042s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
36142023-12-13T04:44:57.303Z PASS [ 0.044s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
36152023-12-13T04:44:57.736Z PASS [ 0.046s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
36162023-12-13T04:44:57.736Z PASS [ 0.043s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
36172023-12-13T04:44:57.736Z PASS [ 0.055s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
36182023-12-13T04:44:57.736Z PASS [ 0.088s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
36192023-12-13T04:44:57.736Z PASS [ 0.104s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
36202023-12-13T04:44:57.736Z PASS [ 0.043s] nexus-db-queries authn::external::session_cookie::test::test_get_token
36212023-12-13T04:44:57.736Z PASS [ 0.038s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
36222023-12-13T04:44:57.736Z PASS [ 0.040s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
36232023-12-13T04:44:57.736Z PASS [ 0.043s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
36242023-12-13T04:44:57.736Z PASS [ 0.043s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
36252023-12-13T04:44:57.736Z PASS [ 0.042s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
36262023-12-13T04:44:57.736Z PASS [ 0.042s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
36272023-12-13T04:44:57.736Z PASS [ 0.045s] nexus-db-queries authn::external::spoof::test::test_make_header_value
36282023-12-13T04:44:57.737Z PASS [ 0.076s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
36292023-12-13T04:44:57.737Z PASS [ 0.054s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
36302023-12-13T04:44:57.737Z PASS [ 0.045s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
36312023-12-13T04:44:57.737Z PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
36322023-12-13T04:44:57.737Z PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
36332023-12-13T04:44:57.737Z PASS [ 0.045s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
36342023-12-13T04:44:57.737Z PASS [ 0.041s] nexus-db-queries authn::external::token::test::test_make_header_value
36352023-12-13T04:44:57.737Z PASS [ 0.059s] nexus-db-queries authn::external::test::test_authn_sequence
36362023-12-13T04:44:57.737Z PASS [ 0.044s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
36372023-12-13T04:44:57.737Z PASS [ 0.041s] nexus-db-queries authn::external::token::test::test_token_header_missing
36382023-12-13T04:44:57.737Z PASS [ 0.042s] nexus-db-queries authn::external::token::test::test_token_header_valid
36392023-12-13T04:44:57.737Z PASS [ 0.049s] nexus-db-queries authn::test::test_internal_users
36402023-12-13T04:44:57.757Z PASS [ 0.053s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
36412023-12-13T04:44:59.232Z PASS [ 4.618s] dns-server::commands_test test_dnsadm
36422023-12-13T04:45:05.979Z PASS [ 8.290s] nexus-db-queries authz::context::test::test_unregistered_resource
36432023-12-13T04:45:07.215Z PASS [ 7.981s] nexus-db-queries context::test::test_background_context
36442023-12-13T04:45:08.714Z PASS [ 13.659s] installinator mock_peers::tests::proptest_fetch_artifact
36452023-12-13T04:45:09.238Z PASS [ 14.175s] installinator write::tests::proptest_write_artifact
36462023-12-13T04:45:15.182Z PASS [ 17.471s] nexus-db-queries authz::policy_test::test_conferred_roles
36472023-12-13T04:45:15.924Z PASS [ 9.947s] nexus-db-queries context::test::test_child_context
36482023-12-13T04:45:17.100Z PASS [ 8.382s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
36492023-12-13T04:45:17.975Z PASS [ 8.731s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
36502023-12-13T04:45:18.355Z PASS [ 11.140s] nexus-db-queries context::test::test_test_context
36512023-12-13T04:45:23.413Z PASS [ 8.229s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
36522023-12-13T04:45:24.607Z PASS [ 8.683s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
36532023-12-13T04:45:26.041Z PASS [ 8.544s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
36542023-12-13T04:45:26.551Z PASS [ 8.197s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
36552023-12-13T04:45:26.604Z PASS [ 0.052s] nexus-db-queries db::collection_attach::test::test_verify_query
36562023-12-13T04:45:26.680Z PASS [ 8.711s] nexus-db-queries db::collection_attach::test::test_attach_once
36572023-12-13T04:45:32.188Z PASS [ 8.780s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
36582023-12-13T04:45:33.205Z PASS [ 8.594s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
36592023-12-13T04:45:33.630Z PASS [ 7.977s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
36602023-12-13T04:45:34.592Z PASS [ 7.906s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
36612023-12-13T04:45:34.943Z PASS [ 8.341s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
36622023-12-13T04:45:35.001Z PASS [ 0.051s] nexus-db-queries db::collection_detach::test::test_verify_query
36632023-12-13T04:45:41.004Z PASS [ 8.814s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
36642023-12-13T04:45:41.215Z PASS [ 8.017s] nexus-db-queries db::collection_detach::test::test_detach_once
36652023-12-13T04:45:41.980Z PASS [ 8.365s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
36662023-12-13T04:45:42.466Z PASS [ 7.878s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
36672023-12-13T04:45:43.481Z PASS [ 8.488s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
36682023-12-13T04:45:44.831Z PASS [ 47.086s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
36692023-12-13T04:45:46.993Z PASS [ 5.993s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
36702023-12-13T04:45:47.334Z PASS [ 6.119s] nexus-db-queries db::collection_detach_many::test::test_detach_many
36712023-12-13T04:45:47.385Z PASS [ 0.050s] nexus-db-queries db::collection_detach_many::test::test_verify_query
36722023-12-13T04:45:47.627Z PASS [ 5.647s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
36732023-12-13T04:45:48.151Z PASS [ 5.686s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
36742023-12-13T04:45:48.200Z PASS [ 0.050s] nexus-db-queries db::collection_insert::test::test_verify_query
36752023-12-13T04:45:48.248Z PASS [ 0.047s] nexus-db-queries db::column_walker::test::test_walk_columns
36762023-12-13T04:45:48.294Z PASS [ 0.048s] nexus-db-queries db::column_walker::test::test_walk_table
36772023-12-13T04:45:48.372Z PASS [ 0.073s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_allows_valid_up_sql_collections
36782023-12-13T04:45:48.434Z PASS [ 0.061s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_collections
36792023-12-13T04:45:48.502Z PASS [ 0.074s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_names
36802023-12-13T04:45:48.584Z PASS [ 0.057s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_no_up_sql_files
36812023-12-13T04:45:49.254Z PASS [ 5.772s] nexus-db-queries db::collection_detach_many::test::test_detach_once
36822023-12-13T04:45:50.398Z PASS [ 5.567s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
36832023-12-13T04:45:52.611Z PASS [ 5.228s] nexus-db-queries db::collection_insert::test::test_collection_not_present
36842023-12-13T04:45:52.650Z PASS [ 0.040s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
36852023-12-13T04:45:52.810Z PASS [ 5.818s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
36862023-12-13T04:45:52.835Z PASS [ 5.211s] nexus-db-queries db::collection_insert::test::test_collection_present
36872023-12-13T04:45:53.814Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run
36882023-12-13T04:45:53.822Z PASS [ 60.009s] bootstore::v0-fsm-proptest-learner run
36892023-12-13T04:45:53.827Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run
36902023-12-13T04:45:54.405Z PASS [ 5.844s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
36912023-12-13T04:45:54.500Z PASS [ 5.245s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
36922023-12-13T04:45:58.245Z PASS [ 7.847s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
36932023-12-13T04:46:00.496Z PASS [ 7.845s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
36942023-12-13T04:46:01.349Z PASS [ 8.510s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
36952023-12-13T04:46:02.368Z PASS [ 7.863s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
36962023-12-13T04:46:02.415Z PASS [ 8.594s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
36972023-12-13T04:46:02.732Z PASS [ 8.329s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
36982023-12-13T04:46:02.852Z PASS [ 10.035s] nexus-db-queries db::datastore::dns::test::test_dns_update
36992023-12-13T04:46:07.763Z PASS [ 73.938s] bootstore::v0-fsm-proptest-rack-coordinator run
37002023-12-13T04:46:08.205Z PASS [ 7.659s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
37012023-12-13T04:46:08.515Z PASS [ 10.267s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
37022023-12-13T04:46:09.355Z PASS [ 8.002s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
37032023-12-13T04:46:10.079Z PASS [ 7.720s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
37042023-12-13T04:46:10.506Z PASS [ 8.091s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
37052023-12-13T04:46:10.693Z PASS [ 7.847s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
37062023-12-13T04:46:10.803Z PASS [ 8.069s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
37072023-12-13T04:46:15.230Z PASS [ 7.473s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
37082023-12-13T04:46:15.672Z PASS [ 7.518s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
37092023-12-13T04:46:16.253Z PASS [ 7.744s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
37102023-12-13T04:46:16.297Z PASS [ 0.036s] nexus-db-queries db::datastore::region::test::test_extent_count
37112023-12-13T04:46:17.058Z PASS [ 7.710s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
37122023-12-13T04:46:18.433Z PASS [ 7.916s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
37132023-12-13T04:46:18.848Z PASS [ 8.727s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
37142023-12-13T04:46:18.868Z PASS [ 8.124s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
37152023-12-13T04:46:19.927Z PASS [ 8.618s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
37162023-12-13T04:46:23.122Z PASS [ 7.442s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
37172023-12-13T04:46:23.460Z PASS [ 8.219s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
37182023-12-13T04:46:24.100Z PASS [ 7.776s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
37192023-12-13T04:46:24.544Z PASS [ 7.481s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
37202023-12-13T04:46:26.242Z PASS [ 7.794s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
37212023-12-13T04:46:26.339Z PASS [ 7.529s] nexus-db-queries db::datastore::test::test_component_update_conflict
37222023-12-13T04:46:26.806Z PASS [ 7.576s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
37232023-12-13T04:46:26.834Z PASS [ 7.111s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
37242023-12-13T04:46:29.164Z PASS [ 5.094s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
37252023-12-13T04:46:30.628Z PASS [ 7.168s] nexus-db-queries db::datastore::test::test_project_creation
37262023-12-13T04:46:30.786Z PASS [ 7.671s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
37272023-12-13T04:46:32.393Z PASS [ 7.854s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
37282023-12-13T04:46:34.198Z PASS [ 7.858s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
37292023-12-13T04:46:36.732Z PASS [ 10.461s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
37302023-12-13T04:46:36.738Z PASS [ 10.325s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
37312023-12-13T04:46:37.290Z PASS [ 10.756s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
37322023-12-13T04:46:38.211Z PASS [ 7.426s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
37332023-12-13T04:46:39.450Z PASS [ 5.257s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
37342023-12-13T04:46:40.039Z PASS [ 7.647s] nexus-db-queries db::datastore::test::test_session_methods
37352023-12-13T04:46:40.728Z PASS [ 11.567s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
37362023-12-13T04:46:40.936Z PASS [ 10.306s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
37372023-12-13T04:46:40.969Z PASS [ 0.046s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
37382023-12-13T04:46:41.018Z PASS [ 0.049s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
37392023-12-13T04:46:41.063Z PASS [ 0.046s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
37402023-12-13T04:46:41.112Z PASS [ 0.050s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
37412023-12-13T04:46:43.946Z PASS [ 7.231s] nexus-db-queries db::datastore::test::test_system_update_conflict
37422023-12-13T04:46:44.004Z PASS [ 7.327s] nexus-db-queries db::datastore::test::test_ssh_keys
37432023-12-13T04:46:44.294Z PASS [ 7.010s] nexus-db-queries db::datastore::test::test_table_scan
37442023-12-13T04:46:45.288Z PASS [ 5.251s] nexus-db-queries db::explain::test::test_explain_async
37452023-12-13T04:46:45.629Z PASS [ 7.414s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
37462023-12-13T04:46:45.674Z PASS [ 0.046s] nexus-db-queries db::pagination::test::test_paginator
37472023-12-13T04:46:45.834Z PASS [ 5.098s] nexus-db-queries db::explain::test::test_explain_full_table_scan
37482023-12-13T04:46:47.175Z PASS [ 7.725s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
37492023-12-13T04:46:47.689Z PASS [ 6.569s] nexus-db-queries db::lookup::test::test_lookup
37502023-12-13T04:46:49.831Z PASS [ 5.829s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
37512023-12-13T04:46:49.839Z PASS [ 5.894s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
37522023-12-13T04:46:50.128Z PASS [ 5.832s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
37532023-12-13T04:46:51.067Z PASS [ 5.778s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
37542023-12-13T04:46:53.486Z PASS [ 7.808s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
37552023-12-13T04:46:53.486Z PASS [ 7.656s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
37562023-12-13T04:46:55.017Z PASS [ 7.338s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
37572023-12-13T04:46:55.143Z PASS [ 7.969s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
37582023-12-13T04:46:58.704Z PASS [ 7.545s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
37592023-12-13T04:46:58.788Z PASS [ 7.874s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
37602023-12-13T04:46:58.788Z PASS [ 0.053s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
37612023-12-13T04:46:58.788Z PASS [ 7.962s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
37622023-12-13T04:46:58.788Z PASS [ 7.496s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
37632023-12-13T04:47:02.969Z PASS [ 7.742s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
37642023-12-13T04:47:02.970Z PASS [ 8.092s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
37652023-12-13T04:47:03.644Z PASS [ 7.465s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
37662023-12-13T04:47:03.644Z PASS [ 7.589s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
37672023-12-13T04:47:26.046Z PASS [ 7.932s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
37682023-12-13T04:47:26.537Z PASS [ 7.961s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
37692023-12-13T04:47:26.538Z PASS [ 7.423s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
37702023-12-13T04:47:26.886Z PASS [ 8.595s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
37712023-12-13T04:47:26.886Z PASS [ 7.330s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
37722023-12-13T04:47:26.886Z PASS [ 7.671s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
37732023-12-13T04:47:26.886Z PASS [ 0.049s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
37742023-12-13T04:47:26.887Z PASS [ 7.519s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
37752023-12-13T04:47:26.887Z PASS [ 7.640s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
37762023-12-13T04:47:26.887Z PASS [ 0.129s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
37772023-12-13T04:47:26.887Z PASS [ 0.043s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
37782023-12-13T04:47:26.887Z PASS [ 0.042s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
37792023-12-13T04:47:26.887Z PASS [ 0.037s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
37802023-12-13T04:47:26.887Z PASS [ 0.038s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
37812023-12-13T04:47:26.887Z PASS [ 7.689s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
37822023-12-13T04:47:26.887Z PASS [ 7.766s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
37832023-12-13T04:47:26.888Z PASS [ 7.600s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
37842023-12-13T04:47:26.888Z PASS [ 7.499s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
37852023-12-13T04:47:26.888Z PASS [ 5.408s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
37862023-12-13T04:47:26.888Z PASS [ 0.047s] nexus-defaults tests::test_random_vpc_ipv6_prefix
37872023-12-13T04:47:26.888Z PASS [ 0.120s] nexus-inventory builder::test::test_basic
37882023-12-13T04:47:26.888Z PASS [ 0.041s] nexus-inventory builder::test::test_empty
37892023-12-13T04:47:26.888Z PASS [ 5.226s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
37902023-12-13T04:47:26.888Z PASS [ 0.043s] nexus-inventory builder::test::test_problems
37912023-12-13T04:47:26.888Z PASS [ 0.633s] nexus-inventory collector::test::test_basic
37922023-12-13T04:47:26.888Z PASS [ 7.659s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
37932023-12-13T04:47:26.888Z PASS [ 0.040s] nexus-types external_api::shared::test::test_policy_parsing
37942023-12-13T04:47:26.889Z PASS [ 7.674s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
37952023-12-13T04:47:26.889Z PASS [ 0.894s] nexus-inventory collector::test::test_multi_mgs
37962023-12-13T04:47:26.889Z PASS [ 0.060s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
37972023-12-13T04:47:26.889Z PASS [ 0.111s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
37982023-12-13T04:47:26.889Z PASS [ 0.078s] omicron-certificates tests::test_cert_extended_key_usage
37992023-12-13T04:47:26.889Z PASS [ 0.076s] omicron-certificates tests::test_common_name_is_validated
38002023-12-13T04:47:26.889Z PASS [ 0.065s] omicron-certificates tests::test_subject_alternate_names_are_validated
38012023-12-13T04:47:26.889Z PASS [ 0.030s] omicron-common address::test::test_ip_range_checks_non_decreasing
38022023-12-13T04:47:26.889Z PASS [ 0.031s] omicron-common address::test::test_ip_range_enum_deserialization
38032023-12-13T04:47:26.889Z PASS [ 0.044s] omicron-common address::test::test_dns_subnets
38042023-12-13T04:47:26.889Z PASS [ 0.029s] omicron-common address::test::test_ip_range_iter
38052023-12-13T04:47:26.889Z PASS [ 0.029s] omicron-common address::test::test_ip_range_try_from
38062023-12-13T04:47:26.889Z PASS [ 0.031s] omicron-common address::test::test_ipv6_subnet_deserialize
38072023-12-13T04:47:26.890Z PASS [ 0.026s] omicron-common address::test::test_sled_address
38082023-12-13T04:47:26.890Z PASS [ 0.030s] omicron-common api::external::error::test::test_bail_unless
38092023-12-13T04:47:26.890Z PASS [ 0.029s] omicron-common api::external::error::test::test_context
38102023-12-13T04:47:26.890Z PASS [ 0.038s] omicron-common api::external::http_pagination::test::test_pagination_examples
38112023-12-13T04:47:26.890Z PASS [ 0.036s] omicron-common api::external::http_pagination::test::test_pagination_schemas
38122023-12-13T04:47:26.890Z PASS [ 0.037s] omicron-common api::external::http_pagination::test::test_scan_by_id
38132023-12-13T04:47:26.890Z PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
38142023-12-13T04:47:26.890Z PASS [ 0.034s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
38152023-12-13T04:47:26.890Z PASS [ 0.057s] omicron-common api::external::http_pagination::test::test_scan_by_name
38162023-12-13T04:47:26.891Z PASS [ 0.024s] omicron-common api::external::test::test_bytecount_display
38172023-12-13T04:47:26.891Z PASS [ 0.045s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
38182023-12-13T04:47:26.891Z PASS [ 0.037s] omicron-common api::external::test::test_bytecount
38192023-12-13T04:47:26.891Z PASS [ 0.030s] omicron-common api::external::test::test_firewall_deserialization
38202023-12-13T04:47:26.891Z PASS [ 0.044s] omicron-common api::external::test::test_digest
38212023-12-13T04:47:26.891Z PASS [ 0.048s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
38222023-12-13T04:47:26.891Z PASS [ 0.027s] omicron-common api::external::test::test_ip_port_range_from_str
38232023-12-13T04:47:26.891Z PASS [ 0.042s] omicron-common api::external::test::test_firewall_rule_target_parse
38242023-12-13T04:47:26.891Z PASS [ 0.028s] omicron-common api::external::test::test_ip_port_range_into_str
38252023-12-13T04:47:26.891Z PASS [ 0.028s] omicron-common api::external::test::test_ipnet_first_last_address
38262023-12-13T04:47:27.029Z PASS [ 0.028s] omicron-common api::external::test::test_ipnet_serde
38272023-12-13T04:47:27.029Z PASS [ 0.027s] omicron-common api::external::test::test_ipv4_net_operations
38282023-12-13T04:47:27.029Z PASS [ 0.025s] omicron-common api::external::test::test_ipv6_net_operations
38292023-12-13T04:47:27.030Z PASS [ 0.713s] nexus-inventory collector::test::test_multi_mgs_failure
38302023-12-13T04:47:27.030Z PASS [ 0.041s] omicron-common api::external::test::test_mac_system_iterator
38312023-12-13T04:47:27.030Z PASS [ 0.033s] omicron-common api::external::test::test_mac_to_int_conversions
38322023-12-13T04:47:27.030Z PASS [ 0.036s] omicron-common api::external::test::test_macaddr
38332023-12-13T04:47:27.030Z PASS [ 0.032s] omicron-common api::external::test::test_name_parse
38342023-12-13T04:47:27.030Z PASS [ 0.029s] omicron-common api::external::test::test_name_parse_from_param
38352023-12-13T04:47:27.030Z PASS [ 0.031s] omicron-common api::external::test::test_resource_name_parse
38362023-12-13T04:47:27.030Z PASS [ 0.031s] omicron-common api::external::test::test_role_name_parse
38372023-12-13T04:47:27.030Z PASS [ 0.039s] omicron-common api::external::test::test_route_destination_parse
38382023-12-13T04:47:27.030Z PASS [ 0.029s] omicron-common api::external::test::test_semver_serialize
38392023-12-13T04:47:27.030Z PASS [ 0.044s] omicron-common api::external::test::test_route_target_parse
38402023-12-13T04:47:27.030Z PASS [ 0.034s] omicron-common api::external::test::test_semver_validation
38412023-12-13T04:47:27.030Z PASS [ 0.028s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
38422023-12-13T04:47:27.030Z PASS [ 0.036s] omicron-common ledger::test::test_create_default_ledger
38432023-12-13T04:47:27.031Z PASS [ 0.037s] omicron-common ledger::test::test_create_ledger_reads_from_storage
38442023-12-13T04:47:27.031Z PASS [ 0.050s] omicron-common ledger::test::test_commit_handles_write_failures
38452023-12-13T04:47:27.031Z PASS [ 0.040s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
38462023-12-13T04:47:27.031Z PASS [ 0.034s] omicron-common nexus_config::test::test_bad_authn_schemes
38472023-12-13T04:47:27.031Z PASS [ 0.027s] omicron-common nexus_config::test::test_config_empty
38482023-12-13T04:47:27.031Z PASS [ 0.033s] omicron-common nexus_config::test::test_config_bad_toml
38492023-12-13T04:47:27.031Z PASS [ 0.033s] omicron-common nexus_config::test::test_config_nonexistent
38502023-12-13T04:47:27.031Z PASS [ 0.027s] omicron-common nexus_config::test::test_deployment_config_schema
38512023-12-13T04:47:27.031Z PASS [ 0.029s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable
38522023-12-13T04:47:27.031Z PASS [ 0.026s] omicron-common postgres_config::test::test_bad_url
38532023-12-13T04:47:27.031Z PASS [ 0.047s] omicron-common nexus_config::test::test_repo_configs_are_valid
38542023-12-13T04:47:27.032Z PASS [ 0.040s] omicron-common nexus_config::test::test_valid
38552023-12-13T04:47:27.032Z PASS [ 0.033s] omicron-common postgres_config::test::test_example_url
38562023-12-13T04:47:27.032Z PASS [ 0.022s] omicron-common update::tests::serde_artifact_kind
38572023-12-13T04:47:27.032Z PASS [ 0.096s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
38582023-12-13T04:47:27.032Z PASS [ 0.163s] omicron-dev::test_omicron_dev test_cert_create
38592023-12-13T04:47:27.032Z PASS [ 0.065s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
38602023-12-13T04:47:27.032Z PASS [ 0.064s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
38612023-12-13T04:47:27.032Z PASS [ 0.099s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
38622023-12-13T04:47:27.032Z PASS [ 0.044s] omicron-gateway management_switch::location_map::tests::test_config_validation
38632023-12-13T04:47:27.032Z PASS [ 0.035s] omicron-gateway management_switch::location_map::tests::test_resolve_location
38642023-12-13T04:47:27.032Z PASS [ 0.357s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
38652023-12-13T04:47:27.032Z PASS [ 0.333s] omicron-gateway::test_all integration_tests::component_list::component_list
38662023-12-13T04:47:27.032Z PASS [ 5.320s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
38672023-12-13T04:47:27.033Z PASS [ 5.382s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
38682023-12-13T04:47:27.033Z PASS [ 0.492s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
38692023-12-13T04:47:27.033Z PASS [ 0.279s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
38702023-12-13T04:47:27.033Z PASS [ 0.305s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
38712023-12-13T04:47:27.033Z PASS [ 6.910s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
38722023-12-13T04:47:27.033Z PASS [ 7.451s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
38732023-12-13T04:47:31.919Z PASS [ 14.588s] omicron-dev::test_omicron_dev test_db_killed
38742023-12-13T04:47:37.623Z PASS [ 20.292s] omicron-dev::test_omicron_dev test_db_run
38752023-12-13T04:47:43.096Z PASS [ 25.533s] omicron-dev::test_omicron_dev test_run_all
38762023-12-13T04:47:45.006Z PASS [ 25.874s] omicron-nexus app::background::common::test::test_driver_basic
38772023-12-13T04:47:45.461Z PASS [ 25.941s] omicron-nexus app::background::dns_config::test::test_basic
38782023-12-13T04:47:45.461Z PASS [ 0.177s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
38792023-12-13T04:47:45.586Z PASS [ 24.534s] omicron-nexus app::background::dns_servers::test::test_basic
38802023-12-13T04:47:45.683Z PASS [ 0.110s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
38812023-12-13T04:47:45.765Z PASS [ 0.084s] omicron-nexus app::external_endpoints::test::test_no_endpoint
38822023-12-13T04:47:45.847Z PASS [ 0.076s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
38832023-12-13T04:47:46.528Z PASS [ 1.592s] omicron-nexus app::external_endpoints::test::test_authority
38842023-12-13T04:47:46.536Z PASS [ 25.864s] omicron-nexus app::background::dns_propagation::test::test_basic
38852023-12-13T04:47:46.803Z PASS [ 27.959s] omicron-nexus app::background::common::test::test_activation_in_progress
38862023-12-13T04:47:55.866Z PASS [ 23.950s] omicron-nexus app::background::external_endpoints::test::test_basic
38872023-12-13T04:47:56.433Z PASS [ 11.160s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
38882023-12-13T04:48:02.409Z PASS [ 24.784s] omicron-nexus app::background::init::test::test_dns_propagation_basic
38892023-12-13T04:48:14.077Z PASS [ 27.275s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
38902023-12-13T04:48:14.266Z PASS [ 31.142s] omicron-nexus app::background::inventory_collection::test::test_basic
38912023-12-13T04:48:16.004Z PASS [ 29.464s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
38922023-12-13T04:48:20.073Z PASS [ 34.234s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
38932023-12-13T04:48:20.887Z PASS [ 34.357s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
38942023-12-13T04:48:24.606Z PASS [ 28.743s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
38952023-12-13T04:48:24.669Z PASS [ 28.264s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
38962023-12-13T04:48:48.546Z PASS [ 32.122s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
38972023-12-13T04:48:49.327Z PASS [ 35.091s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
38982023-12-13T04:48:53.546Z PASS [ 32.644s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
38992023-12-13T04:48:53.551Z PASS [ 33.466s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
39002023-12-13T04:48:59.610Z PASS [ 34.930s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
39012023-12-13T04:49:02.412Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39022023-12-13T04:49:14.076Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39032023-12-13T04:49:27.583Z PASS [ 33.987s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
39042023-12-13T04:49:27.621Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
39052023-12-13T04:49:27.621Z PASS [ 31.530s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
39062023-12-13T04:49:27.621Z PASS [ 32.646s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
39072023-12-13T04:49:28.775Z PASS [ 40.656s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
39082023-12-13T04:49:28.839Z PASS [ 0.065s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
39092023-12-13T04:49:34.751Z PASS [ 35.155s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
39102023-12-13T04:49:37.951Z PASS [ 73.343s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
39112023-12-13T04:49:48.734Z PASS [ 25.418s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
39122023-12-13T04:49:59.501Z PASS [ 30.664s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
39132023-12-13T04:50:02.408Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39142023-12-13T04:50:07.539Z PASS [ 32.789s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
39152023-12-13T04:50:10.788Z PASS [ 22.059s] omicron-nexus app::sagas::test_saga::test_saga_stuck
39162023-12-13T04:50:14.487Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39172023-12-13T04:50:17.965Z PASS [ 40.021s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
39182023-12-13T04:50:25.068Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39192023-12-13T04:50:26.170Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
39202023-12-13T04:50:31.631Z PASS [ 32.130s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
39212023-12-13T04:50:33.335Z PASS [ 22.539s] omicron-nexus app::update::tests::test_populate_mock_system_updates
39222023-12-13T04:50:33.831Z PASS [ 26.292s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
39232023-12-13T04:50:41.453Z PASS [ 23.475s] omicron-nexus app::update::tests::test_semver_max
39242023-12-13T04:50:49.190Z PASS [ 7.749s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
39252023-12-13T04:50:49.251Z PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
39262023-12-13T04:50:49.345Z PASS [ 0.093s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
39272023-12-13T04:50:49.425Z PASS [ 0.080s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
39282023-12-13T04:50:49.491Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
39292023-12-13T04:50:49.546Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
39302023-12-13T04:50:49.610Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
39312023-12-13T04:50:50.097Z PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_relative_uri
39322023-12-13T04:50:50.097Z PASS [ 0.169s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
39332023-12-13T04:50:56.878Z PASS [ 23.075s] omicron-nexus app::update::tests::test_system_updates
39342023-12-13T04:50:56.901Z PASS [ 22.089s] omicron-nexus app::update::tests::test_update_deployments
39352023-12-13T04:50:56.944Z PASS [ 22.316s] omicron-nexus app::update::tests::test_updateable_components
39362023-12-13T04:51:02.403Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39372023-12-13T04:51:06.357Z PASS [ 10.212s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
39382023-12-13T04:51:14.073Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39392023-12-13T04:51:15.084Z PASS [ 20.380s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
39402023-12-13T04:51:15.150Z PASS [ 19.732s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
39412023-12-13T04:51:15.199Z PASS [ 0.115s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
39422023-12-13T04:51:16.846Z PASS [ 10.332s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
39432023-12-13T04:51:39.449Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39442023-12-13T04:51:39.462Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
39452023-12-13T04:51:39.462Z PASS [ 122.404s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
39462023-12-13T04:51:39.462Z PASS [ 22.180s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
39472023-12-13T04:51:39.462Z PASS [ 22.815s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
39482023-12-13T04:51:40.389Z PASS [ 23.666s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
39492023-12-13T04:51:49.832Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
39502023-12-13T04:51:52.089Z PASS [ 23.521s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
39512023-12-13T04:52:00.080Z PASS [ 22.113s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
39522023-12-13T04:52:02.017Z PASS [ 72.117s] omicron-nexus populate::test::test_populators
39532023-12-13T04:52:02.404Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39542023-12-13T04:52:02.441Z PASS [ 25.063s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
39552023-12-13T04:52:03.060Z PASS [ 22.300s] omicron-nexus::test_all integration_tests::basic::test_ping
39562023-12-13T04:52:18.449Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39572023-12-13T04:52:24.205Z PASS [ 32.114s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
39582023-12-13T04:52:24.508Z PASS [ 22.489s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
39592023-12-13T04:52:25.060Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39602023-12-13T04:52:25.080Z PASS [ 22.641s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
39612023-12-13T04:52:26.062Z PASS [ 23.411s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
39622023-12-13T04:52:41.601Z PASS [ 37.864s] omicron-nexus::test_all integration_tests::basic::test_projects_list
39632023-12-13T04:52:47.513Z PASS [ 23.313s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
39642023-12-13T04:52:47.691Z PASS [ 23.245s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
39652023-12-13T04:52:49.190Z PASS [ 23.130s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
39662023-12-13T04:52:49.322Z PASS [ 0.132s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
39672023-12-13T04:52:49.853Z PASS [ 24.773s] omicron-nexus::test_all integration_tests::certificates::test_crud
39682023-12-13T04:52:50.220Z PASS [ 0.895s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
39692023-12-13T04:52:50.231Z PASS [ 0.377s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
39702023-12-13T04:52:53.741Z PASS [ 6.228s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
39712023-12-13T04:52:53.794Z PASS [ 6.109s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
39722023-12-13T04:53:04.556Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39732023-12-13T04:53:09.153Z PASS [ 31.220s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
39742023-12-13T04:53:12.893Z PASS [ 22.664s] omicron-nexus::test_all integration_tests::console_api::test_assets
39752023-12-13T04:53:12.966Z PASS [ 22.750s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
39762023-12-13T04:53:14.071Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39772023-12-13T04:53:16.774Z PASS [ 23.031s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
39782023-12-13T04:53:21.869Z PASS [ 28.078s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
39792023-12-13T04:53:25.059Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39802023-12-13T04:53:35.489Z PASS [ 22.597s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
39812023-12-13T04:53:36.750Z PASS [ 23.772s] omicron-nexus::test_all integration_tests::console_api::test_session_me
39822023-12-13T04:53:38.811Z PASS [ 29.633s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
39832023-12-13T04:53:40.255Z PASS [ 23.485s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
39842023-12-13T04:53:50.520Z PASS [ 28.561s] omicron-nexus::test_all integration_tests::console_api::test_sessions
39852023-12-13T04:53:58.969Z PASS [ 23.482s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
39862023-12-13T04:54:01.251Z PASS [ 24.387s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
39872023-12-13T04:54:02.406Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39882023-12-13T04:54:08.352Z PASS [ 28.026s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
39892023-12-13T04:54:14.068Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39902023-12-13T04:54:20.106Z PASS [ 29.681s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
39912023-12-13T04:54:22.580Z PASS [ 42.296s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
39922023-12-13T04:54:25.061Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39932023-12-13T04:54:28.283Z PASS [ 29.309s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
39942023-12-13T04:54:28.428Z PASS [ 27.303s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
39952023-12-13T04:54:33.454Z PASS [ 26.648s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
39962023-12-13T04:54:53.605Z PASS [ 328.418s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39972023-12-13T04:54:56.541Z PASS [ 26.964s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
39982023-12-13T04:55:02.403Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39992023-12-13T04:55:02.953Z PASS [ 42.846s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
40002023-12-13T04:55:03.187Z PASS [ 29.731s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
40012023-12-13T04:55:14.066Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40022023-12-13T04:55:14.466Z PASS [ 51.919s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
40032023-12-13T04:55:17.089Z PASS [ 23.620s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
40042023-12-13T04:55:19.233Z PASS [ 23.847s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
40052023-12-13T04:55:20.135Z PASS [ 51.846s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
40062023-12-13T04:55:27.061Z PASS [ 23.876s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
40072023-12-13T04:55:28.657Z PASS [ 25.280s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
40082023-12-13T04:55:44.973Z PASS [ 30.507s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
40092023-12-13T04:55:44.982Z PASS [ 25.749s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
40102023-12-13T04:55:50.745Z PASS [ 30.619s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
40112023-12-13T04:55:55.365Z PASS [ 28.300s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
40122023-12-13T04:55:56.315Z PASS [ 28.063s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
40132023-12-13T04:56:01.268Z PASS [ 43.982s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
40142023-12-13T04:56:02.413Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40152023-12-13T04:56:10.148Z PASS [ 24.967s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
40162023-12-13T04:56:11.314Z PASS [ 26.142s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
40172023-12-13T04:56:14.197Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40182023-12-13T04:56:14.748Z PASS [ 3.579s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
40192023-12-13T04:56:15.472Z PASS [ 0.780s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
40202023-12-13T04:56:16.636Z PASS [ 0.687s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
40212023-12-13T04:56:33.551Z PASS [ 0.800s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
40222023-12-13T04:56:33.551Z PASS [ 24.356s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
40232023-12-13T04:56:33.551Z PASS [ 23.526s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
40242023-12-13T04:56:34.477Z PASS [ 24.030s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
40252023-12-13T04:56:34.477Z PASS [ 34.628s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attachment
40262023-12-13T04:56:34.966Z PASS [ 23.929s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
40272023-12-13T04:56:42.747Z PASS [ 25.787s] omicron-nexus::test_all integration_tests::images::test_image_create
40282023-12-13T04:56:47.830Z PASS [ 27.598s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
40292023-12-13T04:56:51.623Z PASS [ 26.260s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
40302023-12-13T04:56:51.886Z PASS [ 26.792s] omicron-nexus::test_all integration_tests::images::test_image_promotion
40312023-12-13T04:56:52.503Z PASS [ 32.422s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
40322023-12-13T04:56:59.140Z PASS [ 25.267s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
40332023-12-13T04:57:00.174Z PASS [ 8.542s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
40342023-12-13T04:57:01.719Z PASS [ 9.834s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
40352023-12-13T04:57:02.393Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40362023-12-13T04:57:03.003Z PASS [ 10.764s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
40372023-12-13T04:57:08.539Z PASS [ 25.793s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
40382023-12-13T04:57:10.059Z PASS [ 22.750s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
40392023-12-13T04:57:10.167Z PASS [ 11.024s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
40402023-12-13T04:57:14.062Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40412023-12-13T04:57:25.179Z PASS [ 25.015s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
40422023-12-13T04:57:41.146Z PASS [ 33.620s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
40432023-12-13T04:57:47.010Z PASS [ 36.956s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
40442023-12-13T04:57:48.458Z PASS [ 23.280s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
40452023-12-13T04:57:53.423Z PASS [ 591.042s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40462023-12-13T04:57:53.450Z PASS [ 43.287s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
40472023-12-13T04:57:54.119Z PASS [ 52.399s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
40482023-12-13T04:57:57.293Z PASS [ 48.756s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
40492023-12-13T04:58:03.130Z PASS [ 589.081s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40502023-12-13T04:58:17.606Z PASS [ 24.171s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
40512023-12-13T04:58:20.385Z PASS [ 31.928s] omicron-nexus::test_all integration_tests::instances::test_instance_access
40522023-12-13T04:58:23.597Z PASS [ 46.980s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
40532023-12-13T04:58:28.814Z PASS [ 35.366s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
40542023-12-13T04:58:32.299Z PASS [ 38.184s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
40552023-12-13T04:58:39.202Z PASS [ 41.913s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
40562023-12-13T04:58:44.632Z PASS [ 41.503s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
40572023-12-13T04:58:49.323Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
40582023-12-13T04:58:55.186Z PASS [ 37.595s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
40592023-12-13T04:59:07.854Z PASS [ 40.205s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
40602023-12-13T04:59:12.791Z PASS [ 49.142s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
40612023-12-13T04:59:13.246Z PASS [ 40.948s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
40622023-12-13T04:59:19.746Z PASS [ 40.544s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
40632023-12-13T04:59:20.254Z PASS [ 93.243s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
40642023-12-13T04:59:22.411Z PASS [ 53.601s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
40652023-12-13T04:59:31.894Z PASS [ 43.316s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
40662023-12-13T04:59:34.428Z PASS [ 39.234s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
40672023-12-13T04:59:43.498Z PASS [ 26.833s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
40682023-12-13T04:59:43.911Z PASS [ 43.019s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
40692023-12-13T04:59:47.669Z PASS [ 27.276s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
40702023-12-13T04:59:56.006Z PASS [ 33.570s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
40712023-12-13T04:59:58.288Z PASS [ 45.548s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
40722023-12-13T04:59:58.353Z PASS [ 23.938s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
40732023-12-13T04:59:58.555Z PASS [ 38.812s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
40742023-12-13T04:59:59.135Z PASS [ 31.187s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
40752023-12-13T05:00:15.276Z PASS [ 31.672s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
40762023-12-13T05:00:19.420Z PASS [ 23.439s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
40772023-12-13T05:00:22.463Z PASS [ 24.180s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
40782023-12-13T05:00:22.951Z PASS [ 24.593s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
40792023-12-13T05:00:22.985Z PASS [ 23.852s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
40802023-12-13T05:00:23.368Z PASS [ 24.804s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
40812023-12-13T05:00:25.167Z PASS [ 37.642s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
40822023-12-13T05:00:25.772Z PASS [ 45.697s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
40832023-12-13T05:00:46.925Z PASS [ 25.086s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
40842023-12-13T05:00:47.004Z PASS [ 23.261s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
40852023-12-13T05:00:47.019Z PASS [ 22.884s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_with_silo
40862023-12-13T05:00:47.019Z PASS [ 23.617s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
40872023-12-13T05:00:52.809Z PASS [ 25.999s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud
40882023-12-13T05:00:52.809Z PASS [ 25.797s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud
40892023-12-13T05:00:55.142Z PASS [ 39.865s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_usable_by_project
40902023-12-13T05:00:58.711Z PASS [ 35.355s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
40912023-12-13T05:01:11.806Z PASS [ 23.044s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
40922023-12-13T05:01:16.364Z PASS [ 29.804s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
40932023-12-13T05:01:21.974Z PASS [ 26.836s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
40942023-12-13T05:01:24.448Z PASS [ 25.737s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
40952023-12-13T05:01:28.950Z PASS [ 37.788s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
40962023-12-13T05:01:35.145Z PASS [ 26.231s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
40972023-12-13T05:01:44.511Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
40982023-12-13T05:01:45.727Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
40992023-12-13T05:01:45.915Z PASS [ 54.351s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
41002023-12-13T05:01:51.841Z PASS [ 27.397s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
41012023-12-13T05:01:59.332Z PASS [ 74.835s] omicron-nexus::test_all integration_tests::metrics::test_metrics
41022023-12-13T05:02:10.675Z PASS [ 54.315s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
41032023-12-13T05:02:15.470Z PASS [ 53.486s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
41042023-12-13T05:02:19.493Z PASS [ 44.351s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
41052023-12-13T05:02:22.015Z PASS [ 53.071s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
41062023-12-13T05:02:22.915Z PASS [ 36.995s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
41072023-12-13T05:02:25.606Z PASS [ 26.273s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
41082023-12-13T05:02:29.718Z PASS [ 37.879s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
41092023-12-13T05:02:42.069Z PASS [ 116.347s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
41102023-12-13T05:02:47.266Z PASS [ 25.240s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
41112023-12-13T05:02:50.990Z PASS [ 25.387s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
41122023-12-13T05:02:52.393Z PASS [ 29.072s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
41132023-12-13T05:02:59.449Z PASS [ 28.893s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
41142023-12-13T05:03:05.602Z PASS [ 54.921s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
41152023-12-13T05:03:13.234Z PASS [ 25.979s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
41162023-12-13T05:03:13.981Z PASS [ 58.460s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
41172023-12-13T05:03:14.136Z PASS [ 22.156s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
41182023-12-13T05:03:16.531Z PASS [ 25.537s] omicron-nexus::test_all integration_tests::projects::test_projects
41192023-12-13T05:03:16.941Z PASS [ 34.874s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
41202023-12-13T05:03:19.491Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
41212023-12-13T05:03:20.575Z PASS [ 21.965s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
41222023-12-13T05:03:30.422Z PASS [ 24.828s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
41232023-12-13T05:03:33.593Z PASS [ 74.105s] omicron-nexus::test_all integration_tests::password_login::test_local_users
41242023-12-13T05:03:34.058Z PASS [ 3.638s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
41252023-12-13T05:03:34.720Z PASS [ 0.639s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
41262023-12-13T05:03:36.660Z PASS [ 23.421s] omicron-nexus::test_all integration_tests::rack::test_uninitialized_sled_list
41272023-12-13T05:03:37.211Z PASS [ 23.298s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
41282023-12-13T05:03:37.377Z PASS [ 3.786s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
41292023-12-13T05:03:37.500Z PASS [ 0.125s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
41302023-12-13T05:03:37.623Z PASS [ 0.112s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
41312023-12-13T05:03:37.727Z PASS [ 0.108s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
41322023-12-13T05:03:37.826Z PASS [ 0.106s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
41332023-12-13T05:03:38.048Z PASS [ 0.110s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
41342023-12-13T05:03:38.267Z PASS [ 3.568s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
41352023-12-13T05:03:38.616Z PASS [ 22.085s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
41362023-12-13T05:03:39.046Z PASS [ 22.099s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
41372023-12-13T05:03:39.117Z PASS [ 24.920s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
41382023-12-13T05:03:40.171Z PASS [ 3.508s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
41392023-12-13T05:03:42.957Z PASS [ 22.384s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
41402023-12-13T05:04:01.890Z PASS [ 23.951s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
41412023-12-13T05:04:02.298Z PASS [ 24.030s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
41422023-12-13T05:04:02.822Z PASS [ 0.114s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
41432023-12-13T05:04:02.835Z PASS [ 0.067s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment
41442023-12-13T05:04:02.835Z PASS [ 0.105s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
41452023-12-13T05:04:02.835Z PASS [ 24.000s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
41462023-12-13T05:04:02.926Z PASS [ 23.857s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
41472023-12-13T05:04:03.053Z PASS [ 24.018s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
41482023-12-13T05:04:04.784Z PASS [ 24.614s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
41492023-12-13T05:04:05.540Z PASS [ 28.329s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
41502023-12-13T05:04:08.805Z PASS [ 25.847s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
41512023-12-13T05:04:16.902Z PASS [ 12.120s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
41522023-12-13T05:04:17.440Z PASS [ 11.901s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
41532023-12-13T05:04:19.565Z PASS [ 10.703s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
41542023-12-13T05:04:24.216Z PASS [ 22.330s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
41552023-12-13T05:04:24.749Z PASS [ 22.131s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
41562023-12-13T05:04:24.789Z PASS [ 21.877s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
41572023-12-13T05:04:24.903Z PASS [ 22.295s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
41582023-12-13T05:04:25.390Z PASS [ 22.129s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
41592023-12-13T05:04:27.508Z PASS [ 10.617s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
41602023-12-13T05:04:27.726Z PASS [ 10.287s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
41612023-12-13T05:04:29.669Z PASS [ 10.151s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
41622023-12-13T05:04:30.495Z PASS [ 5.748s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
41632023-12-13T05:04:48.218Z PASS [ 22.928s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
41642023-12-13T05:04:50.953Z PASS [ 23.446s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
41652023-12-13T05:04:51.771Z PASS [ 24.041s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
41662023-12-13T05:04:52.517Z PASS [ 22.864s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
41672023-12-13T05:04:55.737Z PASS [ 25.250s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
41682023-12-13T05:04:58.807Z PASS [ 33.617s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
41692023-12-13T05:05:02.772Z PASS [ 37.231s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
41702023-12-13T05:05:29.196Z PASS [ 24.342s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
41712023-12-13T05:05:29.344Z PASS [ 24.332s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
41722023-12-13T05:05:29.344Z PASS [ 24.637s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
41732023-12-13T05:05:29.345Z PASS [ 24.175s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
41742023-12-13T05:05:29.346Z PASS [ 23.493s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
41752023-12-13T05:05:29.347Z PASS [ 27.419s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
41762023-12-13T05:05:29.347Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
41772023-12-13T05:05:29.347Z PASS [ 23.672s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
41782023-12-13T05:05:29.347Z PASS [ 63.466s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
41792023-12-13T05:05:37.379Z PASS [ 25.231s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
41802023-12-13T05:05:40.386Z PASS [ 25.100s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
41812023-12-13T05:05:42.084Z PASS [ 25.676s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
41822023-12-13T05:05:47.185Z PASS [ 24.031s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
41832023-12-13T05:05:47.283Z PASS [ 24.992s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
41842023-12-13T05:05:49.625Z PASS [ 23.938s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
41852023-12-13T05:05:49.668Z PASS [ 32.975s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
41862023-12-13T05:05:52.201Z PASS [ 24.521s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
41872023-12-13T05:06:03.071Z PASS [ 25.701s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
41882023-12-13T05:06:04.957Z PASS [ 24.561s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
41892023-12-13T05:06:11.659Z PASS [ 29.577s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
41902023-12-13T05:06:13.148Z PASS [ 25.448s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
41912023-12-13T05:06:13.164Z PASS [ 23.272s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
41922023-12-13T05:06:19.429Z PASS [ 32.245s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
41932023-12-13T05:06:21.292Z PASS [ 31.672s] omicron-nexus::test_all integration_tests::silos::test_silos
41942023-12-13T05:06:25.492Z PASS [ 33.293s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
41952023-12-13T05:06:28.302Z PASS [ 25.233s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
41962023-12-13T05:06:32.871Z PASS [ 27.928s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
41972023-12-13T05:06:36.880Z PASS [ 25.220s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
41982023-12-13T05:06:41.983Z PASS [ 22.549s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
41992023-12-13T05:06:46.092Z PASS [ 24.792s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
42002023-12-13T05:06:50.764Z PASS [ 4.677s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
42012023-12-13T05:06:50.968Z PASS [ 38.246s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
42022023-12-13T05:06:51.427Z PASS [ 25.935s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
42032023-12-13T05:06:52.537Z PASS [ 1.570s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
42042023-12-13T05:06:52.615Z PASS [ 24.315s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
42052023-12-13T05:06:53.064Z PASS [ 40.129s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
42062023-12-13T05:06:55.542Z PASS [ 4.783s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
42072023-12-13T05:06:55.922Z PASS [ 4.496s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
42082023-12-13T05:06:57.059Z PASS [ 4.521s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
42092023-12-13T05:07:09.481Z PASS [ 36.608s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
42102023-12-13T05:07:10.863Z PASS [ 28.886s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
42112023-12-13T05:07:15.443Z PASS [ 22.829s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
42122023-12-13T05:07:17.522Z PASS [ 21.981s] omicron-nexus::test_all integration_tests::system_updates::test_get_update
42132023-12-13T05:07:17.630Z PASS [ 21.702s] omicron-nexus::test_all integration_tests::system_updates::test_list_components
42142023-12-13T05:07:18.496Z PASS [ 21.438s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components
42152023-12-13T05:07:18.544Z PASS [ 0.913s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
42162023-12-13T05:07:20.923Z PASS [ 44.053s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
42172023-12-13T05:07:31.161Z PASS [ 38.089s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
42182023-12-13T05:07:32.513Z PASS [ 23.016s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates
42192023-12-13T05:07:33.993Z PASS [ 23.133s] omicron-nexus::test_all integration_tests::system_updates::test_system_version
42202023-12-13T05:07:39.099Z PASS [ 23.656s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments
42212023-12-13T05:07:40.992Z PASS [ 22.497s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
42222023-12-13T05:07:43.550Z PASS [ 25.016s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
42232023-12-13T05:07:44.023Z PASS [ 23.101s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
42242023-12-13T05:08:07.102Z PASS [ 32.053s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
42252023-12-13T05:08:09.149Z PASS [ 35.144s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
42262023-12-13T05:08:09.380Z PASS [ 36.886s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
42272023-12-13T05:08:14.201Z PASS [ 35.091s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
42282023-12-13T05:08:15.220Z PASS [ 34.203s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
42292023-12-13T05:08:17.521Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
42302023-12-13T05:08:19.227Z PASS [ 35.677s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
42312023-12-13T05:08:20.090Z PASS [ 36.068s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
42322023-12-13T05:08:39.049Z PASS [ 35.846s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
42332023-12-13T05:08:39.080Z PASS [ 24.894s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
42342023-12-13T05:08:45.729Z PASS [ 36.595s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
42352023-12-13T05:08:48.203Z PASS [ 38.828s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
42362023-12-13T05:09:00.080Z PASS [ 44.887s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
42372023-12-13T05:09:03.774Z PASS [ 44.546s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
42382023-12-13T05:09:06.548Z PASS [ 109.029s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
42392023-12-13T05:09:14.580Z PASS [ 54.492s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
42402023-12-13T05:09:27.121Z PASS [ 20.575s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
42412023-12-13T05:09:28.685Z PASS [ 40.482s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
42422023-12-13T05:09:30.958Z PASS [ 51.912s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
42432023-12-13T05:09:31.083Z PASS [ 52.002s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
42442023-12-13T05:09:35.519Z PASS [ 20.893s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
42452023-12-13T05:09:38.096Z PASS [ 34.326s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
42462023-12-13T05:09:38.300Z PASS [ 38.223s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
42472023-12-13T05:09:38.389Z PASS [ 52.662s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
42482023-12-13T05:09:50.720Z PASS [ 23.595s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
42492023-12-13T05:09:52.411Z PASS [ 23.636s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
42502023-12-13T05:09:53.636Z PASS [ 22.681s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
42512023-12-13T05:09:53.644Z PASS [ 22.566s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
42522023-12-13T05:09:58.826Z PASS [ 23.330s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
42532023-12-13T05:10:01.109Z PASS [ 23.004s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
42542023-12-13T05:10:01.646Z PASS [ 23.248s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
42552023-12-13T05:10:01.646Z PASS [ 23.337s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
42562023-12-13T05:10:15.237Z PASS [ 24.523s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
42572023-12-13T05:10:15.463Z PASS [ 23.141s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
42582023-12-13T05:10:17.533Z PASS [ 23.884s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
42592023-12-13T05:10:17.565Z PASS [ 23.930s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
42602023-12-13T05:10:22.937Z PASS [ 24.129s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
42612023-12-13T05:10:24.772Z PASS [ 23.139s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
42622023-12-13T05:10:25.458Z PASS [ 24.361s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
42632023-12-13T05:10:29.681Z PASS [ 28.040s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
42642023-12-13T05:10:45.254Z PASS [ 22.329s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found
42652023-12-13T05:10:45.399Z PASS [ 30.159s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
42662023-12-13T05:10:46.488Z PASS [ 21.701s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found
42672023-12-13T05:10:46.671Z PASS [ 0.199s] omicron-package dot::test::test_bad_dependency
42682023-12-13T05:10:46.724Z PASS [ 0.052s] omicron-package dot::test::test_dot_output
42692023-12-13T05:10:47.839Z PASS [ 22.381s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success
42702023-12-13T05:10:47.866Z PASS [ 0.028s] omicron-passwords test::test_password_constraints
42712023-12-13T05:10:48.434Z PASS [ 30.903s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
42722023-12-13T05:10:49.502Z PASS [ 31.931s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
42732023-12-13T05:10:49.559Z PASS [ 0.061s] omicron-passwords test::test_stable
42742023-12-13T05:10:49.585Z PASS [ 0.028s] omicron-passwords test::test_weak_hashes
42752023-12-13T05:10:49.613Z PASS [ 0.030s] omicron-rpaths internal::tests::test_configure_from_path
42762023-12-13T05:10:49.687Z PASS [ 0.073s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
42772023-12-13T05:10:49.715Z PASS [ 0.026s] omicron-rpaths internal::tests::test_emit_rpath
42782023-12-13T05:10:49.899Z PASS [ 0.184s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
42792023-12-13T05:10:50.012Z PASS [ 4.612s] omicron-omdb::test_all_output test_omdb_usage_errors
42802023-12-13T05:10:50.115Z PASS [ 0.109s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
42812023-12-13T05:10:50.272Z PASS [ 0.156s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
42822023-12-13T05:10:50.435Z PASS [ 0.144s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
42832023-12-13T05:10:50.520Z PASS [ 0.613s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
42842023-12-13T05:10:51.011Z PASS [ 0.057s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
42852023-12-13T05:10:51.011Z PASS [ 0.043s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
42862023-12-13T05:10:51.012Z PASS [ 0.065s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
42872023-12-13T05:10:51.012Z PASS [ 0.056s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
42882023-12-13T05:10:51.012Z PASS [ 0.050s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
42892023-12-13T05:10:51.012Z PASS [ 0.055s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
42902023-12-13T05:10:51.012Z PASS [ 0.055s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
42912023-12-13T05:10:51.012Z PASS [ 0.044s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
42922023-12-13T05:10:51.012Z PASS [ 0.043s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
42932023-12-13T05:10:51.012Z PASS [ 0.591s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
42942023-12-13T05:10:51.503Z PASS [ 0.049s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
42952023-12-13T05:10:51.511Z PASS [ 0.044s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
42962023-12-13T05:10:51.511Z PASS [ 0.038s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
42972023-12-13T05:10:51.511Z PASS [ 0.081s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
42982023-12-13T05:10:51.511Z PASS [ 0.039s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
42992023-12-13T05:10:51.511Z PASS [ 0.041s] omicron-sled-agent profile::tests::empty_profile
43002023-12-13T05:10:51.511Z PASS [ 0.078s] omicron-sled-agent config::test::test_smf_configs
43012023-12-13T05:10:51.511Z PASS [ 0.037s] omicron-sled-agent profile::tests::test_instance
43022023-12-13T05:10:51.511Z PASS [ 0.044s] omicron-sled-agent profile::tests::test_multiple
43032023-12-13T05:10:51.512Z PASS [ 3.367s] omicron-passwords test::test_reproducible
43042023-12-13T05:10:51.512Z PASS [ 0.046s] omicron-sled-agent profile::tests::test_property
43052023-12-13T05:10:51.512Z PASS [ 0.041s] omicron-sled-agent profile::tests::test_property_group
43062023-12-13T05:10:51.512Z PASS [ 0.040s] omicron-sled-agent profile::tests::test_service
43072023-12-13T05:10:51.513Z PASS [ 0.038s] omicron-sled-agent profile::tests::test_service_property_group
43082023-12-13T05:10:51.513Z PASS [ 0.040s] omicron-sled-agent rack_setup::config::test::test_subnets
43092023-12-13T05:10:51.513Z PASS [ 0.056s] omicron-sled-agent rack_setup::config::test::test_extra_certs
43102023-12-13T05:10:51.513Z PASS [ 0.040s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
43112023-12-13T05:10:51.513Z PASS [ 35.873s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
43122023-12-13T05:10:51.513Z PASS [ 0.032s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
43132023-12-13T05:10:51.513Z PASS [ 0.045s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
43142023-12-13T05:10:51.513Z PASS [ 0.050s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v2_schema
43152023-12-13T05:10:51.513Z PASS [ 0.051s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
43162023-12-13T05:10:51.513Z PASS [ 0.046s] omicron-sled-agent services::test::test_all_zones_requests_schema
43172023-12-13T05:10:51.513Z PASS [ 0.039s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
43182023-12-13T05:10:51.513Z PASS [ 0.100s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
43192023-12-13T05:10:51.657Z PASS [ 0.235s] omicron-sled-agent services::test::test_ensure_service
43202023-12-13T05:10:51.725Z PASS [ 0.271s] omicron-sled-agent services::test::test_old_ledger_migration
43212023-12-13T05:10:51.745Z PASS [ 0.345s] omicron-sled-agent services::test::test_bad_generations
43222023-12-13T05:10:51.745Z PASS [ 0.298s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
43232023-12-13T05:10:51.882Z PASS [ 0.222s] omicron-sled-agent services::test::test_old_ledger_migration_bad
43242023-12-13T05:10:51.930Z PASS [ 0.043s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
43252023-12-13T05:10:51.993Z PASS [ 0.050s] omicron-sled-agent services_migration::test::test_all_services_requests_schema
43262023-12-13T05:10:52.016Z PASS [ 0.275s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
43272023-12-13T05:10:52.078Z PASS [ 0.049s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
43282023-12-13T05:10:52.131Z PASS [ 0.050s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
43292023-12-13T05:10:52.695Z PASS [ 0.124s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
43302023-12-13T05:10:52.706Z PASS [ 0.053s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
43312023-12-13T05:10:52.706Z PASS [ 0.055s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
43322023-12-13T05:10:52.706Z PASS [ 0.422s] omicron-sled-agent services_migration::test::test_convert_known_ledgers
43332023-12-13T05:10:52.706Z PASS [ 0.062s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
43342023-12-13T05:10:52.707Z PASS [ 0.047s] omicron-sled-agent updates::test::test_query_no_components
43352023-12-13T05:10:52.707Z PASS [ 0.049s] omicron-sled-agent updates::test::test_query_sled_agent_version
43362023-12-13T05:10:52.707Z PASS [ 0.054s] omicron-sled-agent updates::test::test_query_zone_version
43372023-12-13T05:10:52.707Z PASS [ 0.940s] omicron-sled-agent services::test::test_old_ledger_migration_continue
43382023-12-13T05:10:52.707Z PASS [ 0.932s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
43392023-12-13T05:10:52.722Z PASS [ 0.041s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
43402023-12-13T05:10:52.831Z PASS [ 0.255s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
43412023-12-13T05:10:52.963Z PASS [ 0.050s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
43422023-12-13T05:10:54.268Z PASS [ 0.975s] omicron-sled-agent zone_bundle::illumos_tests::test_context
43432023-12-13T05:10:54.288Z PASS [ 1.600s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
43442023-12-13T05:10:54.461Z PASS [ 0.779s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
43452023-12-13T05:10:54.546Z PASS [ 0.083s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
43462023-12-13T05:10:54.588Z PASS [ 0.040s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
43472023-12-13T05:10:54.675Z PASS [ 0.067s] omicron-sled-agent zone_bundle::tests::test_disk_usage
43482023-12-13T05:10:54.711Z PASS [ 1.797s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
43492023-12-13T05:10:54.711Z PASS [ 0.042s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
43502023-12-13T05:10:54.711Z PASS [ 0.040s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
43512023-12-13T05:10:54.740Z PASS [ 0.041s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
43522023-12-13T05:10:54.922Z PASS [ 0.185s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
43532023-12-13T05:10:55.106Z PASS [ 0.341s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
43542023-12-13T05:10:57.248Z PASS [ 0.177s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
43552023-12-13T05:10:57.248Z PASS [ 0.370s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
43562023-12-13T05:10:57.249Z PASS [ 0.078s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
43572023-12-13T05:10:57.249Z PASS [ 0.052s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
43582023-12-13T05:10:57.249Z PASS [ 8.651s] omicron-passwords test::test_compatible
43592023-12-13T05:10:57.249Z PASS [ 0.042s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
43602023-12-13T05:10:57.250Z PASS [ 0.037s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
43612023-12-13T05:10:57.250Z PASS [ 0.038s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
43622023-12-13T05:10:57.250Z PASS [ 0.093s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
43632023-12-13T05:10:57.250Z PASS [ 1.298s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
43642023-12-13T05:10:57.250Z PASS [ 25.909s] omicron-omdb::test_all_output test_omdb_env_settings
43652023-12-13T05:10:57.250Z PASS [ 3.226s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
43662023-12-13T05:10:57.250Z PASS [ 0.055s] omicron-test-utils dev::db::test::test_make_pg_config_fail
43672023-12-13T05:10:57.250Z PASS [ 0.043s] omicron-test-utils dev::db::test::test_make_pg_config_ok
43682023-12-13T05:10:57.250Z PASS [ 0.048s] omicron-test-utils dev::db::test::test_process_exit_abnormal
43692023-12-13T05:10:57.469Z PASS [ 0.355s] omicron-test-utils dev::db::test::test_bad_cmd
43702023-12-13T05:10:57.470Z PASS [ 0.072s] omicron-test-utils dev::db::test::test_process_exit_normal
43712023-12-13T05:10:57.470Z PASS [ 0.424s] omicron-test-utils dev::db::test::test_database_start_hang
43722023-12-13T05:10:57.470Z PASS [ 0.751s] omicron-test-utils dev::db::test::test_cmd_fails
43732023-12-13T05:10:57.470Z PASS [ 0.040s] omicron-test-utils dev::db::test::test_starter_tmpdir
43742023-12-13T05:10:57.470Z PASS [ 0.049s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
43752023-12-13T05:10:57.470Z PASS [ 1.041s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
43762023-12-13T05:10:57.470Z PASS [ 0.039s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
43772023-12-13T05:10:57.470Z PASS [ 0.097s] oximeter histogram::tests::test_bin_range
43782023-12-13T05:10:57.471Z PASS [ 0.081s] oximeter histogram::tests::test_bin_range_from
43792023-12-13T05:10:57.471Z PASS [ 0.035s] oximeter histogram::tests::test_bin_range_to
43802023-12-13T05:10:57.471Z PASS [ 0.042s] oximeter histogram::tests::test_empty_bins_not_supported
43812023-12-13T05:10:57.471Z PASS [ 0.035s] oximeter histogram::tests::test_ensure_finite
43822023-12-13T05:10:57.471Z PASS [ 0.053s] oximeter histogram::tests::test_histogram
43832023-12-13T05:10:57.471Z PASS [ 0.041s] oximeter histogram::tests::test_histogram_extreme_bins
43842023-12-13T05:10:57.471Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_extreme_samples
43852023-12-13T05:10:57.471Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_float_bins
43862023-12-13T05:10:57.471Z PASS [ 0.033s] oximeter histogram::tests::test_histogram_unbounded_samples
43872023-12-13T05:10:57.471Z PASS [ 0.050s] oximeter histogram::tests::test_histogram_to_arrays
43882023-12-13T05:10:57.471Z PASS [ 0.033s] oximeter histogram::tests::test_histogram_unsorted_bins
43892023-12-13T05:10:57.471Z PASS [ 0.033s] oximeter histogram::tests::test_histogram_with_bins
43902023-12-13T05:10:57.547Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
43912023-12-13T05:10:57.547Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_with_overlapping_bins
43922023-12-13T05:10:57.547Z PASS [ 0.038s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
43932023-12-13T05:10:57.548Z PASS [ 0.067s] oximeter histogram::tests::test_log_linear_bins_all_representable
43942023-12-13T05:10:57.548Z PASS [ 0.039s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
43952023-12-13T05:10:57.548Z PASS [ 0.043s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
43962023-12-13T05:10:57.548Z PASS [ 0.056s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
43972023-12-13T05:10:57.548Z PASS [ 0.040s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
43982023-12-13T05:10:57.548Z PASS [ 0.033s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
43992023-12-13T05:10:57.548Z PASS [ 0.033s] oximeter histogram::tests::test_span_decades
44002023-12-13T05:10:57.548Z PASS [ 0.032s] oximeter histogram::tests::test_span_decades_other_counts_f64
44012023-12-13T05:10:57.548Z PASS [ 0.034s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
44022023-12-13T05:10:57.548Z PASS [ 0.034s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
44032023-12-13T05:10:57.549Z PASS [ 0.035s] oximeter schema::tests::test_field_schema_ordering
44042023-12-13T05:10:57.549Z PASS [ 0.068s] oximeter schema::tests::test_timeseries_name
44052023-12-13T05:10:57.549Z PASS [ 0.095s] oximeter schema::tests::test_schema_field_ordering_across_target_metric
44062023-12-13T05:10:57.549Z PASS [ 0.051s] oximeter schema::tests::test_timeseries_name_from_str
44072023-12-13T05:10:57.549Z PASS [ 0.044s] oximeter schema::tests::test_timeseries_schema_from_parts
44082023-12-13T05:10:57.549Z PASS [ 0.041s] oximeter schema::tests::test_timeseries_schema_from_sample
44092023-12-13T05:10:57.647Z PASS [ 0.041s] oximeter test_util::tests::test_gen_test_samples
44102023-12-13T05:10:57.647Z PASS [ 0.033s] oximeter traits::tests::test_metric_trait
44112023-12-13T05:10:57.648Z PASS [ 0.037s] oximeter traits::tests::test_producer_trait
44122023-12-13T05:10:57.648Z PASS [ 0.039s] oximeter traits::tests::test_target_trait
44132023-12-13T05:10:57.648Z PASS [ 0.036s] oximeter types::tests::test_cumulative_f64
44142023-12-13T05:10:57.648Z PASS [ 0.033s] oximeter types::tests::test_cumulative_i64
44152023-12-13T05:10:57.648Z PASS [ 0.037s] oximeter types::tests::test_datum
44162023-12-13T05:10:57.648Z PASS [ 0.044s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
44172023-12-13T05:10:57.648Z PASS [ 0.048s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
44182023-12-13T05:10:57.648Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
44192023-12-13T05:10:57.648Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
44202023-12-13T05:10:58.416Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
44212023-12-13T05:10:58.416Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
44222023-12-13T05:10:58.416Z PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
44232023-12-13T05:10:58.416Z PASS [ 0.045s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
44242023-12-13T05:10:58.416Z PASS [ 0.054s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
44252023-12-13T05:10:58.416Z PASS [ 0.071s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
44262023-12-13T05:10:58.416Z PASS [ 0.049s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
44272023-12-13T05:10:58.417Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
44282023-12-13T05:10:58.433Z PASS [ 0.044s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
44292023-12-13T05:10:58.433Z PASS [ 0.047s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
44302023-12-13T05:10:58.434Z PASS [ 0.070s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
44312023-12-13T05:10:58.434Z PASS [ 0.047s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
44322023-12-13T05:10:58.434Z PASS [ 0.052s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
44332023-12-13T05:10:58.434Z PASS [ 0.065s] oximeter types::tests::test_measurement
44342023-12-13T05:10:58.434Z PASS [ 0.048s] oximeter types::tests::test_sample_struct
44352023-12-13T05:10:58.434Z PASS [ 0.050s] oximeter types::tests::test_verify_field_names
44362023-12-13T05:10:58.833Z PASS [ 0.404s] oximeter-collector agent::tests::test_self_stat_error_counter
44372023-12-13T05:10:58.833Z PASS [ 0.446s] oximeter-collector agent::tests::test_self_stat_collection_count
44382023-12-13T05:10:58.833Z PASS [ 0.034s] oximeter-collector self_stats::tests::test_failure_reason_serialization
44392023-12-13T05:10:58.833Z LEAK [ 2.394s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
44402023-12-13T05:10:58.833Z PASS [ 0.082s] oximeter-collector self_stats::tests::test_no_schema_changes
44412023-12-13T05:10:58.834Z PASS [ 0.263s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
44422023-12-13T05:10:58.834Z PASS [ 0.227s] oximeter-collector::test_commands test_oximeter_no_args
44432023-12-13T05:10:58.834Z PASS [ 0.222s] oximeter-collector::test_commands test_oximeter_openapi
44442023-12-13T05:10:59.734Z PASS [ 1.274s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
44452023-12-13T05:11:00.209Z PASS [ 1.629s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
44462023-12-13T05:11:01.622Z PASS [ 5.304s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
44472023-12-13T05:11:01.622Z PASS [ 1.625s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
44482023-12-13T05:11:01.622Z PASS [ 0.049s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
44492023-12-13T05:11:02.120Z PASS [ 1.506s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
44502023-12-13T05:11:18.978Z PASS [ 6.123s] omicron-test-utils dev::db::test::test_database_concurrent
44512023-12-13T05:11:18.979Z PASS [ 0.036s] oximeter-db client::tests::test_unravel_index
44522023-12-13T05:11:18.979Z PASS [ 0.059s] oximeter-db client::tests::test_verify_schema_upgrades
44532023-12-13T05:11:18.979Z PASS [ 0.040s] oximeter-db model::tests::test_db_bool
44542023-12-13T05:11:18.979Z PASS [ 3.531s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
44552023-12-13T05:11:19.232Z PASS [ 0.378s] oximeter-db model::tests::test_db_bool_bad
44562023-12-13T05:11:19.232Z PASS [ 0.039s] oximeter-db model::tests::test_db_datum_type_conversion
44572023-12-13T05:11:19.232Z PASS [ 0.040s] oximeter-db model::tests::test_db_field_list_conversion
44582023-12-13T05:11:19.233Z PASS [ 0.051s] oximeter-db model::tests::test_db_field_type_conversion
44592023-12-13T05:11:19.233Z PASS [ 0.047s] oximeter-db model::tests::test_db_histogram
44602023-12-13T05:11:19.233Z PASS [ 0.043s] oximeter-db model::tests::test_histogram_to_arrays
44612023-12-13T05:11:19.234Z PASS [ 0.342s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
44622023-12-13T05:11:19.234Z PASS [ 0.041s] oximeter-db model::tests::test_parse_bytes_measurement
44632023-12-13T05:11:19.234Z PASS [ 0.039s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
44642023-12-13T05:11:19.234Z PASS [ 0.068s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
44652023-12-13T05:11:19.234Z PASS [ 0.050s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
44662023-12-13T05:11:19.234Z PASS [ 0.042s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
44672023-12-13T05:11:19.235Z PASS [ 0.048s] oximeter-db model::tests::test_unroll_from_source
44682023-12-13T05:11:19.235Z PASS [ 0.046s] oximeter-db model::tests::test_unroll_measurement_row
44692023-12-13T05:11:19.235Z PASS [ 0.047s] oximeter-db model::tests::test_unroll_missing_measurement_row
44702023-12-13T05:11:19.235Z PASS [ 0.037s] oximeter-db query::tests::test_field_cmp
44712023-12-13T05:11:19.235Z PASS [ 0.037s] oximeter-db query::tests::test_field_selector_as_query
44722023-12-13T05:11:19.235Z PASS [ 0.037s] oximeter-db query::tests::test_field_value_as_db_str
44732023-12-13T05:11:19.235Z PASS [ 0.064s] oximeter-db query::tests::test_select_query_builder_field_selectors
44742023-12-13T05:11:19.235Z PASS [ 0.092s] oximeter-db query::tests::test_select_query_builder_filter_raw
44752023-12-13T05:11:19.235Z PASS [ 0.046s] oximeter-db query::tests::test_select_query_builder_from_parts
44762023-12-13T05:11:19.235Z PASS [ 0.065s] oximeter-db query::tests::test_select_query_builder_full
44772023-12-13T05:11:19.235Z PASS [ 0.040s] oximeter-db query::tests::test_select_query_builder_limit_offset
44782023-12-13T05:11:19.235Z PASS [ 0.040s] oximeter-db query::tests::test_select_query_builder_no_fields
44792023-12-13T05:11:19.235Z PASS [ 2.313s] oximeter-db client::tests::test_select_all_field_types
44802023-12-13T05:11:19.235Z PASS [ 0.071s] oximeter-db query::tests::test_select_query_builder_no_selectors
44812023-12-13T05:11:19.237Z PASS [ 0.080s] oximeter-db query::tests::test_string_field_selector
44822023-12-13T05:11:19.237Z PASS [ 0.044s] oximeter-db query::tests::test_time_range
44832023-12-13T05:11:19.237Z PASS [ 0.044s] oximeter-db sql::tests::test_allow_limit_offset
44842023-12-13T05:11:19.237Z PASS [ 0.049s] oximeter-db sql::tests::test_allow_subqueries
44852023-12-13T05:11:19.237Z PASS [ 0.045s] oximeter-db sql::tests::test_cannot_name_database
44862023-12-13T05:11:19.237Z PASS [ 0.053s] oximeter-db sql::tests::test_ctes_are_not_supported
44872023-12-13T05:11:19.237Z PASS [ 0.051s] oximeter-db sql::tests::test_function_allow_list
44882023-12-13T05:11:19.237Z PASS [ 0.048s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
44892023-12-13T05:11:19.237Z PASS [ 0.090s] oximeter-db sql::tests::test_join_must_be_inner
44902023-12-13T05:11:19.237Z PASS [ 0.050s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
44912023-12-13T05:11:19.237Z PASS [ 0.070s] oximeter-db sql::tests::test_query_must_be_select_statement
44922023-12-13T05:11:19.237Z PASS [ 0.048s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
44932023-12-13T05:11:19.237Z PASS [ 0.068s] oximeter-db sql::tests::test_require_table_is_timeseries_name
44942023-12-13T05:11:19.237Z PASS [ 0.037s] oximeter-db tests::test_timeseries_key_field_stability
44952023-12-13T05:11:19.237Z PASS [ 0.048s] oximeter-db sql::tests::test_with_comma_join_fails
44962023-12-13T05:11:19.237Z PASS [ 0.039s] oximeter-db tests::test_timeseries_key_sample_stability
44972023-12-13T05:11:19.237Z PASS [ 0.045s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
44982023-12-13T05:11:19.237Z PASS [ 0.040s] oximeter-instruments http::tests::test_normalize_uri_path
44992023-12-13T05:11:19.238Z PASS [ 0.064s] oximeter-instruments http::tests::test_latency_tracker
45002023-12-13T05:11:19.238Z PASS [ 0.109s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
45012023-12-13T05:11:19.238Z PASS [ 0.127s] oximeter-instruments kstat::link::tests::test_kstat_sampler
45022023-12-13T05:11:19.239Z PASS [ 0.086s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
45032023-12-13T05:11:19.239Z PASS [ 0.092s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
45042023-12-13T05:11:19.239Z PASS [ 0.064s] oximeter-instruments kstat::link::tests::test_physical_datalink
45052023-12-13T05:11:19.239Z PASS [ 0.091s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
45062023-12-13T05:11:19.239Z PASS [ 0.039s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
45072023-12-13T05:11:19.239Z PASS [ 0.090s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
45082023-12-13T05:11:19.239Z PASS [ 2.926s] oximeter-db client::tests::test_sql_query_output
45092023-12-13T05:11:19.239Z PASS [ 0.031s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
45102023-12-13T05:11:19.239Z PASS [ 0.033s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
45112023-12-13T05:11:19.239Z PASS [ 0.033s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
45122023-12-13T05:11:19.239Z PASS [ 0.031s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
45132023-12-13T05:11:19.239Z PASS [ 0.034s] oximeter-macro-impl tests::test_metric_datum_field
45142023-12-13T05:11:19.239Z PASS [ 0.051s] oximeter-macro-impl tests::test_metric_annotated_field
45152023-12-13T05:11:19.239Z PASS [ 0.031s] oximeter-macro-impl tests::test_metric_enum
45162023-12-13T05:11:19.239Z PASS [ 0.032s] oximeter-macro-impl tests::test_metric_without_datum_field
45172023-12-13T05:11:19.239Z PASS [ 0.033s] oximeter-macro-impl tests::test_target
45182023-12-13T05:11:19.239Z PASS [ 0.035s] oximeter-macro-impl tests::test_target_empty_struct
45192023-12-13T05:11:19.239Z PASS [ 0.032s] oximeter-macro-impl tests::test_target_enum
45202023-12-13T05:11:19.239Z PASS [ 0.032s] oximeter-macro-impl tests::test_target_unit_struct
45212023-12-13T05:11:19.239Z PASS [ 0.036s] oximeter-macro-impl tests::test_target_with_datum_field
45222023-12-13T05:11:19.240Z PASS [ 0.048s] sled-hardware disk::test::test_disk_paths
45232023-12-13T05:11:19.240Z PASS [ 0.047s] sled-hardware disk::test::test_partition_device_paths
45242023-12-13T05:11:19.240Z PASS [ 0.064s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
45252023-12-13T05:11:19.240Z PASS [ 0.048s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
45262023-12-13T05:11:19.240Z PASS [ 0.059s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
45272023-12-13T05:11:19.240Z PASS [ 0.044s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
45282023-12-13T05:11:19.240Z PASS [ 0.046s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
45292023-12-13T05:11:19.240Z PASS [ 0.047s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
45302023-12-13T05:11:19.240Z PASS [ 0.043s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
45312023-12-13T05:11:19.240Z PASS [ 0.042s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip
45322023-12-13T05:11:19.240Z PASS [ 0.053s] sled-storage dataset::test::serialize_dataset_name
45332023-12-13T05:11:19.240Z PASS [ 0.077s] sled-storage manager::tests::add_u2_disk_while_not_in_normal_stage_and_ensure_it_gets_queued
45342023-12-13T05:11:19.490Z PASS [ 1.343s] sled-storage manager::tests::ensure_u2_gets_added_to_resources
45352023-12-13T05:11:19.490Z PASS [ 1.466s] sled-storage manager::tests::delete_disk_triggers_notification
45362023-12-13T05:11:19.490Z PASS [ 1.699s] sled-storage manager::tests::queued_disks_get_added_as_resources
45372023-12-13T05:11:19.490Z PASS [ 1.853s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
45382023-12-13T05:11:19.490Z PASS [ 1.463s] sled-storage manager::tests::upsert_filesystem
45392023-12-13T05:11:19.490Z PASS [ 1.289s] sled-storage manager::tests::wait_for_bootdisk
45402023-12-13T05:11:19.491Z PASS [ 21.329s] omicron-passwords test::test_smoke
45412023-12-13T05:11:19.491Z PASS [ 0.695s] tufaceous::integration-tests command_tests::test_init_and_add
45422023-12-13T05:11:19.491Z PASS [ 0.039s] tufaceous-lib archive::tests::test_validate_path
45432023-12-13T05:11:19.491Z PASS [ 0.041s] tufaceous-lib key::tests::test_from_str
45442023-12-13T05:11:19.491Z PASS [ 0.131s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
45452023-12-13T05:11:19.491Z PASS [ 0.459s] update-engine buffer::tests::test_buffer
45462023-12-13T05:11:19.491Z PASS [ 0.097s] update-engine display::group_display::tests::test_stats
45472023-12-13T05:11:19.491Z PASS [ 0.034s] update-engine display::line_display_shared::tests::test_format_progress_counter
45482023-12-13T05:11:19.579Z PASS [ 0.092s] update-engine engine::tests::error_exits_early
45492023-12-13T05:11:19.580Z PASS [ 0.040s] update-engine events::tests::progress_event_parse_unknown
45502023-12-13T05:11:19.580Z PASS [ 0.036s] update-engine events::tests::step_event_parse_unknown
45512023-12-13T05:11:19.581Z PASS [ 0.065s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
45522023-12-13T05:11:19.581Z PASS [ 0.031s] wicket state::inventory::tests::component_id_display
45532023-12-13T05:11:19.581Z PASS [ 1.894s] tufaceous::integration-tests command_tests::test_assemble_fake
45542023-12-13T05:11:19.581Z PASS [ 1.535s] tufaceous::manifest-tests check_manifest::fake.toml
45552023-12-13T05:11:19.581Z PASS [ 0.272s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
45562023-12-13T05:11:19.581Z PASS [ 0.074s] wicketd installinator_progress::tests::test_states
45572023-12-13T05:11:19.582Z PASS [ 0.311s] wicketd artifacts::update_plan::tests::test_update_plan_from_artifacts
45582023-12-13T05:11:19.582Z PASS [ 0.503s] wicketd::mod integration_tests::commands::test_wicketd_openapi
45592023-12-13T05:11:19.582Z PASS [ 16.588s] omicron-test-utils dev::db::test::test_setup_database_default_dir
45602023-12-13T05:11:19.584Z PASS [ 27.404s] omicron-omdb::test_all_output test_omdb_success_cases
45612023-12-13T05:11:19.584Z PASS [ 2.027s] wicketd artifacts::artifacts_with_plan::tests::test_extract_fake
45622023-12-13T05:11:19.584Z PASS [ 1.773s] wicketd::mod integration_tests::inventory::test_inventory
45632023-12-13T05:11:19.584Z PASS [ 2.647s] wicketd::mod integration_tests::updates::test_update_races
45642023-12-13T05:11:19.585Z PASS [ 3.784s] wicketd::mod integration_tests::updates::test_updates
45652023-12-13T05:11:19.585Z PASS [ 4.637s] wicketd::mod integration_tests::updates::test_installinator_fetch
45662023-12-13T05:11:19.585Z PASS [ 11.907s] sled-storage manager::tests::ensure_using_exactly_these_disks
45672023-12-13T05:11:19.722Z PASS [ 18.367s] oximeter-db client::tests::test_single_node
45682023-12-13T05:11:22.614Z PASS [ 20.687s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
45692023-12-13T05:12:22.595Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
45702023-12-13T05:13:24.238Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
45712023-12-13T05:14:22.592Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
45722023-12-13T05:15:22.590Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
45732023-12-13T05:16:22.588Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
45742023-12-13T05:17:22.587Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
45752023-12-13T05:18:22.587Z SLOW [>420.000s] oximeter-db client::tests::test_replicated
45762023-12-13T05:18:25.553Z PASS [ 422.947s] oximeter-db client::tests::test_replicated
45772023-12-13T05:18:25.559Z------------
45782023-12-13T05:18:25.559Z Summary [2045.666s] 994 tests run: 994 passed (15 slow, 1 leaky), 3 skipped
45792023-12-13T05:18:25.559Z
45802023-12-13T05:18:25.559Zreal 34:16.612683632
45812023-12-13T05:18:25.559Zuser 2:42:27.789674044
45822023-12-13T05:18:25.559Zsys 38:45.116872710
45832023-12-13T05:18:25.559Ztrap 3:10.975684333
45842023-12-13T05:18:25.559Ztflt 5.029269970
45852023-12-13T05:18:25.559Zdflt 19.877830245
45862023-12-13T05:18:25.560Zkflt 0.289182675
45872023-12-13T05:18:25.560Zlock 739:31:48.359427621
45882023-12-13T05:18:25.560Zslp 42:03:39.419954963
45892023-12-13T05:18:25.560Zlat 2:48:57.824942911
45902023-12-13T05:18:25.560Zstop 22:56.444209283
45912023-12-13T05:18:25.566Z
45922023-12-13T05:18:25.566Z ##### #### #### ##### ###### #### #####
45932023-12-13T05:18:25.566Z # # # # # # # # # #
45942023-12-13T05:18:25.566Z # # # # # # ##### #### #
45952023-12-13T05:18:25.566Z # # # # # # # # #
45962023-12-13T05:18:25.567Z # # # # # # # # # # #
45972023-12-13T05:18:25.568Z ##### #### #### # ###### #### #
45982023-12-13T05:18:25.568Z
45992023-12-13T05:18:26.811Z Fresh unicode-ident v1.0.12
46002023-12-13T05:18:26.819Z Fresh cfg-if v1.0.0
46012023-12-13T05:18:26.820Z Fresh autocfg v1.1.0
46022023-12-13T05:18:26.820Z Fresh version_check v0.9.4
46032023-12-13T05:18:26.820Z Fresh proc-macro2 v1.0.69
46042023-12-13T05:18:26.820Z Fresh memchr v2.6.3
46052023-12-13T05:18:26.820Z Fresh log v0.4.20
46062023-12-13T05:18:26.820Z Fresh scopeguard v1.2.0
46072023-12-13T05:18:26.821Z Fresh once_cell v1.19.0
46082023-12-13T05:18:26.821Z Fresh quote v1.0.33
46092023-12-13T05:18:26.821Z Fresh libc v0.2.151
46102023-12-13T05:18:26.821Z Fresh smallvec v1.11.2
46112023-12-13T05:18:26.821Z Fresh itoa v1.0.9
46122023-12-13T05:18:26.821Z Fresh syn v2.0.32
46132023-12-13T05:18:26.821Z Fresh getrandom v0.2.10
46142023-12-13T05:18:26.821Z Fresh syn v1.0.109
46152023-12-13T05:18:26.821Z Fresh byteorder v1.5.0
46162023-12-13T05:18:26.821Z Fresh serde_derive v1.0.193
46172023-12-13T05:18:26.821Z Fresh lock_api v0.4.10
46182023-12-13T05:18:26.821Z Fresh parking_lot_core v0.9.8
46192023-12-13T05:18:26.821Z Fresh libm v0.2.7
46202023-12-13T05:18:26.821Z Fresh thiserror-impl v1.0.49
46212023-12-13T05:18:26.821Z Fresh spin v0.5.2
46222023-12-13T05:18:26.821Z Fresh cc v1.0.83
46232023-12-13T05:18:26.821Z Fresh serde v1.0.193
46242023-12-13T05:18:26.821Z Fresh parking_lot v0.12.1
46252023-12-13T05:18:26.821Z Fresh num-traits v0.2.16
46262023-12-13T05:18:26.821Z Fresh pin-project-lite v0.2.13
46272023-12-13T05:18:26.821Z Fresh signal-hook-registry v1.4.1
46282023-12-13T05:18:26.821Z Fresh rand_core v0.6.4
46292023-12-13T05:18:26.821Z Fresh mio v0.8.9
46302023-12-13T05:18:26.821Z Fresh bytes v1.5.0
46312023-12-13T05:18:26.822Z Fresh thiserror v1.0.49
46322023-12-13T05:18:26.822Z Fresh bitflags v2.4.0
46332023-12-13T05:18:26.822Z Fresh ryu v1.0.15
46342023-12-13T05:18:26.824Z Fresh num_cpus v1.16.0
46352023-12-13T05:18:26.824Z Fresh zeroize_derive v1.4.2
46362023-12-13T05:18:26.824Z Fresh heck v0.4.1
46372023-12-13T05:18:26.824Z Fresh zeroize v1.7.0
46382023-12-13T05:18:26.824Z Fresh fnv v1.0.7
46392023-12-13T05:18:26.824Z Fresh tokio-macros v2.2.0
46402023-12-13T05:18:26.824Z Fresh socket2 v0.5.5
46412023-12-13T05:18:26.824Z Fresh futures-sink v0.3.29
46422023-12-13T05:18:26.824Z Fresh futures-core v0.3.29
46432023-12-13T05:18:26.824Z Fresh serde_json v1.0.108
46442023-12-13T05:18:26.824Z Fresh tokio v1.35.0
46452023-12-13T05:18:26.824Z Fresh lazy_static v1.4.0
46462023-12-13T05:18:26.824Z Fresh errno v0.3.2
46472023-12-13T05:18:26.824Z Fresh regex-syntax v0.8.2
46482023-12-13T05:18:26.824Z Fresh equivalent v1.0.1
46492023-12-13T05:18:26.824Z Fresh pin-utils v0.1.0
46502023-12-13T05:18:26.824Z Fresh hashbrown v0.14.2
46512023-12-13T05:18:26.824Z Fresh indexmap v2.1.0
46522023-12-13T05:18:26.824Z Fresh slab v0.4.9
46532023-12-13T05:18:26.825Z Fresh futures-channel v0.3.29
46542023-12-13T05:18:26.825Z Fresh futures-macro v0.3.29
46552023-12-13T05:18:26.825Z Fresh aho-corasick v1.0.4
46562023-12-13T05:18:26.825Z Fresh futures-task v0.3.29
46572023-12-13T05:18:26.825Z Fresh futures-io v0.3.29
46582023-12-13T05:18:26.825Z Fresh typenum v1.16.0
46592023-12-13T05:18:26.825Z Fresh regex-automata v0.4.3
46602023-12-13T05:18:26.825Z Fresh iana-time-zone v0.1.57
46612023-12-13T05:18:26.825Z Fresh subtle v2.5.0
46622023-12-13T05:18:26.826Z Fresh pkg-config v0.3.27
46632023-12-13T05:18:26.826Z Fresh futures-util v0.3.29
46642023-12-13T05:18:26.826Z Fresh regex v1.10.2
46652023-12-13T05:18:26.826Z Fresh chrono v0.4.31
46662023-12-13T05:18:26.826Z Fresh uuid v1.6.1
46672023-12-13T05:18:26.826Z Fresh tinyvec_macros v0.1.1
46682023-12-13T05:18:26.826Z Fresh spin v0.9.8
46692023-12-13T05:18:26.826Z Fresh generic-array v0.14.7
46702023-12-13T05:18:26.826Z Fresh tinyvec v1.6.0
46712023-12-13T05:18:26.826Z Fresh tracing-attributes v0.1.26
46722023-12-13T05:18:26.826Z Fresh tracing-core v0.1.31
46732023-12-13T05:18:26.826Z Fresh bitflags v1.3.2
46742023-12-13T05:18:26.827Z Fresh const-oid v0.9.5
46752023-12-13T05:18:26.827Z Fresh base64 v0.21.5
46762023-12-13T05:18:26.827Z Fresh rustix v0.38.25
46772023-12-13T05:18:26.827Z Fresh crypto-common v0.1.6
46782023-12-13T05:18:26.827Z Fresh unicode-normalization v0.1.22
46792023-12-13T05:18:26.827Z Fresh tracing v0.1.37
46802023-12-13T05:18:26.827Z Fresh http v0.2.11
46812023-12-13T05:18:26.827Z Fresh unicode-bidi v0.3.13
46822023-12-13T05:18:26.827Z Fresh serde_derive_internals v0.26.0
46832023-12-13T05:18:26.827Z Fresh dyn-clone v1.0.13
46842023-12-13T05:18:26.827Z Fresh percent-encoding v2.3.1
46852023-12-13T05:18:26.827Z Fresh unicode-width v0.1.11
46862023-12-13T05:18:26.827Z Fresh schemars_derive v0.8.13
46872023-12-13T05:18:26.844Z Fresh ppv-lite86 v0.2.17
46882023-12-13T05:18:26.844Z Fresh semver v1.0.20
46892023-12-13T05:18:26.844Z Fresh form_urlencoded v1.2.1
46902023-12-13T05:18:26.845Z Fresh rand_chacha v0.3.1
46912023-12-13T05:18:26.845Z Fresh block-buffer v0.10.4
46922023-12-13T05:18:26.845Z Fresh zerocopy-derive v0.7.26
46932023-12-13T05:18:26.845Z Fresh schemars v0.8.13
46942023-12-13T05:18:26.845Z Fresh rand v0.8.5
46952023-12-13T05:18:26.845Z Fresh vcpkg v0.2.15
46962023-12-13T05:18:26.845Z Fresh either v1.9.0
46972023-12-13T05:18:26.845Z Fresh hashbrown v0.12.3
46982023-12-13T05:18:26.845Z Fresh zerocopy v0.7.26
46992023-12-13T05:18:26.846Z Fresh digest v0.10.7
47002023-12-13T05:18:26.846Z Fresh indexmap v1.9.3
47012023-12-13T05:18:26.846Z Fresh httparse v1.8.0
47022023-12-13T05:18:26.846Z Fresh idna v0.5.0
47032023-12-13T05:18:26.846Z Fresh ucd-trie v0.1.6
47042023-12-13T05:18:26.846Z Fresh tokio-util v0.7.10
47052023-12-13T05:18:26.846Z Fresh toml_datetime v0.6.5
47062023-12-13T05:18:26.846Z Fresh url v2.5.0
47072023-12-13T05:18:26.846Z Fresh pest v2.7.2
47082023-12-13T05:18:26.846Z Fresh serde_spanned v0.6.4
47092023-12-13T05:18:26.846Z Fresh socket2 v0.4.9
47102023-12-13T05:18:26.846Z Fresh adler v1.0.2
47112023-12-13T05:18:26.846Z Fresh winnow v0.5.15
47122023-12-13T05:18:26.846Z Fresh ahash v0.8.6
47132023-12-13T05:18:26.846Z Fresh untrusted v0.7.1
47142023-12-13T05:18:26.846Z Fresh try-lock v0.2.4
47152023-12-13T05:18:26.846Z Fresh miniz_oxide v0.7.1
47162023-12-13T05:18:26.846Z Fresh strsim v0.10.0
47172023-12-13T05:18:26.846Z Fresh httpdate v1.0.3
47182023-12-13T05:18:26.846Z Fresh want v0.3.1
47192023-12-13T05:18:26.847Z Fresh ring v0.16.20
47202023-12-13T05:18:26.847Z Fresh h2 v0.3.21
47212023-12-13T05:18:26.847Z Fresh http-body v0.4.5
47222023-12-13T05:18:26.847Z Fresh tower-service v0.3.2
47232023-12-13T05:18:26.847Z Fresh openssl-probe v0.1.5
47242023-12-13T05:18:26.847Z Fresh cpufeatures v0.2.9
47252023-12-13T05:18:26.847Z Fresh untrusted v0.9.0
47262023-12-13T05:18:26.848Z Fresh foreign-types-shared v0.1.1
47272023-12-13T05:18:26.848Z Fresh async-trait v0.1.74
47282023-12-13T05:18:26.848Z Fresh hashbrown v0.13.2
47292023-12-13T05:18:26.848Z Fresh foreign-types v0.3.2
47302023-12-13T05:18:26.848Z Fresh hyper v0.14.27
47312023-12-13T05:18:26.848Z Fresh ring v0.17.7
47322023-12-13T05:18:26.848Z Fresh openssl-sys v0.9.96
47332023-12-13T05:18:26.848Z Fresh openssl-macros v0.1.1
47342023-12-13T05:18:26.848Z Fresh mime v0.3.17
47352023-12-13T05:18:26.848Z Fresh rustls-webpki v0.101.7
47362023-12-13T05:18:26.848Z Fresh openssl v0.10.60
47372023-12-13T05:18:26.848Z Fresh sct v0.7.0
47382023-12-13T05:18:26.848Z Fresh rustc_version v0.4.0
47392023-12-13T05:18:26.848Z Fresh ipnet v2.8.0
47402023-12-13T05:18:26.848Z Fresh toml_edit v0.19.15
47412023-12-13T05:18:26.848Z Fresh rustls v0.21.9
47422023-12-13T05:18:26.848Z Fresh rustls-pemfile v1.0.3
47432023-12-13T05:18:26.848Z Fresh gimli v0.28.0
47442023-12-13T05:18:26.848Z Fresh unicode-xid v0.2.4
47452023-12-13T05:18:26.848Z Fresh serde_urlencoded v0.7.1
47462023-12-13T05:18:26.849Z Fresh object v0.32.1
47472023-12-13T05:18:26.851Z Fresh tokio-rustls v0.24.1
47482023-12-13T05:18:26.851Z Fresh native-tls v0.2.11
47492023-12-13T05:18:26.851Z Fresh addr2line v0.21.0
47502023-12-13T05:18:26.851Z Fresh encoding_rs v0.8.33
47512023-12-13T05:18:26.851Z Fresh rustc-demangle v0.1.23
47522023-12-13T05:18:26.851Z Fresh rustls-native-certs v0.6.3
47532023-12-13T05:18:26.851Z Fresh tokio-native-tls v0.3.1
47542023-12-13T05:18:26.851Z Fresh backtrace v0.3.69
47552023-12-13T05:18:26.851Z Fresh utf8parse v0.2.1
47562023-12-13T05:18:26.851Z Fresh hyper-rustls v0.24.2
47572023-12-13T05:18:26.851Z Fresh openapiv3 v2.0.0
47582023-12-13T05:18:26.852Z Fresh anyhow v1.0.75
47592023-12-13T05:18:26.852Z Fresh hyper-tls v0.5.0
47602023-12-13T05:18:26.852Z Fresh base64ct v1.6.0
47612023-12-13T05:18:26.852Z Fresh webpki-roots v0.25.2
47622023-12-13T05:18:26.852Z Fresh crossbeam-utils v0.8.16
47632023-12-13T05:18:26.852Z Fresh crc32fast v1.3.2
47642023-12-13T05:18:26.852Z Fresh reqwest v0.11.22
47652023-12-13T05:18:26.852Z Fresh anstyle v1.0.2
47662023-12-13T05:18:26.852Z Fresh hex v0.4.3
47672023-12-13T05:18:26.852Z Fresh slog v2.7.0
47682023-12-13T05:18:26.852Z Fresh time-core v0.1.1
47692023-12-13T05:18:26.852Z Fresh io-lifetimes v1.0.11
47702023-12-13T05:18:26.852Z Fresh pem-rfc7468 v0.7.0
47712023-12-13T05:18:26.852Z Fresh synstructure v0.12.6
47722023-12-13T05:18:26.852Z Fresh rustversion v1.0.14
47732023-12-13T05:18:26.852Z Fresh time-macros v0.2.13
47742023-12-13T05:18:26.852Z Fresh pest_meta v2.7.2
47752023-12-13T05:18:26.853Z Fresh futures-executor v0.3.29
47762023-12-13T05:18:26.853Z Fresh der_derive v0.7.2
47772023-12-13T05:18:26.853Z Fresh deranged v0.3.8
47782023-12-13T05:18:26.853Z Fresh unicode-segmentation v1.10.1
47792023-12-13T05:18:26.853Z Fresh flagset v0.4.3
47802023-12-13T05:18:26.853Z Fresh num_threads v0.1.6
47812023-12-13T05:18:26.853Z Fresh pest_generator v2.7.2
47822023-12-13T05:18:26.853Z Fresh rustix v0.37.23
47832023-12-13T05:18:26.853Z Fresh num-integer v0.1.45
47842023-12-13T05:18:26.853Z Fresh zerocopy-derive v0.2.0
47852023-12-13T05:18:26.853Z Fresh flate2 v1.0.28
47862023-12-13T05:18:26.853Z Fresh time v0.3.27
47872023-12-13T05:18:26.858Z Fresh der v0.7.8
47882023-12-13T05:18:26.858Z Fresh anstyle-parse v0.2.1
47892023-12-13T05:18:26.858Z Fresh colorchoice v1.0.0
47902023-12-13T05:18:26.858Z Fresh siphasher v0.3.11
47912023-12-13T05:18:26.858Z Fresh anstyle-query v1.0.0
47922023-12-13T05:18:26.858Z Fresh pest_derive v2.7.2
47932023-12-13T05:18:26.858Z Fresh terminal_size v0.2.6
47942023-12-13T05:18:26.859Z Fresh anstream v0.5.0
47952023-12-13T05:18:26.859Z Fresh spki v0.7.2
47962023-12-13T05:18:26.859Z Fresh zerocopy v0.3.0
47972023-12-13T05:18:26.859Z Fresh futures v0.3.29
47982023-12-13T05:18:26.859Z Fresh clap_lex v0.5.1
47992023-12-13T05:18:26.859Z Fresh bit-vec v0.6.3
48002023-12-13T05:18:26.859Z Fresh dof v0.1.5
48012023-12-13T05:18:26.859Z Fresh clap_builder v4.4.2
48022023-12-13T05:18:26.859Z Fresh dtrace-parser v0.1.14
48032023-12-13T05:18:26.859Z Fresh toml v0.7.8
48042023-12-13T05:18:26.859Z Fresh toml_edit v0.21.0
48052023-12-13T05:18:26.859Z Fresh itertools v0.10.5
48062023-12-13T05:18:26.859Z Fresh clap_derive v4.4.2
48072023-12-13T05:18:26.859Z Fresh hash32 v0.2.1
48082023-12-13T05:18:26.859Z Fresh thread-id v4.2.0
48092023-12-13T05:18:26.859Z Fresh stable_deref_trait v1.2.0
48102023-12-13T05:18:26.859Z Fresh data-encoding v2.4.0
48112023-12-13T05:18:26.859Z Fresh pkcs8 v0.10.2
48122023-12-13T05:18:26.859Z Fresh strum_macros v0.25.2
48132023-12-13T05:18:26.859Z Fresh clap v4.4.3
48142023-12-13T05:18:26.859Z Fresh usdt-impl v0.3.5
48152023-12-13T05:18:26.859Z Fresh heapless v0.7.16
48162023-12-13T05:18:26.859Z Fresh serde_tokenstream v0.1.7
48172023-12-13T05:18:26.859Z Fresh zerocopy-derive v0.6.4
48182023-12-13T05:18:26.860Z Fresh fixedbitset v0.4.2
48192023-12-13T05:18:26.860Z Fresh managed v0.8.0
48202023-12-13T05:18:26.860Z Fresh zerocopy v0.6.4
48212023-12-13T05:18:26.860Z Fresh memoffset v0.9.0
48222023-12-13T05:18:26.860Z Fresh bit-set v0.5.3
48232023-12-13T05:18:26.860Z Fresh phf_shared v0.10.0
48242023-12-13T05:18:26.860Z Fresh petgraph v0.6.4
48252023-12-13T05:18:26.860Z Fresh sha2 v0.10.8
48262023-12-13T05:18:26.860Z Fresh ipnetwork v0.20.0
48272023-12-13T05:18:26.860Z Fresh new_debug_unreachable v1.0.4
48282023-12-13T05:18:26.860Z Fresh minimal-lexical v0.2.1
48292023-12-13T05:18:26.860Z Fresh precomputed-hash v0.1.1
48302023-12-13T05:18:26.860Z Fresh num-iter v0.1.43
48312023-12-13T05:18:26.861Z Fresh crossbeam-epoch v0.9.15
48322023-12-13T05:18:26.861Z Fresh nom v7.1.3
48332023-12-13T05:18:26.861Z Fresh string_cache v0.8.7
48342023-12-13T05:18:26.861Z Fresh usdt-macro v0.3.5
48352023-12-13T05:18:26.861Z Fresh usdt-attr-macro v0.3.5
48362023-12-13T05:18:26.861Z Fresh hmac v0.12.1
48372023-12-13T05:18:26.861Z Fresh itertools v0.11.0
48382023-12-13T05:18:26.861Z Fresh usdt v0.3.5
48392023-12-13T05:18:26.862Z Fresh pin-project-internal v1.1.3
48402023-12-13T05:18:26.862Z Fresh lalrpop-util v0.19.12
48412023-12-13T05:18:26.862Z Fresh regex-automata v0.1.10
48422023-12-13T05:18:26.862Z Fresh matches v0.1.10
48432023-12-13T05:18:26.862Z Fresh pin-project v1.1.3
48442023-12-13T05:18:26.862Z Fresh bstr v0.2.17
48452023-12-13T05:18:26.862Z Fresh bzip2-sys v0.1.11+1.0.8
48462023-12-13T05:18:26.862Z Fresh doc-comment v0.3.3
48472023-12-13T05:18:26.862Z Fresh idna v0.2.3
48482023-12-13T05:18:26.862Z Fresh block-padding v0.3.3
48492023-12-13T05:18:26.862Z Fresh enum-as-inner v0.5.1
48502023-12-13T05:18:26.862Z Fresh scheduled-thread-pool v0.2.7
48512023-12-13T05:18:26.862Z Fresh diesel_table_macro_syntax v0.1.0
48522023-12-13T05:18:26.862Z Fresh static_assertions v1.1.0
48532023-12-13T05:18:26.862Z Fresh regex-automata v0.3.8
48542023-12-13T05:18:26.862Z Fresh predicates-core v1.0.6
48552023-12-13T05:18:26.862Z Fresh inout v0.1.3
48562023-12-13T05:18:26.862Z Fresh r2d2 v0.8.10
48572023-12-13T05:18:26.863Z Fresh diesel_derives v2.1.2
48582023-12-13T05:18:26.863Z Fresh bstr v1.6.0
48592023-12-13T05:18:26.863Z Fresh bzip2 v0.4.4
48602023-12-13T05:18:26.863Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
48612023-12-13T05:18:26.863Z Fresh trust-dns-proto v0.22.0
48622023-12-13T05:18:26.863Z Fresh md-5 v0.10.5
48632023-12-13T05:18:26.863Z Fresh console v0.15.7
48642023-12-13T05:18:26.863Z Fresh stringprep v0.1.3
48652023-12-13T05:18:26.864Z Fresh ff v0.13.0
48662023-12-13T05:18:26.864Z Fresh snafu-derive v0.7.5
48672023-12-13T05:18:26.864Z Fresh float-cmp v0.9.0
48682023-12-13T05:18:26.864Z Fresh hubpack_derive v0.1.1
48692023-12-13T05:18:26.864Z Fresh normalize-line-endings v0.3.0
48702023-12-13T05:18:26.864Z Fresh base16ct v0.2.0
48712023-12-13T05:18:26.864Z Fresh difflib v0.4.0
48722023-12-13T05:18:26.864Z Fresh fallible-iterator v0.2.0
48732023-12-13T05:18:26.864Z Fresh snafu v0.7.5
48742023-12-13T05:18:26.864Z Fresh group v0.13.0
48752023-12-13T05:18:26.864Z Fresh hubpack v0.1.2
48762023-12-13T05:18:26.864Z Fresh num-bigint v0.4.4
48772023-12-13T05:18:26.864Z Fresh zip v0.6.6
48782023-12-13T05:18:26.864Z Fresh postgres-protocol v0.6.6
48792023-12-13T05:18:26.864Z Fresh sec1 v0.7.3
48802023-12-13T05:18:26.864Z Fresh predicates v3.0.4
48812023-12-13T05:18:26.864Z Fresh smoltcp v0.9.1
48822023-12-13T05:18:26.864Z Fresh diesel v2.1.4
48832023-12-13T05:18:26.864Z Fresh cipher v0.4.4
48842023-12-13T05:18:26.864Z Fresh similar v2.3.0
48852023-12-13T05:18:26.864Z Fresh hkdf v0.12.3
48862023-12-13T05:18:26.864Z Fresh phf_shared v0.11.2
48872023-12-13T05:18:26.870Z Fresh crypto-bigint v0.5.2
48882023-12-13T05:18:26.870Z Fresh serde_repr v0.1.16
48892023-12-13T05:18:26.870Z Fresh postgres-types v0.2.6
48902023-12-13T05:18:26.870Z Fresh yasna v0.5.2
48912023-12-13T05:18:26.870Z Fresh whoami v1.4.1
48922023-12-13T05:18:26.870Z Fresh tokio-stream v0.1.14
48932023-12-13T05:18:26.870Z Fresh serde_tokenstream v0.2.0
48942023-12-13T05:18:26.870Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
48952023-12-13T05:18:26.870Z Fresh elliptic-curve v0.13.8
48962023-12-13T05:18:26.870Z Fresh phf v0.11.2
48972023-12-13T05:18:26.870Z Fresh regress v0.7.1
48982023-12-13T05:18:26.870Z Fresh getopts v0.2.21
48992023-12-13T05:18:26.870Z Fresh unsafe-libyaml v0.2.9
49002023-12-13T05:18:26.870Z Fresh progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
49012023-12-13T05:18:26.870Z Fresh fastrand v2.0.0
49022023-12-13T05:18:26.870Z Fresh tokio-postgres v0.7.10
49032023-12-13T05:18:26.870Z Fresh typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
49042023-12-13T05:18:26.870Z Fresh serde_yaml v0.9.25
49052023-12-13T05:18:26.870Z Fresh tempfile v3.8.1
49062023-12-13T05:18:26.870Z Fresh ident_case v1.0.1
49072023-12-13T05:18:26.871Z Fresh dirs-sys-next v0.1.2
49082023-12-13T05:18:26.871Z Fresh toml v0.8.8
49092023-12-13T05:18:26.871Z Fresh typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
49102023-12-13T05:18:26.871Z Fresh dirs-next v2.0.0
49112023-12-13T05:18:26.871Z Fresh match_cfg v0.1.0
49122023-12-13T05:18:26.871Z Fresh atty v0.2.14
49132023-12-13T05:18:26.871Z Fresh quick-error v1.2.3
49142023-12-13T05:18:26.871Z Fresh typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
49152023-12-13T05:18:26.871Z Fresh term v0.7.0
49162023-12-13T05:18:26.872Z Fresh hostname v0.3.1
49172023-12-13T05:18:26.872Z Fresh camino v1.1.6
49182023-12-13T05:18:26.872Z Fresh darling_core v0.20.3
49192023-12-13T05:18:26.872Z Fresh sha1 v0.10.6
49202023-12-13T05:18:26.872Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
49212023-12-13T05:18:26.872Z Fresh progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
49222023-12-13T05:18:26.872Z Fresh darling_macro v0.20.3
49232023-12-13T05:18:26.872Z Fresh paste v1.0.14
49242023-12-13T05:18:26.872Z Fresh crossbeam-channel v0.5.8
49252023-12-13T05:18:26.872Z Fresh thread_local v1.1.7
49262023-12-13T05:18:26.872Z Fresh instant v0.1.12
49272023-12-13T05:18:26.872Z Fresh progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
49282023-12-13T05:18:26.872Z Fresh darling v0.20.3
49292023-12-13T05:18:26.872Z Fresh strum v0.25.0
49302023-12-13T05:18:26.872Z Fresh debug-ignore v1.0.5
49312023-12-13T05:18:26.872Z Fresh take_mut v0.2.2
49322023-12-13T05:18:26.874Z Fresh slog-term v2.9.0
49332023-12-13T05:18:26.874Z Fresh progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
49342023-12-13T05:18:26.874Z Fresh slog-async v2.8.0
49352023-12-13T05:18:26.874Z Fresh serde_with_macros v3.4.0
49362023-12-13T05:18:26.874Z Fresh slog-json v2.6.1
49372023-12-13T05:18:26.874Z Fresh structmeta-derive v0.2.0
49382023-12-13T05:18:26.874Z Fresh async-stream-impl v0.3.5
49392023-12-13T05:18:26.875Z Fresh wait-timeout v0.2.0
49402023-12-13T05:18:26.875Z Fresh atomic-waker v1.1.1
49412023-12-13T05:18:26.875Z Fresh async-stream v0.3.5
49422023-12-13T05:18:26.875Z Fresh structmeta v0.2.0
49432023-12-13T05:18:26.875Z Fresh multer v2.1.0
49442023-12-13T05:18:26.875Z Fresh serde_with v3.4.0
49452023-12-13T05:18:26.875Z Fresh slog-bunyan v2.4.0
49462023-12-13T05:18:26.875Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
49472023-12-13T05:18:26.875Z Fresh waitgroup v0.1.2
49482023-12-13T05:18:26.875Z Fresh serde_path_to_error v0.1.14
49492023-12-13T05:18:26.875Z Fresh rusty-fork v0.3.0
49502023-12-13T05:18:26.875Z Fresh rand_xorshift v0.3.0
49512023-12-13T05:18:26.875Z Fresh unarray v0.1.4
49522023-12-13T05:18:26.875Z Fresh regex-syntax v0.7.5
49532023-12-13T05:18:26.875Z Fresh backoff v0.4.0
49542023-12-13T05:18:26.875Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
49552023-12-13T05:18:26.875Z Fresh proptest v1.4.0
49562023-12-13T05:18:26.875Z Fresh parse-display-derive v0.8.2
49572023-12-13T05:18:26.875Z Fresh test-strategy v0.3.1
49582023-12-13T05:18:26.875Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
49592023-12-13T05:18:26.875Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
49602023-12-13T05:18:26.875Z Fresh macaddr v1.0.1
49612023-12-13T05:18:26.876Z Fresh is-terminal v0.4.9
49622023-12-13T05:18:26.876Z Fresh parse-display v0.8.2
49632023-12-13T05:18:26.876Z Fresh camino-tempfile v1.1.1
49642023-12-13T05:18:26.876Z Fresh proc-macro-crate v1.3.1
49652023-12-13T05:18:26.877Z Fresh num_enum_derive v0.5.11
49662023-12-13T05:18:26.877Z Fresh embedded-io v0.4.0
49672023-12-13T05:18:26.877Z Fresh cobs v0.2.3
49682023-12-13T05:18:26.877Z Fresh proc-macro-error-attr v1.0.4
49692023-12-13T05:18:26.877Z Fresh num_enum v0.5.11
49702023-12-13T05:18:26.877Z Fresh smoltcp v0.10.0
49712023-12-13T05:18:26.877Z Fresh postcard v1.0.8
49722023-12-13T05:18:26.877Z Fresh foreign-types-macros v0.2.3
49732023-12-13T05:18:26.877Z Fresh proc-macro-error v1.0.4
49742023-12-13T05:18:26.877Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
49752023-12-13T05:18:26.877Z Fresh foreign-types-shared v0.3.1
49762023-12-13T05:18:26.877Z Fresh termtree v0.4.1
49772023-12-13T05:18:26.877Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
49782023-12-13T05:18:26.878Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
49792023-12-13T05:18:26.878Z Fresh predicates-tree v1.0.9
49802023-12-13T05:18:26.878Z Fresh foreign-types v0.5.0
49812023-12-13T05:18:26.878Z Fresh crucible-workspace-hack v0.1.0
49822023-12-13T05:18:26.878Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
49832023-12-13T05:18:26.878Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
49842023-12-13T05:18:26.878Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
49852023-12-13T05:18:26.878Z Fresh cstr-argument v0.1.2
49862023-12-13T05:18:26.878Z Fresh pretty-hex v0.2.1
49872023-12-13T05:18:26.882Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
49882023-12-13T05:18:26.882Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
49892023-12-13T05:18:26.883Z Fresh colored v2.0.4
49902023-12-13T05:18:26.883Z Fresh zone_cfg_derive v0.3.0
49912023-12-13T05:18:26.883Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
49922023-12-13T05:18:26.883Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
49932023-12-13T05:18:26.883Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
49942023-12-13T05:18:26.883Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
49952023-12-13T05:18:26.883Z Fresh num-derive v0.4.0
49962023-12-13T05:18:26.883Z Fresh mockall_derive v0.12.0
49972023-12-13T05:18:26.883Z Fresh downcast v0.11.0
49982023-12-13T05:18:26.883Z Fresh fragile v2.0.0
49992023-12-13T05:18:26.884Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
50002023-12-13T05:18:26.884Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
50012023-12-13T05:18:26.884Z Fresh mockall v0.12.0
50022023-12-13T05:18:26.884Z Fresh zone v0.3.0
50032023-12-13T05:18:26.884Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
50042023-12-13T05:18:26.884Z Fresh smf v0.2.2
50052023-12-13T05:18:26.884Z Fresh xattr v1.0.1
50062023-12-13T05:18:26.884Z Fresh filetime v0.2.23
50072023-12-13T05:18:26.884Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
50082023-12-13T05:18:26.884Z Fresh tar v0.4.40
50092023-12-13T05:18:26.884Z Fresh same-file v1.0.6
50102023-12-13T05:18:26.884Z Fresh heck v0.3.3
50112023-12-13T05:18:26.884Z Fresh textwrap v0.11.0
50122023-12-13T05:18:26.885Z Fresh vec_map v0.8.2
50132023-12-13T05:18:26.885Z Fresh strsim v0.8.0
50142023-12-13T05:18:26.885Z Fresh ansi_term v0.12.1
50152023-12-13T05:18:26.885Z Fresh walkdir v2.4.0
50162023-12-13T05:18:26.885Z Fresh structopt-derive v0.4.18
50172023-12-13T05:18:26.885Z Fresh clap v2.34.0
50182023-12-13T05:18:26.885Z Fresh pem v3.0.2
50192023-12-13T05:18:26.885Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
50202023-12-13T05:18:26.885Z Fresh structopt v0.3.26
50212023-12-13T05:18:26.885Z Fresh home v0.5.5
50222023-12-13T05:18:26.885Z Fresh password-hash v0.5.0
50232023-12-13T05:18:26.885Z Fresh blake2 v0.10.6
50242023-12-13T05:18:26.885Z Fresh toml v0.5.11
50252023-12-13T05:18:26.886Z Fresh libefi-sys v0.1.0
50262023-12-13T05:18:26.886Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
50272023-12-13T05:18:26.886Z Fresh argon2 v0.5.2
50282023-12-13T05:18:26.886Z Fresh glob v0.3.1
50292023-12-13T05:18:26.886Z Fresh headers-core v0.2.0
50302023-12-13T05:18:26.886Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
50312023-12-13T05:18:26.886Z Fresh signal-hook v0.3.17
50322023-12-13T05:18:26.886Z Fresh ciborium-io v0.2.1
50332023-12-13T05:18:26.886Z Fresh swrite v0.1.0
50342023-12-13T05:18:26.886Z Fresh convert_case v0.4.0
50352023-12-13T05:18:26.886Z Fresh half v1.8.2
50362023-12-13T05:18:26.886Z Fresh derive_more v0.99.17
50372023-12-13T05:18:26.886Z Fresh cancel-safe-futures v0.1.5
50382023-12-13T05:18:26.886Z Fresh ciborium-ll v0.2.1
50392023-12-13T05:18:26.887Z Fresh headers v0.3.9
50402023-12-13T05:18:26.887Z Fresh semver-parser v0.10.2
50412023-12-13T05:18:26.887Z Fresh linked-hash-map v0.5.6
50422023-12-13T05:18:26.887Z Fresh termcolor v1.2.0
50432023-12-13T05:18:26.887Z Fresh ciborium v0.2.1
50442023-12-13T05:18:26.887Z Fresh lru-cache v0.1.2
50452023-12-13T05:18:26.887Z Fresh semver v0.11.0
50462023-12-13T05:18:26.887Z Fresh libsw v3.3.0
50472023-12-13T05:18:26.887Z Fresh derive-where v1.2.6
50482023-12-13T05:18:26.887Z Fresh owo-colors v3.5.0
50492023-12-13T05:18:26.887Z Fresh linear-map v1.2.0
50502023-12-13T05:18:26.887Z Fresh tap v1.0.1
50512023-12-13T05:18:26.887Z Fresh radium v0.7.0
50522023-12-13T05:18:26.887Z Fresh toolchain_find v0.2.0
50532023-12-13T05:18:26.887Z Fresh omicron-zone-package v0.9.1
50542023-12-13T05:18:26.888Z Fresh rcgen v0.11.3
50552023-12-13T05:18:26.888Z Fresh wyz v0.5.1
50562023-12-13T05:18:26.888Z Fresh atomicwrites v0.4.2
50572023-12-13T05:18:26.888Z Fresh itertools v0.12.0
50582023-12-13T05:18:26.888Z Fresh subprocess v0.2.9
50592023-12-13T05:18:26.888Z Fresh crc-catalog v2.2.0
50602023-12-13T05:18:26.888Z Fresh funty v2.0.0
50612023-12-13T05:18:26.888Z Fresh crc v3.0.1
50622023-12-13T05:18:26.888Z Fresh bitvec v1.0.1
50632023-12-13T05:18:26.888Z Fresh maybe-uninit v2.0.0
50642023-12-13T05:18:26.888Z Fresh rustfmt-wrapper v0.2.0
50652023-12-13T05:18:26.888Z Fresh packed_struct_codegen v0.10.1
50662023-12-13T05:18:26.888Z Fresh nodrop v0.1.14
50672023-12-13T05:18:26.889Z Fresh num-bigint-dig v0.8.4
50682023-12-13T05:18:26.889Z Fresh smallvec v0.6.14
50692023-12-13T05:18:26.889Z Fresh pkcs1 v0.7.5
50702023-12-13T05:18:26.889Z Fresh signature v2.1.0
50712023-12-13T05:18:26.889Z Fresh packed_struct v0.10.1
50722023-12-13T05:18:26.889Z Fresh array-init v0.0.4
50732023-12-13T05:18:26.889Z Fresh bitfield v0.14.0
50742023-12-13T05:18:26.890Z Fresh rsa v0.9.2
50752023-12-13T05:18:26.890Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
50762023-12-13T05:18:26.890Z Fresh env_logger v0.10.0
50772023-12-13T05:18:26.890Z Fresh x509-cert v0.2.4
50782023-12-13T05:18:26.890Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
50792023-12-13T05:18:26.890Z Fresh slog-dtrace v0.2.3
50802023-12-13T05:18:26.890Z Fresh serde-hex v0.1.0
50812023-12-13T05:18:26.890Z Fresh ron v0.8.1
50822023-12-13T05:18:26.890Z Fresh keccak v0.1.4
50832023-12-13T05:18:26.890Z Fresh crc-any v2.4.3
50842023-12-13T05:18:26.890Z Fresh sha3 v0.10.8
50852023-12-13T05:18:26.890Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
50862023-12-13T05:18:26.890Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
50872023-12-13T05:18:26.895Z Fresh object v0.30.4
50882023-12-13T05:18:26.895Z Fresh secrecy v0.8.0
50892023-12-13T05:18:26.895Z Fresh arc-swap v1.6.0
50902023-12-13T05:18:26.895Z Fresh path-slash v0.1.5
50912023-12-13T05:18:26.895Z Fresh slog-scope v4.4.0
50922023-12-13T05:18:26.895Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
50932023-12-13T05:18:26.895Z Fresh semver v0.1.20
50942023-12-13T05:18:26.896Z Fresh signal-hook-mio v0.2.3
50952023-12-13T05:18:26.896Z Fresh num-complex v0.4.4
50962023-12-13T05:18:26.896Z Fresh fxhash v0.2.1
50972023-12-13T05:18:26.896Z Fresh num-rational v0.4.1
50982023-12-13T05:18:26.896Z Fresh slog-stdlog v4.1.1
50992023-12-13T05:18:26.896Z Fresh rustc_version v0.1.7
51002023-12-13T05:18:26.896Z Fresh utf-8 v0.7.6
51012023-12-13T05:18:26.896Z Fresh resolv-conf v0.7.0
51022023-12-13T05:18:26.896Z Fresh nibble_vec v0.1.0
51032023-12-13T05:18:26.896Z Fresh endian-type v0.1.2
51042023-12-13T05:18:26.896Z Fresh tungstenite v0.20.1
51052023-12-13T05:18:26.896Z Fresh slog-envlogger v2.2.0
51062023-12-13T05:18:26.896Z Fresh num v0.4.1
51072023-12-13T05:18:26.896Z Fresh trust-dns-resolver v0.22.0
51082023-12-13T05:18:26.896Z Fresh radix_trie v0.2.1
51092023-12-13T05:18:26.896Z Fresh newline-converter v0.3.0
51102023-12-13T05:18:26.896Z Fresh tokio-tungstenite v0.20.1
51112023-12-13T05:18:26.897Z Fresh expectorate v1.1.0
51122023-12-13T05:18:26.897Z Fresh display-error-chain v0.2.0
51132023-12-13T05:18:26.897Z Fresh newtype_derive v0.1.6
51142023-12-13T05:18:26.897Z Fresh buf-list v1.0.3
51152023-12-13T05:18:26.897Z Fresh crossbeam-deque v0.8.3
51162023-12-13T05:18:26.897Z Fresh signature v1.6.4
51172023-12-13T05:18:26.897Z Fresh steno v0.4.0
51182023-12-13T05:18:26.898Z Fresh memoffset v0.7.1
51192023-12-13T05:18:26.898Z Fresh ed25519 v1.5.3
51202023-12-13T05:18:26.898Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
51212023-12-13T05:18:26.899Z Fresh vte_generate_state_changes v0.1.1
51222023-12-13T05:18:26.899Z Fresh rayon-core v1.12.0
51232023-12-13T05:18:26.899Z Fresh arrayvec v0.5.2
51242023-12-13T05:18:26.900Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
51252023-12-13T05:18:26.900Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
51262023-12-13T05:18:26.900Z Fresh vte v0.10.1
51272023-12-13T05:18:26.900Z Fresh rayon v1.8.0
51282023-12-13T05:18:26.900Z Fresh salty v0.2.0
51292023-12-13T05:18:26.900Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
51302023-12-13T05:18:26.900Z Fresh fd-lock v3.0.13
51312023-12-13T05:18:26.900Z Fresh serde-big-array v0.4.1
51322023-12-13T05:18:26.900Z Fresh serde-big-array v0.5.1
51332023-12-13T05:18:26.900Z Fresh diff v0.1.13
51342023-12-13T05:18:26.900Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
51352023-12-13T05:18:26.900Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
51362023-12-13T05:18:26.900Z Fresh crunchy v0.2.2
51372023-12-13T05:18:26.900Z Fresh platforms v3.0.2
51382023-12-13T05:18:26.900Z Fresh strip-ansi-escapes v0.1.1
51392023-12-13T05:18:26.900Z Fresh crossterm v0.26.1
51402023-12-13T05:18:26.900Z Fresh signal-hook-tokio v0.3.1
51412023-12-13T05:18:26.900Z Fresh darling_core v0.14.4
51422023-12-13T05:18:26.900Z Fresh globset v0.4.13
51432023-12-13T05:18:26.900Z Fresh olpc-cjson v0.1.3
51442023-12-13T05:18:26.900Z Fresh serde_plain v1.0.2
51452023-12-13T05:18:26.902Z Fresh async-recursion v1.0.5
51462023-12-13T05:18:26.902Z Fresh nu-ansi-term v0.49.0
51472023-12-13T05:18:26.902Z Fresh typed-path v0.7.0
51482023-12-13T05:18:26.902Z Fresh corncobs v0.1.3
51492023-12-13T05:18:26.902Z Fresh tough v0.16.0
51502023-12-13T05:18:26.902Z Fresh reedline v0.22.0
51512023-12-13T05:18:26.902Z Fresh darling_macro v0.14.4
51522023-12-13T05:18:26.902Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
51532023-12-13T05:18:26.902Z Fresh unicase v2.7.0
51542023-12-13T05:18:26.902Z Fresh parking_lot_core v0.8.6
51552023-12-13T05:18:26.902Z Fresh tiny-keccak v2.0.2
51562023-12-13T05:18:26.902Z Fresh ascii-canvas v3.0.0
51572023-12-13T05:18:26.902Z Fresh ena v0.14.2
51582023-12-13T05:18:26.902Z Fresh libloading v0.7.4
51592023-12-13T05:18:26.902Z Fresh regex-syntax v0.6.29
51602023-12-13T05:18:26.902Z Fresh bytecount v0.6.3
51612023-12-13T05:18:26.902Z Fresh parking_lot v0.11.2
51622023-12-13T05:18:26.902Z Fresh lalrpop v0.19.12
51632023-12-13T05:18:26.902Z Fresh clang-sys v1.6.1
51642023-12-13T05:18:26.902Z Fresh papergrid v0.10.0
51652023-12-13T05:18:26.902Z Fresh portable-atomic v1.4.3
51662023-12-13T05:18:26.902Z Fresh darling v0.14.4
51672023-12-13T05:18:26.903Z Fresh prettyplease v0.2.12
51682023-12-13T05:18:26.903Z Fresh trust-dns-client v0.22.0
51692023-12-13T05:18:26.903Z Fresh tabled_derive v0.6.0
51702023-12-13T05:18:26.903Z Fresh cexpr v0.6.0
51712023-12-13T05:18:26.903Z Fresh which v4.4.0
51722023-12-13T05:18:26.903Z Fresh universal-hash v0.5.1
51732023-12-13T05:18:26.903Z Fresh nix v0.26.4
51742023-12-13T05:18:26.903Z Fresh sqlparser_derive v0.1.1
51752023-12-13T05:18:26.903Z Fresh thiserror-impl-no-std v2.0.2
51762023-12-13T05:18:26.903Z Fresh curve25519-dalek-derive v0.1.0
51772023-12-13T05:18:26.903Z Fresh rustc-hash v1.1.0
51782023-12-13T05:18:26.903Z Fresh opaque-debug v0.3.0
51792023-12-13T05:18:26.903Z Fresh unicode_categories v0.1.1
51802023-12-13T05:18:26.903Z Fresh number_prefix v0.4.0
51812023-12-13T05:18:26.903Z Fresh shlex v1.1.0
51822023-12-13T05:18:26.903Z Fresh lazycell v1.3.0
51832023-12-13T05:18:26.903Z Fresh peeking_take_while v0.1.2
51842023-12-13T05:18:26.903Z Fresh thiserror-no-std v2.0.2
51852023-12-13T05:18:26.903Z Fresh poly1305 v0.8.0
51862023-12-13T05:18:26.903Z Fresh indicatif v0.17.7
51872023-12-13T05:18:26.946Z Fresh sqlformat v0.2.3
51882023-12-13T05:18:26.947Z Fresh bindgen v0.65.1
51892023-12-13T05:18:26.947Z Fresh curve25519-dalek v4.1.1
51902023-12-13T05:18:26.947Z Fresh sqlparser v0.36.1
51912023-12-13T05:18:26.947Z Fresh rustyline v12.0.0
51922023-12-13T05:18:26.947Z Fresh tabled v0.14.0
51932023-12-13T05:18:26.947Z Fresh trust-dns-server v0.22.1
51942023-12-13T05:18:26.947Z Fresh derive_builder_core v0.12.0
51952023-12-13T05:18:26.947Z Fresh fs-err v2.11.0
51962023-12-13T05:18:26.947Z Fresh sled v0.34.7
51972023-12-13T05:18:26.947Z Fresh chacha20 v0.9.1
51982023-12-13T05:18:26.947Z Fresh aead v0.5.2
51992023-12-13T05:18:26.948Z Fresh bcs v0.1.6
52002023-12-13T05:18:26.949Z Fresh kstat-rs v0.2.3
52012023-12-13T05:18:26.949Z Fresh bytesize v1.3.0
52022023-12-13T05:18:26.949Z Fresh ref-cast-impl v1.0.20
52032023-12-13T05:18:26.949Z Fresh highway v1.1.0
52042023-12-13T05:18:26.949Z Fresh pretty-hex v0.4.0
52052023-12-13T05:18:26.950Z Fresh chacha20poly1305 v0.10.1
52062023-12-13T05:18:26.950Z Fresh ref-cast v1.0.20
52072023-12-13T05:18:26.950Z Fresh mime_guess v2.0.4
52082023-12-13T05:18:26.950Z Fresh derive_builder_macro v0.12.0
52092023-12-13T05:18:26.950Z Fresh vsss-rs v3.3.2
52102023-12-13T05:18:26.950Z Fresh crossterm v0.27.0
52112023-12-13T05:18:26.951Z Fresh strum_macros v0.24.3
52122023-12-13T05:18:26.951Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
52132023-12-13T05:18:26.952Z Fresh is_ci v1.1.1
52142023-12-13T05:18:26.952Z Fresh indoc v2.0.3
52152023-12-13T05:18:26.952Z Fresh humantime v2.1.0
52162023-12-13T05:18:26.952Z Fresh cassowary v0.3.0
52172023-12-13T05:18:26.952Z Fresh indoc v1.0.9
52182023-12-13T05:18:26.952Z Fresh maplit v1.0.2
52192023-12-13T05:18:26.952Z Fresh supports-color v2.1.0
52202023-12-13T05:18:26.952Z Fresh derive_builder v0.12.0
52212023-12-13T05:18:26.952Z Fresh polar-core v0.27.0
52222023-12-13T05:18:26.952Z Fresh ratatui v0.23.0
52232023-12-13T05:18:26.952Z Fresh libxml v0.3.3
52242023-12-13T05:18:26.952Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
52252023-12-13T05:18:26.952Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
52262023-12-13T05:18:26.953Z Fresh bb8 v0.8.1
52272023-12-13T05:18:26.953Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
52282023-12-13T05:18:26.953Z Fresh quick-xml v0.23.1
52292023-12-13T05:18:26.953Z Fresh oso-derive v0.27.0
52302023-12-13T05:18:26.953Z Fresh impl-trait-for-tuples v0.2.2
52312023-12-13T05:18:26.954Z Fresh rtoolbox v0.0.1
52322023-12-13T05:18:26.954Z Fresh unicode-linebreak v0.1.5
52332023-12-13T05:18:26.954Z Fresh assert_matches v1.5.0
52342023-12-13T05:18:26.954Z Fresh smawk v0.3.1
52352023-12-13T05:18:26.954Z Fresh http-range v0.1.5
52362023-12-13T05:18:26.954Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
52372023-12-13T05:18:26.954Z Fresh rpassword v7.3.1
52382023-12-13T05:18:26.954Z Fresh oso v0.27.0
52392023-12-13T05:18:26.954Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
52402023-12-13T05:18:26.954Z Fresh textwrap v0.16.0
52412023-12-13T05:18:26.954Z Fresh hyper-staticfile v0.9.5
52422023-12-13T05:18:26.954Z Fresh samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
52432023-12-13T05:18:26.954Z Fresh tui-tree-widget v0.13.0
52442023-12-13T05:18:26.954Z Fresh cookie v0.18.0
52452023-12-13T05:18:26.955Z Fresh diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
52462023-12-13T05:18:26.955Z Fresh shell-words v1.1.0
52472023-12-13T05:18:26.955Z Fresh plotters-backend v0.3.5
52482023-12-13T05:18:26.955Z Fresh target-lexicon v0.12.12
52492023-12-13T05:18:26.955Z Fresh plotters-svg v0.3.5
52502023-12-13T05:18:26.956Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
52512023-12-13T05:18:26.956Z Fresh cast v0.3.0
52522023-12-13T05:18:26.956Z Fresh criterion-plot v0.5.0
52532023-12-13T05:18:26.956Z Fresh plotters v0.3.5
52542023-12-13T05:18:26.956Z Fresh guppy-workspace-hack v0.1.0
52552023-12-13T05:18:26.956Z Fresh cfg-expr v0.15.5
52562023-12-13T05:18:26.956Z Fresh tinytemplate v1.2.1
52572023-12-13T05:18:26.956Z Fresh threadpool v1.8.1
52582023-12-13T05:18:26.956Z Fresh cargo-platform v0.1.3
52592023-12-13T05:18:26.956Z Fresh nanorand v0.7.0
52602023-12-13T05:18:26.956Z Fresh arrayref v0.3.7
52612023-12-13T05:18:26.956Z Fresh anes v0.1.6
52622023-12-13T05:18:26.956Z Fresh constant_time_eq v0.2.6
52632023-12-13T05:18:26.957Z Fresh yansi v0.5.1
52642023-12-13T05:18:26.957Z Fresh oorandom v11.1.3
52652023-12-13T05:18:26.957Z Fresh arrayvec v0.7.4
52662023-12-13T05:18:26.957Z Fresh relative-path v1.9.0
52672023-12-13T05:18:26.957Z Fresh flume v0.11.0
52682023-12-13T05:18:26.957Z Fresh cargo_metadata v0.18.1
52692023-12-13T05:18:26.957Z Fresh pretty_assertions v1.4.0
52702023-12-13T05:18:26.958Z Fresh libtest-mimic v0.6.1
52712023-12-13T05:18:26.958Z Fresh criterion v0.5.1
52722023-12-13T05:18:26.958Z Fresh rstest_macros v0.18.2
52732023-12-13T05:18:26.958Z Fresh blake2b_simd v1.0.1
52742023-12-13T05:18:26.958Z Fresh target-spec v3.0.1
52752023-12-13T05:18:26.958Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
52762023-12-13T05:18:26.958Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
52772023-12-13T05:18:26.959Z Fresh assert_cmd v2.0.12
52782023-12-13T05:18:26.959Z Fresh pathdiff v0.2.1
52792023-12-13T05:18:26.960Z Fresh fatfs v0.3.6
52802023-12-13T05:18:26.960Z Fresh basic-toml v0.1.4
52812023-12-13T05:18:26.960Z Fresh rand v0.4.6
52822023-12-13T05:18:26.960Z Fresh futures-timer v3.0.2
52832023-12-13T05:18:26.960Z Fresh remove_dir_all v0.5.3
52842023-12-13T05:18:26.960Z Fresh nested v0.1.1
52852023-12-13T05:18:26.960Z Fresh constant_time_eq v0.3.0
52862023-12-13T05:18:26.960Z Fresh topological-sort v0.2.2
52872023-12-13T05:18:26.975Z Fresh trybuild v1.0.85
52882023-12-13T05:18:26.975Z Fresh guppy v0.17.4
52892023-12-13T05:18:26.975Z Fresh tempdir v0.3.7
52902023-12-13T05:18:26.975Z Fresh rstest v0.18.2
52912023-12-13T05:18:26.977Z Fresh rust-argon2 v1.0.1
52922023-12-13T05:18:26.977Z Fresh datatest-stable v0.2.3
52932023-12-13T05:18:26.977Z Fresh partial-io v0.5.4
52942023-12-13T05:18:26.977Z Fresh httptest v0.15.5
52952023-12-13T05:18:26.977Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
52962023-12-13T05:18:26.977Z Fresh similar-asserts v1.5.0
52972023-12-13T05:18:26.977Z Fresh approx v0.5.1
52982023-12-13T05:18:26.977Z Fresh hex-literal v0.4.1
52992023-12-13T05:18:26.977Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53002023-12-13T05:18:26.977Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
53012023-12-13T05:18:26.977Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
53022023-12-13T05:18:26.977Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
53032023-12-13T05:18:26.977Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
53042023-12-13T05:18:26.978Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
53052023-12-13T05:18:26.978Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53062023-12-13T05:18:26.978Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
53072023-12-13T05:18:26.978Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
53082023-12-13T05:18:26.978Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53092023-12-13T05:18:26.978Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53102023-12-13T05:18:26.978Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
53112023-12-13T05:18:26.979Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
53122023-12-13T05:18:26.979Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
53132023-12-13T05:18:26.979Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
53142023-12-13T05:18:26.979Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
53152023-12-13T05:18:26.979Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53162023-12-13T05:18:26.980Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
53172023-12-13T05:18:26.980Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
53182023-12-13T05:18:26.980Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
53192023-12-13T05:18:26.980Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
53202023-12-13T05:18:26.980Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
53212023-12-13T05:18:26.980Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
53222023-12-13T05:18:26.980Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
53232023-12-13T05:18:26.980Z Fresh mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
53242023-12-13T05:18:26.980Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53252023-12-13T05:18:26.980Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53262023-12-13T05:18:26.980Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
53272023-12-13T05:18:26.980Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
53282023-12-13T05:18:26.980Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
53292023-12-13T05:18:26.980Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
53302023-12-13T05:18:26.980Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
53312023-12-13T05:18:26.980Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
53322023-12-13T05:18:26.980Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
53332023-12-13T05:18:26.980Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
53342023-12-13T05:18:26.981Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
53352023-12-13T05:18:26.981Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53362023-12-13T05:18:26.981Z Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
53372023-12-13T05:18:26.981Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
53382023-12-13T05:18:26.981Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53392023-12-13T05:18:26.981Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53402023-12-13T05:18:26.981Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53412023-12-13T05:18:26.981Z Fresh ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
53422023-12-13T05:18:26.981Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53432023-12-13T05:18:26.982Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53442023-12-13T05:18:26.982Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
53452023-12-13T05:18:26.982Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53462023-12-13T05:18:26.982Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
53472023-12-13T05:18:26.982Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
53482023-12-13T05:18:26.982Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
53492023-12-13T05:18:26.982Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
53502023-12-13T05:18:26.982Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53512023-12-13T05:18:26.982Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
53522023-12-13T05:18:26.982Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53532023-12-13T05:18:26.982Z Finished test [unoptimized + debuginfo] target(s) in 1.19s
53542023-12-13T05:18:26.982Z Doc-tests authz-macros
53552023-12-13T05:18:26.983Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-99e6729aba3dc24d.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0ee75eb956233696.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
53562023-12-13T05:18:27.137Z
53572023-12-13T05:18:27.137Zrunning 5 tests
53582023-12-13T05:18:27.143Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored
53592023-12-13T05:18:27.143Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored
53602023-12-13T05:18:27.143Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored
53612023-12-13T05:18:27.143Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored
53622023-12-13T05:18:27.143Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored
53632023-12-13T05:18:27.143Z
53642023-12-13T05:18:27.146Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
53652023-12-13T05:18:27.146Z
53662023-12-13T05:18:27.156Z Doc-tests bootstore
53672023-12-13T05:18:27.159Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-abbff89b9d45a3ff.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0722d3e783790955.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-1b182302f1462f0e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
53682023-12-13T05:18:28.626Z
53692023-12-13T05:18:28.626Zrunning 0 tests
53702023-12-13T05:18:28.626Z
53712023-12-13T05:18:28.626Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53722023-12-13T05:18:28.626Z
53732023-12-13T05:18:28.663Z Doc-tests bootstrap-agent-client
53742023-12-13T05:18:28.666Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
53752023-12-13T05:18:29.661Z
53762023-12-13T05:18:29.661Zrunning 0 tests
53772023-12-13T05:18:29.661Z
53782023-12-13T05:18:29.662Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53792023-12-13T05:18:29.662Z
53802023-12-13T05:18:29.697Z Doc-tests db-macros
53812023-12-13T05:18:29.700Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cf3f09b6e0fefe2b.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-63b388be15ca66f0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0ee75eb956233696.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
53822023-12-13T05:18:30.125Z
53832023-12-13T05:18:30.125Zrunning 3 tests
53842023-12-13T05:18:30.133Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored
53852023-12-13T05:18:30.133Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
53862023-12-13T05:18:30.133Ztest nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored
53872023-12-13T05:18:30.133Z
53882023-12-13T05:18:30.133Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
53892023-12-13T05:18:30.133Z
53902023-12-13T05:18:30.146Z Doc-tests ddm-admin-client
53912023-12-13T05:18:30.150Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name 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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib -C embed-bitcode=no -D warnings --error-format human`
53922023-12-13T05:18:30.600Z
53932023-12-13T05:18:30.600Zrunning 0 tests
53942023-12-13T05:18:30.601Z
53952023-12-13T05:18:30.601Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53962023-12-13T05:18:30.601Z
53972023-12-13T05:18:30.636Z Doc-tests dns-server
53982023-12-13T05:18:30.647Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-d3060b015328cb05.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
53992023-12-13T05:18:31.265Z
54002023-12-13T05:18:31.265Zrunning 0 tests
54012023-12-13T05:18:31.265Z
54022023-12-13T05:18:31.265Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54032023-12-13T05:18:31.265Z
54042023-12-13T05:18:31.290Z Doc-tests dns-service-client
54052023-12-13T05:18:31.294Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib -C embed-bitcode=no -D warnings --error-format human`
54062023-12-13T05:18:31.626Z
54072023-12-13T05:18:31.626Zrunning 0 tests
54082023-12-13T05:18:31.626Z
54092023-12-13T05:18:31.626Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54102023-12-13T05:18:31.627Z
54112023-12-13T05:18:31.645Z Doc-tests dpd-client
54122023-12-13T05:18:31.653Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
54132023-12-13T05:18:33.407Z
54142023-12-13T05:18:33.407Zrunning 0 tests
54152023-12-13T05:18:33.407Z
54162023-12-13T05:18:33.407Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54172023-12-13T05:18:33.407Z
54182023-12-13T05:18:33.453Z Doc-tests gateway-client
54192023-12-13T05:18:33.453Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
54202023-12-13T05:18:34.863Z
54212023-12-13T05:18:34.864Zrunning 0 tests
54222023-12-13T05:18:34.864Z
54232023-12-13T05:18:34.864Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54242023-12-13T05:18:34.864Z
54252023-12-13T05:18:34.899Z Doc-tests gateway-test-utils
54262023-12-13T05:18:34.899Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36892fbc52855a85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
54272023-12-13T05:18:35.691Z
54282023-12-13T05:18:35.691Zrunning 0 tests
54292023-12-13T05:18:35.691Z
54302023-12-13T05:18:35.691Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54312023-12-13T05:18:35.691Z
54322023-12-13T05:18:35.718Z Doc-tests illumos-utils
54332023-12-13T05:18:35.722Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-86119831ef0d8686.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-ae3470898b5ca726.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-4b7c7b82d1efc4c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-623880b9a2db11f7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -D warnings --error-format human`
54342023-12-13T05:18:38.510Z
54352023-12-13T05:18:38.510Zrunning 0 tests
54362023-12-13T05:18:38.510Z
54372023-12-13T05:18:38.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54382023-12-13T05:18:38.510Z
54392023-12-13T05:18:38.575Z Doc-tests installinator
54402023-12-13T05:18:38.579Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-8e38b9b5434fe580.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-446dd93e2795f46a.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-24603a09c71288aa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-93f21655c6d108ae.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-a9ff6c578e5462e2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
54412023-12-13T05:18:39.567Z
54422023-12-13T05:18:39.567Zrunning 0 tests
54432023-12-13T05:18:39.567Z
54442023-12-13T05:18:39.567Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54452023-12-13T05:18:39.568Z
54462023-12-13T05:18:40.027Z Doc-tests installinator-artifact-client
54472023-12-13T05:18:40.027Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifact_client --test clients/installinator-artifact-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-artifact-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-24603a09c71288aa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
54482023-12-13T05:18:40.852Z
54492023-12-13T05:18:40.852Zrunning 0 tests
54502023-12-13T05:18:40.852Z
54512023-12-13T05:18:40.852Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54522023-12-13T05:18:40.852Z
54532023-12-13T05:18:40.890Z Doc-tests installinator-artifactd
54542023-12-13T05:18:40.897Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifactd --test installinator-artifactd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-artifactd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f747040037db8488.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
54552023-12-13T05:18:41.294Z
54562023-12-13T05:18:41.294Zrunning 0 tests
54572023-12-13T05:18:41.294Z
54582023-12-13T05:18:41.294Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54592023-12-13T05:18:41.295Z
54602023-12-13T05:18:41.322Z Doc-tests installinator-common
54612023-12-13T05:18:41.326Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib -C embed-bitcode=no -D warnings --error-format human`
54622023-12-13T05:18:41.943Z
54632023-12-13T05:18:41.943Zrunning 0 tests
54642023-12-13T05:18:41.943Z
54652023-12-13T05:18:41.943Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54662023-12-13T05:18:41.943Z
54672023-12-13T05:18:41.980Z Doc-tests internal-dns
54682023-12-13T05:18:41.996Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
54692023-12-13T05:18:42.385Z
54702023-12-13T05:18:42.385Zrunning 0 tests
54712023-12-13T05:18:42.386Z
54722023-12-13T05:18:42.386Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54732023-12-13T05:18:42.386Z
54742023-12-13T05:18:42.412Z Doc-tests ipcc-key-value
54752023-12-13T05:18:42.416Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc_key_value --test ipcc-key-value/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc-key-value -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-93f21655c6d108ae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
54762023-12-13T05:18:42.749Z
54772023-12-13T05:18:42.749Zrunning 0 tests
54782023-12-13T05:18:42.749Z
54792023-12-13T05:18:42.749Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54802023-12-13T05:18:42.749Z
54812023-12-13T05:18:42.774Z Doc-tests key-manager
54822023-12-13T05:18:42.777Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0722d3e783790955.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -C embed-bitcode=no -D warnings --error-format human`
54832023-12-13T05:18:43.094Z
54842023-12-13T05:18:43.094Zrunning 0 tests
54852023-12-13T05:18:43.094Z
54862023-12-13T05:18:43.094Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54872023-12-13T05:18:43.094Z
54882023-12-13T05:18:43.118Z Doc-tests mg-admin-client
54892023-12-13T05:18:43.121Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name mg_admin_client --test clients/mg-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/mg-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib -C embed-bitcode=no -D warnings --error-format human`
54902023-12-13T05:18:43.629Z
54912023-12-13T05:18:43.630Zrunning 0 tests
54922023-12-13T05:18:43.630Z
54932023-12-13T05:18:43.630Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54942023-12-13T05:18:43.630Z
54952023-12-13T05:18:43.658Z Doc-tests nexus-client
54962023-12-13T05:18:43.661Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
54972023-12-13T05:18:46.455Z
54982023-12-13T05:18:46.455Zrunning 0 tests
54992023-12-13T05:18:46.456Z
55002023-12-13T05:18:46.456Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55012023-12-13T05:18:46.456Z
55022023-12-13T05:18:46.514Z Doc-tests nexus-db-model
55032023-12-13T05:18:46.518Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cf3f09b6e0fefe2b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-78a13c5f7508de23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
55042023-12-13T05:19:00.526Z
55052023-12-13T05:19:00.526Zrunning 2 tests
55062023-12-13T05:19:03.284Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
55072023-12-13T05:19:03.288Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
55082023-12-13T05:19:03.288Z
55092023-12-13T05:19:03.288Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.76s
55102023-12-13T05:19:03.289Z
55112023-12-13T05:19:03.495Z Doc-tests nexus-db-queries
55122023-12-13T05:19:03.499Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2fc1e796c21a7b42.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-99e6729aba3dc24d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-e3313a8a0679b1be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-40ac42bfe40d7cc4.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cf3f09b6e0fefe2b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-acdccdb3c7878500.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f0e00c19c973089d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ece101d456f5f75f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-960ecf8519e285ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-49fc5fd89247b25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6d85d92818838eed.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
55132023-12-13T05:19:07.255Z
55142023-12-13T05:19:07.255Zrunning 2 tests
55152023-12-13T05:19:07.258Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
55162023-12-13T05:19:24.507Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok
55172023-12-13T05:19:24.507Z
55182023-12-13T05:19:24.507Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 17.25s
55192023-12-13T05:19:24.507Z
55202023-12-13T05:19:24.588Z Doc-tests nexus-defaults
55212023-12-13T05:19:24.588Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib -C embed-bitcode=no -D warnings --error-format human`
55222023-12-13T05:19:24.879Z
55232023-12-13T05:19:24.879Zrunning 0 tests
55242023-12-13T05:19:24.880Z
55252023-12-13T05:19:24.880Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55262023-12-13T05:19:24.880Z
55272023-12-13T05:19:24.902Z Doc-tests nexus-inventory
55282023-12-13T05:19:24.905Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ece101d456f5f75f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
55292023-12-13T05:19:25.306Z
55302023-12-13T05:19:25.306Zrunning 0 tests
55312023-12-13T05:19:25.306Z
55322023-12-13T05:19:25.306Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55332023-12-13T05:19:25.306Z
55342023-12-13T05:19:25.331Z Doc-tests nexus-types
55352023-12-13T05:19:25.335Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-17238ad50319e3ea.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
55362023-12-13T05:19:28.306Z
55372023-12-13T05:19:28.306Zrunning 0 tests
55382023-12-13T05:19:28.306Z
55392023-12-13T05:19:28.306Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55402023-12-13T05:19:28.306Z
55412023-12-13T05:19:28.383Z Doc-tests omicron-certificates
55422023-12-13T05:19:28.383Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-78a13c5f7508de23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8eb3de30cd4fd472.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -C embed-bitcode=no -D warnings --error-format human`
55432023-12-13T05:19:28.738Z
55442023-12-13T05:19:28.738Zrunning 0 tests
55452023-12-13T05:19:28.738Z
55462023-12-13T05:19:28.738Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55472023-12-13T05:19:28.739Z
55482023-12-13T05:19:28.762Z Doc-tests omicron-common
55492023-12-13T05:19:28.770Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-17238ad50319e3ea.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-fa783b65b64a2ba1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
55502023-12-13T05:19:31.177Z
55512023-12-13T05:19:31.177Zrunning 2 tests
55522023-12-13T05:19:31.180Ztest common/src/lib.rs - FileKv (line 59) ... ignored
55532023-12-13T05:19:38.560Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 582) ... ok
55542023-12-13T05:19:38.560Z
55552023-12-13T05:19:38.560Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 7.38s
55562023-12-13T05:19:38.560Z
55572023-12-13T05:19:38.623Z Doc-tests omicron-gateway
55582023-12-13T05:19:38.627Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-0fe7bb57406ce5fc.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-93f21655c6d108ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36892fbc52855a85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e0a4c60b6ba1929b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15a340151b799bce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
55592023-12-13T05:19:40.196Z
55602023-12-13T05:19:40.196Zrunning 0 tests
55612023-12-13T05:19:40.196Z
55622023-12-13T05:19:40.197Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55632023-12-13T05:19:40.197Z
55642023-12-13T05:19:40.243Z Doc-tests omicron-nexus
55652023-12-13T05:19:40.248Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2fc1e796c21a7b42.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-111a1f78c17a8c9e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0bb65bb5b1954c37.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1ec5326d3a4fc1e8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-5fd14a35a3ccf419.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f0e00c19c973089d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ece101d456f5f75f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c51977aa26ba034.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9f23e7c4af2cc8d6.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a70f6d5b6baca6e7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-49fc5fd89247b25c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2d30b90bbc73311d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6d85d92818838eed.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
55662023-12-13T05:19:44.225Z
55672023-12-13T05:19:44.225Zrunning 5 tests
55682023-12-13T05:19:44.239Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 229) ... ignored
55692023-12-13T05:19:47.853Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 738) ... ok
55702023-12-13T05:19:47.856Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 708) ... ok
55712023-12-13T05:19:47.862Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 666) ... ok
55722023-12-13T05:19:47.865Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 644) ... ok
55732023-12-13T05:19:47.865Z
55742023-12-13T05:19:47.865Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.64s
55752023-12-13T05:19:47.865Z
55762023-12-13T05:19:47.955Z Doc-tests omicron-package
55772023-12-13T05:19:47.969Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-65e5fc9ef83df511.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7455c9e2748ded37.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rlib -C embed-bitcode=no -D warnings --error-format human`
55782023-12-13T05:19:48.270Z
55792023-12-13T05:19:48.270Zrunning 0 tests
55802023-12-13T05:19:48.270Z
55812023-12-13T05:19:48.271Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55822023-12-13T05:19:48.271Z
55832023-12-13T05:19:48.276Z Doc-tests omicron-passwords
55842023-12-13T05:19:48.276Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-d9aa0d059bd049b5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-111a1f78c17a8c9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-78933f846eed4887.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -C embed-bitcode=no -D warnings --error-format human`
55852023-12-13T05:19:48.415Z
55862023-12-13T05:19:48.415Zrunning 0 tests
55872023-12-13T05:19:48.415Z
55882023-12-13T05:19:48.415Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55892023-12-13T05:19:48.415Z
55902023-12-13T05:19:48.423Z Doc-tests omicron-rpaths
55912023-12-13T05:19:48.424Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-24e5821985b424dd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib -C embed-bitcode=no -D warnings --error-format human`
55922023-12-13T05:19:48.509Z
55932023-12-13T05:19:48.509Zrunning 0 tests
55942023-12-13T05:19:48.509Z
55952023-12-13T05:19:48.509Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55962023-12-13T05:19:48.509Z
55972023-12-13T05:19:48.520Z Doc-tests omicron-sled-agent
55982023-12-13T05:19:48.526Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f47710d7a1fef02d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -C embed-bitcode=no -D warnings --error-format human`
55992023-12-13T05:19:52.624Z
56002023-12-13T05:19:52.624Zrunning 0 tests
56012023-12-13T05:19:52.624Z
56022023-12-13T05:19:52.624Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56032023-12-13T05:19:52.624Z
56042023-12-13T05:19:52.706Z Doc-tests omicron-test-utils
56052023-12-13T05:19:52.709Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-675cdf5a1688d20e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-026e01bb0412a847.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
56062023-12-13T05:19:53.127Z
56072023-12-13T05:19:53.127Zrunning 0 tests
56082023-12-13T05:19:53.127Z
56092023-12-13T05:19:53.127Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56102023-12-13T05:19:53.128Z
56112023-12-13T05:19:53.159Z Doc-tests oxide-client
56122023-12-13T05:19:53.166Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a70f6d5b6baca6e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
56132023-12-13T05:20:05.267Z
56142023-12-13T05:20:05.267Zrunning 154 tests
56152023-12-13T05:20:05.329Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
56162023-12-13T05:20:05.330Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
56172023-12-13T05:20:05.330Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
56182023-12-13T05:20:05.330Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
56192023-12-13T05:20:05.330Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
56202023-12-13T05:20:05.330Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
56212023-12-13T05:20:05.330Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
56222023-12-13T05:20:05.330Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
56232023-12-13T05:20:05.330Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
56242023-12-13T05:20:05.330Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
56252023-12-13T05:20:05.330Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
56262023-12-13T05:20:05.330Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
56272023-12-13T05:20:05.330Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
56282023-12-13T05:20:05.330Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
56292023-12-13T05:20:05.330Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
56302023-12-13T05:20:05.330Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
56312023-12-13T05:20:05.330Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
56322023-12-13T05:20:05.330Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
56332023-12-13T05:20:05.330Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
56342023-12-13T05:20:05.331Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
56352023-12-13T05:20:05.331Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
56362023-12-13T05:20:05.331Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
56372023-12-13T05:20:05.331Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
56382023-12-13T05:20:05.331Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
56392023-12-13T05:20:05.331Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
56402023-12-13T05:20:05.332Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
56412023-12-13T05:20:05.332Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
56422023-12-13T05:20:05.332Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
56432023-12-13T05:20:05.332Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
56442023-12-13T05:20:05.332Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
56452023-12-13T05:20:05.332Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
56462023-12-13T05:20:05.332Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
56472023-12-13T05:20:05.332Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
56482023-12-13T05:20:05.332Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
56492023-12-13T05:20:05.332Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
56502023-12-13T05:20:05.332Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
56512023-12-13T05:20:05.332Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
56522023-12-13T05:20:05.332Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
56532023-12-13T05:20:05.333Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
56542023-12-13T05:20:05.333Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
56552023-12-13T05:20:05.333Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
56562023-12-13T05:20:05.333Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
56572023-12-13T05:20:05.333Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
56582023-12-13T05:20:05.333Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
56592023-12-13T05:20:05.333Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored
56602023-12-13T05:20:05.334Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
56612023-12-13T05:20:05.334Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
56622023-12-13T05:20:05.334Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
56632023-12-13T05:20:05.334Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
56642023-12-13T05:20:05.334Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
56652023-12-13T05:20:05.334Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
56662023-12-13T05:20:05.334Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
56672023-12-13T05:20:05.334Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
56682023-12-13T05:20:05.334Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
56692023-12-13T05:20:05.334Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
56702023-12-13T05:20:05.334Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
56712023-12-13T05:20:05.334Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
56722023-12-13T05:20:05.335Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
56732023-12-13T05:20:05.335Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
56742023-12-13T05:20:05.335Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
56752023-12-13T05:20:05.335Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
56762023-12-13T05:20:05.336Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
56772023-12-13T05:20:05.336Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
56782023-12-13T05:20:05.336Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
56792023-12-13T05:20:05.336Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
56802023-12-13T05:20:05.336Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
56812023-12-13T05:20:05.336Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
56822023-12-13T05:20:05.336Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
56832023-12-13T05:20:05.336Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
56842023-12-13T05:20:05.336Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
56852023-12-13T05:20:05.336Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
56862023-12-13T05:20:05.336Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
56872023-12-13T05:20:05.336Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
56882023-12-13T05:20:05.336Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
56892023-12-13T05:20:05.336Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
56902023-12-13T05:20:05.336Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
56912023-12-13T05:20:05.338Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
56922023-12-13T05:20:05.339Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::add_sled_to_initialized_rack (line 22) ... ignored
56932023-12-13T05:20:05.339Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
56942023-12-13T05:20:05.339Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
56952023-12-13T05:20:05.339Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
56962023-12-13T05:20:05.339Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
56972023-12-13T05:20:05.339Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
56982023-12-13T05:20:05.339Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
56992023-12-13T05:20:05.339Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
57002023-12-13T05:20:05.339Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
57012023-12-13T05:20:05.339Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
57022023-12-13T05:20:05.339Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_state (line 25) ... ignored
57032023-12-13T05:20:05.339Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
57042023-12-13T05:20:05.339Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
57052023-12-13T05:20:05.339Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
57062023-12-13T05:20:05.339Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::uninitialized_sled_list (line 22) ... ignored
57072023-12-13T05:20:05.339Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored
57082023-12-13T05:20:05.339Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
57092023-12-13T05:20:05.340Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
57102023-12-13T05:20:05.340Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
57112023-12-13T05:20:05.340Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored
57122023-12-13T05:20:05.341Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
57132023-12-13T05:20:05.341Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
57142023-12-13T05:20:05.341Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored
57152023-12-13T05:20:05.387Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
57162023-12-13T05:20:05.388Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
57172023-12-13T05:20:05.388Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
57182023-12-13T05:20:05.389Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
57192023-12-13T05:20:05.389Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
57202023-12-13T05:20:05.389Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
57212023-12-13T05:20:05.389Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
57222023-12-13T05:20:05.389Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
57232023-12-13T05:20:05.389Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
57242023-12-13T05:20:05.389Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
57252023-12-13T05:20:05.389Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
57262023-12-13T05:20:05.389Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
57272023-12-13T05:20:05.389Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
57282023-12-13T05:20:05.390Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
57292023-12-13T05:20:05.390Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
57302023-12-13T05:20:05.390Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
57312023-12-13T05:20:05.390Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
57322023-12-13T05:20:05.390Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
57332023-12-13T05:20:05.390Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
57342023-12-13T05:20:05.391Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
57352023-12-13T05:20:05.391Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
57362023-12-13T05:20:05.391Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
57372023-12-13T05:20:05.391Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
57382023-12-13T05:20:05.391Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
57392023-12-13T05:20:05.391Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
57402023-12-13T05:20:05.391Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
57412023-12-13T05:20:05.391Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
57422023-12-13T05:20:05.391Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
57432023-12-13T05:20:05.391Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
57442023-12-13T05:20:05.391Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
57452023-12-13T05:20:05.392Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
57462023-12-13T05:20:05.392Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
57472023-12-13T05:20:05.392Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
57482023-12-13T05:20:05.392Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
57492023-12-13T05:20:05.392Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
57502023-12-13T05:20:05.392Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
57512023-12-13T05:20:05.392Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
57522023-12-13T05:20:05.393Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
57532023-12-13T05:20:05.393Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
57542023-12-13T05:20:05.393Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
57552023-12-13T05:20:05.393Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
57562023-12-13T05:20:05.394Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
57572023-12-13T05:20:05.394Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
57582023-12-13T05:20:05.394Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
57592023-12-13T05:20:05.394Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
57602023-12-13T05:20:05.394Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
57612023-12-13T05:20:05.394Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
57622023-12-13T05:20:05.394Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
57632023-12-13T05:20:05.394Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
57642023-12-13T05:20:05.394Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
57652023-12-13T05:20:05.395Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
57662023-12-13T05:20:05.395Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
57672023-12-13T05:20:05.395Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
57682023-12-13T05:20:05.395Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
57692023-12-13T05:20:05.397Z
57702023-12-13T05:20:05.397Ztest result: ok. 0 passed; 0 failed; 154 ignored; 0 measured; 0 filtered out; finished in 0.20s
57712023-12-13T05:20:05.397Z
57722023-12-13T05:20:05.398Z Doc-tests oximeter
57732023-12-13T05:20:05.398Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-8cb86b6fdecad456.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e65b6b3569898ced.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-274f43d9a9abef49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ced1f7d13d97bfae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
57742023-12-13T05:20:05.398Z
57752023-12-13T05:20:05.398Zrunning 8 tests
57762023-12-13T05:20:05.398Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok
57772023-12-13T05:20:05.398Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok
57782023-12-13T05:20:05.398Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
57792023-12-13T05:20:10.082Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok
57802023-12-13T05:20:10.290Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
57812023-12-13T05:20:10.507Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok
57822023-12-13T05:20:11.208Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok
57832023-12-13T05:20:12.404Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok
57842023-12-13T05:20:12.404Z
57852023-12-13T05:20:12.404Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.13s
57862023-12-13T05:20:12.404Z
57872023-12-13T05:20:12.462Z Doc-tests oximeter-client
57882023-12-13T05:20:12.466Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
57892023-12-13T05:20:12.868Z
57902023-12-13T05:20:12.868Zrunning 0 tests
57912023-12-13T05:20:12.868Z
57922023-12-13T05:20:12.868Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57932023-12-13T05:20:12.868Z
57942023-12-13T05:20:12.894Z Doc-tests oximeter-collector
57952023-12-13T05:20:12.898Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0122284c9cb00679.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
57962023-12-13T05:20:13.493Z
57972023-12-13T05:20:13.493Zrunning 0 tests
57982023-12-13T05:20:13.493Z
57992023-12-13T05:20:13.493Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58002023-12-13T05:20:13.493Z
58012023-12-13T05:20:13.506Z Doc-tests oximeter-db
58022023-12-13T05:20:13.510Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-7523c0413f22d510.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-678e71940ce89996.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-42864ef4f87b08a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-15a2cf4d8cef0518.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f8f0d383a3d9c4e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
58032023-12-13T05:20:14.848Z
58042023-12-13T05:20:14.848Zrunning 0 tests
58052023-12-13T05:20:14.848Z
58062023-12-13T05:20:14.848Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58072023-12-13T05:20:14.848Z
58082023-12-13T05:20:14.894Z Doc-tests oximeter-instruments
58092023-12-13T05:20:14.897Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-0c5d584e64e6fa84.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -D warnings --error-format human`
58102023-12-13T05:20:15.368Z
58112023-12-13T05:20:15.368Zrunning 0 tests
58122023-12-13T05:20:15.368Z
58132023-12-13T05:20:15.368Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58142023-12-13T05:20:15.368Z
58152023-12-13T05:20:15.396Z Doc-tests oximeter-macro-impl
58162023-12-13T05:20:15.399Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e65b6b3569898ced.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
58172023-12-13T05:20:15.516Z
58182023-12-13T05:20:15.516Zrunning 0 tests
58192023-12-13T05:20:15.516Z
58202023-12-13T05:20:15.516Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58212023-12-13T05:20:15.516Z
58222023-12-13T05:20:15.527Z Doc-tests oximeter-producer
58232023-12-13T05:20:15.531Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
58242023-12-13T05:20:15.880Z
58252023-12-13T05:20:15.880Zrunning 0 tests
58262023-12-13T05:20:15.880Z
58272023-12-13T05:20:15.881Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58282023-12-13T05:20:15.881Z
58292023-12-13T05:20:15.908Z Doc-tests sled-agent-client
58302023-12-13T05:20:15.923Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
58312023-12-13T05:20:19.285Z
58322023-12-13T05:20:19.285Zrunning 0 tests
58332023-12-13T05:20:19.285Z
58342023-12-13T05:20:19.285Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58352023-12-13T05:20:19.286Z
58362023-12-13T05:20:19.350Z Doc-tests sled-hardware
58372023-12-13T05:20:19.354Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5fbee8486911ec05.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-c0f99d4dd8fd9e9f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
58382023-12-13T05:20:19.863Z
58392023-12-13T05:20:19.863Zrunning 0 tests
58402023-12-13T05:20:19.866Z
58412023-12-13T05:20:19.866Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58422023-12-13T05:20:19.866Z
58432023-12-13T05:20:19.893Z Doc-tests sled-storage
58442023-12-13T05:20:19.897Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human`
58452023-12-13T05:20:20.394Z
58462023-12-13T05:20:20.395Zrunning 0 tests
58472023-12-13T05:20:20.395Z
58482023-12-13T05:20:20.395Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58492023-12-13T05:20:20.395Z
58502023-12-13T05:20:20.425Z Doc-tests sp-sim
58512023-12-13T05:20:20.429Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36892fbc52855a85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-10a69f4990e13aae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib -C embed-bitcode=no -D warnings --error-format human`
58522023-12-13T05:20:21.174Z
58532023-12-13T05:20:21.174Zrunning 0 tests
58542023-12-13T05:20:21.174Z
58552023-12-13T05:20:21.175Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58562023-12-13T05:20:21.175Z
58572023-12-13T05:20:21.208Z Doc-tests tufaceous
58582023-12-13T05:20:21.211Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-47c774df8bf7b814.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6e7ba986a3c22a1f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e99fa7a4f6706659.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-307c7e7ea69f66b1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib -C embed-bitcode=no -D warnings --error-format human`
58592023-12-13T05:20:21.638Z
58602023-12-13T05:20:21.638Zrunning 0 tests
58612023-12-13T05:20:21.638Z
58622023-12-13T05:20:21.639Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58632023-12-13T05:20:21.640Z
58642023-12-13T05:20:21.665Z Doc-tests tufaceous-lib
58652023-12-13T05:20:21.669Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-35896dd42b140dec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-703e387a57be71d5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f28df03945a552f5.rlib -C embed-bitcode=no -D warnings --error-format human`
58662023-12-13T05:20:22.278Z
58672023-12-13T05:20:22.279Zrunning 0 tests
58682023-12-13T05:20:22.279Z
58692023-12-13T05:20:22.280Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58702023-12-13T05:20:22.280Z
58712023-12-13T05:20:22.313Z Doc-tests update-engine
58722023-12-13T05:20:22.322Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d5d148f8b0aeac01.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4a667776a18b8bd2.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-df85453bf78c2aec.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human`
58732023-12-13T05:20:23.152Z
58742023-12-13T05:20:23.152Zrunning 3 tests
58752023-12-13T05:20:23.156Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
58762023-12-13T05:20:23.156Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
58772023-12-13T05:20:23.156Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
58782023-12-13T05:20:23.156Z
58792023-12-13T05:20:23.156Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
58802023-12-13T05:20:23.156Z
58812023-12-13T05:20:23.181Z Doc-tests wicket
58822023-12-13T05:20:23.184Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-47c774df8bf7b814.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-dd4be663f227f3ed.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-57c917783a87b3ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-df85453bf78c2aec.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f166fe2f4ac9c287.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8993e2bd2ef35019.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -C embed-bitcode=no -D warnings --error-format human`
58832023-12-13T05:20:24.443Z
58842023-12-13T05:20:24.443Zrunning 0 tests
58852023-12-13T05:20:24.443Z
58862023-12-13T05:20:24.443Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58872023-12-13T05:20:24.443Z
58882023-12-13T05:20:24.483Z Doc-tests wicket-common
58892023-12-13T05:20:24.486Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib -C embed-bitcode=no -D warnings --error-format human`
58902023-12-13T05:20:24.995Z
58912023-12-13T05:20:24.995Zrunning 0 tests
58922023-12-13T05:20:24.995Z
58932023-12-13T05:20:24.995Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58942023-12-13T05:20:24.995Z
58952023-12-13T05:20:25.025Z Doc-tests wicket-dbg
58962023-12-13T05:20:25.029Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-678e71940ce89996.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-97dd31fbf2b0cdd5.rlib -C embed-bitcode=no -D warnings --error-format human`
58972023-12-13T05:20:25.489Z
58982023-12-13T05:20:25.489Zrunning 0 tests
58992023-12-13T05:20:25.489Z
59002023-12-13T05:20:25.489Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59012023-12-13T05:20:25.489Z
59022023-12-13T05:20:25.515Z Doc-tests wicketd
59032023-12-13T05:20:25.518Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-af76fb0c5f38525e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-446dd93e2795f46a.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-24603a09c71288aa.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f747040037db8488.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-78a13c5f7508de23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-307c7e7ea69f66b1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-73d0d07c596158cb.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rlib -C embed-bitcode=no -D warnings --error-format human`
59042023-12-13T05:20:26.851Z
59052023-12-13T05:20:26.851Zrunning 0 tests
59062023-12-13T05:20:26.851Z
59072023-12-13T05:20:26.851Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59082023-12-13T05:20:26.851Z
59092023-12-13T05:20:26.931Z Doc-tests wicketd-client
59102023-12-13T05:20:26.931Z Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rlib -C embed-bitcode=no -D warnings --error-format human`
59112023-12-13T05:20:29.251Z
59122023-12-13T05:20:29.251Zrunning 0 tests
59132023-12-13T05:20:29.251Z
59142023-12-13T05:20:29.251Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59152023-12-13T05:20:29.251Z
59162023-12-13T05:20:29.343Z
59172023-12-13T05:20:29.343Zreal 2:03.784214735
59182023-12-13T05:20:29.343Zuser 2:07.250449123
59192023-12-13T05:20:29.343Zsys 40.113920630
59202023-12-13T05:20:29.343Ztrap 0.026666582
59212023-12-13T05:20:29.343Ztflt 0.933587129
59222023-12-13T05:20:29.346Zdflt 8.516212898
59232023-12-13T05:20:29.346Zkflt 0.046075193
59242023-12-13T05:20:29.346Zlock 2:09.109172433
59252023-12-13T05:20:29.346Zslp 12:38.615876802
59262023-12-13T05:20:29.346Zlat 0.858170090
59272023-12-13T05:20:29.346Zstop 2.535458235
59282023-12-13T05:20:29.349Zfiles in /var/tmp/omicron_tmp (none expected on success):
59292023-12-13T05:20:29.353Z164784 11 drwxr-xr-x 2 build build 2 Dec 13 05:20 /var/tmp/omicron_tmp
59302023-12-13T05:20:30.002Zprocess exited: duration 4248220 ms, exit code 0
 
59312023-12-13T05:20:30.054Zfound 0 output files